CSIT-1349: Add VPP-device tests to 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,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
43     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
44     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
45     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
46     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
47
48     # Detailed test configurations
49     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
50     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
51     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
52     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
53     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
54     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
55     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
56     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
57     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
58     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
59
60     # Detailed tests operational data
61     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
62     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
63     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
64     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
65
66     # .css patch file to fix tables generated by Sphinx
67     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
68     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
69
70   urls:
71     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
72     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
73     URL[NEXUS]: "https://docs.fd.io/csit"
74     DIR[NEXUS]: "report/_static/archive"
75
76   make-dirs:
77   # List the directories which are created while preparing the environment.
78   # All directories MUST be defined in "paths" section.
79   - "DIR[WORKING,DATA]"
80   - "DIR[STATIC,VPP]"
81   - "DIR[STATIC,DPDK]"
82   - "DIR[STATIC,ARCH]"
83   - "DIR[BUILD,LATEX]"
84   - "DIR[WORKING,SRC]"
85   - "DIR[WORKING,SRC,STATIC]"
86
87   remove-dirs:
88   # List the directories which are deleted while cleaning the environment.
89   # All directories MUST be defined in "paths" section.
90   #- "DIR[BUILD,HTML]"
91   - "DIR[WORKING,DATA]"
92
93   build-dirs:
94   # List the directories where the results (build) is stored.
95   # All directories MUST be defined in "paths" section.
96   - "DIR[BUILD,HTML]"
97   - "DIR[BUILD,LATEX]"
98
99 -
100   type: "configuration"
101
102   limits:
103     nic:
104       x520: 24460000
105       x710: 35800000
106       xxv710: 35800000
107       xl710: 35800000
108
109     link:
110       10ge: 14880952.38
111       25ge: 37202380.95
112       40ge: 59523809.52
113       100ge: 148809523.81
114
115     pci:
116       pci-g3-x8: 74404761.90
117       pci-g3-x16: 148809523.81
118
119   data-sets:
120
121     # VPP Performance
122     vpp-performance-changes:
123       csit-vpp-perf-1804-all:
124       - 21  # sel
125       - 22  # sel
126       - 23  # sel
127       - 24  # sel
128       - 27  # sel
129       - 28  # sel
130       - 29  # sel
131       - 30  # sel
132       - 31  # sel
133       - 35  # sel
134       csit-vpp-perf-verify-1807-3n-hsw:
135       - 11  # NDRPDR full 1
136       - 22  # NDRPDR full 2
137       - 45  # NDRPDR full 3
138       - 46  # NDRPDR full 4
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       - 38  # NDRPDR sel
145       - 40  # NDRPDR sel
146       - 44  # NDRPDR sel
147       - 47  # NDRPDR sel
148       csit-vpp-perf-verify-1810-3n-hsw:
149       # TODO: Add data
150       - 8   # NDRPDR sel
151       - 12  # NDRPDR sel
152       - 14  # NDRPDR sel
153       - 18  # NDRPDR sel
154
155     vpp-compare-testbeds:
156       csit-vpp-perf-verify-1810-3n-hsw:
157       # TODO: Add data
158       - 8   # NDRPDR sel
159       - 12  # NDRPDR sel
160       - 14  # NDRPDR sel
161       - 18  # NDRPDR sel
162       csit-vpp-perf-verify-1810-3n-skx:
163       - 24  # NDRPDR full
164       - 10  # NDRPDR sel
165       - 14  # NDRPDR sel
166       - 15  # NDRPDR sel
167       - 16  # NDRPDR sel
168       - 17  # NDRPDR sel
169       - 19  # NDRPDR sel
170       - 20  # NDRPDR sel
171       - 21  # NDRPDR sel
172       - 22  # NDRPDR sel
173
174     vpp-compare-testbeds-mrr:
175       csit-vpp-perf-verify-1810-3n-hsw:
176       # TODO: Add data
177       - 9   # MRR sel
178       csit-vpp-perf-verify-1810-3n-skx:
179       # TODO: Add data
180       - 9   # MRR sel
181       - 11  # MRR sel
182       - 12  # MRR sel
183       - 13  # MRR sel
184
185     vpp-performance-changes-mrr:
186       csit-vpp-perf-check-1804:
187       - 6   # mrr - sel
188       - 13  # mrr - sel
189       - 14  # mrr - sel
190       - 15  # mrr - sel
191       - 16  # mrr - sel
192       - 17  # mrr - sel
193       - 19  # mrr - sel
194       - 20  # mrr - sel
195       - 21  # mrr - sel
196       - 22  # mrr - sel
197       csit-vpp-perf-verify-1807-3n-hsw:
198       - 8   # MRR full
199       - 9   # MRR sel
200       - 21  # MRR sel
201       - 31  # MRR sel
202       - 33  # MRR sel
203       - 36  # MRR sel
204       - 41  # MRR sel
205       - 42  # MRR sel
206       - 48  # MRR sel
207       csit-vpp-perf-verify-1810-3n-hsw:
208       # TODO: Add data
209       - 9   # MRR sel
210
211     vpp-perf-results-3n-hsw:
212       csit-vpp-perf-verify-1810-3n-hsw:
213       # TODO: Replace with full
214       - 8   # NDRPDR sel
215
216     vpp-perf-results-3n-skx:
217       csit-vpp-perf-verify-1810-3n-skx:
218       # TODO: Add data
219       - 24  # NDRPDR full
220
221     vpp-perf-results-2n-skx:
222       csit-vpp-perf-verify-1810-2n-skx:
223       - 25  # NDRPDR full
224       - 26  # NDRPDR full
225
226     vpp-mrr-results-3n-hsw:
227       csit-vpp-perf-verify-1810-3n-hsw:
228       # TODO: Replace with full
229       - 9   # MRR sel
230
231     vpp-mrr-results-3n-skx:
232       csit-vpp-perf-verify-1810-3n-skx:
233       # TODO: Replace with full
234       - 9   # MRR sel
235
236     vpp-mrr-results-2n-skx:
237       csit-vpp-perf-verify-1810-2n-skx:
238       # TODO: Replace with full
239       - 8   # MRR sel
240
241     plot-throughput-speedup-analysis-3n-hsw:
242       csit-vpp-perf-verify-1810-3n-hsw:
243       # TODO: Add data
244       - 8   # NDRPDR sel
245       - 12  # NDRPDR sel
246       - 14  # NDRPDR sel
247       - 18  # NDRPDR sel
248
249     plot-throughput-speedup-analysis-3n-skx:
250       csit-vpp-perf-verify-1810-3n-skx:
251       - 24  # NDRPDR full
252       - 10  # NDRPDR sel
253       - 14  # NDRPDR sel
254       - 15  # NDRPDR sel
255       - 16  # NDRPDR sel
256       - 17  # NDRPDR sel
257       - 19  # NDRPDR sel
258       - 20  # NDRPDR sel
259       - 21  # NDRPDR sel
260       - 22  # NDRPDR sel
261
262     plot-throughput-speedup-analysis-2n-skx:
263       csit-vpp-perf-verify-1810-2n-skx:
264       - 9   # NDRPDR sel
265       - 13  # NDRPDR sel
266       - 14  # NDRPDR sel
267       - 19  # NDRPDR sel
268       - 20  # NDRPDR sel
269       - 21  # NDRPDR sel
270       - 22  # NDRPDR sel
271       - 23  # NDRPDR sel
272       - 24  # NDRPDR sel
273
274     plot-vpp-throughput-latency-3n-hsw:
275       csit-vpp-perf-verify-1810-3n-hsw:
276       # TODO: Add data
277       - 8   # NDRPDR sel
278       - 12  # NDRPDR sel
279       - 14  # NDRPDR sel
280       - 18  # NDRPDR sel
281
282     plot-vpp-throughput-latency-3n-skx:
283       csit-vpp-perf-verify-1810-3n-skx:
284       - 24  # NDRPDR full
285       - 10  # NDRPDR sel
286       - 14  # NDRPDR sel
287       - 15  # NDRPDR sel
288       - 16  # NDRPDR sel
289       - 17  # NDRPDR sel
290       - 19  # NDRPDR sel
291       - 20  # NDRPDR sel
292       - 21  # NDRPDR sel
293       - 22  # NDRPDR sel
294
295     plot-vpp-throughput-latency-2n-skx:
296       csit-vpp-perf-verify-1810-2n-skx:
297       - 9   # NDRPDR sel
298       - 13  # NDRPDR sel
299       - 14  # NDRPDR sel
300       - 19  # NDRPDR sel
301       - 20  # NDRPDR sel
302       - 21  # NDRPDR sel
303       - 22  # NDRPDR sel
304       - 23  # NDRPDR sel
305       - 24  # NDRPDR sel
306
307     plot-vpp-http-server-performance:
308       # TODO: Replace with 1810 data:
309       csit-vpp-perf-verify-1807-3n-hsw:
310       - 24  # WRK
311       - 25  # WRK
312       - 23  # WRK
313       - 26  # WRK
314       - 27  # WRK
315       - 28  # WRK
316       - 29  # WRK
317       - 30  # WRK
318       - 32  # WRK
319       - 35  # WRK
320
321     # VPP Functional
322     vpp-func-results-ubuntu:
323       csit-vpp-functional-1810-ubuntu1604-virl:
324       - 44
325
326     vpp-func-results-centos:
327       # TODO: Replace with 1810 data:
328       csit-vpp-functional-1810-centos7-virl:
329       - 44
330
331     vpp-device-results-ubuntu:
332       csit-vpp-device-1810-ubuntu1804-1n-skx:
333       - 2
334
335     # VPP Ligato
336     ligato-perf-results-3n-hsw:
337       # TODO: Replace with 1810 data:
338       csit-ligato-perf-1807-all:
339       - 3   # full ?
340
341     plot-ligato-throughput-speedup-analysis-3n-hsw:
342       # TODO: Replace with 1810 data:
343       csit-ligato-perf-1807-all:
344       - 3   # full ?
345       - 4   # sel
346
347     plot-ligato-throughput-latency-3n-hsw:
348       # TODO: Replace with 1810 data:
349       csit-ligato-perf-1807-all:
350       - 3   # full ?
351       - 4   # sel
352
353     # DPDK Performance
354     dpdk-performance-changes:
355       # TODO: Replace with 1810 data:
356       csit-dpdk-perf-1804-all:
357       - 4
358       - 5
359       - 6
360       - 7
361       - 8
362       - 9
363       - 10
364       - 11
365       - 12
366       - 13
367       csit-dpdk-perf-verify-1807-3n-hsw:
368       - 11
369       - 12  # full
370       - 14
371       - 15
372       - 16
373       - 17
374       - 20
375       - 21
376       - 22
377       - 23
378
379     dpdk-compare-testbeds:
380       # TODO: Replace with 1810 data:
381       csit-dpdk-perf-verify-1807-3n-skx:
382       - 1
383       - 2
384       - 3
385       - 6
386       - 7
387       - 8
388       - 9
389       - 10
390       - 11
391       - 12
392       csit-dpdk-perf-verify-1807-3n-hsw:
393       - 11
394       - 12  # full
395       - 14
396       - 15
397       - 16
398       - 17
399       - 20
400       - 21
401       - 22
402       - 23
403
404     dpdk-perf-results-3n-hsw:
405       # TODO: Replace with 1810 data:
406       csit-dpdk-perf-verify-1807-3n-hsw:
407       - 12
408
409     dpdk-perf-results-3n-skx:
410       # TODO: Replace with 1810 data:
411       csit-dpdk-perf-verify-1807-3n-skx:
412       - 12
413
414     dpdk-perf-results-2n-skx:
415       # TODO: Replace with 1810 data:
416       csit-dpdk-perf-verify-1807-2n-skx:
417       - 10
418
419     plot-dpdk-throughput-latency-3n-hsw:
420       # TODO: Replace with 1810 data:
421       csit-dpdk-perf-verify-1807-3n-hsw:
422       - 11
423       - 12  # full
424       - 14
425       - 15
426       - 16
427       - 17
428       - 20
429       - 21
430       - 22
431       - 23
432
433     plot-dpdk-throughput-latency-3n-skx:
434       # TODO: Replace with 1810 data:
435       csit-dpdk-perf-verify-1807-3n-skx:
436       - 1
437       - 2
438       - 3
439       - 6
440       - 7
441       - 8
442       - 9
443       - 10
444       - 11
445       - 12
446
447     plot-dpdk-throughput-latency-2n-skx:
448       # TODO: Replace with 1810 data:
449       csit-dpdk-perf-verify-1807-2n-skx:
450       - 1
451       - 2
452       - 3
453       - 4
454       - 5
455       - 6
456       - 7
457       - 8
458       - 9
459       - 10
460
461     # HoneyComb Functional
462     hc-func-results:
463       csit-hc2vpp-verify-func-1810-ubuntu1604:
464       - 1
465
466     # NSH SFC Functional
467     nsh-func-results:
468       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
469       - 1
470
471     # DMM Functional
472     dmm-func-results:
473       csit-dmm-functional-1810-ubuntu1604-virl:
474       - 1
475
476   plot-layouts:
477
478     plot-cps:
479       titlefont:
480         size: 18
481       xaxis:
482         title: "<b>Test Cases [Index]</b>"
483         titlefont:
484           size: 16
485         autorange: True
486         fixedrange: False
487         gridcolor: "rgb(230, 230, 230)"
488         linecolor: "rgb(220, 220, 220)"
489         linewidth: 1
490         showgrid: True
491         showline: True
492         showticklabels: True
493         tickcolor: "rgb(220, 220, 220)"
494         tickmode: "linear"
495         tickfont:
496           size: 16
497         zeroline: False
498       yaxis:
499         title: "<b>Connections Per Second [cps]</b>"
500         titlefont:
501           size: 16
502         gridcolor: "rgb(230, 230, 230)"
503         hoverformat: ".4s"
504         linecolor: "rgb(220, 220, 220)"
505         linewidth: 1
506         rangemode: "tozero"
507         showgrid: True
508         showline: True
509         showticklabels: True
510         tickcolor: "rgb(220, 220, 220)"
511         tickformat: ".3s"
512         tickfont:
513           size: 16
514         zeroline: False
515       boxmode: "group"
516       boxgroupgap: 0.5
517       autosize: False
518       margin:
519         t: 50
520         b: 20
521         l: 80
522         r: 20
523       showlegend: True
524       legend:
525         orientation: "h"
526         font:
527           size: 16
528       width: 700
529       height: 800
530
531     plot-rps:
532       titlefont:
533         size: 18
534       xaxis:
535         title: "<b>Test Cases [Index]</b>"
536         titlefont:
537           size: 16
538         autorange: True
539         fixedrange: False
540         gridcolor: "rgb(230, 230, 230)"
541         linecolor: "rgb(220, 220, 220)"
542         linewidth: 1
543         showgrid: True
544         showline: True
545         showticklabels: True
546         tickcolor: "rgb(220, 220, 220)"
547         tickmode: "linear"
548         tickfont:
549           size: 16
550         zeroline: False
551       yaxis:
552         title: "<b>Requests Per Second [rps]</b>"
553         titlefont:
554           size: 16
555         gridcolor: "rgb(230, 230, 230)"
556         hoverformat: ".4s"
557         linecolor: "rgb(220, 220, 220)"
558         linewidth: 1
559         rangemode: "tozero"
560         showgrid: True
561         showline: True
562         showticklabels: True
563         tickcolor: "rgb(230, 230, 230)"
564         tickformat: ".3s"
565         tickfont:
566           size: 16
567         zeroline: False
568       boxmode: "group"
569       boxgroupgap: 0.5
570       autosize: False
571       margin:
572         t: 50
573         b: 20
574         l: 80
575         r: 20
576       showlegend: True
577       legend:
578         orientation: "h"
579         font:
580           size: 16
581       width: 700
582       height: 800
583
584     plot-throughput:
585       titlefont:
586         size: 18
587       xaxis:
588         title: "<b>Test Cases [Index]</b>"
589         titlefont:
590           size: 16
591         autorange: True
592         fixedrange: False
593         gridcolor: "rgb(230, 230, 230)"
594         linecolor: "rgb(220, 220, 220)"
595         linewidth: 1
596         showgrid: True
597         showline: True
598         showticklabels: True
599         tickcolor: "rgb(220, 220, 220)"
600         tickmode: "linear"
601         tickfont:
602           size: 16
603         zeroline: False
604       yaxis:
605         title: "<b>Packet Throughput [Mpps]</b>"
606         titlefont:
607           size: 16
608         gridcolor: "rgb(230, 230, 230)"
609         hoverformat: ".4s"
610         tickformat: ".3s"
611         linecolor: "rgb(220, 220, 220)"
612         linewidth: 1
613         showgrid: True
614         showline: True
615         showticklabels: True
616         tickcolor: "rgb(220, 220, 220)"
617         tickfont:
618           size: 16
619         zeroline: False
620         range: [0,50]
621       boxmode: "group"
622       boxgroupgap: 0.5
623       autosize: False
624       margin:
625         t: 50
626         b: 20
627         l: 80
628         r: 20
629       showlegend: True
630       legend:
631         orientation: "h"
632         font:
633           size: 16
634       width: 700
635       height: 800
636
637     plot-throughput-speedup-analysis:
638       titlefont:
639         size: 18
640       xaxis:
641         title: "<b>Number of Cores [Qty]</b>"
642         titlefont:
643           size: 16
644         autorange: True
645         fixedrange: False
646         gridcolor: "rgb(230, 230, 230)"
647         linecolor: "rgb(220, 220, 220)"
648         linewidth: 1
649         showgrid: True
650         showline: True
651         showticklabels: True
652         tickcolor: "rgb(238, 238, 238)"
653         tickmode: "linear"
654         tickfont:
655           size: 16
656         zeroline: False
657       yaxis:
658         title: "<b>Packet Throughput [Mpps]</b>"
659         titlefont:
660           size: 16
661         type: "linear"
662         gridcolor: "rgb(230, 230, 230)"
663         hoverformat: ".4s"
664         linecolor: "rgb(220, 220, 220)"
665         linewidth: 1
666         showgrid: True
667         showline: True
668         showticklabels: True
669         tickcolor: "rgb(220, 220, 220)"
670         tickformat: ".4s"
671         tickfont:
672           size: 16
673         zeroline: True
674         rangemode: "tozero"
675         # range: [0,100]
676       legend:
677         orientation: "h"
678         font:
679           size: 16
680         xanchor: "left"
681         yanchor: "top"
682         x: 0
683         y: -0.2
684         bgcolor: "rgba(255, 255, 255, 0)"
685         bordercolor: "rgba(255, 255, 255, 0)"
686         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
687       autosize: False
688       margin:
689           't': 50
690           'b': 150
691           'l': 85
692           'r': 10
693       showlegend: True
694       width: 700
695       height: 700
696       hoverlabel:
697         namelength: -1
698       annotations: [
699         {
700           text: "_ _          __          ...",
701           align: "left",
702           showarrow: False,
703           xref: "paper",
704           yref: "paper",
705           xanchor: "left",
706           yanchor: "top",
707           x: 0,
708           y: -0.125,
709           font: {
710             family: "Consolas, Courier New",
711             size: 15
712           },
713         },
714         {
715           text: "    perfect     measured     limit",
716           align: "left",
717           showarrow: False,
718           xref: "paper",
719           yref: "paper",
720           xanchor: "left",
721           yanchor: "top",
722           x: 0,
723           y: -0.14,
724           font: {
725             family: "Consolas, Courier New",
726             size: 15
727           },
728         },
729       ]
730
731     plot-latency:
732       titlefont:
733         size: 18
734       xaxis:
735         title: "<b>Direction</b>"
736         titlefont:
737           size: 16
738         autorange: True
739         fixedrange: False
740         gridcolor: "rgb(230, 230, 230)"
741         linecolor: "rgb(220, 220, 220)"
742         linewidth: 1
743         showgrid: True
744         showline: True
745         showticklabels: False
746         tickcolor: "rgb(220, 220, 220)"
747         tickmode: "linear"
748         tickfont:
749           size: 16
750         zeroline: False
751       yaxis:
752         title: "<b>Packet Latency [uSec]</b>"
753         titlefont:
754           size: 16
755         type: "linear"
756         gridcolor: "rgb(230, 230, 230)"
757         hoverformat: ".4s"
758         linecolor: "rgb(220, 220, 220)"
759         linewidth: 1
760         showgrid: True
761         showline: True
762         showticklabels: True
763         tickcolor: "rgb(220, 220, 220)"
764         tickformat: ".4s"
765         tickfont:
766           size: 16
767         zeroline: True
768         rangemode: "tozero"
769       legend:
770         orientation: "h"
771         font:
772           size: 16
773         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
774       autosize: False
775       margin:
776           't': 50
777           'b': 150
778           'l': 80
779           'r': 10
780       showlegend: True
781       width: 700
782       height: 700
783       hoverlabel:
784         namelength: -1
785
786 -
787   type: "static"
788   src-path: "{DIR[RST]}"
789   dst-path: "{DIR[WORKING,SRC]}"
790
791 -
792   type: "input"
793   general:
794     file-name: "robot-plugin.zip"
795     file-format: ".zip"
796     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
797     extract: "robot-plugin/output.xml"
798
799   builds:
800
801     csit-vpp-perf-1804-all:
802     - 21  # sel
803     - 22  # sel
804     - 23  # sel
805     - 24  # sel
806     - 27  # sel
807     - 28  # sel
808     - 29  # sel
809     - 30  # sel
810     - 31  # sel
811     - 35  # sel
812     csit-vpp-perf-verify-1807-3n-hsw:
813     - 8   # MRR full
814     - 9   # MRR sel
815     - 21  # MRR sel
816     - 31  # MRR sel
817     - 33  # MRR sel
818     - 36  # MRR sel
819     - 41  # MRR sel
820     - 42  # MRR sel
821     - 48  # MRR sel
822     - 11  # NDRPDR full 1
823     - 22  # NDRPDR full 2
824     - 45  # NDRPDR full 3
825     - 46  # NDRPDR full 4
826     - 15  # NDRPDR sel
827     - 16  # NDRPDR sel
828     - 19  # NDRPDR sel
829     - 18  # NDRPDR sel
830     - 20  # NDRPDR sel
831     - 38  # NDRPDR sel
832     - 40  # NDRPDR sel
833     - 44  # NDRPDR sel
834     - 47  # NDRPDR sel
835     - 24  # WRK
836     - 25  # WRK
837     - 23  # WRK
838     - 26  # WRK
839     - 27  # WRK
840     - 28  # WRK
841     - 29  # WRK
842     - 30  # WRK
843     - 32  # WRK
844     - 35  # WRK
845     # TODO: Add data:
846     csit-vpp-perf-verify-1810-3n-hsw:
847     - 9   # MRR sel
848     - 8   # NDRPDR sel
849     - 12  # NDRPDR sel
850     - 14  # NDRPDR sel
851     - 18  # NDRPDR sel
852     csit-vpp-perf-verify-1807-3n-skx:
853     - 31  # MRR full
854     - 28  # MRR sel
855     - 32  # MRR sel
856     - 36  # MRR sel
857     - 42  # MRR sel
858     - 47  # MRR sel
859     - 48  # MRR sel
860     - 51  # MRR sel
861     - 52  # MRR sel
862     - 53  # MRR sel
863     - 54  # MRR sel
864     - 40  # NDRPDR full 1
865     - 41  # NDRPDR full 2
866     - 33  # NDRPDR sel
867     - 35  # NDRPDR sel
868     - 37  # NDRPDR sel
869     - 38  # NDRPDR sel
870     - 39  # NDRPDR sel
871     - 43  # NDRPDR sel
872     - 44  # NDRPDR sel
873     - 49  # NDRPDR sel
874     - 50  # NDRPDR sel
875     - 56  # NDRPDR sel
876     # TODO: Add data:
877     csit-vpp-perf-verify-1810-3n-skx:
878     - 9   # MRR sel
879     - 11  # MRR sel
880     - 12  # MRR sel
881     - 13  # MRR sel
882     - 24  # NDRPDR full
883     - 10  # NDRPDR sel
884     - 14  # NDRPDR sel
885     - 15  # NDRPDR sel
886     - 16  # NDRPDR sel
887     - 17  # NDRPDR sel
888     - 19  # NDRPDR sel
889     - 20  # NDRPDR sel
890     - 21  # NDRPDR sel
891     - 22  # NDRPDR sel
892     csit-vpp-perf-verify-1807-2n-skx:
893     - 27  # MRR full
894     - 31  # MRR sel
895     - 33  # MRR sel
896     - 37  # MRR sel
897     - 38  # MRR sel
898     - 41  # MRR sel
899     - 43  # MRR sel
900     - 44  # MRR sel
901     - 45  # MRR sel
902     - 46  # MRR sel
903     - 47  # MRR sel
904     - 32  # NDRPDR full
905     - 26  # NDRPDR sel
906     - 28  # NDRPDR sel
907     - 29  # NDRPDR sel
908     - 30  # NDRPDR sel
909     - 34  # NDRPDR sel
910     - 35  # NDRPDR sel
911     - 36  # NDRPDR sel
912     - 39  # NDRPDR sel
913     - 40  # NDRPDR sel
914     - 42  # NDRPDR sel
915     # TODO: Add data:
916     csit-vpp-perf-verify-1810-2n-skx:
917     - 8   # MRR sel
918     - 10  # MRR sel
919     - 11  # MRR sel
920     - 12  # MRR sel
921     - 25  # NDRPDR full
922     - 26  # NDRPDR full
923     - 9   # NDRPDR sel
924     - 13  # NDRPDR sel
925     - 14  # NDRPDR sel
926     - 19  # NDRPDR sel
927     - 20  # NDRPDR sel
928     - 21  # NDRPDR sel
929     - 22  # NDRPDR sel
930     - 23  # NDRPDR sel
931     - 24  # NDRPDR sel
932     csit-vpp-perf-check-1804:
933     - 5   # mrr - full
934     - 6   # mrr - sel
935     - 13  # mrr - sel
936     - 14  # mrr - sel
937     - 15  # mrr - sel
938     - 16  # mrr - sel
939     - 17  # mrr - sel
940     - 19  # mrr - sel
941     - 20  # mrr - sel
942     - 21  # mrr - sel
943     - 22  # mrr - sel
944     csit-ligato-perf-1804-all:
945     - 4   # full
946     - 5   # sel
947     - 6   # sel
948     - 7   # sel
949     - 8   # sel
950     - 9   # sel
951     - 10  # sel
952     - 11  # sel
953     - 12  # sel
954     - 13  # sel
955     - 14  # sel
956     csit-ligato-perf-1807-all:
957     - 3   # full ?
958     - 4   # sel
959     csit-dpdk-perf-1804-all:
960     - 4
961     - 5
962     - 6
963     - 7
964     - 8
965     - 9
966     - 10
967     - 11
968     - 12
969     - 13
970     csit-dpdk-perf-verify-1807-3n-hsw:
971     - 11
972     - 12  # full
973     - 14
974     - 15
975     - 16
976     - 17
977     - 20
978     - 21
979     - 22
980     - 23
981     csit-dpdk-perf-verify-1807-3n-skx:
982     - 1
983     - 2
984     - 3
985     - 6
986     - 7
987     - 8
988     - 9
989     - 10
990     - 11
991     - 12
992     csit-dpdk-perf-verify-1807-2n-skx:
993     - 1
994     - 2
995     - 3
996     - 4
997     - 5
998     - 6
999     - 7
1000     - 8
1001     - 9
1002     - 10
1003     csit-vpp-functional-1810-ubuntu1604-virl:
1004     - 44
1005     csit-vpp-functional-1810-centos7-virl:
1006     - 44
1007     csit-vpp-device-1810-ubuntu1804-1n-skx:
1008     - 2
1009     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1010     - 1
1011     csit-dmm-functional-1810-ubuntu1604-virl:
1012     - 1
1013     csit-hc2vpp-verify-func-1810-ubuntu1604:
1014     - 1
1015
1016 -
1017   type: "output"
1018   output: "report"
1019   format:
1020     html:
1021     - full
1022     pdf:
1023     - minimal
1024
1025 ################################################################################
1026 ###                               T A B L E S                                ###
1027 ################################################################################
1028
1029 ################################################################################
1030 # VPP
1031
1032 # VPP Performance Changes 1t1c pdr
1033 -
1034   type: "table"
1035   title: "VPP Performance Changes 1t1c pdr"
1036   algorithm: "table_performance_comparison"
1037   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
1038   history:
1039     -
1040       title: "rls1804"
1041       data:
1042         csit-vpp-perf-1804-all:
1043         - 21  # sel
1044         - 22  # sel
1045         - 23  # sel
1046         - 24  # sel
1047         - 27  # sel
1048         - 28  # sel
1049         - 29  # sel
1050         - 30  # sel
1051         - 31  # sel
1052         - 35  # sel
1053   reference:
1054     title: "rls1807"
1055     data:
1056       csit-vpp-perf-verify-1807-3n-hsw:
1057       - 11  # NDRPDR full 1
1058       - 22  # NDRPDR full 2
1059       - 45  # NDRPDR full 3
1060       - 46  # NDRPDR full 4
1061       - 15  # NDRPDR sel
1062       - 16  # NDRPDR sel
1063       - 19  # NDRPDR sel
1064       - 18  # NDRPDR sel
1065       - 20  # NDRPDR sel
1066       - 38  # NDRPDR sel
1067       - 40  # NDRPDR sel
1068       - 44  # NDRPDR sel
1069       - 47  # NDRPDR sel
1070   compare:
1071     title: "rls1810"
1072     data:
1073       csit-vpp-perf-verify-1810-3n-hsw:
1074       - 8   # NDRPDR sel
1075       - 12  # NDRPDR sel
1076       - 14  # NDRPDR sel
1077       - 18  # NDRPDR sel
1078   data: "vpp-performance-changes"
1079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1080   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1081   parameters:
1082   - "name"
1083   - "parent"
1084   - "throughput"
1085
1086 # VPP Performance Changes 2t2c pdr
1087 -
1088   type: "table"
1089   title: "VPP Performance Changes 2t2c pdr"
1090   algorithm: "table_performance_comparison"
1091   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1092   history:
1093     -
1094       title: "rls1804"
1095       data:
1096         csit-vpp-perf-1804-all:
1097         - 21  # sel
1098         - 22  # sel
1099         - 23  # sel
1100         - 24  # sel
1101         - 27  # sel
1102         - 28  # sel
1103         - 29  # sel
1104         - 30  # sel
1105         - 31  # sel
1106         - 35  # sel
1107   reference:
1108     title: "rls1807"
1109     data:
1110       csit-vpp-perf-verify-1807-3n-hsw:
1111       - 11  # NDRPDR full 1
1112       - 22  # NDRPDR full 2
1113       - 45  # NDRPDR full 3
1114       - 46  # NDRPDR full 4
1115       - 15  # NDRPDR sel
1116       - 16  # NDRPDR sel
1117       - 19  # NDRPDR sel
1118       - 18  # NDRPDR sel
1119       - 20  # NDRPDR sel
1120       - 38  # NDRPDR sel
1121       - 40  # NDRPDR sel
1122       - 44  # NDRPDR sel
1123       - 47  # NDRPDR sel
1124   compare:
1125     title: "rls1810"
1126     data:
1127       csit-vpp-perf-verify-1810-3n-hsw:
1128       - 8   # NDRPDR sel
1129       - 12  # NDRPDR sel
1130       - 14  # NDRPDR sel
1131       - 18  # NDRPDR sel
1132   data: "vpp-performance-changes"
1133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1134   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1135   parameters:
1136   - "name"
1137   - "parent"
1138   - "throughput"
1139
1140 # VPP Performance Changes 1t1c ndr
1141 -
1142   type: "table"
1143   title: "VPP Performance Changes 1t1c ndr"
1144   algorithm: "table_performance_comparison"
1145   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1146   history:
1147     -
1148       title: "rls1804"
1149       data:
1150         csit-vpp-perf-1804-all:
1151         - 21  # sel
1152         - 22  # sel
1153         - 23  # sel
1154         - 24  # sel
1155         - 27  # sel
1156         - 28  # sel
1157         - 29  # sel
1158         - 30  # sel
1159         - 31  # sel
1160         - 35  # sel
1161   reference:
1162     title: "rls1807"
1163     data:
1164       csit-vpp-perf-verify-1807-3n-hsw:
1165       - 11  # NDRPDR full 1
1166       - 22  # NDRPDR full 2
1167       - 45  # NDRPDR full 3
1168       - 46  # NDRPDR full 4
1169       - 15  # NDRPDR sel
1170       - 16  # NDRPDR sel
1171       - 19  # NDRPDR sel
1172       - 18  # NDRPDR sel
1173       - 20  # NDRPDR sel
1174       - 38  # NDRPDR sel
1175       - 40  # NDRPDR sel
1176       - 44  # NDRPDR sel
1177       - 47  # NDRPDR sel
1178   compare:
1179     title: "rls1810"
1180     data:
1181       csit-vpp-perf-verify-1810-3n-hsw:
1182       - 8   # NDRPDR sel
1183       - 12  # NDRPDR sel
1184       - 14  # NDRPDR sel
1185       - 18  # NDRPDR sel
1186   data: "vpp-performance-changes"
1187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1188   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1189   parameters:
1190   - "name"
1191   - "parent"
1192   - "throughput"
1193
1194 # VPP Performance Changes 2t2c ndr
1195 -
1196   type: "table"
1197   title: "VPP Performance Changes 2t2c ndr"
1198   algorithm: "table_performance_comparison"
1199   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1200   history:
1201     -
1202       title: "rls1804"
1203       data:
1204         csit-vpp-perf-1804-all:
1205         - 21  # sel
1206         - 22  # sel
1207         - 23  # sel
1208         - 24  # sel
1209         - 27  # sel
1210         - 28  # sel
1211         - 29  # sel
1212         - 30  # sel
1213         - 31  # sel
1214         - 35  # sel
1215   reference:
1216     title: "rls1807"
1217     data:
1218       csit-vpp-perf-verify-1807-3n-hsw:
1219       - 11  # NDRPDR full 1
1220       - 22  # NDRPDR full 2
1221       - 45  # NDRPDR full 3
1222       - 46  # NDRPDR full 4
1223       - 15  # NDRPDR sel
1224       - 16  # NDRPDR sel
1225       - 19  # NDRPDR sel
1226       - 18  # NDRPDR sel
1227       - 20  # NDRPDR sel
1228       - 38  # NDRPDR sel
1229       - 40  # NDRPDR sel
1230       - 44  # NDRPDR sel
1231       - 47  # NDRPDR sel
1232   compare:
1233     title: "rls1810"
1234     data:
1235       csit-vpp-perf-verify-1810-3n-hsw:
1236       - 8   # NDRPDR sel
1237       - 12  # NDRPDR sel
1238       - 14  # NDRPDR sel
1239       - 18  # NDRPDR sel
1240   data: "vpp-performance-changes"
1241   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1242   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1243   parameters:
1244   - "name"
1245   - "parent"
1246   - "throughput"
1247
1248 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1249 -
1250   type: "table"
1251   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1252   algorithm: "table_performance_comparison"
1253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1254   reference:
1255     title: "3-Node Hsw"
1256     data:
1257       csit-vpp-perf-verify-1810-3n-hsw:
1258       - 8   # NDRPDR sel
1259       - 12  # NDRPDR sel
1260       - 14  # NDRPDR sel
1261       - 18  # NDRPDR sel
1262   compare:
1263     title: "3-Node Skx"
1264     data:
1265       csit-vpp-perf-verify-1810-3n-skx:
1266       - 10  # NDRPDR sel
1267       - 14  # NDRPDR sel
1268       - 15  # NDRPDR sel
1269       - 16  # NDRPDR sel
1270       - 17  # NDRPDR sel
1271       - 19  # NDRPDR sel
1272       - 20  # NDRPDR sel
1273       - 21  # NDRPDR sel
1274       - 22  # NDRPDR sel
1275   data: "vpp-compare-testbeds"
1276   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1277   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1278   parameters:
1279   - "name"
1280   - "parent"
1281   - "throughput"
1282
1283 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1284 -
1285   type: "table"
1286   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1287   algorithm: "table_performance_comparison"
1288   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1289   reference:
1290     title: "3-Node Hsw"
1291     data:
1292       csit-vpp-perf-verify-1810-3n-hsw:
1293       - 8   # NDRPDR sel
1294       - 12  # NDRPDR sel
1295       - 14  # NDRPDR sel
1296       - 18  # NDRPDR sel
1297   compare:
1298     title: "3-Node Skx"
1299     data:
1300       csit-vpp-perf-verify-1810-3n-skx:
1301       - 10  # NDRPDR sel
1302       - 14  # NDRPDR sel
1303       - 15  # NDRPDR sel
1304       - 16  # NDRPDR sel
1305       - 17  # NDRPDR sel
1306       - 19  # NDRPDR sel
1307       - 20  # NDRPDR sel
1308       - 21  # NDRPDR sel
1309       - 22  # NDRPDR sel
1310   data: "vpp-compare-testbeds"
1311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1312   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1313   parameters:
1314   - "name"
1315   - "parent"
1316   - "throughput"
1317
1318 # VPP Performance Changes - 1t1c MRR
1319 -
1320   type: "table"
1321   title: "VPP Performance Changes - 1t1c MRR"
1322   algorithm: "table_performance_comparison"
1323   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1324   history:
1325     -
1326       title: "rls1804"
1327       data:
1328         csit-vpp-perf-check-1804:
1329         - 6   # mrr - sel
1330         - 13  # mrr - sel
1331         - 14  # mrr - sel
1332         - 15  # mrr - sel
1333         - 16  # mrr - sel
1334         - 17  # mrr - sel
1335         - 19  # mrr - sel
1336         - 20  # mrr - sel
1337         - 21  # mrr - sel
1338         - 22  # mrr - sel
1339   reference:
1340     title: "rls1807"
1341     data:
1342       csit-vpp-perf-verify-1807-3n-hsw:
1343       - 8   # MRR full
1344       - 9   # MRR sel
1345       - 21  # MRR sel
1346       - 31  # MRR sel
1347       - 33  # MRR sel
1348       - 36  # MRR sel
1349       - 41  # MRR sel
1350       - 42  # MRR sel
1351       - 48  # MRR sel
1352   compare:
1353     title: "rls1810"
1354     data:
1355       csit-vpp-perf-verify-1810-3n-hsw:
1356       - 9   # MRR sel
1357   data: "vpp-performance-changes-mrr"
1358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1359   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1360   parameters:
1361   - "name"
1362   - "parent"
1363   - "result"
1364
1365 # VPP Performance Changes - 2t2c MRR
1366 -
1367   type: "table"
1368   title: "VPP Performance Changes - 2t2c MRR"
1369   algorithm: "table_performance_comparison"
1370   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1371   history:
1372     -
1373       title: "rls1804"
1374       data:
1375         csit-vpp-perf-check-1804:
1376         - 6   # mrr - sel
1377         - 13  # mrr - sel
1378         - 14  # mrr - sel
1379         - 15  # mrr - sel
1380         - 16  # mrr - sel
1381         - 17  # mrr - sel
1382         - 19  # mrr - sel
1383         - 20  # mrr - sel
1384         - 21  # mrr - sel
1385         - 22  # mrr - sel
1386   reference:
1387     title: "rls1807"
1388     data:
1389       csit-vpp-perf-verify-1807-3n-hsw:
1390       - 8   # MRR full
1391       - 9   # MRR sel
1392       - 21  # MRR sel
1393       - 31  # MRR sel
1394       - 33  # MRR sel
1395       - 36  # MRR sel
1396       - 41  # MRR sel
1397       - 42  # MRR sel
1398       - 48  # MRR sel
1399   compare:
1400     title: "rls1810"
1401     data:
1402       csit-vpp-perf-verify-1810-3n-hsw:
1403       - 9   # MRR sel
1404   data: "vpp-performance-changes-mrr"
1405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1406   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1407   parameters:
1408   - "name"
1409   - "parent"
1410   - "result"
1411
1412 # VPP Performance Changes - 4t4c MRR
1413 -
1414   type: "table"
1415   title: "VPP Performance Changes - 4t4c MRR"
1416   algorithm: "table_performance_comparison"
1417   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1418   history:
1419     -
1420       title: "rls1804"
1421       data:
1422         csit-vpp-perf-check-1804:
1423         - 6   # mrr - sel
1424         - 13  # mrr - sel
1425         - 14  # mrr - sel
1426         - 15  # mrr - sel
1427         - 16  # mrr - sel
1428         - 17  # mrr - sel
1429         - 19  # mrr - sel
1430         - 20  # mrr - sel
1431         - 21  # mrr - sel
1432         - 22  # mrr - sel
1433   reference:
1434     title: "rls1807"
1435     data:
1436       csit-vpp-perf-verify-1807-3n-hsw:
1437       - 8   # MRR full
1438       - 9   # MRR sel
1439       - 21  # MRR sel
1440       - 31  # MRR sel
1441       - 33  # MRR sel
1442       - 36  # MRR sel
1443       - 41  # MRR sel
1444       - 42  # MRR sel
1445       - 48  # MRR sel
1446   compare:
1447     title: "rls1810"
1448     data:
1449       csit-vpp-perf-verify-1810-3n-hsw:
1450       - 9   # MRR sel
1451   data: "vpp-performance-changes-mrr"
1452   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1453   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1454   parameters:
1455   - "name"
1456   - "parent"
1457   - "result"
1458
1459 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1460 -
1461   type: "table"
1462   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1463   algorithm: "table_performance_comparison"
1464   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1465   reference:
1466     title: "3-Node Hsw"
1467     data:
1468       csit-vpp-perf-verify-1810-3n-hsw:
1469       - 9   # MRR sel
1470   compare:
1471     title: "3-Node Skx"
1472     data:
1473       csit-vpp-perf-verify-1810-3n-skx:
1474       - 9   # MRR sel
1475       - 11  # MRR sel
1476       - 12  # MRR sel
1477       - 13  # MRR sel
1478   data: "vpp-compare-testbeds-mrr"
1479   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1480   filter: "'NIC_Intel-X710' and 'MRR'"
1481   parameters:
1482   - "name"
1483   - "parent"
1484   - "result"
1485
1486 # Detailed Test Results - VPP Performance Results 3n-hsw
1487 -
1488   type: "table"
1489   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1490   algorithm: "table_merged_details"
1491   output-file-ext: ".csv"
1492   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1493   columns:
1494   -
1495     title: "Name"
1496     data: "data name"
1497   -
1498     title: "Status"
1499     data: "data msg"
1500   rows: "generated"
1501   data: "vpp-perf-results-3n-hsw"
1502   filter: "not 'NDRCHK' and not 'PDRCHK'"
1503   parameters:
1504   - "name"
1505   - "parent"
1506   - "msg"
1507
1508 # Detailed Test Results - VPP Performance Results 3n-skx
1509 -
1510   type: "table"
1511   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1512   algorithm: "table_merged_details"
1513   output-file-ext: ".csv"
1514   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1515   columns:
1516   -
1517     title: "Name"
1518     data: "data name"
1519   -
1520     title: "Status"
1521     data: "data msg"
1522   rows: "generated"
1523   data: "vpp-perf-results-3n-skx"
1524   filter: "not 'NDRCHK' and not 'PDRCHK'"
1525   parameters:
1526   - "name"
1527   - "parent"
1528   - "msg"
1529
1530 # Detailed Test Results - VPP Performance Results 2n-skx
1531 -
1532   type: "table"
1533   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1534   algorithm: "table_merged_details"
1535   output-file-ext: ".csv"
1536   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1537   columns:
1538   -
1539     title: "Name"
1540     data: "data name"
1541   -
1542     title: "Status"
1543     data: "data msg"
1544   rows: "generated"
1545   data: "vpp-perf-results-2n-skx"
1546   filter: "not 'NDRCHK' and not 'PDRCHK'"
1547   parameters:
1548   - "name"
1549   - "parent"
1550   - "msg"
1551
1552 # Test configuration - VPP Performance Test Configs 3n-hsw
1553 -
1554   type: "table"
1555   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1556   algorithm: "table_merged_details"
1557   output-file-ext: ".csv"
1558   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1559   columns:
1560   -
1561     title: "Name"
1562     data: "data name"
1563   -
1564     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1565     data: "data vat-history"
1566   rows: "generated"
1567   data: "vpp-perf-results-3n-hsw"
1568   filter: "not 'NDRCHK' and not 'PDRCHK'"
1569   parameters:
1570   - "parent"
1571   - "name"
1572   - "vat-history"
1573
1574 # Test configuration - VPP Performance Test Configs 3n-skx
1575 -
1576   type: "table"
1577   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1578   algorithm: "table_merged_details"
1579   output-file-ext: ".csv"
1580   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1581   columns:
1582   -
1583     title: "Name"
1584     data: "data name"
1585   -
1586     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1587     data: "data vat-history"
1588   rows: "generated"
1589   data: "vpp-perf-results-3n-skx"
1590   filter: "not 'NDRCHK' and not 'PDRCHK'"
1591   parameters:
1592   - "parent"
1593   - "name"
1594   - "vat-history"
1595
1596 # Test configuration - VPP Performance Test Configs 2n-skx
1597 -
1598   type: "table"
1599   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1600   algorithm: "table_merged_details"
1601   output-file-ext: ".csv"
1602   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1603   columns:
1604   -
1605     title: "Name"
1606     data: "data name"
1607   -
1608     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1609     data: "data vat-history"
1610   rows: "generated"
1611   data: "vpp-perf-results-2n-skx"
1612   filter: "not 'NDRCHK' and not 'PDRCHK'"
1613   parameters:
1614   - "parent"
1615   - "name"
1616   - "vat-history"
1617
1618 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1619 -
1620   type: "table"
1621   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1622   algorithm: "table_merged_details"
1623   output-file-ext: ".csv"
1624   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1625   columns:
1626   -
1627     title: "Name"
1628     data: "data name"
1629   -
1630     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1631     data: "data show-run"
1632   rows: "generated"
1633   data: "vpp-perf-results-3n-hsw"
1634   filter: "not 'NDRCHK' and not 'PDRCHK'"
1635   parameters:
1636   - "parent"
1637   - "name"
1638   - "show-run"
1639
1640 # Test Operational Data - VPP Performance Operational Data 3n-skx
1641 -
1642   type: "table"
1643   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1644   algorithm: "table_merged_details"
1645   output-file-ext: ".csv"
1646   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1647   columns:
1648   -
1649     title: "Name"
1650     data: "data name"
1651   -
1652     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1653     data: "data show-run"
1654   rows: "generated"
1655   data: "vpp-perf-results-3n-skx"
1656   filter: "not 'NDRCHK' and not 'PDRCHK'"
1657   parameters:
1658   - "parent"
1659   - "name"
1660   - "show-run"
1661
1662 # Test Operational Data - VPP Performance Operational Data 2n-skx
1663 -
1664   type: "table"
1665   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1666   algorithm: "table_merged_details"
1667   output-file-ext: ".csv"
1668   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1669   columns:
1670   -
1671     title: "Name"
1672     data: "data name"
1673   -
1674     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1675     data: "data show-run"
1676   rows: "generated"
1677   data: "vpp-perf-results-2n-skx"
1678   filter: "not 'NDRCHK' and not 'PDRCHK'"
1679   parameters:
1680   - "parent"
1681   - "name"
1682   - "show-run"
1683
1684 # Detailed Test Results - VPP MRR Results 3n-hsw
1685 -
1686   type: "table"
1687   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1688   algorithm: "table_details"
1689   output-file-ext: ".csv"
1690   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1691   columns:
1692   -
1693     title: "Name"
1694     data: "data name"
1695   -
1696     title: "Status"
1697     data: "data msg"
1698   rows: "generated"
1699   data: "vpp-mrr-results-3n-hsw"
1700   filter: "'MRR'"
1701   parameters:
1702   - "name"
1703   - "parent"
1704   - "msg"
1705
1706 # Detailed Test Results - VPP MRR Results 3n-skx
1707 -
1708   type: "table"
1709   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1710   algorithm: "table_details"
1711   output-file-ext: ".csv"
1712   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1713   columns:
1714   -
1715     title: "Name"
1716     data: "data name"
1717   -
1718     title: "Status"
1719     data: "data msg"
1720   rows: "generated"
1721   data: "vpp-mrr-results-3n-skx"
1722   filter: "'MRR'"
1723   parameters:
1724   - "name"
1725   - "parent"
1726   - "msg"
1727
1728 # Detailed Test Results - VPP MRR Results 2n-skx
1729 -
1730   type: "table"
1731   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1732   algorithm: "table_details"
1733   output-file-ext: ".csv"
1734   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1735   columns:
1736   -
1737     title: "Name"
1738     data: "data name"
1739   -
1740     title: "Status"
1741     data: "data msg"
1742   rows: "generated"
1743   data: "vpp-mrr-results-2n-skx"
1744   filter: "'MRR'"
1745   parameters:
1746   - "name"
1747   - "parent"
1748   - "msg"
1749
1750 # Test configuration - VPP MRR Test Configs 3n-hsw
1751 -
1752   type: "table"
1753   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1754   algorithm: "table_details"
1755   output-file-ext: ".csv"
1756   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1757   columns:
1758   -
1759     title: "Name"
1760     data: "data name"
1761   -
1762     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1763     data: "data vat-history"
1764   rows: "generated"
1765   data: "vpp-mrr-results-3n-hsw"
1766   filter: "'MRR'"
1767   parameters:
1768   - "parent"
1769   - "name"
1770   - "vat-history"
1771
1772 # Test configuration - VPP MRR Test Configs 3n-skx
1773 -
1774   type: "table"
1775   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1776   algorithm: "table_details"
1777   output-file-ext: ".csv"
1778   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1779   columns:
1780   -
1781     title: "Name"
1782     data: "data name"
1783   -
1784     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1785     data: "data vat-history"
1786   rows: "generated"
1787   data: "vpp-mrr-results-3n-skx"
1788   filter: "'MRR'"
1789   parameters:
1790   - "parent"
1791   - "name"
1792   - "vat-history"
1793
1794 # Test configuration - VPP MRR Test Configs 2n-skx
1795 -
1796   type: "table"
1797   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1798   algorithm: "table_details"
1799   output-file-ext: ".csv"
1800   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1801   columns:
1802   -
1803     title: "Name"
1804     data: "data name"
1805   -
1806     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1807     data: "data vat-history"
1808   rows: "generated"
1809   data: "vpp-mrr-results-2n-skx"
1810   filter: "'MRR'"
1811   parameters:
1812   - "parent"
1813   - "name"
1814   - "vat-history"
1815
1816 # Detailed Test Results - VPP Functional Results - Ubuntu
1817 -
1818   type: "table"
1819   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1820   algorithm: "table_details"
1821   output-file-ext: ".csv"
1822   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1823   columns:
1824   -
1825     title: "Name"
1826     data: "data name"
1827   -
1828     title: "Documentation"
1829     data: "data doc"
1830   -
1831     title: "Status"
1832     data: "data status"
1833   rows: "generated"
1834   data: "vpp-func-results-ubuntu"
1835   filter: "all"
1836   parameters:
1837   - "name"
1838   - "parent"
1839   - "doc"
1840   - "status"
1841
1842 # Detailed Test Results - VPP Functional Results - CentOS
1843 -
1844   type: "table"
1845   title: "Detailed Test Results - VPP Functional Results - CentOS"
1846   algorithm: "table_details"
1847   output-file-ext: ".csv"
1848   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1849   columns:
1850   -
1851     title: "Name"
1852     data: "data name"
1853   -
1854     title: "Documentation"
1855     data: "data doc"
1856   -
1857     title: "Status"
1858     data: "data status"
1859   rows: "generated"
1860   data:
1861     "vpp-func-results-centos"
1862   filter: "all"
1863   parameters:
1864   - "name"
1865   - "parent"
1866   - "doc"
1867   - "status"
1868
1869 # Test configuration - VPP Functional Test Configs - Ubuntu
1870 -
1871   type: "table"
1872   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1873   algorithm: "table_details"
1874   output-file-ext: ".csv"
1875   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1876   columns:
1877   -
1878     title: "Name"
1879     data: "data name"
1880   -
1881     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1882     data: "data vat-history"
1883   rows: "generated"
1884   data: "vpp-func-results-ubuntu"
1885   filter: "all"
1886   parameters:
1887   - "parent"
1888   - "name"
1889   - "vat-history"
1890
1891 # Test configuration - VPP Functional Test Configs - CentOS
1892 -
1893   type: "table"
1894   title: "Test configuration - VPP Functional Test Configs - CentOS"
1895   algorithm: "table_details"
1896   output-file-ext: ".csv"
1897   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1898   columns:
1899   -
1900     title: "Name"
1901     data: "data name"
1902   -
1903     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1904     data: "data vat-history"
1905   rows: "generated"
1906   data: "vpp-func-results-centos"
1907   filter: "all"
1908   parameters:
1909   - "parent"
1910   - "name"
1911   - "vat-history"
1912
1913 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
1914 -
1915   type: "table"
1916   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1917   algorithm: "table_details"
1918   output-file-ext: ".csv"
1919   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1920   columns:
1921   -
1922     title: "Name"
1923     data: "data name"
1924   -
1925     title: "Status"
1926     data: "data msg"
1927   rows: "generated"
1928   data: "ligato-perf-results-3n-hsw"
1929   filter: "all"
1930   parameters:
1931   - "name"
1932   - "parent"
1933   - "msg"
1934
1935 # Detailed Test Results - VPP Device Results - Ubuntu
1936 -
1937   type: "table"
1938   title: "Detailed Test Results - VPP Device Results - Ubuntu"
1939   algorithm: "table_details"
1940   output-file-ext: ".csv"
1941   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
1942   columns:
1943   -
1944     title: "Name"
1945     data: "data name"
1946   -
1947     title: "Documentation"
1948     data: "data doc"
1949   -
1950     title: "Status"
1951     data: "data status"
1952   rows: "generated"
1953   data: "vpp-device-results-ubuntu"
1954   filter: "all"
1955   parameters:
1956   - "name"
1957   - "parent"
1958   - "doc"
1959   - "status"
1960
1961 # Test configuration - VPP Device Test Configs - Ubuntu
1962 -
1963   type: "table"
1964   title: "Test configuration - VPP Device Test Configs - Ubuntu"
1965   algorithm: "table_details"
1966   output-file-ext: ".csv"
1967   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
1968   columns:
1969   -
1970     title: "Name"
1971     data: "data name"
1972   -
1973     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1974     data: "data vat-history"
1975   rows: "generated"
1976   data: "vpp-device-results-ubuntu"
1977   filter: "all"
1978   parameters:
1979   - "parent"
1980   - "name"
1981   - "vat-history"
1982
1983 ################################################################################
1984
1985 # DPDK Performance Changes 1t1c pdr
1986 -
1987   type: "table"
1988   title: "DPDK Performance Changes 1t1c pdr"
1989   algorithm: "table_performance_comparison"
1990   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1991   reference:
1992     title: "rls1804"
1993     data:
1994       csit-dpdk-perf-1804-all:
1995       - 4
1996       - 5
1997       - 6
1998       - 7
1999       - 8
2000       - 9
2001       - 10
2002       - 11
2003       - 12
2004       - 13
2005   compare:
2006     title: "rls1807"
2007     data:
2008       csit-dpdk-perf-verify-1807-3n-hsw:
2009       - 11
2010       - 12  # full
2011       - 14
2012       - 15
2013       - 16
2014       - 17
2015       - 20
2016       - 21
2017       - 22
2018       - 23
2019   data: "dpdk-performance-changes"
2020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2021   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2022   parameters:
2023   - "name"
2024   - "parent"
2025   - "throughput"
2026
2027 # DPDK Performance Changes 2t2c pdr
2028 -
2029   type: "table"
2030   title: "DPDK Performance Changes 2t2c pdr"
2031   algorithm: "table_performance_comparison"
2032   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2033   reference:
2034     title: "rls1804"
2035     data:
2036       csit-dpdk-perf-1804-all:
2037       - 4
2038       - 5
2039       - 6
2040       - 7
2041       - 8
2042       - 9
2043       - 10
2044       - 11
2045       - 12
2046       - 13
2047   compare:
2048     title: "rls1807"
2049     data:
2050       csit-dpdk-perf-verify-1807-3n-hsw:
2051       - 11
2052       - 12  # full
2053       - 14
2054       - 15
2055       - 16
2056       - 17
2057       - 20
2058       - 21
2059       - 22
2060       - 23
2061   data: "dpdk-performance-changes"
2062   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2063   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2064   parameters:
2065   - "name"
2066   - "parent"
2067   - "throughput"
2068
2069 # DPDK Performance Changes 1t1c ndr
2070 -
2071   type: "table"
2072   title: "DPDK Performance Changes 1t1c ndr"
2073   algorithm: "table_performance_comparison"
2074   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2075   reference:
2076     title: "rls1804"
2077     data:
2078       csit-dpdk-perf-1804-all:
2079       - 4
2080       - 5
2081       - 6
2082       - 7
2083       - 8
2084       - 9
2085       - 10
2086       - 11
2087       - 12
2088       - 13
2089   compare:
2090     title: "rls1807"
2091     data:
2092       csit-dpdk-perf-verify-1807-3n-hsw:
2093       - 11
2094       - 12  # full
2095       - 14
2096       - 15
2097       - 16
2098       - 17
2099       - 20
2100       - 21
2101       - 22
2102       - 23
2103   data: "dpdk-performance-changes"
2104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2105   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2106   parameters:
2107   - "name"
2108   - "parent"
2109   - "throughput"
2110
2111 # DPDK Performance Changes 2t2c ndr
2112 -
2113   type: "table"
2114   title: "DPDK Performance Changes 2t2c ndr"
2115   algorithm: "table_performance_comparison"
2116   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2117   reference:
2118     title: "rls1804"
2119     data:
2120       csit-dpdk-perf-1804-all:
2121       - 4
2122       - 5
2123       - 6
2124       - 7
2125       - 8
2126       - 9
2127       - 10
2128       - 11
2129       - 12
2130       - 13
2131   compare:
2132     title: "rls1807"
2133     data:
2134       csit-dpdk-perf-verify-1807-3n-hsw:
2135       - 11
2136       - 12  # full
2137       - 14
2138       - 15
2139       - 16
2140       - 17
2141       - 20
2142       - 21
2143       - 22
2144       - 23
2145   data: "dpdk-performance-changes"
2146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2147   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2148   parameters:
2149   - "name"
2150   - "parent"
2151   - "throughput"
2152
2153 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2154 -
2155   type: "table"
2156   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2157   algorithm: "table_performance_comparison"
2158   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2159   reference:
2160     title: "3-Node Hsw"
2161     data:
2162       csit-dpdk-perf-verify-1807-3n-hsw:
2163       - 11
2164       - 12  # full
2165       - 14
2166       - 15
2167       - 16
2168       - 17
2169       - 20
2170       - 21
2171       - 22
2172       - 23
2173   compare:
2174     title: "3-Node Skx"
2175     data:
2176       csit-dpdk-perf-verify-1807-3n-skx:
2177       - 1
2178       - 2
2179       - 3
2180       - 6
2181       - 7
2182       - 8
2183       - 9
2184       - 10
2185       - 11
2186       - 12
2187   data: "dpdk-compare-testbeds"
2188   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2189   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2190   parameters:
2191   - "name"
2192   - "parent"
2193   - "throughput"
2194
2195 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2196 -
2197   type: "table"
2198   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2199   algorithm: "table_performance_comparison"
2200   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2201   reference:
2202     title: "3-Node Hsw"
2203     data:
2204       csit-dpdk-perf-verify-1807-3n-hsw:
2205       - 11
2206       - 12  # full
2207       - 14
2208       - 15
2209       - 16
2210       - 17
2211       - 20
2212       - 21
2213       - 22
2214       - 23
2215   compare:
2216     title: "3-Node Skx"
2217     data:
2218       csit-dpdk-perf-verify-1807-3n-skx:
2219       - 1
2220       - 2
2221       - 3
2222       - 6
2223       - 7
2224       - 8
2225       - 9
2226       - 10
2227       - 11
2228       - 12
2229   data: "dpdk-compare-testbeds"
2230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2231   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2232   parameters:
2233   - "name"
2234   - "parent"
2235   - "throughput"
2236
2237 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2238 -
2239   type: "table"
2240   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2241   algorithm: "table_performance_comparison"
2242   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2243   reference:
2244     title: "3-Node Hsw"
2245     data:
2246       csit-dpdk-perf-verify-1807-3n-hsw:
2247       - 11
2248       - 12  # full
2249       - 14
2250       - 15
2251       - 16
2252       - 17
2253       - 20
2254       - 21
2255       - 22
2256       - 23
2257   compare:
2258     title: "3-Node Skx"
2259     data:
2260       csit-dpdk-perf-verify-1807-3n-skx:
2261       - 1
2262       - 2
2263       - 3
2264       - 6
2265       - 7
2266       - 8
2267       - 9
2268       - 10
2269       - 11
2270       - 12
2271   data: "dpdk-compare-testbeds"
2272   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2273   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2274   parameters:
2275   - "name"
2276   - "parent"
2277   - "result"
2278
2279 # Detailed Test Results - DPDK Performance Results 3n-hsw
2280 -
2281   type: "table"
2282   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2283   algorithm: "table_details"
2284   output-file-ext: ".csv"
2285   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2286   columns:
2287   -
2288     title: "Name"
2289     data: "data name"
2290   -
2291     title: "Status"
2292     data: "data msg"
2293   rows: "generated"
2294   data: "dpdk-perf-results-3n-hsw"
2295   filter: "all"
2296   parameters:
2297   - "name"
2298   - "parent"
2299   - "msg"
2300
2301 # Detailed Test Results - DPDK Performance Results 3n-skx
2302 -
2303   type: "table"
2304   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2305   algorithm: "table_details"
2306   output-file-ext: ".csv"
2307   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2308   columns:
2309   -
2310     title: "Name"
2311     data: "data name"
2312   -
2313     title: "Status"
2314     data: "data msg"
2315   rows: "generated"
2316   data: "dpdk-perf-results-3n-skx"
2317   filter: "all"
2318   parameters:
2319   - "name"
2320   - "parent"
2321   - "msg"
2322
2323 # Detailed Test Results - DPDK Performance Results 2n-skx
2324 -
2325   type: "table"
2326   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2327   algorithm: "table_details"
2328   output-file-ext: ".csv"
2329   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2330   columns:
2331   -
2332     title: "Name"
2333     data: "data name"
2334   -
2335     title: "Status"
2336     data: "data msg"
2337   rows: "generated"
2338   data: "dpdk-perf-results-2n-skx"
2339   filter: "all"
2340   parameters:
2341   - "name"
2342   - "parent"
2343   - "msg"
2344
2345 ################################################################################
2346 # HoneyComb
2347 -
2348   type: "table"
2349   title: "Detailed Test Results - Honeycomb Functional Results"
2350   algorithm: "table_details"
2351   output-file-ext: ".csv"
2352   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2353   columns:
2354   -
2355     title: "Name"
2356     data: "data name"
2357   -
2358     title: "Documentation"
2359     data: "data doc"
2360   -
2361     title: "Status"
2362     data: "data status"
2363   rows: "generated"
2364   data:
2365     "hc-func-results"
2366   filter: "all"
2367   parameters:
2368   - "name"
2369   - "parent"
2370   - "doc"
2371   - "status"
2372
2373 ################################################################################
2374 # NSH SFC
2375 -
2376   type: "table"
2377   title: "Detailed Test Results - NSH SFC Functional Results"
2378   algorithm: "table_details"
2379   output-file-ext: ".csv"
2380   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2381   columns:
2382   -
2383     title: "Name"
2384     data: "data name"
2385   -
2386     title: "Documentation"
2387     data: "data doc"
2388   -
2389     title: "Status"
2390     data: "data status"
2391   rows: "generated"
2392   data:
2393     "nsh-func-results"
2394   filter: "all"
2395   parameters:
2396   - "name"
2397   - "parent"
2398   - "doc"
2399   - "status"
2400
2401 ################################################################################
2402 # DMM
2403 -
2404   type: "table"
2405   title: "Detailed Test Results - DMM Functional Results"
2406   algorithm: "table_details"
2407   output-file-ext: ".csv"
2408   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2409   columns:
2410   -
2411     title: "Name"
2412     data: "data name"
2413   -
2414     title: "Documentation"
2415     data: "data doc"
2416   -
2417     title: "Status"
2418     data: "data status"
2419   rows: "generated"
2420   data:
2421     "dmm-func-results"
2422   filter: "all"
2423   parameters:
2424   - "name"
2425   - "parent"
2426   - "doc"
2427   - "status"
2428
2429 ################################################################################
2430 ###                                F I L E S                                 ###
2431 ################################################################################
2432
2433 # VPP Performance Results 3n-hsw
2434 -
2435   type: "file"
2436   title: "VPP Performance Results 3n-hsw"
2437   algorithm: "file_test_results"
2438   output-file-ext: ".rst"
2439   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2440   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"
2441   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2442   data: "vpp-perf-results-3n-hsw"
2443   filter: "not 'NDRCHK' and not 'PDRCHK'"
2444   parameters:
2445   - "name"
2446   - "doc"
2447   - "level"
2448   - "parent"
2449   data-start-level: 3
2450
2451 # VPP Performance Results 3n-skx
2452 -
2453   type: "file"
2454   title: "VPP Performance Results 3n-skx"
2455   algorithm: "file_test_results"
2456   output-file-ext: ".rst"
2457   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2458   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"
2459   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2460   data: "vpp-perf-results-3n-skx"
2461   filter: "not 'NDRCHK' and not 'PDRCHK'"
2462   parameters:
2463   - "name"
2464   - "doc"
2465   - "level"
2466   - "parent"
2467   data-start-level: 3
2468
2469 # VPP Performance Results 2n-skx
2470 -
2471   type: "file"
2472   title: "VPP Performance Results 2n-skx"
2473   algorithm: "file_test_results"
2474   output-file-ext: ".rst"
2475   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2476   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"
2477   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2478   data: "vpp-perf-results-2n-skx"
2479   filter: "not 'NDRCHK' and not 'PDRCHK'"
2480   parameters:
2481   - "name"
2482   - "doc"
2483   - "level"
2484   - "parent"
2485   data-start-level: 3
2486
2487 # VPP Performance Configuration 3n-hsw
2488 -
2489   type: "file"
2490   title: "VPP Performance Configuration 3n-hsw"
2491   algorithm: "file_test_results"
2492   output-file-ext: ".rst"
2493   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2494   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2495   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2496   data: "vpp-perf-results-3n-hsw"
2497   filter: "not 'NDRCHK' and not 'PDRCHK'"
2498   parameters:
2499   - "name"
2500   - "doc"
2501   - "level"
2502   - "parent"
2503   data-start-level: 3
2504
2505 # VPP Performance Configuration 3n-skx
2506 -
2507   type: "file"
2508   title: "VPP Performance Configuration 3n-skx"
2509   algorithm: "file_test_results"
2510   output-file-ext: ".rst"
2511   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2512   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2513   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2514   data: "vpp-perf-results-3n-skx"
2515   filter: "not 'NDRCHK' and not 'PDRCHK'"
2516   parameters:
2517   - "name"
2518   - "doc"
2519   - "level"
2520   - "parent"
2521   data-start-level: 3
2522
2523 # VPP Performance Configuration 2n-skx
2524 -
2525   type: "file"
2526   title: "VPP Performance Configuration 2n-skx"
2527   algorithm: "file_test_results"
2528   output-file-ext: ".rst"
2529   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2530   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"
2531   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2532   data: "vpp-perf-results-2n-skx"
2533   filter: "not 'NDRCHK' and not 'PDRCHK'"
2534   parameters:
2535   - "name"
2536   - "doc"
2537   - "level"
2538   - "parent"
2539   data-start-level: 3
2540
2541 # VPP Performance Operational Data 3n-hsw
2542 -
2543   type: "file"
2544   title: "VPP Performance Operational Data 3n-hsw"
2545   algorithm: "file_test_results"
2546   output-file-ext: ".rst"
2547   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2548   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"
2549   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2550   data: "vpp-perf-results-3n-hsw"
2551   filter: "not 'NDRCHK' and not 'PDRCHK'"
2552   parameters:
2553   - "name"
2554   - "doc"
2555   - "level"
2556   - "parent"
2557   data-start-level: 3
2558
2559 # VPP Performance Operational Data 3n-skx
2560 -
2561   type: "file"
2562   title: "VPP Performance Operational Data 3n-skx"
2563   algorithm: "file_test_results"
2564   output-file-ext: ".rst"
2565   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_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[DTO,PERF,VPP,3N,SKX]}"
2568   data: "vpp-perf-results-3n-skx"
2569   filter: "not 'NDRCHK' and not 'PDRCHK'"
2570   parameters:
2571   - "name"
2572   - "doc"
2573   - "level"
2574   - "parent"
2575   data-start-level: 3
2576
2577 # VPP Performance Operational Data 2n-skx
2578 -
2579   type: "file"
2580   title: "VPP Performance Operational Data 2n-skx"
2581   algorithm: "file_test_results"
2582   output-file-ext: ".rst"
2583   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2584   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"
2585   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2586   data: "vpp-perf-results-2n-skx"
2587   filter: "not 'NDRCHK' and not 'PDRCHK'"
2588   parameters:
2589   - "name"
2590   - "doc"
2591   - "level"
2592   - "parent"
2593   data-start-level: 3
2594
2595 # VPP MRR Results 3n-hsw
2596 -
2597   type: "file"
2598   title: "VPP MRR Results 3n-hsw"
2599   algorithm: "file_test_results"
2600   output-file-ext: ".rst"
2601   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2602   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"
2603   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2604   data: "vpp-mrr-results-3n-hsw"
2605   filter: "'MRR'"
2606   parameters:
2607   - "name"
2608   - "doc"
2609   - "level"
2610   - "parent"
2611   data-start-level: 3
2612
2613 # VPP MRR Results 3n-skx
2614 -
2615   type: "file"
2616   title: "VPP MRR Results 3n-skx"
2617   algorithm: "file_test_results"
2618   output-file-ext: ".rst"
2619   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2620   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"
2621   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2622   data: "vpp-mrr-results-3n-skx"
2623   filter: "'MRR'"
2624   parameters:
2625   - "name"
2626   - "doc"
2627   - "level"
2628   - "parent"
2629   data-start-level: 3
2630
2631 # VPP MRR Results 2n-skx
2632 -
2633   type: "file"
2634   title: "VPP MRR Results 2n-skx"
2635   algorithm: "file_test_results"
2636   output-file-ext: ".rst"
2637   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2638   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"
2639   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2640   data: "vpp-mrr-results-2n-skx"
2641   filter: "all"
2642   parameters:
2643   - "name"
2644   - "doc"
2645   - "level"
2646   - "parent"
2647   data-start-level: 3
2648
2649 # VPP MRR Configuration 3n-hsw
2650 -
2651   type: "file"
2652   title: "VPP MRR Configuration 3n-hsw"
2653   algorithm: "file_test_results"
2654   output-file-ext: ".rst"
2655   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2656   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"
2657   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2658   data: "vpp-mrr-results-3n-hsw"
2659   filter: "'MRR'"
2660   parameters:
2661   - "name"
2662   - "doc"
2663   - "level"
2664   - "parent"
2665   data-start-level: 3
2666
2667 # VPP MRR Configuration 3n-skx
2668 -
2669   type: "file"
2670   title: "VPP MRR Configuration 3n-skx"
2671   algorithm: "file_test_results"
2672   output-file-ext: ".rst"
2673   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2674   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"
2675   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2676   data: "vpp-mrr-results-3n-skx"
2677   filter: "'MRR'"
2678   parameters:
2679   - "name"
2680   - "doc"
2681   - "level"
2682   - "parent"
2683   data-start-level: 3
2684
2685 # VPP MRR Configuration 2n-skx
2686 -
2687   type: "file"
2688   title: "VPP MRR Configuration 2n-skx"
2689   algorithm: "file_test_results"
2690   output-file-ext: ".rst"
2691   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2692   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"
2693   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2694   data: "vpp-mrr-results-2n-skx"
2695   filter: "'MRR'"
2696   parameters:
2697   - "name"
2698   - "doc"
2699   - "level"
2700   - "parent"
2701   data-start-level: 3
2702
2703 # VPP Functional Results - Ubuntu
2704 -
2705   type: "file"
2706   title: "VPP Functional Results - Ubuntu"
2707   algorithm: "file_test_results"
2708   output-file-ext: ".rst"
2709   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2710   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"
2711   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2712   data: "vpp-func-results-ubuntu"
2713   filter: "all"
2714   parameters:
2715   - "name"
2716   - "doc"
2717   - "level"
2718   - "parent"
2719   data-start-level: 3
2720
2721 # VPP Functional Results - CentOS
2722 -
2723   type: "file"
2724   title: "VPP Functional Results - CentOS"
2725   algorithm: "file_test_results"
2726   output-file-ext: ".rst"
2727   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2728   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"
2729   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2730   data:
2731     "vpp-func-results-centos"
2732   filter: "all"
2733   parameters:
2734   - "name"
2735   - "doc"
2736   - "level"
2737   - "parent"
2738   data-start-level: 3
2739
2740 # VPP Functional Configuration - Ubuntu
2741 -
2742   type: "file"
2743   title: "VPP Functional Configuration - Ubuntu"
2744   algorithm: "file_test_results"
2745   output-file-ext: ".rst"
2746   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2747   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"
2748   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2749   data: "vpp-func-results-ubuntu"
2750   filter: "all"
2751   parameters:
2752   - "name"
2753   - "doc"
2754   - "level"
2755   - "parent"
2756   data-start-level: 3
2757
2758 # VPP Functional Configuration - CentOS
2759 -
2760   type: "file"
2761   title: "VPP Functional Configuration - CentOS"
2762   algorithm: "file_test_results"
2763   output-file-ext: ".rst"
2764   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2765   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"
2766   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2767   data:
2768     "vpp-func-results-centos"
2769   filter: "all"
2770   parameters:
2771   - "name"
2772   - "doc"
2773   - "level"
2774   - "parent"
2775   data-start-level: 3
2776
2777 # VPP Device Results - Ubuntu
2778 -
2779   type: "file"
2780   title: "VPP Device Results - Ubuntu"
2781   algorithm: "file_test_results"
2782   output-file-ext: ".rst"
2783   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2784   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"
2785   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2786   data: "vpp-device-results-ubuntu"
2787   filter: "all"
2788   parameters:
2789   - "name"
2790   - "doc"
2791   - "level"
2792   - "parent"
2793   data-start-level: 2
2794
2795 # VPP Device Configuration - Ubuntu
2796 -
2797   type: "file"
2798   title: "VPP Device Configuration - Ubuntu"
2799   algorithm: "file_test_results"
2800   output-file-ext: ".rst"
2801   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2802   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"
2803   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2804   data: "vpp-device-results-ubuntu"
2805   filter: "all"
2806   parameters:
2807   - "name"
2808   - "doc"
2809   - "level"
2810   - "parent"
2811   data-start-level: 2
2812
2813 # Container Orchestrated Performance Results 3n-hsw
2814 -
2815   type: "file"
2816   title: "Container Orchestrated Performance Results 3n-hsw"
2817   algorithm: "file_test_results"
2818   output-file-ext: ".rst"
2819   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2820   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"
2821   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2822   data: "ligato-perf-results-3n-hsw"
2823   filter: "all"
2824   parameters:
2825   - "name"
2826   - "doc"
2827   - "level"
2828   - "parent"
2829   data-start-level: 3
2830
2831 # DPDK Performance Results 3n-hsw
2832 -
2833   type: "file"
2834   title: "DPDK Performance Results 3n-hsw"
2835   algorithm: "file_test_results"
2836   output-file-ext: ".rst"
2837   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2838   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"
2839   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2840   data: "dpdk-perf-results-3n-hsw"
2841   filter: "all"
2842   parameters:
2843   - "name"
2844   - "doc"
2845   - "level"
2846   - "parent"
2847   data-start-level: 3
2848
2849 # DPDK Performance Results 3n-skx
2850 -
2851   type: "file"
2852   title: "DPDK Performance Results 3n-skx"
2853   algorithm: "file_test_results"
2854   output-file-ext: ".rst"
2855   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2856   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"
2857   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2858   data: "dpdk-perf-results-3n-skx"
2859   filter: "all"
2860   parameters:
2861   - "name"
2862   - "doc"
2863   - "level"
2864   - "parent"
2865   data-start-level: 3
2866
2867 # DPDK Performance Results 2n-skx
2868 -
2869   type: "file"
2870   title: "DPDK Performance Results 2n-skx"
2871   algorithm: "file_test_results"
2872   output-file-ext: ".rst"
2873   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2874   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"
2875   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2876   data: "dpdk-perf-results-2n-skx"
2877   filter: "all"
2878   parameters:
2879   - "name"
2880   - "doc"
2881   - "level"
2882   - "parent"
2883   data-start-level: 3
2884
2885 # Honeycomb Functional Results
2886 -
2887   type: "file"
2888   title: "Honeycomb Functional Results"
2889   algorithm: "file_test_results"
2890   output-file-ext: ".rst"
2891   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2892   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"
2893   dir-tables: "{DIR[DTR,FUNC,HC]}"
2894   data:
2895     "hc-func-results"
2896   filter: "all"
2897   parameters:
2898   - "name"
2899   - "doc"
2900   - "level"
2901   - "parent"
2902   data-start-level: 3
2903
2904 # NSH SFC Functional Results
2905 -
2906   type: "file"
2907   title: "NSH SFC Functional Results"
2908   algorithm: "file_test_results"
2909   output-file-ext: ".rst"
2910   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2911   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"
2912   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2913   data:
2914     "nsh-func-results"
2915   filter: "all"
2916   parameters:
2917   - "name"
2918   - "doc"
2919   - "level"
2920   - "parent"
2921   data-start-level: 3
2922
2923 # DMM Functional Results
2924 -
2925   type: "file"
2926   title: "DMM Functional Results"
2927   algorithm: "file_test_results"
2928   output-file-ext: ".rst"
2929   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2930   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"
2931   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2932   data:
2933     "dmm-func-results"
2934   filter: "all"
2935   parameters:
2936   - "name"
2937   - "doc"
2938   - "level"
2939   - "parent"
2940   data-start-level: 3
2941
2942 ################################################################################
2943 ###                                P L O T S                                 ###
2944 ################################################################################
2945
2946 ################################################################################
2947 # Plots VPP HTTP Server Performance
2948 -
2949   type: "plot"
2950   title: "VPP HTTP Server Performance"
2951   algorithm: "plot_http_server_performance_box"
2952   output-file-type: ".html"
2953   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2954   data:
2955     "plot-vpp-http-server-performance"
2956   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2957   # each tag is enclosed with ' (apostrophe).
2958   filter: "'HTTP' and 'TCP_CPS'"
2959   parameters:
2960   - "result"
2961   - "name"
2962   traces:
2963     hoverinfo: "x+y"
2964     boxpoints: "outliers"
2965     whiskerwidth: 0
2966   layout:
2967     title: "VPP HTTP Server Performance"
2968     layout:
2969       "plot-cps"
2970
2971 -
2972   type: "plot"
2973   title: "VPP HTTP Server Performance"
2974   algorithm: "plot_http_server_performance_box"
2975   output-file-type: ".html"
2976   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2977   data:
2978     "plot-vpp-http-server-performance"
2979   filter: "'HTTP' and 'TCP_RPS'"
2980   parameters:
2981   - "result"
2982   - "name"
2983   traces:
2984     hoverinfo: "x+y"
2985     boxpoints: "outliers"
2986     whiskerwidth: 0
2987   layout:
2988     title: "VPP HTTP Server Performance"
2989     layout:
2990       "plot-rps"
2991
2992 ################################################################################
2993
2994 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
2995 -
2996   type: "plot"
2997   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2998   algorithm: "plot_performance_box"
2999   output-file-type: ".html"
3000   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3001   data: "plot-vpp-throughput-latency-3n-hsw"
3002   filter: "'NIC_Intel-X520-DA2' and
3003            '64B' and
3004            ('BASE' or 'SCALE') and
3005            'NDRPDR' and
3006            'ETH' and
3007            '1T1C' and
3008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3009            not 'VHOST' and
3010            not 'MEMIF'"
3011   parameters:
3012   - "throughput"
3013   - "parent"
3014   - "tags"
3015   sort:
3016   - "L2PATCH"
3017   - "L2XCBASE"
3018   - "BASE"
3019   - "FIB_10K"
3020   - "FIB_100K"
3021   - "FIB_1M"
3022   traces:
3023     hoverinfo: "x+y"
3024     boxpoints: "outliers"
3025     whiskerwidth: 0
3026   layout:
3027     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3028     layout: "plot-throughput"
3029
3030 -
3031   type: "plot"
3032   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3033   algorithm: "plot_performance_box"
3034   output-file-type: ".html"
3035   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3036   data: "plot-vpp-throughput-latency-3n-hsw"
3037   filter: "'NIC_Intel-X520-DA2' and
3038            '64B' and
3039            ('BASE' or 'SCALE') and
3040            'NDRPDR' and
3041            'ETH' and
3042            '1T1C' and
3043            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3044            not 'VHOST' and
3045            not 'MEMIF'"
3046   parameters:
3047   - "throughput"
3048   - "parent"
3049   - "tags"
3050   sort:
3051   - "L2PATCH"
3052   - "L2XCBASE"
3053   - "BASE"
3054   - "FIB_10K"
3055   - "FIB_100K"
3056   - "FIB_1M"
3057   traces:
3058     hoverinfo: "x+y"
3059     boxpoints: "outliers"
3060     whiskerwidth: 0
3061   layout:
3062     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3063     layout: "plot-throughput"
3064
3065 -
3066   type: "plot"
3067   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3068   algorithm: "plot_performance_box"
3069   output-file-type: ".html"
3070   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3071   data: "plot-vpp-throughput-latency-3n-hsw"
3072   filter: "'NIC_Intel-X520-DA2' and
3073            '64B' and
3074            ('BASE' or 'SCALE') and
3075            'NDRPDR' and
3076            'ETH' and
3077            '2T2C' and
3078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3079            not 'VHOST' and
3080            not 'MEMIF'"
3081   parameters:
3082   - "throughput"
3083   - "parent"
3084   - "tags"
3085   sort:
3086   - "L2PATCH"
3087   - "L2XCBASE"
3088   - "BASE"
3089   - "FIB_10K"
3090   - "FIB_100K"
3091   - "FIB_1M"
3092   traces:
3093     hoverinfo: "x+y"
3094     boxpoints: "outliers"
3095     whiskerwidth: 0
3096   layout:
3097     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3098     layout: "plot-throughput"
3099
3100 -
3101   type: "plot"
3102   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3103   algorithm: "plot_performance_box"
3104   output-file-type: ".html"
3105   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3106   data: "plot-vpp-throughput-latency-3n-hsw"
3107   filter: "'NIC_Intel-X520-DA2' and
3108            '64B' and
3109            ('BASE' or 'SCALE') and
3110            'NDRPDR' and
3111            'ETH' and
3112            '2T2C' and
3113            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3114            not 'VHOST' and
3115            not 'MEMIF'"
3116   parameters:
3117   - "throughput"
3118   - "parent"
3119   - "tags"
3120   sort:
3121   - "L2PATCH"
3122   - "L2XCBASE"
3123   - "BASE"
3124   - "FIB_10K"
3125   - "FIB_100K"
3126   - "FIB_1M"
3127   traces:
3128     hoverinfo: "x+y"
3129     boxpoints: "outliers"
3130     whiskerwidth: 0
3131   layout:
3132     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3133     layout: "plot-throughput"
3134
3135 # Packet Throughput - VPP L2 3n-hsw-x520 features
3136 -
3137   type: "plot"
3138   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3139   algorithm: "plot_performance_box"
3140   output-file-type: ".html"
3141   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3142   data: "plot-vpp-throughput-latency-3n-hsw"
3143   filter: "'NIC_Intel-X520-DA2' and
3144            '64B' and
3145            'NDRPDR' and
3146            '1T1C' and
3147            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3148            not 'ACL' and
3149            not 'VHOST' and
3150            not 'MEMIF'"
3151   parameters:
3152   - "throughput"
3153   - "parent"
3154   - "tags"
3155   sort:
3156   - "L2XCBASE"    # l2xcbase
3157   - "L2BDBASE"    # l2bdbase
3158   - "L2XCFWD"     # dot1q-l2xcbase
3159   - "L2BDMACLRN"  # dot1q-l2bdbase
3160   traces:
3161     hoverinfo: "x+y"
3162     boxpoints: "outliers"
3163     whiskerwidth: 0
3164   layout:
3165     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3166     layout: "plot-throughput"
3167
3168 -
3169   type: "plot"
3170   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3171   algorithm: "plot_performance_box"
3172   output-file-type: ".html"
3173   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3174   data: "plot-vpp-throughput-latency-3n-hsw"
3175   filter: "'NIC_Intel-X520-DA2' and
3176            '64B' and
3177            'NDRPDR' and
3178            '1T1C' and
3179            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3180            not 'ACL' and
3181            not 'VHOST' and
3182            not 'MEMIF'"
3183   parameters:
3184   - "throughput"
3185   - "parent"
3186   - "tags"
3187   sort:
3188   - "L2XCBASE"    # l2xcbase
3189   - "L2BDBASE"    # l2bdbase
3190   - "L2XCFWD"     # dot1q-l2xcbase
3191   - "L2BDMACLRN"  # dot1q-l2bdbase
3192   traces:
3193     hoverinfo: "x+y"
3194     boxpoints: "outliers"
3195     whiskerwidth: 0
3196   layout:
3197     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3198     layout: "plot-throughput"
3199
3200 -
3201   type: "plot"
3202   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3203   algorithm: "plot_performance_box"
3204   output-file-type: ".html"
3205   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3206   data: "plot-vpp-throughput-latency-3n-hsw"
3207   filter: "'NIC_Intel-X520-DA2' and
3208            '64B' and
3209            'NDRPDR' and
3210            '2T2C' and
3211            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3212            not 'ACL' and
3213            not 'VHOST' and
3214            not 'MEMIF'"
3215   parameters:
3216   - "throughput"
3217   - "parent"
3218   - "tags"
3219   sort:
3220   - "L2XCBASE"    # l2xcbase
3221   - "L2BDBASE"    # l2bdbase
3222   - "L2XCFWD"     # dot1q-l2xcbase
3223   - "L2BDMACLRN"  # dot1q-l2bdbase
3224   traces:
3225     hoverinfo: "x+y"
3226     boxpoints: "outliers"
3227     whiskerwidth: 0
3228   layout:
3229     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3230     layout: "plot-throughput"
3231
3232 -
3233   type: "plot"
3234   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3235   algorithm: "plot_performance_box"
3236   output-file-type: ".html"
3237   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3238   data: "plot-vpp-throughput-latency-3n-hsw"
3239   filter: "'NIC_Intel-X520-DA2' and
3240            '64B' and
3241            'NDRPDR' and
3242            '2T2C' and
3243            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3244            not 'ACL' and
3245            not 'VHOST' and
3246            not 'MEMIF'"
3247   parameters:
3248   - "throughput"
3249   - "parent"
3250   - "tags"
3251   sort:
3252   - "L2XCBASE"    # l2xcbase
3253   - "L2BDBASE"    # l2bdbase
3254   - "L2XCFWD"     # dot1q-l2xcbase
3255   - "L2BDMACLRN"  # dot1q-l2bdbase
3256   traces:
3257     hoverinfo: "x+y"
3258     boxpoints: "outliers"
3259     whiskerwidth: 0
3260   layout:
3261     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3262     layout: "plot-throughput"
3263
3264 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3265 -
3266   type: "plot"
3267   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3268   algorithm: "plot_performance_box"
3269   output-file-type: ".html"
3270   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3271   data: "plot-vpp-throughput-latency-3n-hsw"
3272   filter: "'NIC_Intel-X710' and
3273            '64B' and
3274            ('BASE' or 'SCALE') and
3275            'NDRPDR' and
3276            'ETH' and
3277            '1T1C' and
3278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3279            not 'VHOST' and
3280            not 'MEMIF'"
3281   parameters:
3282   - "throughput"
3283   - "parent"
3284   - "tags"
3285   sort:
3286   - "L2PATCH"
3287   - "L2XCBASE"
3288   - "BASE"
3289   - "FIB_10K"
3290   - "FIB_100K"
3291   - "FIB_1M"
3292   traces:
3293     hoverinfo: "x+y"
3294     boxpoints: "outliers"
3295     whiskerwidth: 0
3296   layout:
3297     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3298     layout: "plot-throughput"
3299
3300 -
3301   type: "plot"
3302   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3303   algorithm: "plot_performance_box"
3304   output-file-type: ".html"
3305   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3306   data: "plot-vpp-throughput-latency-3n-hsw"
3307   filter: "'NIC_Intel-X710' and
3308            '64B' and
3309            ('BASE' or 'SCALE') and
3310            'NDRPDR' and
3311            'ETH' and
3312            '1T1C' and
3313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3314            not 'VHOST' and
3315            not 'MEMIF'"
3316   parameters:
3317   - "throughput"
3318   - "parent"
3319   - "tags"
3320   sort:
3321   - "L2PATCH"
3322   - "L2XCBASE"
3323   - "BASE"
3324   - "FIB_10K"
3325   - "FIB_100K"
3326   - "FIB_1M"
3327   traces:
3328     hoverinfo: "x+y"
3329     boxpoints: "outliers"
3330     whiskerwidth: 0
3331   layout:
3332     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3333     layout: "plot-throughput"
3334
3335 -
3336   type: "plot"
3337   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3338   algorithm: "plot_performance_box"
3339   output-file-type: ".html"
3340   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3341   data: "plot-vpp-throughput-latency-3n-hsw"
3342   filter: "'NIC_Intel-X710' and
3343            '64B' and
3344            ('BASE' or 'SCALE') and
3345            'NDRPDR' and
3346            'ETH' and
3347            '2T2C' and
3348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3349            not 'VHOST' and
3350            not 'MEMIF'"
3351   parameters:
3352   - "throughput"
3353   - "parent"
3354   - "tags"
3355   sort:
3356   - "L2PATCH"
3357   - "L2XCBASE"
3358   - "BASE"
3359   - "FIB_10K"
3360   - "FIB_100K"
3361   - "FIB_1M"
3362   traces:
3363     hoverinfo: "x+y"
3364     boxpoints: "outliers"
3365     whiskerwidth: 0
3366   layout:
3367     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3368     layout: "plot-throughput"
3369
3370 -
3371   type: "plot"
3372   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3373   algorithm: "plot_performance_box"
3374   output-file-type: ".html"
3375   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3376   data: "plot-vpp-throughput-latency-3n-hsw"
3377   filter: "'NIC_Intel-X710' and
3378            '64B' and
3379            ('BASE' or 'SCALE') and
3380            'NDRPDR' and
3381            'ETH' and
3382            '2T2C' and
3383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3384            not 'VHOST' and
3385            not 'MEMIF'"
3386   parameters:
3387   - "throughput"
3388   - "parent"
3389   - "tags"
3390   sort:
3391   - "L2PATCH"
3392   - "L2XCBASE"
3393   - "BASE"
3394   - "FIB_10K"
3395   - "FIB_100K"
3396   - "FIB_1M"
3397   traces:
3398     hoverinfo: "x+y"
3399     boxpoints: "outliers"
3400     whiskerwidth: 0
3401   layout:
3402     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3403     layout: "plot-throughput"
3404
3405 # Packet Throughput - VPP L2 3n-hsw-x710 features
3406 -
3407   type: "plot"
3408   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3409   algorithm: "plot_performance_box"
3410   output-file-type: ".html"
3411   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3412   data: "plot-vpp-throughput-latency-3n-hsw"
3413   filter: "'NIC_Intel-X710' and
3414            '64B' and
3415            'NDRPDR' and
3416            '1T1C' and
3417            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3418            not 'ACL' and
3419            not 'VHOST' and
3420            not 'MEMIF'"
3421   parameters:
3422   - "throughput"
3423   - "parent"
3424   - "tags"
3425   sort:
3426   - "L2XCBASE"    # l2xcbase
3427   - "L2BDBASE"    # l2bdbase
3428   - "L2XCFWD"     # dot1q-l2xcbase
3429   - "L2BDMACLRN"  # dot1q-l2bdbase
3430   traces:
3431     hoverinfo: "x+y"
3432     boxpoints: "outliers"
3433     whiskerwidth: 0
3434   layout:
3435     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3436     layout: "plot-throughput"
3437
3438 -
3439   type: "plot"
3440   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3441   algorithm: "plot_performance_box"
3442   output-file-type: ".html"
3443   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3444   data: "plot-vpp-throughput-latency-3n-hsw"
3445   filter: "'NIC_Intel-X710' and
3446            '64B' and
3447            'NDRPDR' and
3448            '1T1C' and
3449            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3450            not 'ACL' and
3451            not 'VHOST' and
3452            not 'MEMIF'"
3453   parameters:
3454   - "throughput"
3455   - "parent"
3456   - "tags"
3457   sort:
3458   - "L2XCBASE"    # l2xcbase
3459   - "L2BDBASE"    # l2bdbase
3460   - "L2XCFWD"     # dot1q-l2xcbase
3461   - "L2BDMACLRN"  # dot1q-l2bdbase
3462   traces:
3463     hoverinfo: "x+y"
3464     boxpoints: "outliers"
3465     whiskerwidth: 0
3466   layout:
3467     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3468     layout: "plot-throughput"
3469
3470 -
3471   type: "plot"
3472   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3473   algorithm: "plot_performance_box"
3474   output-file-type: ".html"
3475   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3476   data: "plot-vpp-throughput-latency-3n-hsw"
3477   filter: "'NIC_Intel-X710' and
3478            '64B' and
3479            'NDRPDR' and
3480            '2T2C' and
3481            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3482            not 'ACL' and
3483            not 'VHOST' and
3484            not 'MEMIF'"
3485   parameters:
3486   - "throughput"
3487   - "parent"
3488   - "tags"
3489   sort:
3490   - "L2XCBASE"    # l2xcbase
3491   - "L2BDBASE"    # l2bdbase
3492   - "L2XCFWD"     # dot1q-l2xcbase
3493   - "L2BDMACLRN"  # dot1q-l2bdbase
3494   traces:
3495     hoverinfo: "x+y"
3496     boxpoints: "outliers"
3497     whiskerwidth: 0
3498   layout:
3499     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3500     layout: "plot-throughput"
3501
3502 -
3503   type: "plot"
3504   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3505   algorithm: "plot_performance_box"
3506   output-file-type: ".html"
3507   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3508   data: "plot-vpp-throughput-latency-3n-hsw"
3509   filter: "'NIC_Intel-X710' and
3510            '64B' and
3511            'NDRPDR' and
3512            '2T2C' and
3513            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3514            not 'ACL' and
3515            not 'VHOST' and
3516            not 'MEMIF'"
3517   parameters:
3518   - "throughput"
3519   - "parent"
3520   - "tags"
3521   sort:
3522   - "L2XCBASE"    # l2xcbase
3523   - "L2BDBASE"    # l2bdbase
3524   - "L2XCFWD"     # dot1q-l2xcbase
3525   - "L2BDMACLRN"  # dot1q-l2bdbase
3526   traces:
3527     hoverinfo: "x+y"
3528     boxpoints: "outliers"
3529     whiskerwidth: 0
3530   layout:
3531     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3532     layout: "plot-throughput"
3533
3534 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3535 -
3536   type: "plot"
3537   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3538   algorithm: "plot_performance_box"
3539   output-file-type: ".html"
3540   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3541   data: "plot-vpp-throughput-latency-3n-hsw"
3542   filter: "'NIC_Intel-XL710' and
3543            '64B' and
3544            ('BASE' or 'SCALE') and
3545            'NDRPDR' and
3546            'ETH' and
3547            '1T1C' and
3548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3549            not 'VHOST' and
3550            not 'MEMIF'"
3551   parameters:
3552   - "throughput"
3553   - "parent"
3554   - "tags"
3555   sort:
3556   - "L2PATCH"
3557   - "L2XCBASE"
3558   - "BASE"
3559   - "FIB_10K"
3560   - "FIB_100K"
3561   - "FIB_1M"
3562   traces:
3563     hoverinfo: "x+y"
3564     boxpoints: "outliers"
3565     whiskerwidth: 0
3566   layout:
3567     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3568     layout: "plot-throughput"
3569
3570 -
3571   type: "plot"
3572   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3573   algorithm: "plot_performance_box"
3574   output-file-type: ".html"
3575   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3576   data: "plot-vpp-throughput-latency-3n-hsw"
3577   filter: "'NIC_Intel-XL710' and
3578            '64B' and
3579            ('BASE' or 'SCALE') and
3580            'NDRPDR' and
3581            'ETH' and
3582            '1T1C' and
3583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3584            not 'VHOST' and
3585            not 'MEMIF'"
3586   parameters:
3587   - "throughput"
3588   - "parent"
3589   - "tags"
3590   sort:
3591   - "L2PATCH"
3592   - "L2XCBASE"
3593   - "BASE"
3594   - "FIB_10K"
3595   - "FIB_100K"
3596   - "FIB_1M"
3597   traces:
3598     hoverinfo: "x+y"
3599     boxpoints: "outliers"
3600     whiskerwidth: 0
3601   layout:
3602     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3603     layout: "plot-throughput"
3604
3605 -
3606   type: "plot"
3607   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3608   algorithm: "plot_performance_box"
3609   output-file-type: ".html"
3610   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3611   data: "plot-vpp-throughput-latency-3n-hsw"
3612   filter: "'NIC_Intel-XL710' and
3613            '64B' and
3614            ('BASE' or 'SCALE') and
3615            'NDRPDR' and
3616            'ETH' and
3617            '2T2C' and
3618            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3619            not 'VHOST' and
3620            not 'MEMIF'"
3621   parameters:
3622   - "throughput"
3623   - "parent"
3624   - "tags"
3625   sort:
3626   - "L2PATCH"
3627   - "L2XCBASE"
3628   - "BASE"
3629   - "FIB_10K"
3630   - "FIB_100K"
3631   - "FIB_1M"
3632   traces:
3633     hoverinfo: "x+y"
3634     boxpoints: "outliers"
3635     whiskerwidth: 0
3636   layout:
3637     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3638     layout: "plot-throughput"
3639
3640 -
3641   type: "plot"
3642   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3643   algorithm: "plot_performance_box"
3644   output-file-type: ".html"
3645   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3646   data: "plot-vpp-throughput-latency-3n-hsw"
3647   filter: "'NIC_Intel-XL710' and
3648            '64B' and
3649            ('BASE' or 'SCALE') and
3650            'NDRPDR' and
3651            'ETH' and
3652            '2T2C' and
3653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3654            not 'VHOST' and
3655            not 'MEMIF'"
3656   parameters:
3657   - "throughput"
3658   - "parent"
3659   - "tags"
3660   sort:
3661   - "L2PATCH"
3662   - "L2XCBASE"
3663   - "BASE"
3664   - "FIB_10K"
3665   - "FIB_100K"
3666   - "FIB_1M"
3667   traces:
3668     hoverinfo: "x+y"
3669     boxpoints: "outliers"
3670     whiskerwidth: 0
3671   layout:
3672     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3673     layout: "plot-throughput"
3674
3675 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3676 -
3677   type: "plot"
3678   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3679   algorithm: "plot_performance_box"
3680   output-file-type: ".html"
3681   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3682   data: "plot-vpp-throughput-latency-3n-skx"
3683   filter: "'NIC_Intel-X710' and
3684            '64B' and
3685            ('BASE' or 'SCALE') and
3686            'NDRPDR' and
3687            'ETH' and
3688            '2T1C' and
3689            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3690            not 'VHOST' and
3691            not 'MEMIF'"
3692   parameters:
3693   - "throughput"
3694   - "parent"
3695   - "tags"
3696   sort:
3697   - "L2PATCH"
3698   - "L2XCBASE"
3699   - "BASE"
3700   - "FIB_10K"
3701   - "FIB_100K"
3702   - "FIB_1M"
3703   traces:
3704     hoverinfo: "x+y"
3705     boxpoints: "outliers"
3706     whiskerwidth: 0
3707   layout:
3708     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3709     layout: "plot-throughput"
3710
3711 -
3712   type: "plot"
3713   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3714   algorithm: "plot_performance_box"
3715   output-file-type: ".html"
3716   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3717   data: "plot-vpp-throughput-latency-3n-skx"
3718   filter: "'NIC_Intel-X710' and
3719            '64B' and
3720            ('BASE' or 'SCALE') and
3721            'NDRPDR' and
3722            'ETH' and
3723            '2T1C' and
3724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3725            not 'VHOST' and
3726            not 'MEMIF'"
3727   parameters:
3728   - "throughput"
3729   - "parent"
3730   - "tags"
3731   sort:
3732   - "L2PATCH"
3733   - "L2XCBASE"
3734   - "BASE"
3735   - "FIB_10K"
3736   - "FIB_100K"
3737   - "FIB_1M"
3738   traces:
3739     hoverinfo: "x+y"
3740     boxpoints: "outliers"
3741     whiskerwidth: 0
3742   layout:
3743     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3744     layout: "plot-throughput"
3745
3746 -
3747   type: "plot"
3748   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3749   algorithm: "plot_performance_box"
3750   output-file-type: ".html"
3751   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3752   data: "plot-vpp-throughput-latency-3n-skx"
3753   filter: "'NIC_Intel-X710' and
3754            '64B' and
3755            ('BASE' or 'SCALE') and
3756            'NDRPDR' and
3757            'ETH' and
3758            '4T2C' and
3759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3760            not 'VHOST' and
3761            not 'MEMIF'"
3762   parameters:
3763   - "throughput"
3764   - "parent"
3765   - "tags"
3766   sort:
3767   - "L2PATCH"
3768   - "L2XCBASE"
3769   - "BASE"
3770   - "FIB_10K"
3771   - "FIB_100K"
3772   - "FIB_1M"
3773   traces:
3774     hoverinfo: "x+y"
3775     boxpoints: "outliers"
3776     whiskerwidth: 0
3777   layout:
3778     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3779     layout: "plot-throughput"
3780
3781 -
3782   type: "plot"
3783   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3784   algorithm: "plot_performance_box"
3785   output-file-type: ".html"
3786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3787   data: "plot-vpp-throughput-latency-3n-skx"
3788   filter: "'NIC_Intel-X710' and
3789            '64B' and
3790            ('BASE' or 'SCALE') and
3791            'NDRPDR' and
3792            'ETH' and
3793            '4T2C' and
3794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3795            not 'VHOST' and
3796            not 'MEMIF'"
3797   parameters:
3798   - "throughput"
3799   - "parent"
3800   - "tags"
3801   sort:
3802   - "L2PATCH"
3803   - "L2XCBASE"
3804   - "BASE"
3805   - "FIB_10K"
3806   - "FIB_100K"
3807   - "FIB_1M"
3808   traces:
3809     hoverinfo: "x+y"
3810     boxpoints: "outliers"
3811     whiskerwidth: 0
3812   layout:
3813     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3814     layout: "plot-throughput"
3815
3816 # Packet Throughput - VPP L2 3n-skx-x710 features
3817 -
3818   type: "plot"
3819   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3820   algorithm: "plot_performance_box"
3821   output-file-type: ".html"
3822   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3823   data: "plot-vpp-throughput-latency-3n-skx"
3824   filter: "'NIC_Intel-X710' and
3825            '64B' and
3826            'NDRPDR' and
3827            '2T1C' and
3828            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3829            not 'ACL' and
3830            not 'VHOST' and
3831            not 'MEMIF'"
3832   parameters:
3833   - "throughput"
3834   - "parent"
3835   - "tags"
3836   sort:
3837   - "L2XCBASE"    # l2xcbase
3838   - "L2BDBASE"    # l2bdbase
3839   - "L2XCFWD"     # dot1q-l2xcbase
3840   - "L2BDMACLRN"  # dot1q-l2bdbase
3841   traces:
3842     hoverinfo: "x+y"
3843     boxpoints: "outliers"
3844     whiskerwidth: 0
3845   layout:
3846     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3847     layout: "plot-throughput"
3848
3849 -
3850   type: "plot"
3851   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3852   algorithm: "plot_performance_box"
3853   output-file-type: ".html"
3854   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3855   data: "plot-vpp-throughput-latency-3n-skx"
3856   filter: "'NIC_Intel-X710' and
3857            '64B' and
3858            'NDRPDR' and
3859            '2T1C' and
3860            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3861            not 'ACL' and
3862            not 'VHOST' and
3863            not 'MEMIF'"
3864   parameters:
3865   - "throughput"
3866   - "parent"
3867   - "tags"
3868   sort:
3869   - "L2XCBASE"    # l2xcbase
3870   - "L2BDBASE"    # l2bdbase
3871   - "L2XCFWD"     # dot1q-l2xcbase
3872   - "L2BDMACLRN"  # dot1q-l2bdbase
3873   traces:
3874     hoverinfo: "x+y"
3875     boxpoints: "outliers"
3876     whiskerwidth: 0
3877   layout:
3878     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3879     layout: "plot-throughput"
3880
3881 -
3882   type: "plot"
3883   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3884   algorithm: "plot_performance_box"
3885   output-file-type: ".html"
3886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3887   data: "plot-vpp-throughput-latency-3n-skx"
3888   filter: "'NIC_Intel-X710' and
3889            '64B' and
3890            'NDRPDR' and
3891            '4T2C' and
3892            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3893            not 'ACL' and
3894            not 'VHOST' and
3895            not 'MEMIF'"
3896   parameters:
3897   - "throughput"
3898   - "parent"
3899   - "tags"
3900   sort:
3901   - "L2XCBASE"    # l2xcbase
3902   - "L2BDBASE"    # l2bdbase
3903   - "L2XCFWD"     # dot1q-l2xcbase
3904   - "L2BDMACLRN"  # dot1q-l2bdbase
3905   traces:
3906     hoverinfo: "x+y"
3907     boxpoints: "outliers"
3908     whiskerwidth: 0
3909   layout:
3910     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3911     layout: "plot-throughput"
3912
3913 -
3914   type: "plot"
3915   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3916   algorithm: "plot_performance_box"
3917   output-file-type: ".html"
3918   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3919   data: "plot-vpp-throughput-latency-3n-skx"
3920   filter: "'NIC_Intel-X710' and
3921            '64B' and
3922            'NDRPDR' and
3923            '4T2C' and
3924            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3925            not 'ACL' and
3926            not 'VHOST' and
3927            not 'MEMIF'"
3928   parameters:
3929   - "throughput"
3930   - "parent"
3931   - "tags"
3932   sort:
3933   - "L2XCBASE"    # l2xcbase
3934   - "L2BDBASE"    # l2bdbase
3935   - "L2XCFWD"     # dot1q-l2xcbase
3936   - "L2BDMACLRN"  # dot1q-l2bdbase
3937   traces:
3938     hoverinfo: "x+y"
3939     boxpoints: "outliers"
3940     whiskerwidth: 0
3941   layout:
3942     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3943     layout: "plot-throughput"
3944
3945 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
3946 -
3947   type: "plot"
3948   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3949   algorithm: "plot_performance_box"
3950   output-file-type: ".html"
3951   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3952   data: "plot-vpp-throughput-latency-3n-skx"
3953   filter: "'NIC_Intel-XXV710' and
3954            '64B' and
3955            ('BASE' or 'SCALE') and
3956            'NDRPDR' and
3957            'ETH' and
3958            '2T1C' and
3959            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3960            not 'VHOST' and
3961            not 'MEMIF'"
3962   parameters:
3963   - "throughput"
3964   - "parent"
3965   - "tags"
3966   sort:
3967   - "L2PATCH"
3968   - "L2XCBASE"
3969   - "BASE"
3970   - "FIB_10K"
3971   - "FIB_100K"
3972   - "FIB_1M"
3973   traces:
3974     hoverinfo: "x+y"
3975     boxpoints: "outliers"
3976     whiskerwidth: 0
3977   layout:
3978     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3979     layout: "plot-throughput"
3980
3981 -
3982   type: "plot"
3983   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3984   algorithm: "plot_performance_box"
3985   output-file-type: ".html"
3986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3987   data: "plot-vpp-throughput-latency-3n-skx"
3988   filter: "'NIC_Intel-XXV710' and
3989            '64B' and
3990            ('BASE' or 'SCALE') and
3991            'NDRPDR' and
3992            'ETH' and
3993            '2T1C' and
3994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3995            not 'VHOST' and
3996            not 'MEMIF'"
3997   parameters:
3998   - "throughput"
3999   - "parent"
4000   - "tags"
4001   sort:
4002   - "L2PATCH"
4003   - "L2XCBASE"
4004   - "BASE"
4005   - "FIB_10K"
4006   - "FIB_100K"
4007   - "FIB_1M"
4008   traces:
4009     hoverinfo: "x+y"
4010     boxpoints: "outliers"
4011     whiskerwidth: 0
4012   layout:
4013     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4014     layout: "plot-throughput"
4015
4016 -
4017   type: "plot"
4018   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4019   algorithm: "plot_performance_box"
4020   output-file-type: ".html"
4021   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4022   data: "plot-vpp-throughput-latency-3n-skx"
4023   filter: "'NIC_Intel-XXV710' and
4024            '64B' and
4025            ('BASE' or 'SCALE') and
4026            'NDRPDR' and
4027            'ETH' and
4028            '4T2C' and
4029            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4030            not 'VHOST' and
4031            not 'MEMIF'"
4032   parameters:
4033   - "throughput"
4034   - "parent"
4035   - "tags"
4036   sort:
4037   - "L2PATCH"
4038   - "L2XCBASE"
4039   - "BASE"
4040   - "FIB_10K"
4041   - "FIB_100K"
4042   - "FIB_1M"
4043   traces:
4044     hoverinfo: "x+y"
4045     boxpoints: "outliers"
4046     whiskerwidth: 0
4047   layout:
4048     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4049     layout: "plot-throughput"
4050
4051 -
4052   type: "plot"
4053   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4054   algorithm: "plot_performance_box"
4055   output-file-type: ".html"
4056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4057   data: "plot-vpp-throughput-latency-3n-skx"
4058   filter: "'NIC_Intel-XXV710' and
4059            '64B' and
4060            ('BASE' or 'SCALE') and
4061            'NDRPDR' and
4062            'ETH' and
4063            '4T2C' and
4064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4065            not 'VHOST' and
4066            not 'MEMIF'"
4067   parameters:
4068   - "throughput"
4069   - "parent"
4070   - "tags"
4071   sort:
4072   - "L2PATCH"
4073   - "L2XCBASE"
4074   - "BASE"
4075   - "FIB_10K"
4076   - "FIB_100K"
4077   - "FIB_1M"
4078   traces:
4079     hoverinfo: "x+y"
4080     boxpoints: "outliers"
4081     whiskerwidth: 0
4082   layout:
4083     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4084     layout: "plot-throughput"
4085
4086 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4087 -
4088   type: "plot"
4089   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4090   algorithm: "plot_performance_box"
4091   output-file-type: ".html"
4092   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4093   data: "plot-vpp-throughput-latency-2n-skx"
4094   filter: "'NIC_Intel-X710' and
4095            '64B' and
4096            ('BASE' or 'SCALE') and
4097            'NDRPDR' and
4098            'ETH' and
4099            '2T1C' and
4100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4101            not 'VHOST' and
4102            not 'MEMIF'"
4103   parameters:
4104   - "throughput"
4105   - "parent"
4106   - "tags"
4107   sort:
4108   - "L2PATCH"
4109   - "L2XCBASE"
4110   - "BASE"
4111   - "FIB_10K"
4112   - "FIB_100K"
4113   - "FIB_1M"
4114   traces:
4115     hoverinfo: "x+y"
4116     boxpoints: "outliers"
4117     whiskerwidth: 0
4118   layout:
4119     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4120     layout: "plot-throughput"
4121
4122 -
4123   type: "plot"
4124   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4125   algorithm: "plot_performance_box"
4126   output-file-type: ".html"
4127   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4128   data: "plot-vpp-throughput-latency-2n-skx"
4129   filter: "'NIC_Intel-X710' and
4130            '64B' and
4131            ('BASE' or 'SCALE') and
4132            'NDRPDR' and
4133            'ETH' and
4134            '2T1C' and
4135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4136            not 'VHOST' and
4137            not 'MEMIF'"
4138   parameters:
4139   - "throughput"
4140   - "parent"
4141   - "tags"
4142   sort:
4143   - "L2PATCH"
4144   - "L2XCBASE"
4145   - "BASE"
4146   - "FIB_10K"
4147   - "FIB_100K"
4148   - "FIB_1M"
4149   traces:
4150     hoverinfo: "x+y"
4151     boxpoints: "outliers"
4152     whiskerwidth: 0
4153   layout:
4154     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4155     layout: "plot-throughput"
4156
4157 -
4158   type: "plot"
4159   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4160   algorithm: "plot_performance_box"
4161   output-file-type: ".html"
4162   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4163   data: "plot-vpp-throughput-latency-2n-skx"
4164   filter: "'NIC_Intel-X710' and
4165            '64B' and
4166            ('BASE' or 'SCALE') and
4167            'NDRPDR' and
4168            'ETH' and
4169            '4T2C' and
4170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4171            not 'VHOST' and
4172            not 'MEMIF'"
4173   parameters:
4174   - "throughput"
4175   - "parent"
4176   - "tags"
4177   sort:
4178   - "L2PATCH"
4179   - "L2XCBASE"
4180   - "BASE"
4181   - "FIB_10K"
4182   - "FIB_100K"
4183   - "FIB_1M"
4184   traces:
4185     hoverinfo: "x+y"
4186     boxpoints: "outliers"
4187     whiskerwidth: 0
4188   layout:
4189     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4190     layout: "plot-throughput"
4191
4192 -
4193   type: "plot"
4194   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4195   algorithm: "plot_performance_box"
4196   output-file-type: ".html"
4197   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4198   data: "plot-vpp-throughput-latency-2n-skx"
4199   filter: "'NIC_Intel-X710' and
4200            '64B' and
4201            ('BASE' or 'SCALE') and
4202            'NDRPDR' and
4203            'ETH' and
4204            '4T2C' and
4205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4206            not 'VHOST' and
4207            not 'MEMIF'"
4208   parameters:
4209   - "throughput"
4210   - "parent"
4211   - "tags"
4212   sort:
4213   - "L2PATCH"
4214   - "L2XCBASE"
4215   - "BASE"
4216   - "FIB_10K"
4217   - "FIB_100K"
4218   - "FIB_1M"
4219   traces:
4220     hoverinfo: "x+y"
4221     boxpoints: "outliers"
4222     whiskerwidth: 0
4223   layout:
4224     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4225     layout: "plot-throughput"
4226
4227 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4228 -
4229   type: "plot"
4230   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4231   algorithm: "plot_performance_box"
4232   output-file-type: ".html"
4233   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4234   data: "plot-vpp-throughput-latency-2n-skx"
4235   filter: "'NIC_Intel-XXV710' and
4236            '64B' and
4237            ('BASE' or 'SCALE') and
4238            'NDRPDR' and
4239            'ETH' and
4240            '2T1C' and
4241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4242            not 'VHOST' and
4243            not 'MEMIF'"
4244   parameters:
4245   - "throughput"
4246   - "parent"
4247   - "tags"
4248   sort:
4249   - "L2PATCH"
4250   - "L2XCBASE"
4251   - "BASE"
4252   - "FIB_10K"
4253   - "FIB_100K"
4254   - "FIB_1M"
4255   traces:
4256     hoverinfo: "x+y"
4257     boxpoints: "outliers"
4258     whiskerwidth: 0
4259   layout:
4260     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4261     layout: "plot-throughput"
4262
4263 -
4264   type: "plot"
4265   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4266   algorithm: "plot_performance_box"
4267   output-file-type: ".html"
4268   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4269   data: "plot-vpp-throughput-latency-2n-skx"
4270   filter: "'NIC_Intel-XXV710' and
4271            '64B' and
4272            ('BASE' or 'SCALE') and
4273            'NDRPDR' and
4274            'ETH' and
4275            '2T1C' and
4276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4277            not 'VHOST' and
4278            not 'MEMIF'"
4279   parameters:
4280   - "throughput"
4281   - "parent"
4282   - "tags"
4283   sort:
4284   - "L2PATCH"
4285   - "L2XCBASE"
4286   - "BASE"
4287   - "FIB_10K"
4288   - "FIB_100K"
4289   - "FIB_1M"
4290   traces:
4291     hoverinfo: "x+y"
4292     boxpoints: "outliers"
4293     whiskerwidth: 0
4294   layout:
4295     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4296     layout: "plot-throughput"
4297
4298 -
4299   type: "plot"
4300   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4301   algorithm: "plot_performance_box"
4302   output-file-type: ".html"
4303   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4304   data: "plot-vpp-throughput-latency-2n-skx"
4305   filter: "'NIC_Intel-XXV710' and
4306            '64B' and
4307            ('BASE' or 'SCALE') and
4308            'NDRPDR' and
4309            'ETH' and
4310            '4T2C' and
4311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4312            not 'VHOST' and
4313            not 'MEMIF'"
4314   parameters:
4315   - "throughput"
4316   - "parent"
4317   - "tags"
4318   sort:
4319   - "L2PATCH"
4320   - "L2XCBASE"
4321   - "BASE"
4322   - "FIB_10K"
4323   - "FIB_100K"
4324   - "FIB_1M"
4325   traces:
4326     hoverinfo: "x+y"
4327     boxpoints: "outliers"
4328     whiskerwidth: 0
4329   layout:
4330     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4331     layout: "plot-throughput"
4332
4333 -
4334   type: "plot"
4335   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4336   algorithm: "plot_performance_box"
4337   output-file-type: ".html"
4338   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4339   data: "plot-vpp-throughput-latency-2n-skx"
4340   filter: "'NIC_Intel-XXV710' and
4341            '64B' and
4342            ('BASE' or 'SCALE') and
4343            'NDRPDR' and
4344            'ETH' and
4345            '4T2C' and
4346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4347            not 'VHOST' and
4348            not 'MEMIF'"
4349   parameters:
4350   - "throughput"
4351   - "parent"
4352   - "tags"
4353   sort:
4354   - "L2PATCH"
4355   - "L2XCBASE"
4356   - "BASE"
4357   - "FIB_10K"
4358   - "FIB_100K"
4359   - "FIB_1M"
4360   traces:
4361     hoverinfo: "x+y"
4362     boxpoints: "outliers"
4363     whiskerwidth: 0
4364   layout:
4365     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4366     layout: "plot-throughput"
4367
4368 ################################################################################
4369
4370 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4371 -
4372   type: "plot"
4373   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4374   algorithm: "plot_performance_box"
4375   output-file-type: ".html"
4376   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4377   data: "plot-vpp-throughput-latency-3n-hsw"
4378   filter: "'NIC_Intel-X520-DA2' and
4379            '64B' and
4380            ('BASE' or 'SCALE') and
4381            'NDRPDR' and
4382            '1T1C' and
4383            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4384            not 'VHOST' and
4385            'MEMIF'"
4386   parameters:
4387   - "throughput"
4388   - "parent"
4389   - "tags"
4390   sort:
4391   - "L2XCFWD"
4392   - "L2XCFWD"
4393   - "L2XCFWD"
4394   - "L2BDMACLRN"
4395   - "L2BDMACLRN"
4396   - "L2BDMACLRN"
4397   traces:
4398     hoverinfo: "x+y"
4399     boxpoints: "outliers"
4400     whiskerwidth: 0
4401   layout:
4402     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4403     layout: "plot-throughput"
4404
4405 -
4406   type: "plot"
4407   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4408   algorithm: "plot_performance_box"
4409   output-file-type: ".html"
4410   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4411   data: "plot-vpp-throughput-latency-3n-hsw"
4412   filter: "'NIC_Intel-X520-DA2' and
4413            '64B' and
4414            ('BASE' or 'SCALE') and
4415            'NDRPDR' and
4416            '1T1C' and
4417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4418            not 'VHOST' and
4419            'MEMIF'"
4420   parameters:
4421   - "throughput"
4422   - "parent"
4423   - "tags"
4424   sort:
4425   - "L2XCFWD"
4426   - "L2XCFWD"
4427   - "L2XCFWD"
4428   - "L2BDMACLRN"
4429   - "L2BDMACLRN"
4430   - "L2BDMACLRN"
4431   traces:
4432     hoverinfo: "x+y"
4433     boxpoints: "outliers"
4434     whiskerwidth: 0
4435   layout:
4436     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4437     layout: "plot-throughput"
4438
4439 -
4440   type: "plot"
4441   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4442   algorithm: "plot_performance_box"
4443   output-file-type: ".html"
4444   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4445   data: "plot-vpp-throughput-latency-3n-hsw"
4446   filter: "'NIC_Intel-X520-DA2' and
4447            '64B' and
4448            ('BASE' or 'SCALE') and
4449            'NDRPDR' and
4450            '2T2C' and
4451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4452            not 'VHOST' and
4453            'MEMIF'"
4454   parameters:
4455   - "throughput"
4456   - "parent"
4457   - "tags"
4458   sort:
4459   - "L2XCFWD"
4460   - "L2XCFWD"
4461   - "L2XCFWD"
4462   - "L2BDMACLRN"
4463   - "L2BDMACLRN"
4464   - "L2BDMACLRN"
4465   traces:
4466     hoverinfo: "x+y"
4467     boxpoints: "outliers"
4468     whiskerwidth: 0
4469   layout:
4470     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4471     layout: "plot-throughput"
4472
4473 -
4474   type: "plot"
4475   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4476   algorithm: "plot_performance_box"
4477   output-file-type: ".html"
4478   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4479   data: "plot-vpp-throughput-latency-3n-hsw"
4480   filter: "'NIC_Intel-X520-DA2' and
4481            '64B' and
4482            ('BASE' or 'SCALE') and
4483            'NDRPDR' and
4484            '2T2C' and
4485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4486            not 'VHOST' and
4487            'MEMIF'"
4488   parameters:
4489   - "throughput"
4490   - "parent"
4491   - "tags"
4492   sort:
4493   - "L2XCFWD"
4494   - "L2XCFWD"
4495   - "L2XCFWD"
4496   - "L2BDMACLRN"
4497   - "L2BDMACLRN"
4498   - "L2BDMACLRN"
4499   traces:
4500     hoverinfo: "x+y"
4501     boxpoints: "outliers"
4502     whiskerwidth: 0
4503   layout:
4504     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4505     layout: "plot-throughput"
4506
4507 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4508 -
4509   type: "plot"
4510   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4511   algorithm: "plot_performance_box"
4512   output-file-type: ".html"
4513   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4514   data: "plot-vpp-throughput-latency-3n-hsw"
4515   filter: "'NIC_Intel-X710' and
4516            '64B' and
4517            ('BASE' or 'SCALE') and
4518            'NDRPDR' and
4519            '1T1C' and
4520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4521            not 'VHOST' and
4522            'MEMIF'"
4523   parameters:
4524   - "throughput"
4525   - "parent"
4526   - "tags"
4527   sort:
4528   - "L2XCFWD"
4529   - "L2XCFWD"
4530   - "L2XCFWD"
4531   - "L2BDMACLRN"
4532   - "L2BDMACLRN"
4533   - "L2BDMACLRN"
4534   traces:
4535     hoverinfo: "x+y"
4536     boxpoints: "outliers"
4537     whiskerwidth: 0
4538   layout:
4539     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4540     layout: "plot-throughput"
4541
4542 -
4543   type: "plot"
4544   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4545   algorithm: "plot_performance_box"
4546   output-file-type: ".html"
4547   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4548   data: "plot-vpp-throughput-latency-3n-hsw"
4549   filter: "'NIC_Intel-X710' and
4550            '64B' and
4551            ('BASE' or 'SCALE') and
4552            'NDRPDR' and
4553            '1T1C' and
4554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4555            not 'VHOST' and
4556            'MEMIF'"
4557   parameters:
4558   - "throughput"
4559   - "parent"
4560   - "tags"
4561   sort:
4562   - "L2XCFWD"
4563   - "L2XCFWD"
4564   - "L2XCFWD"
4565   - "L2BDMACLRN"
4566   - "L2BDMACLRN"
4567   - "L2BDMACLRN"
4568   traces:
4569     hoverinfo: "x+y"
4570     boxpoints: "outliers"
4571     whiskerwidth: 0
4572   layout:
4573     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4574     layout: "plot-throughput"
4575
4576 -
4577   type: "plot"
4578   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4579   algorithm: "plot_performance_box"
4580   output-file-type: ".html"
4581   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4582   data: "plot-vpp-throughput-latency-3n-hsw"
4583   filter: "'NIC_Intel-X710' and
4584            '64B' and
4585            ('BASE' or 'SCALE') and
4586            'NDRPDR' and
4587            '2T2C' and
4588            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4589            not 'VHOST' and
4590            'MEMIF'"
4591   parameters:
4592   - "throughput"
4593   - "parent"
4594   - "tags"
4595   sort:
4596   - "L2XCFWD"
4597   - "L2XCFWD"
4598   - "L2XCFWD"
4599   - "L2BDMACLRN"
4600   - "L2BDMACLRN"
4601   - "L2BDMACLRN"
4602   traces:
4603     hoverinfo: "x+y"
4604     boxpoints: "outliers"
4605     whiskerwidth: 0
4606   layout:
4607     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4608     layout: "plot-throughput"
4609
4610 -
4611   type: "plot"
4612   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4613   algorithm: "plot_performance_box"
4614   output-file-type: ".html"
4615   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4616   data: "plot-vpp-throughput-latency-3n-hsw"
4617   filter: "'NIC_Intel-X710' and
4618            '64B' and
4619            ('BASE' or 'SCALE') and
4620            'NDRPDR' and
4621            '2T2C' and
4622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4623            not 'VHOST' and
4624            'MEMIF'"
4625   parameters:
4626   - "throughput"
4627   - "parent"
4628   - "tags"
4629   sort:
4630   - "L2XCFWD"
4631   - "L2XCFWD"
4632   - "L2XCFWD"
4633   - "L2BDMACLRN"
4634   - "L2BDMACLRN"
4635   - "L2BDMACLRN"
4636   traces:
4637     hoverinfo: "x+y"
4638     boxpoints: "outliers"
4639     whiskerwidth: 0
4640   layout:
4641     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4642     layout: "plot-throughput"
4643
4644 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4645 -
4646   type: "plot"
4647   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4648   algorithm: "plot_performance_box"
4649   output-file-type: ".html"
4650   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4651   data: "plot-vpp-throughput-latency-3n-hsw"
4652   filter: "'NIC_Intel-XL710' and
4653            '64B' and
4654            ('BASE' or 'SCALE') and
4655            'NDRPDR' and
4656            '1T1C' and
4657            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4658            not 'VHOST' and
4659            'MEMIF'"
4660   parameters:
4661   - "throughput"
4662   - "parent"
4663   - "tags"
4664   sort:
4665   - "L2XCFWD"
4666   - "L2XCFWD"
4667   - "L2XCFWD"
4668   - "L2BDMACLRN"
4669   - "L2BDMACLRN"
4670   - "L2BDMACLRN"
4671   traces:
4672     hoverinfo: "x+y"
4673     boxpoints: "outliers"
4674     whiskerwidth: 0
4675   layout:
4676     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4677     layout: "plot-throughput"
4678
4679 -
4680   type: "plot"
4681   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4682   algorithm: "plot_performance_box"
4683   output-file-type: ".html"
4684   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4685   data: "plot-vpp-throughput-latency-3n-hsw"
4686   filter: "'NIC_Intel-XL710' and
4687            '64B' and
4688            ('BASE' or 'SCALE') and
4689            'NDRPDR' and
4690            '1T1C' and
4691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4692            not 'VHOST' and
4693            'MEMIF'"
4694   parameters:
4695   - "throughput"
4696   - "parent"
4697   - "tags"
4698   sort:
4699   - "L2XCFWD"
4700   - "L2XCFWD"
4701   - "L2XCFWD"
4702   - "L2BDMACLRN"
4703   - "L2BDMACLRN"
4704   - "L2BDMACLRN"
4705   traces:
4706     hoverinfo: "x+y"
4707     boxpoints: "outliers"
4708     whiskerwidth: 0
4709   layout:
4710     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4711     layout: "plot-throughput"
4712
4713 -
4714   type: "plot"
4715   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4716   algorithm: "plot_performance_box"
4717   output-file-type: ".html"
4718   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4719   data: "plot-vpp-throughput-latency-3n-hsw"
4720   filter: "'NIC_Intel-XL710' and
4721            '64B' and
4722            ('BASE' or 'SCALE') and
4723            'NDRPDR' and
4724            '2T2C' and
4725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4726            not 'VHOST' and
4727            'MEMIF'"
4728   parameters:
4729   - "throughput"
4730   - "parent"
4731   - "tags"
4732   sort:
4733   - "L2XCFWD"
4734   - "L2XCFWD"
4735   - "L2XCFWD"
4736   - "L2BDMACLRN"
4737   - "L2BDMACLRN"
4738   - "L2BDMACLRN"
4739   traces:
4740     hoverinfo: "x+y"
4741     boxpoints: "outliers"
4742     whiskerwidth: 0
4743   layout:
4744     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4745     layout: "plot-throughput"
4746
4747 -
4748   type: "plot"
4749   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4750   algorithm: "plot_performance_box"
4751   output-file-type: ".html"
4752   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4753   data: "plot-vpp-throughput-latency-3n-hsw"
4754   filter: "'NIC_Intel-XL710' and
4755            '64B' and
4756            ('BASE' or 'SCALE') and
4757            'NDRPDR' and
4758            '2T2C' and
4759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4760            not 'VHOST' and
4761            'MEMIF'"
4762   parameters:
4763   - "throughput"
4764   - "parent"
4765   - "tags"
4766   sort:
4767   - "L2XCFWD"
4768   - "L2XCFWD"
4769   - "L2XCFWD"
4770   - "L2BDMACLRN"
4771   - "L2BDMACLRN"
4772   - "L2BDMACLRN"
4773   traces:
4774     hoverinfo: "x+y"
4775     boxpoints: "outliers"
4776     whiskerwidth: 0
4777   layout:
4778     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4779     layout: "plot-throughput"
4780
4781 # Packet Throughput - VPP Container Memif 3n-skx-x710
4782 -
4783   type: "plot"
4784   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4785   algorithm: "plot_performance_box"
4786   output-file-type: ".html"
4787   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4788   data: "plot-vpp-throughput-latency-3n-skx"
4789   filter: "'NIC_Intel-X710' and
4790            '64B' and
4791            ('BASE' or 'SCALE') and
4792            'NDRPDR' and
4793            '2T1C' and
4794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4795            not 'VHOST' and
4796            'MEMIF'"
4797   parameters:
4798   - "throughput"
4799   - "parent"
4800   - "tags"
4801   sort:
4802   - "L2XCFWD"
4803   - "L2XCFWD"
4804   - "L2XCFWD"
4805   - "L2BDMACLRN"
4806   - "L2BDMACLRN"
4807   - "L2BDMACLRN"
4808   traces:
4809     hoverinfo: "x+y"
4810     boxpoints: "outliers"
4811     whiskerwidth: 0
4812   layout:
4813     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4814     layout: "plot-throughput"
4815
4816 -
4817   type: "plot"
4818   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4819   algorithm: "plot_performance_box"
4820   output-file-type: ".html"
4821   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4822   data: "plot-vpp-throughput-latency-3n-skx"
4823   filter: "'NIC_Intel-X710' and
4824            '64B' and
4825            ('BASE' or 'SCALE') and
4826            'NDRPDR' and
4827            '2T1C' and
4828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4829            not 'VHOST' and
4830            'MEMIF'"
4831   parameters:
4832   - "throughput"
4833   - "parent"
4834   - "tags"
4835   sort:
4836   - "L2XCFWD"
4837   - "L2XCFWD"
4838   - "L2XCFWD"
4839   - "L2BDMACLRN"
4840   - "L2BDMACLRN"
4841   - "L2BDMACLRN"
4842   traces:
4843     hoverinfo: "x+y"
4844     boxpoints: "outliers"
4845     whiskerwidth: 0
4846   layout:
4847     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4848     layout: "plot-throughput"
4849
4850 -
4851   type: "plot"
4852   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4853   algorithm: "plot_performance_box"
4854   output-file-type: ".html"
4855   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4856   data: "plot-vpp-throughput-latency-3n-skx"
4857   filter: "'NIC_Intel-X710' and
4858            '64B' and
4859            ('BASE' or 'SCALE') and
4860            'NDRPDR' and
4861            '4T2C' and
4862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4863            not 'VHOST' and
4864            'MEMIF'"
4865   parameters:
4866   - "throughput"
4867   - "parent"
4868   - "tags"
4869   sort:
4870   - "L2XCFWD"
4871   - "L2XCFWD"
4872   - "L2XCFWD"
4873   - "L2BDMACLRN"
4874   - "L2BDMACLRN"
4875   - "L2BDMACLRN"
4876   traces:
4877     hoverinfo: "x+y"
4878     boxpoints: "outliers"
4879     whiskerwidth: 0
4880   layout:
4881     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4882     layout: "plot-throughput"
4883
4884 -
4885   type: "plot"
4886   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4887   algorithm: "plot_performance_box"
4888   output-file-type: ".html"
4889   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4890   data: "plot-vpp-throughput-latency-3n-skx"
4891   filter: "'NIC_Intel-X710' and
4892            '64B' and
4893            ('BASE' or 'SCALE') and
4894            'NDRPDR' and
4895            '4T2C' and
4896            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4897            not 'VHOST' and
4898            'MEMIF'"
4899   parameters:
4900   - "throughput"
4901   - "parent"
4902   - "tags"
4903   sort:
4904   - "L2XCFWD"
4905   - "L2XCFWD"
4906   - "L2XCFWD"
4907   - "L2BDMACLRN"
4908   - "L2BDMACLRN"
4909   - "L2BDMACLRN"
4910   traces:
4911     hoverinfo: "x+y"
4912     boxpoints: "outliers"
4913     whiskerwidth: 0
4914   layout:
4915     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4916     layout: "plot-throughput"
4917
4918 # Packet Throughput - VPP Container Memif 2n-skx-x710
4919 -
4920   type: "plot"
4921   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4922   algorithm: "plot_performance_box"
4923   output-file-type: ".html"
4924   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4925   data: "plot-vpp-throughput-latency-2n-skx"
4926   filter: "'NIC_Intel-X710' and
4927            '64B' and
4928            ('BASE' or 'SCALE') and
4929            'NDRPDR' and
4930            '2T1C' and
4931            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4932            not 'VHOST' and
4933            'MEMIF'"
4934   parameters:
4935   - "throughput"
4936   - "parent"
4937   - "tags"
4938   sort:
4939   - "L2XCFWD"
4940   - "L2XCFWD"
4941   - "L2XCFWD"
4942   - "L2BDMACLRN"
4943   - "L2BDMACLRN"
4944   - "L2BDMACLRN"
4945   traces:
4946     hoverinfo: "x+y"
4947     boxpoints: "outliers"
4948     whiskerwidth: 0
4949   layout:
4950     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4951     layout: "plot-throughput"
4952
4953 -
4954   type: "plot"
4955   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4956   algorithm: "plot_performance_box"
4957   output-file-type: ".html"
4958   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4959   data: "plot-vpp-throughput-latency-2n-skx"
4960   filter: "'NIC_Intel-X710' and
4961            '64B' and
4962            ('BASE' or 'SCALE') and
4963            'NDRPDR' and
4964            '2T1C' and
4965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4966            not 'VHOST' and
4967            'MEMIF'"
4968   parameters:
4969   - "throughput"
4970   - "parent"
4971   - "tags"
4972   sort:
4973   - "L2XCFWD"
4974   - "L2XCFWD"
4975   - "L2XCFWD"
4976   - "L2BDMACLRN"
4977   - "L2BDMACLRN"
4978   - "L2BDMACLRN"
4979   traces:
4980     hoverinfo: "x+y"
4981     boxpoints: "outliers"
4982     whiskerwidth: 0
4983   layout:
4984     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4985     layout: "plot-throughput"
4986
4987 -
4988   type: "plot"
4989   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4990   algorithm: "plot_performance_box"
4991   output-file-type: ".html"
4992   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4993   data: "plot-vpp-throughput-latency-2n-skx"
4994   filter: "'NIC_Intel-X710' and
4995            '64B' and
4996            ('BASE' or 'SCALE') and
4997            'NDRPDR' and
4998            '4T2C' and
4999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5000            not 'VHOST' and
5001            'MEMIF'"
5002   parameters:
5003   - "throughput"
5004   - "parent"
5005   - "tags"
5006   sort:
5007   - "L2XCFWD"
5008   - "L2XCFWD"
5009   - "L2XCFWD"
5010   - "L2BDMACLRN"
5011   - "L2BDMACLRN"
5012   - "L2BDMACLRN"
5013   traces:
5014     hoverinfo: "x+y"
5015     boxpoints: "outliers"
5016     whiskerwidth: 0
5017   layout:
5018     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5019     layout: "plot-throughput"
5020
5021 -
5022   type: "plot"
5023   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5024   algorithm: "plot_performance_box"
5025   output-file-type: ".html"
5026   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5027   data: "plot-vpp-throughput-latency-2n-skx"
5028   filter: "'NIC_Intel-X710' and
5029            '64B' and
5030            ('BASE' or 'SCALE') and
5031            'NDRPDR' and
5032            '4T2C' and
5033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5034            not 'VHOST' and
5035            'MEMIF'"
5036   parameters:
5037   - "throughput"
5038   - "parent"
5039   - "tags"
5040   sort:
5041   - "L2XCFWD"
5042   - "L2XCFWD"
5043   - "L2XCFWD"
5044   - "L2BDMACLRN"
5045   - "L2BDMACLRN"
5046   - "L2BDMACLRN"
5047   traces:
5048     hoverinfo: "x+y"
5049     boxpoints: "outliers"
5050     whiskerwidth: 0
5051   layout:
5052     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5053     layout: "plot-throughput"
5054
5055 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5056 -
5057   type: "plot"
5058   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5059   algorithm: "plot_performance_box"
5060   output-file-type: ".html"
5061   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5062   data: "plot-vpp-throughput-latency-2n-skx"
5063   filter: "'NIC_Intel-XXV710' and
5064            '64B' and
5065            ('BASE' or 'SCALE') and
5066            'NDRPDR' and
5067            '2T1C' and
5068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5069            not 'VHOST' and
5070            'MEMIF'"
5071   parameters:
5072   - "throughput"
5073   - "parent"
5074   - "tags"
5075   sort:
5076   - "L2XCFWD"
5077   - "L2XCFWD"
5078   - "L2XCFWD"
5079   - "L2BDMACLRN"
5080   - "L2BDMACLRN"
5081   - "L2BDMACLRN"
5082   traces:
5083     hoverinfo: "x+y"
5084     boxpoints: "outliers"
5085     whiskerwidth: 0
5086   layout:
5087     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5088     layout: "plot-throughput"
5089
5090 -
5091   type: "plot"
5092   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5093   algorithm: "plot_performance_box"
5094   output-file-type: ".html"
5095   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5096   data: "plot-vpp-throughput-latency-2n-skx"
5097   filter: "'NIC_Intel-XXV710' and
5098            '64B' and
5099            ('BASE' or 'SCALE') and
5100            'NDRPDR' and
5101            '2T1C' and
5102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5103            not 'VHOST' and
5104            'MEMIF'"
5105   parameters:
5106   - "throughput"
5107   - "parent"
5108   - "tags"
5109   sort:
5110   - "L2XCFWD"
5111   - "L2XCFWD"
5112   - "L2XCFWD"
5113   - "L2BDMACLRN"
5114   - "L2BDMACLRN"
5115   - "L2BDMACLRN"
5116   traces:
5117     hoverinfo: "x+y"
5118     boxpoints: "outliers"
5119     whiskerwidth: 0
5120   layout:
5121     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5122     layout: "plot-throughput"
5123
5124 -
5125   type: "plot"
5126   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5127   algorithm: "plot_performance_box"
5128   output-file-type: ".html"
5129   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5130   data: "plot-vpp-throughput-latency-2n-skx"
5131   filter: "'NIC_Intel-XXV710' and
5132            '64B' and
5133            ('BASE' or 'SCALE') and
5134            'NDRPDR' and
5135            '4T2C' and
5136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5137            not 'VHOST' and
5138            'MEMIF'"
5139   parameters:
5140   - "throughput"
5141   - "parent"
5142   - "tags"
5143   sort:
5144   - "L2XCFWD"
5145   - "L2XCFWD"
5146   - "L2XCFWD"
5147   - "L2BDMACLRN"
5148   - "L2BDMACLRN"
5149   - "L2BDMACLRN"
5150   traces:
5151     hoverinfo: "x+y"
5152     boxpoints: "outliers"
5153     whiskerwidth: 0
5154   layout:
5155     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5156     layout: "plot-throughput"
5157
5158 -
5159   type: "plot"
5160   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5161   algorithm: "plot_performance_box"
5162   output-file-type: ".html"
5163   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5164   data: "plot-vpp-throughput-latency-2n-skx"
5165   filter: "'NIC_Intel-XXV710' and
5166            '64B' and
5167            ('BASE' or 'SCALE') and
5168            'NDRPDR' and
5169            '4T2C' and
5170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5171            not 'VHOST' and
5172            'MEMIF'"
5173   parameters:
5174   - "throughput"
5175   - "parent"
5176   - "tags"
5177   sort:
5178   - "L2XCFWD"
5179   - "L2XCFWD"
5180   - "L2XCFWD"
5181   - "L2BDMACLRN"
5182   - "L2BDMACLRN"
5183   - "L2BDMACLRN"
5184   traces:
5185     hoverinfo: "x+y"
5186     boxpoints: "outliers"
5187     whiskerwidth: 0
5188   layout:
5189     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5190     layout: "plot-throughput"
5191
5192 ################################################################################
5193
5194 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5195 -
5196   type: "plot"
5197   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5198   algorithm: "plot_performance_box"
5199   output-file-type: ".html"
5200   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5201   data: "plot-ligato-throughput-latency-3n-hsw"
5202   filter: "'NIC_Intel-X520-DA2' and
5203            '64B' and
5204            ('BASE' or 'SCALE') and
5205            'NDRPDR' and
5206            '1T1C' and
5207            'L2XCFWD' and
5208            not 'VHOST' and
5209            'MEMIF'"
5210   parameters:
5211   - "throughput"
5212   - "parent"
5213   - "tags"
5214   sort:
5215   - "1VNF"
5216   - "2VNF"
5217   - "4VNF"
5218   - "2VNF"
5219   - "4VNF"
5220   traces:
5221     hoverinfo: "x+y"
5222     boxpoints: "outliers"
5223     whiskerwidth: 0
5224   layout:
5225     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5226     layout: "plot-throughput"
5227
5228 -
5229   type: "plot"
5230   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5231   algorithm: "plot_performance_box"
5232   output-file-type: ".html"
5233   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5234   data: "plot-ligato-throughput-latency-3n-hsw"
5235   filter: "'NIC_Intel-X520-DA2' and
5236            '64B' and
5237            ('BASE' or 'SCALE') and
5238            'NDRPDR' and
5239            '1T1C' and
5240            'L2XCFWD' and
5241            not 'VHOST' and
5242            'MEMIF'"
5243   parameters:
5244   - "throughput"
5245   - "parent"
5246   - "tags"
5247   sort:
5248   - "1VNF"
5249   - "2VNF"
5250   - "4VNF"
5251   - "2VNF"
5252   - "4VNF"
5253   traces:
5254     hoverinfo: "x+y"
5255     boxpoints: "outliers"
5256     whiskerwidth: 0
5257   layout:
5258     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5259     layout: "plot-throughput"
5260
5261 -
5262   type: "plot"
5263   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5264   algorithm: "plot_performance_box"
5265   output-file-type: ".html"
5266   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5267   data: "plot-ligato-throughput-latency-3n-hsw"
5268   filter: "'NIC_Intel-X520-DA2' and
5269            '64B' and
5270            ('BASE' or 'SCALE') and
5271            'NDRPDR' and
5272            '2T2C' and
5273            'L2XCFWD' and
5274            not 'VHOST' and
5275            'MEMIF'"
5276   parameters:
5277   - "throughput"
5278   - "parent"
5279   - "tags"
5280   sort:
5281   - "1VNF"
5282   - "2VNF"
5283   - "4VNF"
5284   - "2VNF"
5285   - "4VNF"
5286   traces:
5287     hoverinfo: "x+y"
5288     boxpoints: "outliers"
5289     whiskerwidth: 0
5290   layout:
5291     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5292     layout: "plot-throughput"
5293
5294 -
5295   type: "plot"
5296   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5297   algorithm: "plot_performance_box"
5298   output-file-type: ".html"
5299   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5300   data: "plot-ligato-throughput-latency-3n-hsw"
5301   filter: "'NIC_Intel-X520-DA2' and
5302            '64B' and
5303            ('BASE' or 'SCALE') and
5304            'NDRPDR' and
5305            '2T2C' and
5306            'L2XCFWD' and
5307            not 'VHOST' and
5308            'MEMIF'"
5309   parameters:
5310   - "throughput"
5311   - "parent"
5312   - "tags"
5313   sort:
5314   - "1VNF"
5315   - "2VNF"
5316   - "4VNF"
5317   - "2VNF"
5318   - "4VNF"
5319   traces:
5320     hoverinfo: "x+y"
5321     boxpoints: "outliers"
5322     whiskerwidth: 0
5323   layout:
5324     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5325     layout: "plot-throughput"
5326
5327 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5328 -
5329   type: "plot"
5330   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5331   algorithm: "plot_performance_box"
5332   output-file-type: ".html"
5333   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5334   data: "plot-ligato-throughput-latency-3n-hsw"
5335   filter: "'NIC_Intel-X520-DA2' and
5336            '64B' and
5337            ('BASE' or 'SCALE') and
5338            'NDRPDR' and
5339            '1T1C' and
5340            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5341            not 'VHOST' and
5342            'MEMIF'"
5343   parameters:
5344   - "throughput"
5345   - "parent"
5346   - "tags"
5347   sort:
5348   - "1VNF"
5349   - "2VNF"
5350   - "4VNF"
5351   - "2VNF"
5352   - "4VNF"
5353   traces:
5354     hoverinfo: "x+y"
5355     boxpoints: "outliers"
5356     whiskerwidth: 0
5357   layout:
5358     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5359     layout: "plot-throughput"
5360
5361 -
5362   type: "plot"
5363   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5364   algorithm: "plot_performance_box"
5365   output-file-type: ".html"
5366   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5367   data: "plot-ligato-throughput-latency-3n-hsw"
5368   filter: "'NIC_Intel-X520-DA2' and
5369            '64B' and
5370            ('BASE' or 'SCALE') and
5371            'NDRPDR' and
5372            '1T1C' and
5373            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5374            not 'VHOST' and
5375            'MEMIF'"
5376   parameters:
5377   - "throughput"
5378   - "parent"
5379   - "tags"
5380   sort:
5381   - "1VNF"
5382   - "2VNF"
5383   - "4VNF"
5384   - "2VNF"
5385   - "4VNF"
5386   traces:
5387     hoverinfo: "x+y"
5388     boxpoints: "outliers"
5389     whiskerwidth: 0
5390   layout:
5391     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5392     layout: "plot-throughput"
5393
5394 -
5395   type: "plot"
5396   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5397   algorithm: "plot_performance_box"
5398   output-file-type: ".html"
5399   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5400   data: "plot-ligato-throughput-latency-3n-hsw"
5401   filter: "'NIC_Intel-X520-DA2' and
5402            '64B' and
5403            ('BASE' or 'SCALE') and
5404            'NDRPDR' and
5405            '2T2C' and
5406            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5407            not 'VHOST' and
5408            'MEMIF'"
5409   parameters:
5410   - "throughput"
5411   - "parent"
5412   - "tags"
5413   sort:
5414   - "1VNF"
5415   - "2VNF"
5416   - "4VNF"
5417   - "2VNF"
5418   - "4VNF"
5419   traces:
5420     hoverinfo: "x+y"
5421     boxpoints: "outliers"
5422     whiskerwidth: 0
5423   layout:
5424     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5425     layout: "plot-throughput"
5426
5427 -
5428   type: "plot"
5429   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5430   algorithm: "plot_performance_box"
5431   output-file-type: ".html"
5432   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5433   data: "plot-ligato-throughput-latency-3n-hsw"
5434   filter: "'NIC_Intel-X520-DA2' and
5435            '64B' and
5436            ('BASE' or 'SCALE') and
5437            'NDRPDR' and
5438            '2T2C' and
5439            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5440            not 'VHOST' and
5441            'MEMIF'"
5442   parameters:
5443   - "throughput"
5444   - "parent"
5445   - "tags"
5446   sort:
5447   - "1VNF"
5448   - "2VNF"
5449   - "4VNF"
5450   - "2VNF"
5451   - "4VNF"
5452   traces:
5453     hoverinfo: "x+y"
5454     boxpoints: "outliers"
5455     whiskerwidth: 0
5456   layout:
5457     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5458     layout: "plot-throughput"
5459
5460 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5461 -
5462   type: "plot"
5463   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5464   algorithm: "plot_performance_box"
5465   output-file-type: ".html"
5466   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5467   data: "plot-ligato-throughput-latency-3n-hsw"
5468   filter: "'NIC_Intel-X710' and
5469            '64B' and
5470            ('BASE' or 'SCALE') and
5471            'NDRPDR' and
5472            '1T1C' and
5473            'L2XCFWD' and
5474            not 'VHOST' and
5475            'MEMIF'"
5476   parameters:
5477   - "throughput"
5478   - "parent"
5479   - "tags"
5480   sort:
5481   - "1VNF"
5482   - "2VNF"
5483   - "4VNF"
5484   - "2VNF"
5485   - "4VNF"
5486   traces:
5487     hoverinfo: "x+y"
5488     boxpoints: "outliers"
5489     whiskerwidth: 0
5490   layout:
5491     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5492     layout: "plot-throughput"
5493
5494 -
5495   type: "plot"
5496   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5497   algorithm: "plot_performance_box"
5498   output-file-type: ".html"
5499   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5500   data: "plot-ligato-throughput-latency-3n-hsw"
5501   filter: "'NIC_Intel-X710' and
5502            '64B' and
5503            ('BASE' or 'SCALE') and
5504            'NDRPDR' and
5505            '1T1C' and
5506            'L2XCFWD' and
5507            not 'VHOST' and
5508            'MEMIF'"
5509   parameters:
5510   - "throughput"
5511   - "parent"
5512   - "tags"
5513   sort:
5514   - "1VNF"
5515   - "2VNF"
5516   - "4VNF"
5517   - "2VNF"
5518   - "4VNF"
5519   traces:
5520     hoverinfo: "x+y"
5521     boxpoints: "outliers"
5522     whiskerwidth: 0
5523   layout:
5524     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5525     layout: "plot-throughput"
5526
5527 -
5528   type: "plot"
5529   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5530   algorithm: "plot_performance_box"
5531   output-file-type: ".html"
5532   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5533   data: "plot-ligato-throughput-latency-3n-hsw"
5534   filter: "'NIC_Intel-X710' and
5535            '64B' and
5536            ('BASE' or 'SCALE') and
5537            'NDRPDR' and
5538            '2T2C' and
5539            'L2XCFWD' and
5540            not 'VHOST' and
5541            'MEMIF'"
5542   parameters:
5543   - "throughput"
5544   - "parent"
5545   - "tags"
5546   sort:
5547   - "1VNF"
5548   - "2VNF"
5549   - "4VNF"
5550   - "2VNF"
5551   - "4VNF"
5552   traces:
5553     hoverinfo: "x+y"
5554     boxpoints: "outliers"
5555     whiskerwidth: 0
5556   layout:
5557     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5558     layout: "plot-throughput"
5559
5560 -
5561   type: "plot"
5562   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5563   algorithm: "plot_performance_box"
5564   output-file-type: ".html"
5565   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5566   data: "plot-ligato-throughput-latency-3n-hsw"
5567   filter: "'NIC_Intel-X710' and
5568            '64B' and
5569            ('BASE' or 'SCALE') and
5570            'NDRPDR' and
5571            '2T2C' and
5572            'L2XCFWD' and
5573            not 'VHOST' and
5574            'MEMIF'"
5575   parameters:
5576   - "throughput"
5577   - "parent"
5578   - "tags"
5579   sort:
5580   - "1VNF"
5581   - "2VNF"
5582   - "4VNF"
5583   - "2VNF"
5584   - "4VNF"
5585   traces:
5586     hoverinfo: "x+y"
5587     boxpoints: "outliers"
5588     whiskerwidth: 0
5589   layout:
5590     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5591     layout: "plot-throughput"
5592
5593 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5594 -
5595   type: "plot"
5596   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5597   algorithm: "plot_performance_box"
5598   output-file-type: ".html"
5599   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5600   data: "plot-ligato-throughput-latency-3n-hsw"
5601   filter: "'NIC_Intel-X710' and
5602            '64B' and
5603            ('BASE' or 'SCALE') and
5604            'NDRPDR' and
5605            '1T1C' and
5606            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5607            not 'VHOST' and
5608            'MEMIF'"
5609   parameters:
5610   - "throughput"
5611   - "parent"
5612   - "tags"
5613   sort:
5614   - "1VNF"
5615   - "2VNF"
5616   - "4VNF"
5617   - "2VNF"
5618   - "4VNF"
5619   traces:
5620     hoverinfo: "x+y"
5621     boxpoints: "outliers"
5622     whiskerwidth: 0
5623   layout:
5624     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5625     layout: "plot-throughput"
5626
5627 -
5628   type: "plot"
5629   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5630   algorithm: "plot_performance_box"
5631   output-file-type: ".html"
5632   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5633   data: "plot-ligato-throughput-latency-3n-hsw"
5634   filter: "'NIC_Intel-X710' and
5635            '64B' and
5636            ('BASE' or 'SCALE') and
5637            'NDRPDR' and
5638            '1T1C' and
5639            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5640            not 'VHOST' and
5641            'MEMIF'"
5642   parameters:
5643   - "throughput"
5644   - "parent"
5645   - "tags"
5646   sort:
5647   - "1VNF"
5648   - "2VNF"
5649   - "4VNF"
5650   - "2VNF"
5651   - "4VNF"
5652   traces:
5653     hoverinfo: "x+y"
5654     boxpoints: "outliers"
5655     whiskerwidth: 0
5656   layout:
5657     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5658     layout: "plot-throughput"
5659
5660 -
5661   type: "plot"
5662   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5663   algorithm: "plot_performance_box"
5664   output-file-type: ".html"
5665   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5666   data: "plot-ligato-throughput-latency-3n-hsw"
5667   filter: "'NIC_Intel-X710' and
5668            '64B' and
5669            ('BASE' or 'SCALE') and
5670            'NDRPDR' and
5671            '2T2C' and
5672            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5673            not 'VHOST' and
5674            'MEMIF'"
5675   parameters:
5676   - "throughput"
5677   - "parent"
5678   - "tags"
5679   sort:
5680   - "1VNF"
5681   - "2VNF"
5682   - "4VNF"
5683   - "2VNF"
5684   - "4VNF"
5685   traces:
5686     hoverinfo: "x+y"
5687     boxpoints: "outliers"
5688     whiskerwidth: 0
5689   layout:
5690     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5691     layout: "plot-throughput"
5692
5693 -
5694   type: "plot"
5695   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5696   algorithm: "plot_performance_box"
5697   output-file-type: ".html"
5698   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5699   data: "plot-ligato-throughput-latency-3n-hsw"
5700   filter: "'NIC_Intel-X710' and
5701            '64B' and
5702            ('BASE' or 'SCALE') and
5703            'NDRPDR' and
5704            '2T2C' and
5705            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5706            not 'VHOST' and
5707            'MEMIF'"
5708   parameters:
5709   - "throughput"
5710   - "parent"
5711   - "tags"
5712   sort:
5713   - "1VNF"
5714   - "2VNF"
5715   - "4VNF"
5716   - "2VNF"
5717   - "4VNF"
5718   traces:
5719     hoverinfo: "x+y"
5720     boxpoints: "outliers"
5721     whiskerwidth: 0
5722   layout:
5723     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5724     layout: "plot-throughput"
5725
5726 ################################################################################
5727
5728 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5729 -
5730   type: "plot"
5731   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5732   algorithm: "plot_performance_box"
5733   output-file-type: ".html"
5734   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5735   data: "plot-vpp-throughput-latency-3n-hsw"
5736   filter: "'NIC_Intel-X520-DA2' and
5737            '64B' and
5738            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5739            'NDRPDR' and
5740            '1T1C' and
5741            'IP4FWD' and
5742            not 'IPSEC' and
5743            not 'VHOST'"
5744   parameters:
5745   - "throughput"
5746   - "parent"
5747   - "tags"
5748   sort:
5749   - "IP4BASE"
5750   - "FIB_20K"
5751   - "FIB_200K"
5752   - "FIB_2M"
5753   traces:
5754     hoverinfo: "x+y"
5755     boxpoints: "outliers"
5756     whiskerwidth: 0
5757   layout:
5758     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5759     layout: "plot-throughput"
5760
5761 -
5762   type: "plot"
5763   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5764   algorithm: "plot_performance_box"
5765   output-file-type: ".html"
5766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5767   data: "plot-vpp-throughput-latency-3n-hsw"
5768   filter: "'NIC_Intel-X520-DA2' and
5769            '64B' and
5770            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5771            'NDRPDR' and
5772            '1T1C' and
5773            'IP4FWD' and
5774            not 'IPSEC' and
5775            not 'VHOST'"
5776   parameters:
5777   - "throughput"
5778   - "parent"
5779   - "tags"
5780   sort:
5781   - "IP4BASE"
5782   - "FIB_20K"
5783   - "FIB_200K"
5784   - "FIB_2M"
5785   traces:
5786     hoverinfo: "x+y"
5787     boxpoints: "outliers"
5788     whiskerwidth: 0
5789   layout:
5790     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5791     layout: "plot-throughput"
5792
5793 -
5794   type: "plot"
5795   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5796   algorithm: "plot_performance_box"
5797   output-file-type: ".html"
5798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5799   data: "plot-vpp-throughput-latency-3n-hsw"
5800   filter: "'NIC_Intel-X520-DA2' and
5801            '64B' and
5802            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5803            'NDRPDR' and
5804            '2T2C' and
5805            'IP4FWD' and
5806            not 'IPSEC' and
5807            not 'VHOST'"
5808   parameters:
5809   - "throughput"
5810   - "parent"
5811   - "tags"
5812   sort:
5813   - "IP4BASE"
5814   - "FIB_20K"
5815   - "FIB_200K"
5816   - "FIB_2M"
5817   traces:
5818     hoverinfo: "x+y"
5819     boxpoints: "outliers"
5820     whiskerwidth: 0
5821   layout:
5822     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5823     layout: "plot-throughput"
5824
5825 -
5826   type: "plot"
5827   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5828   algorithm: "plot_performance_box"
5829   output-file-type: ".html"
5830   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5831   data: "plot-vpp-throughput-latency-3n-hsw"
5832   filter: "'NIC_Intel-X520-DA2' and
5833            '64B' and
5834            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5835            'NDRPDR' and
5836            '2T2C' and
5837            'IP4FWD' and
5838            not 'IPSEC' and
5839            not 'VHOST'"
5840   parameters:
5841   - "throughput"
5842   - "parent"
5843   - "tags"
5844   sort:
5845   - "IP4BASE"
5846   - "FIB_20K"
5847   - "FIB_200K"
5848   - "FIB_2M"
5849   traces:
5850     hoverinfo: "x+y"
5851     boxpoints: "outliers"
5852     whiskerwidth: 0
5853   layout:
5854     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5855     layout: "plot-throughput"
5856
5857 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
5858 -
5859   type: "plot"
5860   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5861   algorithm: "plot_performance_box"
5862   output-file-type: ".html"
5863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5864   data: "plot-vpp-throughput-latency-3n-hsw"
5865   filter: "'NIC_Intel-X520-DA2' and
5866            '64B' and
5867            ('IP4BASE' or
5868             'POLICE_MARK' or
5869             'COPWHLIST' or
5870             ('NAT44' and 'BASE') or
5871             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5872            'NDRPDR' and
5873            '1T1C' and
5874            'IP4FWD' and
5875            not 'IPSEC' and
5876            not 'VHOST'"
5877   parameters:
5878   - "throughput"
5879   - "parent"
5880   - "tags"
5881   sort:
5882   - "IP4BASE"
5883   - "NAT44"
5884   - "POLICE_MARK"
5885   - "COPWHLIST"
5886   - "IACL"
5887   - "OACL"
5888   traces:
5889     hoverinfo: "x+y"
5890     boxpoints: "outliers"
5891     whiskerwidth: 0
5892   layout:
5893     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5894     layout: "plot-throughput"
5895
5896 -
5897   type: "plot"
5898   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5899   algorithm: "plot_performance_box"
5900   output-file-type: ".html"
5901   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5902   data: "plot-vpp-throughput-latency-3n-hsw"
5903   filter: "'NIC_Intel-X520-DA2' and
5904            '64B' and
5905            ('IP4BASE' or
5906             'POLICE_MARK' or
5907             'COPWHLIST' or
5908             ('NAT44' and 'BASE') or
5909             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5910            'NDRPDR' and
5911            '1T1C' and
5912            'IP4FWD' and
5913            not 'IPSEC' and
5914            not 'VHOST'"
5915   parameters:
5916   - "throughput"
5917   - "parent"
5918   - "tags"
5919   sort:
5920   - "IP4BASE"
5921   - "NAT44"
5922   - "POLICE_MARK"
5923   - "COPWHLIST"
5924   - "IACL"
5925   - "OACL"
5926   traces:
5927     hoverinfo: "x+y"
5928     boxpoints: "outliers"
5929     whiskerwidth: 0
5930   layout:
5931     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5932     layout: "plot-throughput"
5933
5934 -
5935   type: "plot"
5936   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5937   algorithm: "plot_performance_box"
5938   output-file-type: ".html"
5939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5940   data: "plot-vpp-throughput-latency-3n-hsw"
5941   filter: "'NIC_Intel-X520-DA2' and
5942            '64B' and
5943            ('IP4BASE' or
5944             'POLICE_MARK' or
5945             'COPWHLIST' or
5946             ('NAT44' and 'BASE') or
5947             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5948            'NDRPDR' and
5949            '2T2C' and
5950            'IP4FWD' and
5951            not 'IPSEC' and
5952            not 'VHOST'"
5953   parameters:
5954   - "throughput"
5955   - "parent"
5956   - "tags"
5957   sort:
5958   - "IP4BASE"
5959   - "NAT44"
5960   - "POLICE_MARK"
5961   - "COPWHLIST"
5962   - "IACL"
5963   - "OACL"
5964   traces:
5965     hoverinfo: "x+y"
5966     boxpoints: "outliers"
5967     whiskerwidth: 0
5968   layout:
5969     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5970     layout: "plot-throughput"
5971
5972 -
5973   type: "plot"
5974   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5975   algorithm: "plot_performance_box"
5976   output-file-type: ".html"
5977   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5978   data: "plot-vpp-throughput-latency-3n-hsw"
5979   filter: "'NIC_Intel-X520-DA2' and
5980            '64B' and
5981            ('IP4BASE' or
5982             'POLICE_MARK' or
5983             'COPWHLIST' or
5984             ('NAT44' and 'BASE') or
5985             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5986            'NDRPDR' and
5987            '2T2C' and
5988            'IP4FWD' and
5989            not 'IPSEC' and
5990            not 'VHOST'"
5991   parameters:
5992   - "throughput"
5993   - "parent"
5994   - "tags"
5995   sort:
5996   - "IP4BASE"
5997   - "NAT44"
5998   - "POLICE_MARK"
5999   - "COPWHLIST"
6000   - "IACL"
6001   - "OACL"
6002   traces:
6003     hoverinfo: "x+y"
6004     boxpoints: "outliers"
6005     whiskerwidth: 0
6006   layout:
6007     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6008     layout: "plot-throughput"
6009
6010 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6011 -
6012   type: "plot"
6013   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6014   algorithm: "plot_performance_box"
6015   output-file-type: ".html"
6016   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6017   data: "plot-vpp-throughput-latency-3n-hsw"
6018   filter: "'NIC_Intel-X520-DA2' and
6019            '64B' and
6020            'NDRPDR' and
6021            '1T1C' and
6022            'IP4FWD' and
6023            'NAT44' and
6024            not 'IPSEC' and
6025            not 'VHOST'"
6026   parameters:
6027   - "throughput"
6028   - "parent"
6029   - "tags"
6030   sort:
6031   - "BASE"
6032   - "BASE"
6033   - "SRC_USER_10"
6034   - "SRC_USER_100"
6035   - "SRC_USER_1000"
6036   - "SRC_USER_2000"
6037   traces:
6038     hoverinfo: "x+y"
6039     boxpoints: "outliers"
6040     whiskerwidth: 0
6041   layout:
6042     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6043     layout: "plot-throughput"
6044
6045 -
6046   type: "plot"
6047   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6048   algorithm: "plot_performance_box"
6049   output-file-type: ".html"
6050   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6051   data: "plot-vpp-throughput-latency-3n-hsw"
6052   filter: "'NIC_Intel-X520-DA2' and
6053            '64B' and
6054            'NDRPDR' and
6055            '1T1C' and
6056            'IP4FWD' and
6057            'NAT44' and
6058            not 'IPSEC' and
6059            not 'VHOST'"
6060   parameters:
6061   - "throughput"
6062   - "parent"
6063   - "tags"
6064   sort:
6065   - "BASE"
6066   - "BASE"
6067   - "SRC_USER_10"
6068   - "SRC_USER_100"
6069   - "SRC_USER_1000"
6070   - "SRC_USER_2000"
6071   traces:
6072     hoverinfo: "x+y"
6073     boxpoints: "outliers"
6074     whiskerwidth: 0
6075   layout:
6076     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6077     layout: "plot-throughput"
6078
6079 -
6080   type: "plot"
6081   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6082   algorithm: "plot_performance_box"
6083   output-file-type: ".html"
6084   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6085   data: "plot-vpp-throughput-latency-3n-hsw"
6086   filter: "'NIC_Intel-X520-DA2' and
6087            '64B' and
6088            'NDRPDR' and
6089            '2T2C' and
6090            'IP4FWD' and
6091            'NAT44' and
6092            not 'IPSEC' and
6093            not 'VHOST'"
6094   parameters:
6095   - "throughput"
6096   - "parent"
6097   - "tags"
6098   sort:
6099   - "BASE"
6100   - "BASE"
6101   - "SRC_USER_10"
6102   - "SRC_USER_100"
6103   - "SRC_USER_1000"
6104   - "SRC_USER_2000"
6105   traces:
6106     hoverinfo: "x+y"
6107     boxpoints: "outliers"
6108     whiskerwidth: 0
6109   layout:
6110     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6111     layout: "plot-throughput"
6112
6113 -
6114   type: "plot"
6115   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6116   algorithm: "plot_performance_box"
6117   output-file-type: ".html"
6118   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6119   data: "plot-vpp-throughput-latency-3n-hsw"
6120   filter: "'NIC_Intel-X520-DA2' and
6121            '64B' and
6122            'NDRPDR' and
6123            '2T2C' and
6124            'IP4FWD' and
6125            'NAT44' and
6126            not 'IPSEC' and
6127            not 'VHOST'"
6128   parameters:
6129   - "throughput"
6130   - "parent"
6131   - "tags"
6132   sort:
6133   - "BASE"
6134   - "BASE"
6135   - "SRC_USER_10"
6136   - "SRC_USER_100"
6137   - "SRC_USER_1000"
6138   - "SRC_USER_2000"
6139   traces:
6140     hoverinfo: "x+y"
6141     boxpoints: "outliers"
6142     whiskerwidth: 0
6143   layout:
6144     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6145     layout: "plot-throughput"
6146
6147 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6148 -
6149   type: "plot"
6150   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6151   algorithm: "plot_performance_box"
6152   output-file-type: ".html"
6153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6154   data: "plot-vpp-throughput-latency-3n-hsw"
6155   filter: "'NIC_Intel-X520-DA2' and
6156            '64B' and
6157            'NDRPDR' and
6158            '1T1C' and
6159            'IP4FWD' and
6160            'IACL' and
6161            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6162            not 'IPSEC' and
6163            not 'VHOST'"
6164   parameters:
6165   - "throughput"
6166   - "parent"
6167   - "tags"
6168   sort:
6169   - "ACL_STATELESS"
6170   - "ACL_STATEFUL"
6171   - "ACL_STATELESS"
6172   - "ACL_STATEFUL"
6173   traces:
6174     hoverinfo: "x+y"
6175     boxpoints: "outliers"
6176     whiskerwidth: 0
6177   layout:
6178     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6179     layout: "plot-throughput"
6180
6181 -
6182   type: "plot"
6183   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6184   algorithm: "plot_performance_box"
6185   output-file-type: ".html"
6186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6187   data: "plot-vpp-throughput-latency-3n-hsw"
6188   filter: "'NIC_Intel-X520-DA2' and
6189            '64B' and
6190            'NDRPDR' and
6191            '1T1C' and
6192            'IP4FWD' and
6193            'IACL' and
6194            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6195            not 'IPSEC' and
6196            not 'VHOST'"
6197   parameters:
6198   - "throughput"
6199   - "parent"
6200   - "tags"
6201   sort:
6202   - "ACL_STATELESS"
6203   - "ACL_STATEFUL"
6204   - "ACL_STATELESS"
6205   - "ACL_STATEFUL"
6206   traces:
6207     hoverinfo: "x+y"
6208     boxpoints: "outliers"
6209     whiskerwidth: 0
6210   layout:
6211     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6212     layout: "plot-throughput"
6213
6214 -
6215   type: "plot"
6216   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6217   algorithm: "plot_performance_box"
6218   output-file-type: ".html"
6219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6220   data: "plot-vpp-throughput-latency-3n-hsw"
6221   filter: "'NIC_Intel-X520-DA2' and
6222            '64B' and
6223            'NDRPDR' and
6224            '2T2C' and
6225            'IP4FWD' and
6226            'IACL' and
6227            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6228            not 'IPSEC' and
6229            not 'VHOST'"
6230   parameters:
6231   - "throughput"
6232   - "parent"
6233   - "tags"
6234   sort:
6235   - "ACL_STATELESS"
6236   - "ACL_STATEFUL"
6237   - "ACL_STATELESS"
6238   - "ACL_STATEFUL"
6239   traces:
6240     hoverinfo: "x+y"
6241     boxpoints: "outliers"
6242     whiskerwidth: 0
6243   layout:
6244     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6245     layout: "plot-throughput"
6246
6247 -
6248   type: "plot"
6249   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6250   algorithm: "plot_performance_box"
6251   output-file-type: ".html"
6252   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6253   data: "plot-vpp-throughput-latency-3n-hsw"
6254   filter: "'NIC_Intel-X520-DA2' and
6255            '64B' and
6256            'NDRPDR' and
6257            '2T2C' and
6258            'IP4FWD' and
6259            'IACL' and
6260            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6261            not 'IPSEC' and
6262            not 'VHOST'"
6263   parameters:
6264   - "throughput"
6265   - "parent"
6266   - "tags"
6267   sort:
6268   - "ACL_STATELESS"
6269   - "ACL_STATEFUL"
6270   - "ACL_STATELESS"
6271   - "ACL_STATEFUL"
6272   traces:
6273     hoverinfo: "x+y"
6274     boxpoints: "outliers"
6275     whiskerwidth: 0
6276   layout:
6277     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6278     layout: "plot-throughput"
6279
6280 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6281 -
6282   type: "plot"
6283   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6284   algorithm: "plot_performance_box"
6285   output-file-type: ".html"
6286   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6287   data: "plot-vpp-throughput-latency-3n-hsw"
6288   filter: "'NIC_Intel-X520-DA2' and
6289            '64B' and
6290            'NDRPDR' and
6291            '1T1C' and
6292            'IP4FWD' and
6293            'OACL' and
6294            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6295            not 'IPSEC' and
6296            not 'VHOST'"
6297   parameters:
6298   - "throughput"
6299   - "parent"
6300   - "tags"
6301   sort:
6302   - "ACL_STATELESS"
6303   - "ACL_STATEFUL"
6304   - "ACL_STATELESS"
6305   - "ACL_STATEFUL"
6306   traces:
6307     hoverinfo: "x+y"
6308     boxpoints: "outliers"
6309     whiskerwidth: 0
6310   layout:
6311     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6312     layout: "plot-throughput"
6313
6314 -
6315   type: "plot"
6316   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6317   algorithm: "plot_performance_box"
6318   output-file-type: ".html"
6319   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6320   data: "plot-vpp-throughput-latency-3n-hsw"
6321   filter: "'NIC_Intel-X520-DA2' and
6322            '64B' and
6323            'NDRPDR' and
6324            '1T1C' and
6325            'IP4FWD' and
6326            'OACL' and
6327            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6328            not 'IPSEC' and
6329            not 'VHOST'"
6330   parameters:
6331   - "throughput"
6332   - "parent"
6333   - "tags"
6334   sort:
6335   - "ACL_STATELESS"
6336   - "ACL_STATEFUL"
6337   - "ACL_STATELESS"
6338   - "ACL_STATEFUL"
6339   traces:
6340     hoverinfo: "x+y"
6341     boxpoints: "outliers"
6342     whiskerwidth: 0
6343   layout:
6344     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6345     layout: "plot-throughput"
6346
6347 -
6348   type: "plot"
6349   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6350   algorithm: "plot_performance_box"
6351   output-file-type: ".html"
6352   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6353   data: "plot-vpp-throughput-latency-3n-hsw"
6354   filter: "'NIC_Intel-X520-DA2' and
6355            '64B' and
6356            'NDRPDR' and
6357            '2T2C' and
6358            'IP4FWD' and
6359            'OACL' and
6360            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6361            not 'IPSEC' and
6362            not 'VHOST'"
6363   parameters:
6364   - "throughput"
6365   - "parent"
6366   - "tags"
6367   sort:
6368   - "ACL_STATELESS"
6369   - "ACL_STATEFUL"
6370   - "ACL_STATELESS"
6371   - "ACL_STATEFUL"
6372   traces:
6373     hoverinfo: "x+y"
6374     boxpoints: "outliers"
6375     whiskerwidth: 0
6376   layout:
6377     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6378     layout: "plot-throughput"
6379
6380 -
6381   type: "plot"
6382   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6383   algorithm: "plot_performance_box"
6384   output-file-type: ".html"
6385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6386   data: "plot-vpp-throughput-latency-3n-hsw"
6387   filter: "'NIC_Intel-X520-DA2' and
6388            '64B' and
6389            'NDRPDR' and
6390            '2T2C' and
6391            'IP4FWD' and
6392            'OACL' and
6393            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6394            not 'IPSEC' and
6395            not 'VHOST'"
6396   parameters:
6397   - "throughput"
6398   - "parent"
6399   - "tags"
6400   sort:
6401   - "ACL_STATELESS"
6402   - "ACL_STATEFUL"
6403   - "ACL_STATELESS"
6404   - "ACL_STATEFUL"
6405   traces:
6406     hoverinfo: "x+y"
6407     boxpoints: "outliers"
6408     whiskerwidth: 0
6409   layout:
6410     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6411     layout: "plot-throughput"
6412
6413 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6414 -
6415   type: "plot"
6416   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6417   algorithm: "plot_performance_box"
6418   output-file-type: ".html"
6419   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6420   data: "plot-vpp-throughput-latency-3n-hsw"
6421   filter: "'NIC_Intel-X710' and
6422            '64B' and
6423            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6424            'NDRPDR' and
6425            '1T1C' and
6426            'IP4FWD' and
6427            not 'IPSEC' and
6428            not 'VHOST'"
6429   parameters:
6430   - "throughput"
6431   - "parent"
6432   - "tags"
6433   sort:
6434   - "IP4BASE"
6435   - "FIB_20K"
6436   - "FIB_200K"
6437   - "FIB_2M"
6438   traces:
6439     hoverinfo: "x+y"
6440     boxpoints: "outliers"
6441     whiskerwidth: 0
6442   layout:
6443     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6444     layout: "plot-throughput"
6445
6446 -
6447   type: "plot"
6448   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6449   algorithm: "plot_performance_box"
6450   output-file-type: ".html"
6451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6452   data: "plot-vpp-throughput-latency-3n-hsw"
6453   filter: "'NIC_Intel-X710' and
6454            '64B' and
6455            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6456            'NDRPDR' and
6457            '1T1C' and
6458            'IP4FWD' and
6459            not 'IPSEC' and
6460            not 'VHOST'"
6461   parameters:
6462   - "throughput"
6463   - "parent"
6464   - "tags"
6465   sort:
6466   - "IP4BASE"
6467   - "FIB_20K"
6468   - "FIB_200K"
6469   - "FIB_2M"
6470   traces:
6471     hoverinfo: "x+y"
6472     boxpoints: "outliers"
6473     whiskerwidth: 0
6474   layout:
6475     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6476     layout: "plot-throughput"
6477
6478 -
6479   type: "plot"
6480   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6481   algorithm: "plot_performance_box"
6482   output-file-type: ".html"
6483   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6484   data: "plot-vpp-throughput-latency-3n-hsw"
6485   filter: "'NIC_Intel-X710' and
6486            '64B' and
6487            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6488            'NDRPDR' and
6489            '2T2C' and
6490            'IP4FWD' and
6491            not 'IPSEC' and
6492            not 'VHOST'"
6493   parameters:
6494   - "throughput"
6495   - "parent"
6496   - "tags"
6497   sort:
6498   - "IP4BASE"
6499   - "FIB_20K"
6500   - "FIB_200K"
6501   - "FIB_2M"
6502   traces:
6503     hoverinfo: "x+y"
6504     boxpoints: "outliers"
6505     whiskerwidth: 0
6506   layout:
6507     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6508     layout: "plot-throughput"
6509
6510 -
6511   type: "plot"
6512   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6513   algorithm: "plot_performance_box"
6514   output-file-type: ".html"
6515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6516   data: "plot-vpp-throughput-latency-3n-hsw"
6517   filter: "'NIC_Intel-X710' and
6518            '64B' and
6519            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6520            'NDRPDR' and
6521            '2T2C' and
6522            'IP4FWD' and
6523            not 'IPSEC' and
6524            not 'VHOST'"
6525   parameters:
6526   - "throughput"
6527   - "parent"
6528   - "tags"
6529   sort:
6530   - "IP4BASE"
6531   - "FIB_20K"
6532   - "FIB_200K"
6533   - "FIB_2M"
6534   traces:
6535     hoverinfo: "x+y"
6536     boxpoints: "outliers"
6537     whiskerwidth: 0
6538   layout:
6539     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6540     layout: "plot-throughput"
6541
6542 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6543 -
6544   type: "plot"
6545   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6546   algorithm: "plot_performance_box"
6547   output-file-type: ".html"
6548   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6549   data: "plot-vpp-throughput-latency-3n-hsw"
6550   filter: "'NIC_Intel-X710' and
6551            '64B' and
6552            ('IP4BASE' or
6553             'POLICE_MARK' or
6554             'COPWHLIST' or
6555             ('NAT44' and 'BASE') or
6556             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6557            'NDRPDR' and
6558            '1T1C' and
6559            'IP4FWD' and
6560            not 'IPSEC' and
6561            not 'VHOST'"
6562   parameters:
6563   - "throughput"
6564   - "parent"
6565   - "tags"
6566   sort:
6567   - "IP4BASE"
6568   - "NAT44"
6569   - "POLICE_MARK"
6570   - "COPWHLIST"
6571   - "IACL"
6572   - "OACL"
6573   traces:
6574     hoverinfo: "x+y"
6575     boxpoints: "outliers"
6576     whiskerwidth: 0
6577   layout:
6578     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6579     layout: "plot-throughput"
6580
6581 -
6582   type: "plot"
6583   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6584   algorithm: "plot_performance_box"
6585   output-file-type: ".html"
6586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6587   data: "plot-vpp-throughput-latency-3n-hsw"
6588   filter: "'NIC_Intel-X710' and
6589            '64B' and
6590            ('IP4BASE' or
6591             'POLICE_MARK' or
6592             'COPWHLIST' or
6593             ('NAT44' and 'BASE') or
6594             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6595            'NDRPDR' and
6596            '1T1C' and
6597            'IP4FWD' and
6598            not 'IPSEC' and
6599            not 'VHOST'"
6600   parameters:
6601   - "throughput"
6602   - "parent"
6603   - "tags"
6604   sort:
6605   - "IP4BASE"
6606   - "NAT44"
6607   - "POLICE_MARK"
6608   - "COPWHLIST"
6609   - "IACL"
6610   - "OACL"
6611   traces:
6612     hoverinfo: "x+y"
6613     boxpoints: "outliers"
6614     whiskerwidth: 0
6615   layout:
6616     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6617     layout: "plot-throughput"
6618
6619 -
6620   type: "plot"
6621   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6622   algorithm: "plot_performance_box"
6623   output-file-type: ".html"
6624   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6625   data: "plot-vpp-throughput-latency-3n-hsw"
6626   filter: "'NIC_Intel-X710' and
6627            '64B' and
6628            ('IP4BASE' or
6629             'POLICE_MARK' or
6630             'COPWHLIST' or
6631             ('NAT44' and 'BASE') or
6632             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6633            'NDRPDR' and
6634            '2T2C' and
6635            'IP4FWD' and
6636            not 'IPSEC' and
6637            not 'VHOST'"
6638   parameters:
6639   - "throughput"
6640   - "parent"
6641   - "tags"
6642   sort:
6643   - "IP4BASE"
6644   - "NAT44"
6645   - "POLICE_MARK"
6646   - "COPWHLIST"
6647   - "IACL"
6648   - "OACL"
6649   traces:
6650     hoverinfo: "x+y"
6651     boxpoints: "outliers"
6652     whiskerwidth: 0
6653   layout:
6654     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6655     layout: "plot-throughput"
6656
6657 -
6658   type: "plot"
6659   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6660   algorithm: "plot_performance_box"
6661   output-file-type: ".html"
6662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6663   data: "plot-vpp-throughput-latency-3n-hsw"
6664   filter: "'NIC_Intel-X710' and
6665            '64B' and
6666            ('IP4BASE' or
6667             'POLICE_MARK' or
6668             'COPWHLIST' or
6669             ('NAT44' and 'BASE') or
6670             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6671            'NDRPDR' and
6672            '2T2C' and
6673            'IP4FWD' and
6674            not 'IPSEC' and
6675            not 'VHOST'"
6676   parameters:
6677   - "throughput"
6678   - "parent"
6679   - "tags"
6680   sort:
6681   - "IP4BASE"
6682   - "NAT44"
6683   - "POLICE_MARK"
6684   - "COPWHLIST"
6685   - "IACL"
6686   - "OACL"
6687   traces:
6688     hoverinfo: "x+y"
6689     boxpoints: "outliers"
6690     whiskerwidth: 0
6691   layout:
6692     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6693     layout: "plot-throughput"
6694
6695 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6696 -
6697   type: "plot"
6698   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6699   algorithm: "plot_performance_box"
6700   output-file-type: ".html"
6701   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6702   data: "plot-vpp-throughput-latency-3n-skx"
6703   filter: "'NIC_Intel-X710' and
6704            '64B' and
6705            'NDRPDR' and
6706            '2T1C' and
6707            'IP4FWD' and
6708            'NAT44' and
6709            not 'IPSEC' and
6710            not 'VHOST'"
6711   parameters:
6712   - "throughput"
6713   - "parent"
6714   - "tags"
6715   sort:
6716   - "BASE"
6717   - "BASE"
6718   - "SRC_USER_10"
6719   - "SRC_USER_100"
6720   - "SRC_USER_1000"
6721   - "SRC_USER_2000"
6722   traces:
6723     hoverinfo: "x+y"
6724     boxpoints: "outliers"
6725     whiskerwidth: 0
6726   layout:
6727     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6728     layout: "plot-throughput"
6729
6730 -
6731   type: "plot"
6732   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6733   algorithm: "plot_performance_box"
6734   output-file-type: ".html"
6735   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6736   data: "plot-vpp-throughput-latency-3n-skx"
6737   filter: "'NIC_Intel-X710' and
6738            '64B' and
6739            'NDRPDR' and
6740            '2T1C' and
6741            'IP4FWD' and
6742            'NAT44' and
6743            not 'IPSEC' and
6744            not 'VHOST'"
6745   parameters:
6746   - "throughput"
6747   - "parent"
6748   - "tags"
6749   sort:
6750   - "BASE"
6751   - "BASE"
6752   - "SRC_USER_10"
6753   - "SRC_USER_100"
6754   - "SRC_USER_1000"
6755   - "SRC_USER_2000"
6756   traces:
6757     hoverinfo: "x+y"
6758     boxpoints: "outliers"
6759     whiskerwidth: 0
6760   layout:
6761     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6762     layout: "plot-throughput"
6763
6764 -
6765   type: "plot"
6766   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6767   algorithm: "plot_performance_box"
6768   output-file-type: ".html"
6769   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6770   data: "plot-vpp-throughput-latency-3n-skx"
6771   filter: "'NIC_Intel-X710' and
6772            '64B' and
6773            'NDRPDR' and
6774            '4T2C' and
6775            'IP4FWD' and
6776            'NAT44' and
6777            not 'IPSEC' and
6778            not 'VHOST'"
6779   parameters:
6780   - "throughput"
6781   - "parent"
6782   - "tags"
6783   sort:
6784   - "BASE"
6785   - "BASE"
6786   - "SRC_USER_10"
6787   - "SRC_USER_100"
6788   - "SRC_USER_1000"
6789   - "SRC_USER_2000"
6790   traces:
6791     hoverinfo: "x+y"
6792     boxpoints: "outliers"
6793     whiskerwidth: 0
6794   layout:
6795     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6796     layout: "plot-throughput"
6797
6798 -
6799   type: "plot"
6800   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6801   algorithm: "plot_performance_box"
6802   output-file-type: ".html"
6803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6804   data: "plot-vpp-throughput-latency-3n-skx"
6805   filter: "'NIC_Intel-X710' and
6806            '64B' and
6807            'NDRPDR' and
6808            '4T2C' and
6809            'IP4FWD' and
6810            'NAT44' and
6811            not 'IPSEC' and
6812            not 'VHOST'"
6813   parameters:
6814   - "throughput"
6815   - "parent"
6816   - "tags"
6817   sort:
6818   - "BASE"
6819   - "BASE"
6820   - "SRC_USER_10"
6821   - "SRC_USER_100"
6822   - "SRC_USER_1000"
6823   - "SRC_USER_2000"
6824   traces:
6825     hoverinfo: "x+y"
6826     boxpoints: "outliers"
6827     whiskerwidth: 0
6828   layout:
6829     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6830     layout: "plot-throughput"
6831
6832 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
6833 -
6834   type: "plot"
6835   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6836   algorithm: "plot_performance_box"
6837   output-file-type: ".html"
6838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6839   data: "plot-vpp-throughput-latency-3n-skx"
6840   filter: "'NIC_Intel-X710' and
6841            '64B' and
6842            'NDRPDR' and
6843            '2T1C' and
6844            'IP4FWD' and
6845            'IACL' and
6846            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6847            not 'IPSEC' and
6848            not 'VHOST'"
6849   parameters:
6850   - "throughput"
6851   - "parent"
6852   - "tags"
6853   sort:
6854   - "ACL_STATELESS"
6855   - "ACL_STATEFUL"
6856   - "ACL_STATELESS"
6857   - "ACL_STATEFUL"
6858   traces:
6859     hoverinfo: "x+y"
6860     boxpoints: "outliers"
6861     whiskerwidth: 0
6862   layout:
6863     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6864     layout: "plot-throughput"
6865
6866 -
6867   type: "plot"
6868   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6869   algorithm: "plot_performance_box"
6870   output-file-type: ".html"
6871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6872   data: "plot-vpp-throughput-latency-3n-skx"
6873   filter: "'NIC_Intel-X710' and
6874            '64B' and
6875            'NDRPDR' and
6876            '2T1C' and
6877            'IP4FWD' and
6878            'IACL' and
6879            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6880            not 'IPSEC' and
6881            not 'VHOST'"
6882   parameters:
6883   - "throughput"
6884   - "parent"
6885   - "tags"
6886   sort:
6887   - "ACL_STATELESS"
6888   - "ACL_STATEFUL"
6889   - "ACL_STATELESS"
6890   - "ACL_STATEFUL"
6891   traces:
6892     hoverinfo: "x+y"
6893     boxpoints: "outliers"
6894     whiskerwidth: 0
6895   layout:
6896     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6897     layout: "plot-throughput"
6898
6899 -
6900   type: "plot"
6901   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6902   algorithm: "plot_performance_box"
6903   output-file-type: ".html"
6904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6905   data: "plot-vpp-throughput-latency-3n-skx"
6906   filter: "'NIC_Intel-X710' and
6907            '64B' and
6908            'NDRPDR' and
6909            '4T2C' and
6910            'IP4FWD' and
6911            'IACL' and
6912            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6913            not 'IPSEC' and
6914            not 'VHOST'"
6915   parameters:
6916   - "throughput"
6917   - "parent"
6918   - "tags"
6919   sort:
6920   - "ACL_STATELESS"
6921   - "ACL_STATEFUL"
6922   - "ACL_STATELESS"
6923   - "ACL_STATEFUL"
6924   traces:
6925     hoverinfo: "x+y"
6926     boxpoints: "outliers"
6927     whiskerwidth: 0
6928   layout:
6929     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6930     layout: "plot-throughput"
6931
6932 -
6933   type: "plot"
6934   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6935   algorithm: "plot_performance_box"
6936   output-file-type: ".html"
6937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6938   data: "plot-vpp-throughput-latency-3n-skx"
6939   filter: "'NIC_Intel-X710' and
6940            '64B' and
6941            'NDRPDR' and
6942            '4T2C' and
6943            'IP4FWD' and
6944            'IACL' and
6945            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6946            not 'IPSEC' and
6947            not 'VHOST'"
6948   parameters:
6949   - "throughput"
6950   - "parent"
6951   - "tags"
6952   sort:
6953   - "ACL_STATELESS"
6954   - "ACL_STATEFUL"
6955   - "ACL_STATELESS"
6956   - "ACL_STATEFUL"
6957   traces:
6958     hoverinfo: "x+y"
6959     boxpoints: "outliers"
6960     whiskerwidth: 0
6961   layout:
6962     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6963     layout: "plot-throughput"
6964
6965 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
6966 -
6967   type: "plot"
6968   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6969   algorithm: "plot_performance_box"
6970   output-file-type: ".html"
6971   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6972   data: "plot-vpp-throughput-latency-3n-skx"
6973   filter: "'NIC_Intel-X710' and
6974            '64B' and
6975            'NDRPDR' and
6976            '2T1C' and
6977            'IP4FWD' and
6978            'OACL' and
6979            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6980            not 'IPSEC' and
6981            not 'VHOST'"
6982   parameters:
6983   - "throughput"
6984   - "parent"
6985   - "tags"
6986   sort:
6987   - "ACL_STATELESS"
6988   - "ACL_STATEFUL"
6989   - "ACL_STATELESS"
6990   - "ACL_STATEFUL"
6991   traces:
6992     hoverinfo: "x+y"
6993     boxpoints: "outliers"
6994     whiskerwidth: 0
6995   layout:
6996     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6997     layout: "plot-throughput"
6998
6999 -
7000   type: "plot"
7001   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7002   algorithm: "plot_performance_box"
7003   output-file-type: ".html"
7004   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7005   data: "plot-vpp-throughput-latency-3n-skx"
7006   filter: "'NIC_Intel-X710' and
7007            '64B' and
7008            'NDRPDR' and
7009            '2T1C' and
7010            'IP4FWD' and
7011            'OACL' and
7012            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7013            not 'IPSEC' and
7014            not 'VHOST'"
7015   parameters:
7016   - "throughput"
7017   - "parent"
7018   - "tags"
7019   sort:
7020   - "ACL_STATELESS"
7021   - "ACL_STATEFUL"
7022   - "ACL_STATELESS"
7023   - "ACL_STATEFUL"
7024   traces:
7025     hoverinfo: "x+y"
7026     boxpoints: "outliers"
7027     whiskerwidth: 0
7028   layout:
7029     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7030     layout: "plot-throughput"
7031
7032 -
7033   type: "plot"
7034   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7035   algorithm: "plot_performance_box"
7036   output-file-type: ".html"
7037   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7038   data: "plot-vpp-throughput-latency-3n-skx"
7039   filter: "'NIC_Intel-X710' and
7040            '64B' and
7041            'NDRPDR' and
7042            '4T2C' and
7043            'IP4FWD' and
7044            'OACL' and
7045            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7046            not 'IPSEC' and
7047            not 'VHOST'"
7048   parameters:
7049   - "throughput"
7050   - "parent"
7051   - "tags"
7052   sort:
7053   - "ACL_STATELESS"
7054   - "ACL_STATEFUL"
7055   - "ACL_STATELESS"
7056   - "ACL_STATEFUL"
7057   traces:
7058     hoverinfo: "x+y"
7059     boxpoints: "outliers"
7060     whiskerwidth: 0
7061   layout:
7062     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7063     layout: "plot-throughput"
7064
7065 -
7066   type: "plot"
7067   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7068   algorithm: "plot_performance_box"
7069   output-file-type: ".html"
7070   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7071   data: "plot-vpp-throughput-latency-3n-skx"
7072   filter: "'NIC_Intel-X710' and
7073            '64B' and
7074            'NDRPDR' and
7075            '4T2C' and
7076            'IP4FWD' and
7077            'OACL' and
7078            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7079            not 'IPSEC' and
7080            not 'VHOST'"
7081   parameters:
7082   - "throughput"
7083   - "parent"
7084   - "tags"
7085   sort:
7086   - "ACL_STATELESS"
7087   - "ACL_STATEFUL"
7088   - "ACL_STATELESS"
7089   - "ACL_STATEFUL"
7090   traces:
7091     hoverinfo: "x+y"
7092     boxpoints: "outliers"
7093     whiskerwidth: 0
7094   layout:
7095     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7096     layout: "plot-throughput"
7097
7098 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7099 -
7100   type: "plot"
7101   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7102   algorithm: "plot_performance_box"
7103   output-file-type: ".html"
7104   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7105   data: "plot-vpp-throughput-latency-3n-hsw"
7106   filter: "'NIC_Intel-XL710' and
7107            '64B' and
7108            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7109            'NDRPDR' and
7110            '1T1C' and
7111            'IP4FWD' and
7112            not 'IPSEC' and
7113            not 'VHOST'"
7114   parameters:
7115   - "throughput"
7116   - "parent"
7117   - "tags"
7118   sort:
7119   - "IP4BASE"
7120   - "FIB_20K"
7121   - "FIB_200K"
7122   - "FIB_2M"
7123   traces:
7124     hoverinfo: "x+y"
7125     boxpoints: "outliers"
7126     whiskerwidth: 0
7127   layout:
7128     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7129     layout: "plot-throughput"
7130
7131 -
7132   type: "plot"
7133   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7134   algorithm: "plot_performance_box"
7135   output-file-type: ".html"
7136   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7137   data: "plot-vpp-throughput-latency-3n-hsw"
7138   filter: "'NIC_Intel-XL710' and
7139            '64B' and
7140            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7141            'NDRPDR' and
7142            '1T1C' and
7143            'IP4FWD' and
7144            not 'IPSEC' and
7145            not 'VHOST'"
7146   parameters:
7147   - "throughput"
7148   - "parent"
7149   - "tags"
7150   sort:
7151   - "IP4BASE"
7152   - "FIB_20K"
7153   - "FIB_200K"
7154   - "FIB_2M"
7155   traces:
7156     hoverinfo: "x+y"
7157     boxpoints: "outliers"
7158     whiskerwidth: 0
7159   layout:
7160     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7161     layout: "plot-throughput"
7162
7163 -
7164   type: "plot"
7165   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7166   algorithm: "plot_performance_box"
7167   output-file-type: ".html"
7168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7169   data: "plot-vpp-throughput-latency-3n-hsw"
7170   filter: "'NIC_Intel-XL710' and
7171            '64B' and
7172            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7173            'NDRPDR' and
7174            '2T2C' and
7175            'IP4FWD' and
7176            not 'IPSEC' and
7177            not 'VHOST'"
7178   parameters:
7179   - "throughput"
7180   - "parent"
7181   - "tags"
7182   sort:
7183   - "IP4BASE"
7184   - "FIB_20K"
7185   - "FIB_200K"
7186   - "FIB_2M"
7187   traces:
7188     hoverinfo: "x+y"
7189     boxpoints: "outliers"
7190     whiskerwidth: 0
7191   layout:
7192     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7193     layout: "plot-throughput"
7194
7195 -
7196   type: "plot"
7197   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7198   algorithm: "plot_performance_box"
7199   output-file-type: ".html"
7200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7201   data: "plot-vpp-throughput-latency-3n-hsw"
7202   filter: "'NIC_Intel-XL710' and
7203            '64B' and
7204            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7205            'NDRPDR' and
7206            '2T2C' and
7207            'IP4FWD' and
7208            not 'IPSEC' and
7209            not 'VHOST'"
7210   parameters:
7211   - "throughput"
7212   - "parent"
7213   - "tags"
7214   sort:
7215   - "IP4BASE"
7216   - "FIB_20K"
7217   - "FIB_200K"
7218   - "FIB_2M"
7219   traces:
7220     hoverinfo: "x+y"
7221     boxpoints: "outliers"
7222     whiskerwidth: 0
7223   layout:
7224     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7225     layout: "plot-throughput"
7226
7227 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7228 -
7229   type: "plot"
7230   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7231   algorithm: "plot_performance_box"
7232   output-file-type: ".html"
7233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7234   data: "plot-vpp-throughput-latency-3n-skx"
7235   filter: "'NIC_Intel-X710' and
7236            '64B' and
7237            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7238            'NDRPDR' and
7239            '2T1C' and
7240            'IP4FWD' and
7241            not 'IPSEC' and
7242            not 'VHOST'"
7243   parameters:
7244   - "throughput"
7245   - "parent"
7246   - "tags"
7247   sort:
7248   - "IP4BASE"
7249   - "FIB_20K"
7250   - "FIB_200K"
7251   - "FIB_2M"
7252   traces:
7253     hoverinfo: "x+y"
7254     boxpoints: "outliers"
7255     whiskerwidth: 0
7256   layout:
7257     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7258     layout: "plot-throughput"
7259
7260 -
7261   type: "plot"
7262   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7263   algorithm: "plot_performance_box"
7264   output-file-type: ".html"
7265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7266   data: "plot-vpp-throughput-latency-3n-skx"
7267   filter: "'NIC_Intel-X710' and
7268            '64B' and
7269            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7270            'NDRPDR' and
7271            '2T1C' and
7272            'IP4FWD' and
7273            not 'IPSEC' and
7274            not 'VHOST'"
7275   parameters:
7276   - "throughput"
7277   - "parent"
7278   - "tags"
7279   sort:
7280   - "IP4BASE"
7281   - "FIB_20K"
7282   - "FIB_200K"
7283   - "FIB_2M"
7284   traces:
7285     hoverinfo: "x+y"
7286     boxpoints: "outliers"
7287     whiskerwidth: 0
7288   layout:
7289     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7290     layout: "plot-throughput"
7291
7292 -
7293   type: "plot"
7294   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7295   algorithm: "plot_performance_box"
7296   output-file-type: ".html"
7297   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7298   data: "plot-vpp-throughput-latency-3n-skx"
7299   filter: "'NIC_Intel-X710' and
7300            '64B' and
7301            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7302            'NDRPDR' and
7303            '4T2C' and
7304            'IP4FWD' and
7305            not 'IPSEC' and
7306            not 'VHOST'"
7307   parameters:
7308   - "throughput"
7309   - "parent"
7310   - "tags"
7311   sort:
7312   - "IP4BASE"
7313   - "FIB_20K"
7314   - "FIB_200K"
7315   - "FIB_2M"
7316   traces:
7317     hoverinfo: "x+y"
7318     boxpoints: "outliers"
7319     whiskerwidth: 0
7320   layout:
7321     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7322     layout: "plot-throughput"
7323
7324 -
7325   type: "plot"
7326   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7327   algorithm: "plot_performance_box"
7328   output-file-type: ".html"
7329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7330   data: "plot-vpp-throughput-latency-3n-skx"
7331   filter: "'NIC_Intel-X710' and
7332            '64B' and
7333            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7334            'NDRPDR' and
7335            '4T2C' and
7336            'IP4FWD' and
7337            not 'IPSEC' and
7338            not 'VHOST'"
7339   parameters:
7340   - "throughput"
7341   - "parent"
7342   - "tags"
7343   sort:
7344   - "IP4BASE"
7345   - "FIB_20K"
7346   - "FIB_200K"
7347   - "FIB_2M"
7348   traces:
7349     hoverinfo: "x+y"
7350     boxpoints: "outliers"
7351     whiskerwidth: 0
7352   layout:
7353     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7354     layout: "plot-throughput"
7355
7356 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7357 -
7358   type: "plot"
7359   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7360   algorithm: "plot_performance_box"
7361   output-file-type: ".html"
7362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7363   data: "plot-vpp-throughput-latency-3n-skx"
7364   filter: "'NIC_Intel-X710' and
7365            '64B' and
7366            ('IP4BASE' or
7367             'POLICE_MARK' or
7368             'COPWHLIST' or
7369             ('NAT44' and 'BASE') or
7370             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7371            'NDRPDR' and
7372            '2T1C' and
7373            'IP4FWD' and
7374            not 'IPSEC' and
7375            not 'VHOST'"
7376   parameters:
7377   - "throughput"
7378   - "parent"
7379   - "tags"
7380   sort:
7381   - "IP4BASE"
7382   - "NAT44"
7383   - "POLICE_MARK"
7384   - "COPWHLIST"
7385   - "IACL"
7386   - "OACL"
7387   traces:
7388     hoverinfo: "x+y"
7389     boxpoints: "outliers"
7390     whiskerwidth: 0
7391   layout:
7392     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7393     layout: "plot-throughput"
7394
7395 -
7396   type: "plot"
7397   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7398   algorithm: "plot_performance_box"
7399   output-file-type: ".html"
7400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7401   data: "plot-vpp-throughput-latency-3n-skx"
7402   filter: "'NIC_Intel-X710' and
7403            '64B' and
7404            ('IP4BASE' or
7405             'POLICE_MARK' or
7406             'COPWHLIST' or
7407             ('NAT44' and 'BASE') or
7408             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7409            'NDRPDR' and
7410            '2T1C' and
7411            'IP4FWD' and
7412            not 'IPSEC' and
7413            not 'VHOST'"
7414   parameters:
7415   - "throughput"
7416   - "parent"
7417   - "tags"
7418   sort:
7419   - "IP4BASE"
7420   - "NAT44"
7421   - "POLICE_MARK"
7422   - "COPWHLIST"
7423   - "IACL"
7424   - "OACL"
7425   traces:
7426     hoverinfo: "x+y"
7427     boxpoints: "outliers"
7428     whiskerwidth: 0
7429   layout:
7430     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7431     layout: "plot-throughput"
7432
7433 -
7434   type: "plot"
7435   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7436   algorithm: "plot_performance_box"
7437   output-file-type: ".html"
7438   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7439   data: "plot-vpp-throughput-latency-3n-skx"
7440   filter: "'NIC_Intel-X710' and
7441            '64B' and
7442            ('IP4BASE' or
7443             'POLICE_MARK' or
7444             'COPWHLIST' or
7445             ('NAT44' and 'BASE') or
7446             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7447            'NDRPDR' and
7448            '4T2C' and
7449            'IP4FWD' and
7450            not 'IPSEC' and
7451            not 'VHOST'"
7452   parameters:
7453   - "throughput"
7454   - "parent"
7455   - "tags"
7456   sort:
7457   - "IP4BASE"
7458   - "NAT44"
7459   - "POLICE_MARK"
7460   - "COPWHLIST"
7461   - "IACL"
7462   - "OACL"
7463   traces:
7464     hoverinfo: "x+y"
7465     boxpoints: "outliers"
7466     whiskerwidth: 0
7467   layout:
7468     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7469     layout: "plot-throughput"
7470
7471 -
7472   type: "plot"
7473   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7474   algorithm: "plot_performance_box"
7475   output-file-type: ".html"
7476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7477   data: "plot-vpp-throughput-latency-3n-skx"
7478   filter: "'NIC_Intel-X710' and
7479            '64B' and
7480            ('IP4BASE' or
7481             'POLICE_MARK' or
7482             'COPWHLIST' or
7483             ('NAT44' and 'BASE') or
7484             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7485            'NDRPDR' and
7486            '4T2C' and
7487            'IP4FWD' and
7488            not 'IPSEC' and
7489            not 'VHOST'"
7490   parameters:
7491   - "throughput"
7492   - "parent"
7493   - "tags"
7494   sort:
7495   - "IP4BASE"
7496   - "NAT44"
7497   - "POLICE_MARK"
7498   - "COPWHLIST"
7499   - "IACL"
7500   - "OACL"
7501   traces:
7502     hoverinfo: "x+y"
7503     boxpoints: "outliers"
7504     whiskerwidth: 0
7505   layout:
7506     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7507     layout: "plot-throughput"
7508
7509 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7510 -
7511   type: "plot"
7512   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7513   algorithm: "plot_performance_box"
7514   output-file-type: ".html"
7515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7516   data: "plot-vpp-throughput-latency-3n-hsw"
7517   filter: "'NIC_Intel-X710' and
7518            '64B' and
7519            'NDRPDR' and
7520            '1T1C' and
7521            'IP4FWD' and
7522            'NAT44' and
7523            not 'IPSEC' and
7524            not 'VHOST'"
7525   parameters:
7526   - "throughput"
7527   - "parent"
7528   - "tags"
7529   sort:
7530   - "BASE"
7531   - "BASE"
7532   - "SRC_USER_10"
7533   - "SRC_USER_100"
7534   - "SRC_USER_1000"
7535   - "SRC_USER_2000"
7536   traces:
7537     hoverinfo: "x+y"
7538     boxpoints: "outliers"
7539     whiskerwidth: 0
7540   layout:
7541     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7542     layout: "plot-throughput"
7543
7544 -
7545   type: "plot"
7546   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7547   algorithm: "plot_performance_box"
7548   output-file-type: ".html"
7549   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7550   data: "plot-vpp-throughput-latency-3n-hsw"
7551   filter: "'NIC_Intel-X710' and
7552            '64B' and
7553            'NDRPDR' and
7554            '1T1C' and
7555            'IP4FWD' and
7556            'NAT44' and
7557            not 'IPSEC' and
7558            not 'VHOST'"
7559   parameters:
7560   - "throughput"
7561   - "parent"
7562   - "tags"
7563   sort:
7564   - "BASE"
7565   - "BASE"
7566   - "SRC_USER_10"
7567   - "SRC_USER_100"
7568   - "SRC_USER_1000"
7569   - "SRC_USER_2000"
7570   traces:
7571     hoverinfo: "x+y"
7572     boxpoints: "outliers"
7573     whiskerwidth: 0
7574   layout:
7575     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7576     layout: "plot-throughput"
7577
7578 -
7579   type: "plot"
7580   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7581   algorithm: "plot_performance_box"
7582   output-file-type: ".html"
7583   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7584   data: "plot-vpp-throughput-latency-3n-hsw"
7585   filter: "'NIC_Intel-X710' and
7586            '64B' and
7587            'NDRPDR' and
7588            '2T2C' and
7589            'IP4FWD' and
7590            'NAT44' and
7591            not 'IPSEC' and
7592            not 'VHOST'"
7593   parameters:
7594   - "throughput"
7595   - "parent"
7596   - "tags"
7597   sort:
7598   - "BASE"
7599   - "BASE"
7600   - "SRC_USER_10"
7601   - "SRC_USER_100"
7602   - "SRC_USER_1000"
7603   - "SRC_USER_2000"
7604   traces:
7605     hoverinfo: "x+y"
7606     boxpoints: "outliers"
7607     whiskerwidth: 0
7608   layout:
7609     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7610     layout: "plot-throughput"
7611
7612 -
7613   type: "plot"
7614   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7615   algorithm: "plot_performance_box"
7616   output-file-type: ".html"
7617   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7618   data: "plot-vpp-throughput-latency-3n-hsw"
7619   filter: "'NIC_Intel-X710' and
7620            '64B' and
7621            'NDRPDR' and
7622            '2T2C' and
7623            'IP4FWD' and
7624            'NAT44' and
7625            not 'IPSEC' and
7626            not 'VHOST'"
7627   parameters:
7628   - "throughput"
7629   - "parent"
7630   - "tags"
7631   sort:
7632   - "BASE"
7633   - "BASE"
7634   - "SRC_USER_10"
7635   - "SRC_USER_100"
7636   - "SRC_USER_1000"
7637   - "SRC_USER_2000"
7638   traces:
7639     hoverinfo: "x+y"
7640     boxpoints: "outliers"
7641     whiskerwidth: 0
7642   layout:
7643     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7644     layout: "plot-throughput"
7645
7646 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7647 -
7648   type: "plot"
7649   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7650   algorithm: "plot_performance_box"
7651   output-file-type: ".html"
7652   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7653   data: "plot-vpp-throughput-latency-3n-hsw"
7654   filter: "'NIC_Intel-X710' and
7655            '64B' and
7656            'NDRPDR' and
7657            '1T1C' and
7658            'IP4FWD' and
7659            'IACL' and
7660            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7661            not 'IPSEC' and
7662            not 'VHOST'"
7663   parameters:
7664   - "throughput"
7665   - "parent"
7666   - "tags"
7667   sort:
7668   - "ACL_STATELESS"
7669   - "ACL_STATEFUL"
7670   - "ACL_STATELESS"
7671   - "ACL_STATEFUL"
7672   traces:
7673     hoverinfo: "x+y"
7674     boxpoints: "outliers"
7675     whiskerwidth: 0
7676   layout:
7677     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7678     layout: "plot-throughput"
7679
7680 -
7681   type: "plot"
7682   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7683   algorithm: "plot_performance_box"
7684   output-file-type: ".html"
7685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7686   data: "plot-vpp-throughput-latency-3n-hsw"
7687   filter: "'NIC_Intel-X710' and
7688            '64B' and
7689            'NDRPDR' and
7690            '1T1C' and
7691            'IP4FWD' and
7692            'IACL' and
7693            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7694            not 'IPSEC' and
7695            not 'VHOST'"
7696   parameters:
7697   - "throughput"
7698   - "parent"
7699   - "tags"
7700   sort:
7701   - "ACL_STATELESS"
7702   - "ACL_STATEFUL"
7703   - "ACL_STATELESS"
7704   - "ACL_STATEFUL"
7705   traces:
7706     hoverinfo: "x+y"
7707     boxpoints: "outliers"
7708     whiskerwidth: 0
7709   layout:
7710     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7711     layout: "plot-throughput"
7712
7713 -
7714   type: "plot"
7715   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7716   algorithm: "plot_performance_box"
7717   output-file-type: ".html"
7718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7719   data: "plot-vpp-throughput-latency-3n-hsw"
7720   filter: "'NIC_Intel-X710' and
7721            '64B' and
7722            'NDRPDR' and
7723            '2T2C' and
7724            'IP4FWD' and
7725            'IACL' and
7726            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7727            not 'IPSEC' and
7728            not 'VHOST'"
7729   parameters:
7730   - "throughput"
7731   - "parent"
7732   - "tags"
7733   sort:
7734   - "ACL_STATELESS"
7735   - "ACL_STATEFUL"
7736   - "ACL_STATELESS"
7737   - "ACL_STATEFUL"
7738   traces:
7739     hoverinfo: "x+y"
7740     boxpoints: "outliers"
7741     whiskerwidth: 0
7742   layout:
7743     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7744     layout: "plot-throughput"
7745
7746 -
7747   type: "plot"
7748   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7749   algorithm: "plot_performance_box"
7750   output-file-type: ".html"
7751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7752   data: "plot-vpp-throughput-latency-3n-hsw"
7753   filter: "'NIC_Intel-X710' and
7754            '64B' and
7755            'NDRPDR' and
7756            '2T2C' and
7757            'IP4FWD' and
7758            'IACL' and
7759            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7760            not 'IPSEC' and
7761            not 'VHOST'"
7762   parameters:
7763   - "throughput"
7764   - "parent"
7765   - "tags"
7766   sort:
7767   - "ACL_STATELESS"
7768   - "ACL_STATEFUL"
7769   - "ACL_STATELESS"
7770   - "ACL_STATEFUL"
7771   traces:
7772     hoverinfo: "x+y"
7773     boxpoints: "outliers"
7774     whiskerwidth: 0
7775   layout:
7776     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7777     layout: "plot-throughput"
7778
7779 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7780 -
7781   type: "plot"
7782   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7783   algorithm: "plot_performance_box"
7784   output-file-type: ".html"
7785   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7786   data: "plot-vpp-throughput-latency-3n-hsw"
7787   filter: "'NIC_Intel-X710' and
7788            '64B' and
7789            'NDRPDR' and
7790            '1T1C' and
7791            'IP4FWD' and
7792            'OACL' and
7793            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7794            not 'IPSEC' and
7795            not 'VHOST'"
7796   parameters:
7797   - "throughput"
7798   - "parent"
7799   - "tags"
7800   sort:
7801   - "ACL_STATELESS"
7802   - "ACL_STATEFUL"
7803   - "ACL_STATELESS"
7804   - "ACL_STATEFUL"
7805   traces:
7806     hoverinfo: "x+y"
7807     boxpoints: "outliers"
7808     whiskerwidth: 0
7809   layout:
7810     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7811     layout: "plot-throughput"
7812
7813 -
7814   type: "plot"
7815   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7816   algorithm: "plot_performance_box"
7817   output-file-type: ".html"
7818   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7819   data: "plot-vpp-throughput-latency-3n-hsw"
7820   filter: "'NIC_Intel-X710' and
7821            '64B' and
7822            'NDRPDR' and
7823            '1T1C' and
7824            'IP4FWD' and
7825            'OACL' and
7826            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7827            not 'IPSEC' and
7828            not 'VHOST'"
7829   parameters:
7830   - "throughput"
7831   - "parent"
7832   - "tags"
7833   sort:
7834   - "ACL_STATELESS"
7835   - "ACL_STATEFUL"
7836   - "ACL_STATELESS"
7837   - "ACL_STATEFUL"
7838   traces:
7839     hoverinfo: "x+y"
7840     boxpoints: "outliers"
7841     whiskerwidth: 0
7842   layout:
7843     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7844     layout: "plot-throughput"
7845
7846 -
7847   type: "plot"
7848   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7849   algorithm: "plot_performance_box"
7850   output-file-type: ".html"
7851   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7852   data: "plot-vpp-throughput-latency-3n-hsw"
7853   filter: "'NIC_Intel-X710' and
7854            '64B' and
7855            'NDRPDR' and
7856            '2T2C' and
7857            'IP4FWD' and
7858            'OACL' and
7859            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7860            not 'IPSEC' and
7861            not 'VHOST'"
7862   parameters:
7863   - "throughput"
7864   - "parent"
7865   - "tags"
7866   sort:
7867   - "ACL_STATELESS"
7868   - "ACL_STATEFUL"
7869   - "ACL_STATELESS"
7870   - "ACL_STATEFUL"
7871   traces:
7872     hoverinfo: "x+y"
7873     boxpoints: "outliers"
7874     whiskerwidth: 0
7875   layout:
7876     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7877     layout: "plot-throughput"
7878
7879 -
7880   type: "plot"
7881   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7882   algorithm: "plot_performance_box"
7883   output-file-type: ".html"
7884   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7885   data: "plot-vpp-throughput-latency-3n-hsw"
7886   filter: "'NIC_Intel-X710' and
7887            '64B' and
7888            'NDRPDR' and
7889            '2T2C' and
7890            'IP4FWD' and
7891            'OACL' and
7892            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7893            not 'IPSEC' and
7894            not 'VHOST'"
7895   parameters:
7896   - "throughput"
7897   - "parent"
7898   - "tags"
7899   sort:
7900   - "ACL_STATELESS"
7901   - "ACL_STATEFUL"
7902   - "ACL_STATELESS"
7903   - "ACL_STATEFUL"
7904   traces:
7905     hoverinfo: "x+y"
7906     boxpoints: "outliers"
7907     whiskerwidth: 0
7908   layout:
7909     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7910     layout: "plot-throughput"
7911
7912 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
7913 -
7914   type: "plot"
7915   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7916   algorithm: "plot_performance_box"
7917   output-file-type: ".html"
7918   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7919   data: "plot-vpp-throughput-latency-2n-skx"
7920   filter: "'NIC_Intel-X710' and
7921            '64B' and
7922            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7923            'NDRPDR' and
7924            '2T1C' and
7925            'IP4FWD' and
7926            not 'IPSEC' and
7927            not 'VHOST'"
7928   parameters:
7929   - "throughput"
7930   - "parent"
7931   - "tags"
7932   sort:
7933   - "IP4BASE"
7934   - "FIB_20K"
7935   - "FIB_200K"
7936   - "FIB_2M"
7937   traces:
7938     hoverinfo: "x+y"
7939     boxpoints: "outliers"
7940     whiskerwidth: 0
7941   layout:
7942     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7943     layout: "plot-throughput"
7944
7945 -
7946   type: "plot"
7947   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7948   algorithm: "plot_performance_box"
7949   output-file-type: ".html"
7950   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7951   data: "plot-vpp-throughput-latency-2n-skx"
7952   filter: "'NIC_Intel-X710' and
7953            '64B' and
7954            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7955            'NDRPDR' and
7956            '2T1C' and
7957            'IP4FWD' and
7958            not 'IPSEC' and
7959            not 'VHOST'"
7960   parameters:
7961   - "throughput"
7962   - "parent"
7963   - "tags"
7964   sort:
7965   - "IP4BASE"
7966   - "FIB_20K"
7967   - "FIB_200K"
7968   - "FIB_2M"
7969   traces:
7970     hoverinfo: "x+y"
7971     boxpoints: "outliers"
7972     whiskerwidth: 0
7973   layout:
7974     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7975     layout: "plot-throughput"
7976
7977 -
7978   type: "plot"
7979   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7980   algorithm: "plot_performance_box"
7981   output-file-type: ".html"
7982   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7983   data: "plot-vpp-throughput-latency-2n-skx"
7984   filter: "'NIC_Intel-X710' and
7985            '64B' and
7986            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7987            'NDRPDR' and
7988            '4T2C' and
7989            'IP4FWD' and
7990            not 'IPSEC' and
7991            not 'VHOST'"
7992   parameters:
7993   - "throughput"
7994   - "parent"
7995   - "tags"
7996   sort:
7997   - "IP4BASE"
7998   - "FIB_20K"
7999   - "FIB_200K"
8000   - "FIB_2M"
8001   traces:
8002     hoverinfo: "x+y"
8003     boxpoints: "outliers"
8004     whiskerwidth: 0
8005   layout:
8006     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8007     layout: "plot-throughput"
8008
8009 -
8010   type: "plot"
8011   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8012   algorithm: "plot_performance_box"
8013   output-file-type: ".html"
8014   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8015   data: "plot-vpp-throughput-latency-2n-skx"
8016   filter: "'NIC_Intel-X710' and
8017            '64B' and
8018            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8019            'NDRPDR' and
8020            '4T2C' and
8021            'IP4FWD' and
8022            not 'IPSEC' and
8023            not 'VHOST'"
8024   parameters:
8025   - "throughput"
8026   - "parent"
8027   - "tags"
8028   sort:
8029   - "IP4BASE"
8030   - "FIB_20K"
8031   - "FIB_200K"
8032   - "FIB_2M"
8033   traces:
8034     hoverinfo: "x+y"
8035     boxpoints: "outliers"
8036     whiskerwidth: 0
8037   layout:
8038     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8039     layout: "plot-throughput"
8040
8041 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8042 -
8043   type: "plot"
8044   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8045   algorithm: "plot_performance_box"
8046   output-file-type: ".html"
8047   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8048   data: "plot-vpp-throughput-latency-2n-skx"
8049   filter: "'NIC_Intel-XXV710' and
8050            '64B' and
8051            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8052            'NDRPDR' and
8053            '2T1C' and
8054            'IP4FWD' and
8055            not 'IPSEC' and
8056            not 'VHOST'"
8057   parameters:
8058   - "throughput"
8059   - "parent"
8060   - "tags"
8061   sort:
8062   - "IP4BASE"
8063   - "FIB_20K"
8064   - "FIB_200K"
8065   - "FIB_2M"
8066   traces:
8067     hoverinfo: "x+y"
8068     boxpoints: "outliers"
8069     whiskerwidth: 0
8070   layout:
8071     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8072     layout: "plot-throughput"
8073
8074 -
8075   type: "plot"
8076   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8077   algorithm: "plot_performance_box"
8078   output-file-type: ".html"
8079   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8080   data: "plot-vpp-throughput-latency-2n-skx"
8081   filter: "'NIC_Intel-XXV710' and
8082            '64B' and
8083            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8084            'NDRPDR' and
8085            '2T1C' and
8086            'IP4FWD' and
8087            not 'IPSEC' and
8088            not 'VHOST'"
8089   parameters:
8090   - "throughput"
8091   - "parent"
8092   - "tags"
8093   sort:
8094   - "IP4BASE"
8095   - "FIB_20K"
8096   - "FIB_200K"
8097   - "FIB_2M"
8098   traces:
8099     hoverinfo: "x+y"
8100     boxpoints: "outliers"
8101     whiskerwidth: 0
8102   layout:
8103     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8104     layout: "plot-throughput"
8105
8106 -
8107   type: "plot"
8108   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8109   algorithm: "plot_performance_box"
8110   output-file-type: ".html"
8111   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8112   data: "plot-vpp-throughput-latency-2n-skx"
8113   filter: "'NIC_Intel-XXV710' and
8114            '64B' and
8115            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8116            'NDRPDR' and
8117            '4T2C' and
8118            'IP4FWD' and
8119            not 'IPSEC' and
8120            not 'VHOST'"
8121   parameters:
8122   - "throughput"
8123   - "parent"
8124   - "tags"
8125   sort:
8126   - "IP4BASE"
8127   - "FIB_20K"
8128   - "FIB_200K"
8129   - "FIB_2M"
8130   traces:
8131     hoverinfo: "x+y"
8132     boxpoints: "outliers"
8133     whiskerwidth: 0
8134   layout:
8135     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8136     layout: "plot-throughput"
8137
8138 -
8139   type: "plot"
8140   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8141   algorithm: "plot_performance_box"
8142   output-file-type: ".html"
8143   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8144   data: "plot-vpp-throughput-latency-2n-skx"
8145   filter: "'NIC_Intel-XXV710' and
8146            '64B' and
8147            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8148            'NDRPDR' and
8149            '4T2C' and
8150            'IP4FWD' and
8151            not 'IPSEC' and
8152            not 'VHOST'"
8153   parameters:
8154   - "throughput"
8155   - "parent"
8156   - "tags"
8157   sort:
8158   - "IP4BASE"
8159   - "FIB_20K"
8160   - "FIB_200K"
8161   - "FIB_2M"
8162   traces:
8163     hoverinfo: "x+y"
8164     boxpoints: "outliers"
8165     whiskerwidth: 0
8166   layout:
8167     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8168     layout: "plot-throughput"
8169
8170 ################################################################################
8171
8172 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8173 -
8174   type: "plot"
8175   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8176   algorithm: "plot_performance_box"
8177   output-file-type: ".html"
8178   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8179   data: "plot-vpp-throughput-latency-3n-hsw"
8180   filter: "'NIC_Intel-X520-DA2' and
8181            '64B' and
8182            'ENCAP' and
8183            'NDRPDR' and
8184            '1T1C' and
8185            'VXLAN' and
8186            'L2BDMACLRN' and
8187            not 'VHOST' and
8188            not 'IPSECHW'"
8189   parameters:
8190   - "throughput"
8191   - "parent"
8192   - "tags"
8193   sort:
8194   - "not DOT1Q"
8195   - "VXLAN_1"
8196   - "VXLAN_10"
8197   - "VXLAN_100"
8198   - "VXLAN_1000"
8199   traces:
8200     hoverinfo: "x+y"
8201     boxpoints: "outliers"
8202     whiskerwidth: 0
8203   layout:
8204     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8205     layout: "plot-throughput"
8206
8207 -
8208   type: "plot"
8209   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8210   algorithm: "plot_performance_box"
8211   output-file-type: ".html"
8212   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8213   data: "plot-vpp-throughput-latency-3n-hsw"
8214   filter: "'NIC_Intel-X520-DA2' and
8215            '64B' and
8216            'ENCAP' and
8217            'NDRPDR' and
8218            '1T1C' and
8219            'VXLAN' and
8220            'L2BDMACLRN' and
8221            not 'VHOST' and
8222            not 'IPSECHW'"
8223   parameters:
8224   - "throughput"
8225   - "parent"
8226   - "tags"
8227   sort:
8228   - "not DOT1Q"
8229   - "VXLAN_1"
8230   - "VXLAN_10"
8231   - "VXLAN_100"
8232   - "VXLAN_1000"
8233   traces:
8234     hoverinfo: "x+y"
8235     boxpoints: "outliers"
8236     whiskerwidth: 0
8237   layout:
8238     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8239     layout: "plot-throughput"
8240
8241 -
8242   type: "plot"
8243   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8244   algorithm: "plot_performance_box"
8245   output-file-type: ".html"
8246   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8247   data: "plot-vpp-throughput-latency-3n-hsw"
8248   filter: "'NIC_Intel-X520-DA2' and
8249            '64B' and
8250            'ENCAP' and
8251            'NDRPDR' and
8252            '2T2C' and
8253            'VXLAN' and
8254            'L2BDMACLRN' and
8255            not 'VHOST' and
8256            not 'IPSECHW'"
8257   parameters:
8258   - "throughput"
8259   - "parent"
8260   - "tags"
8261   sort:
8262   - "not DOT1Q"
8263   - "VXLAN_1"
8264   - "VXLAN_10"
8265   - "VXLAN_100"
8266   - "VXLAN_1000"
8267   traces:
8268     hoverinfo: "x+y"
8269     boxpoints: "outliers"
8270     whiskerwidth: 0
8271   layout:
8272     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8273     layout: "plot-throughput"
8274
8275 -
8276   type: "plot"
8277   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8278   algorithm: "plot_performance_box"
8279   output-file-type: ".html"
8280   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8281   data: "plot-vpp-throughput-latency-3n-hsw"
8282   filter: "'NIC_Intel-X520-DA2' and
8283            '64B' and
8284            'ENCAP' and
8285            'NDRPDR' and
8286            '2T2C' and
8287            'VXLAN' and
8288            'L2BDMACLRN' and
8289            not 'VHOST' and
8290            not 'IPSECHW'"
8291   parameters:
8292   - "throughput"
8293   - "parent"
8294   - "tags"
8295   sort:
8296   - "not DOT1Q"
8297   - "VXLAN_1"
8298   - "VXLAN_10"
8299   - "VXLAN_100"
8300   - "VXLAN_1000"
8301   traces:
8302     hoverinfo: "x+y"
8303     boxpoints: "outliers"
8304     whiskerwidth: 0
8305   layout:
8306     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8307     layout: "plot-throughput"
8308
8309 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8310 -
8311   type: "plot"
8312   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8313   algorithm: "plot_performance_box"
8314   output-file-type: ".html"
8315   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8316   data: "plot-vpp-throughput-latency-3n-hsw"
8317   filter: "'NIC_Intel-X520-DA2' and
8318            '64B' and
8319            'ENCAP' and
8320            'NDRPDR' and
8321            '1T1C' and
8322            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8323            not 'DOT1Q' and
8324            not 'VHOST' and
8325            not 'IPSECHW'"
8326   parameters:
8327   - "throughput"
8328   - "parent"
8329   - "tags"
8330   sort:
8331   - "L2BDMACLRN"
8332   - "L2XCFWD"
8333   - "LISP"
8334   traces:
8335     hoverinfo: "x+y"
8336     boxpoints: "outliers"
8337     whiskerwidth: 0
8338   layout:
8339     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8340     layout: "plot-throughput"
8341
8342 -
8343   type: "plot"
8344   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8345   algorithm: "plot_performance_box"
8346   output-file-type: ".html"
8347   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8348   data: "plot-vpp-throughput-latency-3n-hsw"
8349   filter: "'NIC_Intel-X520-DA2' and
8350            '64B' and
8351            'ENCAP' and
8352            'NDRPDR' and
8353            '2T2C' and
8354            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8355            not 'DOT1Q' and
8356            not 'VHOST' and
8357            not 'IPSECHW'"
8358   parameters:
8359   - "throughput"
8360   - "parent"
8361   - "tags"
8362   sort:
8363   - "L2BDMACLRN"
8364   - "L2XCFWD"
8365   - "LISP"
8366   traces:
8367     hoverinfo: "x+y"
8368     boxpoints: "outliers"
8369     whiskerwidth: 0
8370   layout:
8371     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8372     layout: "plot-throughput"
8373
8374 -
8375   type: "plot"
8376   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8377   algorithm: "plot_performance_box"
8378   output-file-type: ".html"
8379   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8380   data: "plot-vpp-throughput-latency-3n-hsw"
8381   filter: "'NIC_Intel-X520-DA2' and
8382            '64B' and
8383            'ENCAP' and
8384            'NDRPDR' and
8385            '1T1C' and
8386            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8387            not 'DOT1Q' and
8388            not 'VHOST' and
8389            not 'IPSECHW'"
8390   parameters:
8391   - "throughput"
8392   - "parent"
8393   - "tags"
8394   sort:
8395   - "L2BDMACLRN"
8396   - "L2XCFWD"
8397   - "LISP"
8398   traces:
8399     hoverinfo: "x+y"
8400     boxpoints: "outliers"
8401     whiskerwidth: 0
8402   layout:
8403     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8404     layout: "plot-throughput"
8405
8406 -
8407   type: "plot"
8408   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8409   algorithm: "plot_performance_box"
8410   output-file-type: ".html"
8411   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8412   data: "plot-vpp-throughput-latency-3n-hsw"
8413   filter: "'NIC_Intel-X520-DA2' and
8414            '64B' and
8415            'ENCAP' and
8416            'NDRPDR' and
8417            '2T2C' and
8418            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8419            not 'DOT1Q' and
8420            not 'VHOST' and
8421            not 'IPSECHW'"
8422   parameters:
8423   - "throughput"
8424   - "parent"
8425   - "tags"
8426   sort:
8427   - "L2BDMACLRN"
8428   - "L2XCFWD"
8429   - "LISP"
8430   traces:
8431     hoverinfo: "x+y"
8432     boxpoints: "outliers"
8433     whiskerwidth: 0
8434   layout:
8435     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8436     layout: "plot-throughput"
8437
8438 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8439 -
8440   type: "plot"
8441   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8442   algorithm: "plot_performance_box"
8443   output-file-type: ".html"
8444   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8445   data: "plot-vpp-throughput-latency-3n-hsw"
8446   filter: "'NIC_Intel-X710' and
8447            '64B' and
8448            'ENCAP' and
8449            'NDRPDR' and
8450            '1T1C' and
8451            'VXLAN' and
8452            'L2BDMACLRN' and
8453            not 'VHOST' and
8454            not 'IPSECHW'"
8455   parameters:
8456   - "throughput"
8457   - "parent"
8458   - "tags"
8459   sort:
8460   - "not DOT1Q"
8461   - "VXLAN_1"
8462   - "VXLAN_10"
8463   - "VXLAN_100"
8464   - "VXLAN_1000"
8465   traces:
8466     hoverinfo: "x+y"
8467     boxpoints: "outliers"
8468     whiskerwidth: 0
8469   layout:
8470     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8471     layout: "plot-throughput"
8472
8473 -
8474   type: "plot"
8475   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8476   algorithm: "plot_performance_box"
8477   output-file-type: ".html"
8478   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8479   data: "plot-vpp-throughput-latency-3n-hsw"
8480   filter: "'NIC_Intel-X710' and
8481            '64B' and
8482            'ENCAP' and
8483            'NDRPDR' and
8484            '1T1C' and
8485            'VXLAN' and
8486            'L2BDMACLRN' and
8487            not 'VHOST' and
8488            not 'IPSECHW'"
8489   parameters:
8490   - "throughput"
8491   - "parent"
8492   - "tags"
8493   sort:
8494   - "not DOT1Q"
8495   - "VXLAN_1"
8496   - "VXLAN_10"
8497   - "VXLAN_100"
8498   - "VXLAN_1000"
8499   traces:
8500     hoverinfo: "x+y"
8501     boxpoints: "outliers"
8502     whiskerwidth: 0
8503   layout:
8504     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8505     layout: "plot-throughput"
8506
8507 -
8508   type: "plot"
8509   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8510   algorithm: "plot_performance_box"
8511   output-file-type: ".html"
8512   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8513   data: "plot-vpp-throughput-latency-3n-hsw"
8514   filter: "'NIC_Intel-X710' and
8515            '64B' and
8516            'ENCAP' and
8517            'NDRPDR' and
8518            '2T2C' and
8519            'VXLAN' and
8520            'L2BDMACLRN' and
8521            not 'VHOST' and
8522            not 'IPSECHW'"
8523   parameters:
8524   - "throughput"
8525   - "parent"
8526   - "tags"
8527   sort:
8528   - "not DOT1Q"
8529   - "VXLAN_1"
8530   - "VXLAN_10"
8531   - "VXLAN_100"
8532   - "VXLAN_1000"
8533   traces:
8534     hoverinfo: "x+y"
8535     boxpoints: "outliers"
8536     whiskerwidth: 0
8537   layout:
8538     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8539     layout: "plot-throughput"
8540
8541 -
8542   type: "plot"
8543   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8544   algorithm: "plot_performance_box"
8545   output-file-type: ".html"
8546   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8547   data: "plot-vpp-throughput-latency-3n-hsw"
8548   filter: "'NIC_Intel-X710' and
8549            '64B' and
8550            'ENCAP' and
8551            'NDRPDR' and
8552            '2T2C' and
8553            'VXLAN' and
8554            'L2BDMACLRN' and
8555            not 'VHOST' and
8556            not 'IPSECHW'"
8557   parameters:
8558   - "throughput"
8559   - "parent"
8560   - "tags"
8561   sort:
8562   - "not DOT1Q"
8563   - "VXLAN_1"
8564   - "VXLAN_10"
8565   - "VXLAN_100"
8566   - "VXLAN_1000"
8567   traces:
8568     hoverinfo: "x+y"
8569     boxpoints: "outliers"
8570     whiskerwidth: 0
8571   layout:
8572     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8573     layout: "plot-throughput"
8574
8575 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8576 -
8577   type: "plot"
8578   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8579   algorithm: "plot_performance_box"
8580   output-file-type: ".html"
8581   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8582   data: "plot-vpp-throughput-latency-3n-hsw"
8583   filter: "'NIC_Intel-X710' and
8584            '64B' and
8585            'ENCAP' and
8586            'NDRPDR' and
8587            '1T1C' and
8588            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8589            not 'DOT1Q' and
8590            not 'VHOST' and
8591            not 'IPSECHW'"
8592   parameters:
8593   - "throughput"
8594   - "parent"
8595   - "tags"
8596   sort:
8597   - "L2BDMACLRN"
8598   - "L2XCFWD"
8599   - "LISP"
8600   traces:
8601     hoverinfo: "x+y"
8602     boxpoints: "outliers"
8603     whiskerwidth: 0
8604   layout:
8605     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8606     layout: "plot-throughput"
8607
8608 -
8609   type: "plot"
8610   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8611   algorithm: "plot_performance_box"
8612   output-file-type: ".html"
8613   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8614   data: "plot-vpp-throughput-latency-3n-hsw"
8615   filter: "'NIC_Intel-X710' and
8616            '64B' and
8617            'ENCAP' and
8618            'NDRPDR' and
8619            '2T2C' and
8620            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8621            not 'DOT1Q' and
8622            not 'VHOST' and
8623            not 'IPSECHW'"
8624   parameters:
8625   - "throughput"
8626   - "parent"
8627   - "tags"
8628   sort:
8629   - "L2BDMACLRN"
8630   - "L2XCFWD"
8631   - "LISP"
8632   traces:
8633     hoverinfo: "x+y"
8634     boxpoints: "outliers"
8635     whiskerwidth: 0
8636   layout:
8637     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8638     layout: "plot-throughput"
8639
8640 -
8641   type: "plot"
8642   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8643   algorithm: "plot_performance_box"
8644   output-file-type: ".html"
8645   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8646   data: "plot-vpp-throughput-latency-3n-hsw"
8647   filter: "'NIC_Intel-X710' and
8648            '64B' and
8649            'ENCAP' and
8650            'NDRPDR' and
8651            '1T1C' and
8652            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8653            not 'DOT1Q' and
8654            not 'VHOST' and
8655            not 'IPSECHW'"
8656   parameters:
8657   - "throughput"
8658   - "parent"
8659   - "tags"
8660   sort:
8661   - "L2BDMACLRN"
8662   - "L2XCFWD"
8663   - "LISP"
8664   traces:
8665     hoverinfo: "x+y"
8666     boxpoints: "outliers"
8667     whiskerwidth: 0
8668   layout:
8669     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8670     layout: "plot-throughput"
8671
8672 -
8673   type: "plot"
8674   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8675   algorithm: "plot_performance_box"
8676   output-file-type: ".html"
8677   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8678   data: "plot-vpp-throughput-latency-3n-hsw"
8679   filter: "'NIC_Intel-X710' and
8680            '64B' and
8681            'ENCAP' and
8682            'NDRPDR' and
8683            '2T2C' and
8684            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8685            not 'DOT1Q' and
8686            not 'VHOST' and
8687            not 'IPSECHW'"
8688   parameters:
8689   - "throughput"
8690   - "parent"
8691   - "tags"
8692   sort:
8693   - "L2BDMACLRN"
8694   - "L2XCFWD"
8695   - "LISP"
8696   traces:
8697     hoverinfo: "x+y"
8698     boxpoints: "outliers"
8699     whiskerwidth: 0
8700   layout:
8701     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8702     layout: "plot-throughput"
8703
8704 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8705 -
8706   type: "plot"
8707   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8708   algorithm: "plot_performance_box"
8709   output-file-type: ".html"
8710   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8711   data: "plot-vpp-throughput-latency-3n-skx"
8712   filter: "'NIC_Intel-X710' and
8713            '64B' and
8714            'ENCAP' and
8715            'NDRPDR' and
8716            '2T1C' and
8717            'VXLAN' and
8718            'L2BDMACLRN' and
8719            not 'VHOST' and
8720            not 'IPSECHW'"
8721   parameters:
8722   - "throughput"
8723   - "parent"
8724   - "tags"
8725   sort:
8726   - "not DOT1Q"
8727   - "VXLAN_1"
8728   - "VXLAN_10"
8729   - "VXLAN_100"
8730   - "VXLAN_1000"
8731   traces:
8732     hoverinfo: "x+y"
8733     boxpoints: "outliers"
8734     whiskerwidth: 0
8735   layout:
8736     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8737     layout: "plot-throughput"
8738
8739 -
8740   type: "plot"
8741   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8742   algorithm: "plot_performance_box"
8743   output-file-type: ".html"
8744   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8745   data: "plot-vpp-throughput-latency-3n-skx"
8746   filter: "'NIC_Intel-X710' and
8747            '64B' and
8748            'ENCAP' and
8749            'NDRPDR' and
8750            '2T1C' and
8751            'VXLAN' and
8752            'L2BDMACLRN' and
8753            not 'VHOST' and
8754            not 'IPSECHW'"
8755   parameters:
8756   - "throughput"
8757   - "parent"
8758   - "tags"
8759   sort:
8760   - "not DOT1Q"
8761   - "VXLAN_1"
8762   - "VXLAN_10"
8763   - "VXLAN_100"
8764   - "VXLAN_1000"
8765   traces:
8766     hoverinfo: "x+y"
8767     boxpoints: "outliers"
8768     whiskerwidth: 0
8769   layout:
8770     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8771     layout: "plot-throughput"
8772
8773 -
8774   type: "plot"
8775   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8776   algorithm: "plot_performance_box"
8777   output-file-type: ".html"
8778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8779   data: "plot-vpp-throughput-latency-3n-skx"
8780   filter: "'NIC_Intel-X710' and
8781            '64B' and
8782            'ENCAP' and
8783            'NDRPDR' and
8784            '4T2C' and
8785            'VXLAN' and
8786            'L2BDMACLRN' and
8787            not 'VHOST' and
8788            not 'IPSECHW'"
8789   parameters:
8790   - "throughput"
8791   - "parent"
8792   - "tags"
8793   sort:
8794   - "not DOT1Q"
8795   - "VXLAN_1"
8796   - "VXLAN_10"
8797   - "VXLAN_100"
8798   - "VXLAN_1000"
8799   traces:
8800     hoverinfo: "x+y"
8801     boxpoints: "outliers"
8802     whiskerwidth: 0
8803   layout:
8804     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8805     layout: "plot-throughput"
8806
8807 -
8808   type: "plot"
8809   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8810   algorithm: "plot_performance_box"
8811   output-file-type: ".html"
8812   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8813   data: "plot-vpp-throughput-latency-3n-skx"
8814   filter: "'NIC_Intel-X710' and
8815            '64B' and
8816            'ENCAP' and
8817            'NDRPDR' and
8818            '4T2C' and
8819            'VXLAN' and
8820            'L2BDMACLRN' and
8821            not 'VHOST' and
8822            not 'IPSECHW'"
8823   parameters:
8824   - "throughput"
8825   - "parent"
8826   - "tags"
8827   sort:
8828   - "not DOT1Q"
8829   - "VXLAN_1"
8830   - "VXLAN_10"
8831   - "VXLAN_100"
8832   - "VXLAN_1000"
8833   traces:
8834     hoverinfo: "x+y"
8835     boxpoints: "outliers"
8836     whiskerwidth: 0
8837   layout:
8838     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8839     layout: "plot-throughput"
8840
8841 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
8842 -
8843   type: "plot"
8844   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8845   algorithm: "plot_performance_box"
8846   output-file-type: ".html"
8847   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8848   data: "plot-vpp-throughput-latency-3n-skx"
8849   filter: "'NIC_Intel-X710' and
8850            '64B' and
8851            'ENCAP' and
8852            'NDRPDR' and
8853            '2T1C' and
8854            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8855            not 'DOT1Q' and
8856            not 'VHOST' and
8857            not 'IPSECHW'"
8858   parameters:
8859   - "throughput"
8860   - "parent"
8861   - "tags"
8862   sort:
8863   - "L2BDMACLRN"
8864   - "L2XCFWD"
8865   - "LISP"
8866   traces:
8867     hoverinfo: "x+y"
8868     boxpoints: "outliers"
8869     whiskerwidth: 0
8870   layout:
8871     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8872     layout: "plot-throughput"
8873
8874 -
8875   type: "plot"
8876   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8877   algorithm: "plot_performance_box"
8878   output-file-type: ".html"
8879   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8880   data: "plot-vpp-throughput-latency-3n-skx"
8881   filter: "'NIC_Intel-X710' and
8882            '64B' and
8883            'ENCAP' and
8884            'NDRPDR' and
8885            '4T2C' and
8886            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8887            not 'DOT1Q' and
8888            not 'VHOST' and
8889            not 'IPSECHW'"
8890   parameters:
8891   - "throughput"
8892   - "parent"
8893   - "tags"
8894   sort:
8895   - "L2BDMACLRN"
8896   - "L2XCFWD"
8897   - "LISP"
8898   traces:
8899     hoverinfo: "x+y"
8900     boxpoints: "outliers"
8901     whiskerwidth: 0
8902   layout:
8903     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8904     layout: "plot-throughput"
8905
8906 -
8907   type: "plot"
8908   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8909   algorithm: "plot_performance_box"
8910   output-file-type: ".html"
8911   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8912   data: "plot-vpp-throughput-latency-3n-skx"
8913   filter: "'NIC_Intel-X710' and
8914            '64B' and
8915            'ENCAP' and
8916            'NDRPDR' and
8917            '2T1C' and
8918            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8919            not 'DOT1Q' and
8920            not 'VHOST' and
8921            not 'IPSECHW'"
8922   parameters:
8923   - "throughput"
8924   - "parent"
8925   - "tags"
8926   sort:
8927   - "L2BDMACLRN"
8928   - "L2XCFWD"
8929   - "LISP"
8930   traces:
8931     hoverinfo: "x+y"
8932     boxpoints: "outliers"
8933     whiskerwidth: 0
8934   layout:
8935     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8936     layout: "plot-throughput"
8937
8938 -
8939   type: "plot"
8940   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8941   algorithm: "plot_performance_box"
8942   output-file-type: ".html"
8943   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8944   data: "plot-vpp-throughput-latency-3n-skx"
8945   filter: "'NIC_Intel-X710' and
8946            '64B' and
8947            'ENCAP' and
8948            'NDRPDR' and
8949            '4T2C' and
8950            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8951            not 'DOT1Q' and
8952            not 'VHOST' and
8953            not 'IPSECHW'"
8954   parameters:
8955   - "throughput"
8956   - "parent"
8957   - "tags"
8958   sort:
8959   - "L2BDMACLRN"
8960   - "L2XCFWD"
8961   - "LISP"
8962   traces:
8963     hoverinfo: "x+y"
8964     boxpoints: "outliers"
8965     whiskerwidth: 0
8966   layout:
8967     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8968     layout: "plot-throughput"
8969
8970 ################################################################################
8971
8972 # Packet Throughput - VPP IPv6 3n-hsw-x520
8973 -
8974   type: "plot"
8975   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8976   algorithm: "plot_performance_box"
8977   output-file-type: ".html"
8978   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8979   data: "plot-vpp-throughput-latency-3n-hsw"
8980   filter: "'NIC_Intel-X520-DA2' and
8981            '78B' and
8982            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8983            'NDRPDR' and
8984            '1T1C' and
8985            'IP6FWD' and
8986            not 'SRv6' and
8987            not 'IPSEC' and
8988            not 'VHOST'"
8989   parameters:
8990   - "throughput"
8991   - "parent"
8992   - "tags"
8993   sort:
8994   - "IP6BASE"
8995   - "FIB_20K"
8996   - "FIB_200K"
8997   - "FIB_2M"
8998   traces:
8999     hoverinfo: "x+y"
9000     boxpoints: "outliers"
9001     whiskerwidth: 0
9002   layout:
9003     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9004     layout: "plot-throughput"
9005
9006 -
9007   type: "plot"
9008   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9009   algorithm: "plot_performance_box"
9010   output-file-type: ".html"
9011   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9012   data: "plot-vpp-throughput-latency-3n-hsw"
9013   filter: "'NIC_Intel-X520-DA2' and
9014            '78B' and
9015            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9016            'NDRPDR' and
9017            '1T1C' and
9018            'IP6FWD' and
9019            not 'SRv6' and
9020            not 'IPSEC' and
9021            not 'VHOST'"
9022   parameters:
9023   - "throughput"
9024   - "parent"
9025   - "tags"
9026   sort:
9027   - "IP6BASE"
9028   - "FIB_20K"
9029   - "FIB_200K"
9030   - "FIB_2M"
9031   traces:
9032     hoverinfo: "x+y"
9033     boxpoints: "outliers"
9034     whiskerwidth: 0
9035   layout:
9036     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9037     layout: "plot-throughput"
9038
9039 -
9040   type: "plot"
9041   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9042   algorithm: "plot_performance_box"
9043   output-file-type: ".html"
9044   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9045   data: "plot-vpp-throughput-latency-3n-hsw"
9046   filter: "'NIC_Intel-X520-DA2' and
9047            '78B' and
9048            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9049            'NDRPDR' and
9050            '2T2C' and
9051            'IP6FWD' and
9052            not 'SRv6' and
9053            not 'IPSEC' and
9054            not 'VHOST'"
9055   parameters:
9056   - "throughput"
9057   - "parent"
9058   - "tags"
9059   sort:
9060   - "IP6BASE"
9061   - "FIB_20K"
9062   - "FIB_200K"
9063   - "FIB_2M"
9064   traces:
9065     hoverinfo: "x+y"
9066     boxpoints: "outliers"
9067     whiskerwidth: 0
9068   layout:
9069     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9070     layout: "plot-throughput"
9071
9072 -
9073   type: "plot"
9074   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9075   algorithm: "plot_performance_box"
9076   output-file-type: ".html"
9077   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9078   data: "plot-vpp-throughput-latency-3n-hsw"
9079   filter: "'NIC_Intel-X520-DA2' and
9080            '78B' and
9081            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9082            'NDRPDR' and
9083            '2T2C' and
9084            'IP6FWD' and
9085            not 'SRv6' and
9086            not 'IPSEC' and
9087            not 'VHOST'"
9088   parameters:
9089   - "throughput"
9090   - "parent"
9091   - "tags"
9092   sort:
9093   - "IP6BASE"
9094   - "FIB_20K"
9095   - "FIB_200K"
9096   - "FIB_2M"
9097   traces:
9098     hoverinfo: "x+y"
9099     boxpoints: "outliers"
9100     whiskerwidth: 0
9101   layout:
9102     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9103     layout: "plot-throughput"
9104
9105 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9106 -
9107   type: "plot"
9108   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9109   algorithm: "plot_performance_box"
9110   output-file-type: ".html"
9111   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9112   data: "plot-vpp-throughput-latency-3n-hsw"
9113   filter: "'NIC_Intel-X520-DA2' and
9114            '78B' and
9115            ('IP6BASE' or
9116             'POLICE_MARK' or
9117             'COPWHLIST' or
9118             'IACLDST') and
9119            'NDRPDR' and
9120            '1T1C' and
9121            'IP6FWD' and
9122            not 'SRv6' and
9123            not 'IPSEC' and
9124            not 'VHOST'"
9125   parameters:
9126   - "throughput"
9127   - "parent"
9128   - "tags"
9129   sort:
9130   - "IP6BASE"
9131   - "POLICE_MARK"
9132   - "COPWHLIST"
9133   - "IACLDST"
9134   traces:
9135     hoverinfo: "x+y"
9136     boxpoints: "outliers"
9137     whiskerwidth: 0
9138   layout:
9139     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9140     layout: "plot-throughput"
9141
9142 -
9143   type: "plot"
9144   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9145   algorithm: "plot_performance_box"
9146   output-file-type: ".html"
9147   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9148   data: "plot-vpp-throughput-latency-3n-hsw"
9149   filter: "'NIC_Intel-X520-DA2' and
9150            '78B' and
9151            ('IP6BASE' or
9152             'POLICE_MARK' or
9153             'COPWHLIST' or
9154             'IACLDST') and
9155            'NDRPDR' and
9156            '2T2C' and
9157            'IP6FWD' and
9158            not 'SRv6' and
9159            not 'IPSEC' and
9160            not 'VHOST'"
9161   parameters:
9162   - "throughput"
9163   - "parent"
9164   - "tags"
9165   sort:
9166   - "IP6BASE"
9167   - "POLICE_MARK"
9168   - "COPWHLIST"
9169   - "IACLDST"
9170   traces:
9171     hoverinfo: "x+y"
9172     boxpoints: "outliers"
9173     whiskerwidth: 0
9174   layout:
9175     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9176     layout: "plot-throughput"
9177
9178 -
9179   type: "plot"
9180   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9181   algorithm: "plot_performance_box"
9182   output-file-type: ".html"
9183   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9184   data: "plot-vpp-throughput-latency-3n-hsw"
9185   filter: "'NIC_Intel-X520-DA2' and
9186            '78B' and
9187            ('IP6BASE' or
9188             'POLICE_MARK' or
9189             'COPWHLIST' or
9190             'IACLDST') and
9191            'NDRPDR' and
9192            '1T1C' and
9193            'IP6FWD' and
9194            not 'SRv6' and
9195            not 'IPSEC' and
9196            not 'VHOST'"
9197   parameters:
9198   - "throughput"
9199   - "parent"
9200   - "tags"
9201   sort:
9202   - "IP6BASE"
9203   - "POLICE_MARK"
9204   - "COPWHLIST"
9205   - "IACLDST"
9206   traces:
9207     hoverinfo: "x+y"
9208     boxpoints: "outliers"
9209     whiskerwidth: 0
9210   layout:
9211     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9212     layout: "plot-throughput"
9213
9214 -
9215   type: "plot"
9216   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9217   algorithm: "plot_performance_box"
9218   output-file-type: ".html"
9219   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9220   data: "plot-vpp-throughput-latency-3n-hsw"
9221   filter: "'NIC_Intel-X520-DA2' and
9222            '78B' and
9223            ('IP6BASE' or
9224             'POLICE_MARK' or
9225             'COPWHLIST' or
9226             'IACLDST') and
9227            'NDRPDR' and
9228            '2T2C' and
9229            'IP6FWD' and
9230            not 'SRv6' and
9231            not 'IPSEC' and
9232            not 'VHOST'"
9233   parameters:
9234   - "throughput"
9235   - "parent"
9236   - "tags"
9237   sort:
9238   - "IP6BASE"
9239   - "POLICE_MARK"
9240   - "COPWHLIST"
9241   - "IACLDST"
9242   traces:
9243     hoverinfo: "x+y"
9244     boxpoints: "outliers"
9245     whiskerwidth: 0
9246   layout:
9247     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9248     layout: "plot-throughput"
9249
9250 # Packet Throughput - VPP IPv6 3n-hsw-x710
9251 -
9252   type: "plot"
9253   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9254   algorithm: "plot_performance_box"
9255   output-file-type: ".html"
9256   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9257   data: "plot-vpp-throughput-latency-3n-hsw"
9258   filter: "'NIC_Intel-X710' and
9259            '78B' and
9260            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9261            'NDRPDR' and
9262            '1T1C' and
9263            'IP6FWD' and
9264            not 'SRv6' and
9265            not 'IPSEC' and
9266            not 'VHOST'"
9267   parameters:
9268   - "throughput"
9269   - "parent"
9270   - "tags"
9271   sort:
9272   - "IP6BASE"
9273   - "FIB_20K"
9274   - "FIB_200K"
9275   - "FIB_2M"
9276   traces:
9277     hoverinfo: "x+y"
9278     boxpoints: "outliers"
9279     whiskerwidth: 0
9280   layout:
9281     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9282     layout: "plot-throughput"
9283
9284 -
9285   type: "plot"
9286   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9287   algorithm: "plot_performance_box"
9288   output-file-type: ".html"
9289   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9290   data: "plot-vpp-throughput-latency-3n-hsw"
9291   filter: "'NIC_Intel-X710' and
9292            '78B' and
9293            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9294            'NDRPDR' and
9295            '1T1C' and
9296            'IP6FWD' and
9297            not 'SRv6' and
9298            not 'IPSEC' and
9299            not 'VHOST'"
9300   parameters:
9301   - "throughput"
9302   - "parent"
9303   - "tags"
9304   sort:
9305   - "IP6BASE"
9306   - "FIB_20K"
9307   - "FIB_200K"
9308   - "FIB_2M"
9309   traces:
9310     hoverinfo: "x+y"
9311     boxpoints: "outliers"
9312     whiskerwidth: 0
9313   layout:
9314     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9315     layout: "plot-throughput"
9316
9317 -
9318   type: "plot"
9319   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9320   algorithm: "plot_performance_box"
9321   output-file-type: ".html"
9322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9323   data: "plot-vpp-throughput-latency-3n-hsw"
9324   filter: "'NIC_Intel-X710' and
9325            '78B' and
9326            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9327            'NDRPDR' and
9328            '2T2C' and
9329            'IP6FWD' and
9330            not 'SRv6' and
9331            not 'IPSEC' and
9332            not 'VHOST'"
9333   parameters:
9334   - "throughput"
9335   - "parent"
9336   - "tags"
9337   sort:
9338   - "IP6BASE"
9339   - "FIB_20K"
9340   - "FIB_200K"
9341   - "FIB_2M"
9342   traces:
9343     hoverinfo: "x+y"
9344     boxpoints: "outliers"
9345     whiskerwidth: 0
9346   layout:
9347     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9348     layout: "plot-throughput"
9349
9350 -
9351   type: "plot"
9352   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9353   algorithm: "plot_performance_box"
9354   output-file-type: ".html"
9355   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9356   data: "plot-vpp-throughput-latency-3n-hsw"
9357   filter: "'NIC_Intel-X710' and
9358            '78B' and
9359            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9360            'NDRPDR' and
9361            '2T2C' and
9362            'IP6FWD' and
9363            not 'SRv6' and
9364            not 'IPSEC' and
9365            not 'VHOST'"
9366   parameters:
9367   - "throughput"
9368   - "parent"
9369   - "tags"
9370   sort:
9371   - "IP6BASE"
9372   - "FIB_20K"
9373   - "FIB_200K"
9374   - "FIB_2M"
9375   traces:
9376     hoverinfo: "x+y"
9377     boxpoints: "outliers"
9378     whiskerwidth: 0
9379   layout:
9380     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9381     layout: "plot-throughput"
9382
9383 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9384 -
9385   type: "plot"
9386   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9387   algorithm: "plot_performance_box"
9388   output-file-type: ".html"
9389   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9390   data: "plot-vpp-throughput-latency-3n-hsw"
9391   filter: "'NIC_Intel-X710' and
9392            '78B' and
9393            ('IP6BASE' or
9394             'POLICE_MARK' or
9395             'COPWHLIST' or
9396             'IACLDST') and
9397            'NDRPDR' and
9398            '1T1C' and
9399            'IP6FWD' and
9400            not 'SRv6' and
9401            not 'IPSEC' and
9402            not 'VHOST'"
9403   parameters:
9404   - "throughput"
9405   - "parent"
9406   - "tags"
9407   sort:
9408   - "IP6BASE"
9409   - "POLICE_MARK"
9410   - "COPWHLIST"
9411   - "IACLDST"
9412   traces:
9413     hoverinfo: "x+y"
9414     boxpoints: "outliers"
9415     whiskerwidth: 0
9416   layout:
9417     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9418     layout: "plot-throughput"
9419
9420 -
9421   type: "plot"
9422   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9423   algorithm: "plot_performance_box"
9424   output-file-type: ".html"
9425   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9426   data: "plot-vpp-throughput-latency-3n-hsw"
9427   filter: "'NIC_Intel-X710' and
9428            '78B' and
9429            ('IP6BASE' or
9430             'POLICE_MARK' or
9431             'COPWHLIST' or
9432             'IACLDST') and
9433            'NDRPDR' and
9434            '2T2C' and
9435            'IP6FWD' and
9436            not 'SRv6' and
9437            not 'IPSEC' and
9438            not 'VHOST'"
9439   parameters:
9440   - "throughput"
9441   - "parent"
9442   - "tags"
9443   sort:
9444   - "IP6BASE"
9445   - "POLICE_MARK"
9446   - "COPWHLIST"
9447   - "IACLDST"
9448   traces:
9449     hoverinfo: "x+y"
9450     boxpoints: "outliers"
9451     whiskerwidth: 0
9452   layout:
9453     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9454     layout: "plot-throughput"
9455
9456 -
9457   type: "plot"
9458   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9459   algorithm: "plot_performance_box"
9460   output-file-type: ".html"
9461   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9462   data: "plot-vpp-throughput-latency-3n-hsw"
9463   filter: "'NIC_Intel-X710' and
9464            '78B' and
9465            ('IP6BASE' or
9466             'POLICE_MARK' or
9467             'COPWHLIST' or
9468             'IACLDST') and
9469            'NDRPDR' and
9470            '1T1C' and
9471            'IP6FWD' and
9472            not 'SRv6' and
9473            not 'IPSEC' and
9474            not 'VHOST'"
9475   parameters:
9476   - "throughput"
9477   - "parent"
9478   - "tags"
9479   sort:
9480   - "IP6BASE"
9481   - "POLICE_MARK"
9482   - "COPWHLIST"
9483   - "IACLDST"
9484   traces:
9485     hoverinfo: "x+y"
9486     boxpoints: "outliers"
9487     whiskerwidth: 0
9488   layout:
9489     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9490     layout: "plot-throughput"
9491
9492 -
9493   type: "plot"
9494   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9495   algorithm: "plot_performance_box"
9496   output-file-type: ".html"
9497   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9498   data: "plot-vpp-throughput-latency-3n-hsw"
9499   filter: "'NIC_Intel-X710' and
9500            '78B' and
9501            ('IP6BASE' or
9502             'POLICE_MARK' or
9503             'COPWHLIST' or
9504             'IACLDST') and
9505            'NDRPDR' and
9506            '2T2C' and
9507            'IP6FWD' and
9508            not 'SRv6' and
9509            not 'IPSEC' and
9510            not 'VHOST'"
9511   parameters:
9512   - "throughput"
9513   - "parent"
9514   - "tags"
9515   sort:
9516   - "IP6BASE"
9517   - "POLICE_MARK"
9518   - "COPWHLIST"
9519   - "IACLDST"
9520   traces:
9521     hoverinfo: "x+y"
9522     boxpoints: "outliers"
9523     whiskerwidth: 0
9524   layout:
9525     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9526     layout: "plot-throughput"
9527
9528 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9529 -
9530   type: "plot"
9531   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9532   algorithm: "plot_performance_box"
9533   output-file-type: ".html"
9534   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9535   data: "plot-vpp-throughput-latency-3n-hsw"
9536   filter: "'NIC_Intel-XL710' and
9537            '78B' and
9538            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9539            'NDRPDR' and
9540            '1T1C' and
9541            'IP6FWD' and
9542            not 'SRv6' and
9543            not 'IPSEC' and
9544            not 'VHOST'"
9545   parameters:
9546   - "throughput"
9547   - "parent"
9548   - "tags"
9549   sort:
9550   - "IP6BASE"
9551   - "FIB_20K"
9552   - "FIB_200K"
9553   - "FIB_2M"
9554   traces:
9555     hoverinfo: "x+y"
9556     boxpoints: "outliers"
9557     whiskerwidth: 0
9558   layout:
9559     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9560     layout: "plot-throughput"
9561
9562 -
9563   type: "plot"
9564   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9565   algorithm: "plot_performance_box"
9566   output-file-type: ".html"
9567   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9568   data: "plot-vpp-throughput-latency-3n-hsw"
9569   filter: "'NIC_Intel-XL710' and
9570            '78B' and
9571            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9572            'NDRPDR' and
9573            '1T1C' and
9574            'IP6FWD' and
9575            not 'SRv6' and
9576            not 'IPSEC' and
9577            not 'VHOST'"
9578   parameters:
9579   - "throughput"
9580   - "parent"
9581   - "tags"
9582   sort:
9583   - "IP6BASE"
9584   - "FIB_20K"
9585   - "FIB_200K"
9586   - "FIB_2M"
9587   traces:
9588     hoverinfo: "x+y"
9589     boxpoints: "outliers"
9590     whiskerwidth: 0
9591   layout:
9592     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9593     layout: "plot-throughput"
9594
9595 -
9596   type: "plot"
9597   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9598   algorithm: "plot_performance_box"
9599   output-file-type: ".html"
9600   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9601   data: "plot-vpp-throughput-latency-3n-hsw"
9602   filter: "'NIC_Intel-XL710' and
9603            '78B' and
9604            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9605            'NDRPDR' and
9606            '2T2C' and
9607            'IP6FWD' and
9608            not 'SRv6' and
9609            not 'IPSEC' and
9610            not 'VHOST'"
9611   parameters:
9612   - "throughput"
9613   - "parent"
9614   - "tags"
9615   sort:
9616   - "IP6BASE"
9617   - "FIB_20K"
9618   - "FIB_200K"
9619   - "FIB_2M"
9620   traces:
9621     hoverinfo: "x+y"
9622     boxpoints: "outliers"
9623     whiskerwidth: 0
9624   layout:
9625     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9626     layout: "plot-throughput"
9627
9628 -
9629   type: "plot"
9630   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9631   algorithm: "plot_performance_box"
9632   output-file-type: ".html"
9633   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9634   data: "plot-vpp-throughput-latency-3n-hsw"
9635   filter: "'NIC_Intel-XL710' and
9636            '78B' and
9637            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9638            'NDRPDR' and
9639            '2T2C' and
9640            'IP6FWD' and
9641            not 'SRv6' and
9642            not 'IPSEC' and
9643            not 'VHOST'"
9644   parameters:
9645   - "throughput"
9646   - "parent"
9647   - "tags"
9648   sort:
9649   - "IP6BASE"
9650   - "FIB_20K"
9651   - "FIB_200K"
9652   - "FIB_2M"
9653   traces:
9654     hoverinfo: "x+y"
9655     boxpoints: "outliers"
9656     whiskerwidth: 0
9657   layout:
9658     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9659     layout: "plot-throughput"
9660
9661 # Packet Throughput - VPP IPv6 3n-skx-x710
9662 -
9663   type: "plot"
9664   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9665   algorithm: "plot_performance_box"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9668   data: "plot-vpp-throughput-latency-3n-skx"
9669   filter: "'NIC_Intel-X710' and
9670            '78B' and
9671            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9672            'NDRPDR' and
9673            '2T1C' and
9674            'IP6FWD' and
9675            not 'SRv6' and
9676            not 'IPSEC' and
9677            not 'VHOST'"
9678   parameters:
9679   - "throughput"
9680   - "parent"
9681   - "tags"
9682   sort:
9683   - "IP6BASE"
9684   - "FIB_20K"
9685   - "FIB_200K"
9686   - "FIB_2M"
9687   traces:
9688     hoverinfo: "x+y"
9689     boxpoints: "outliers"
9690     whiskerwidth: 0
9691   layout:
9692     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9693     layout: "plot-throughput"
9694
9695 -
9696   type: "plot"
9697   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9698   algorithm: "plot_performance_box"
9699   output-file-type: ".html"
9700   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9701   data: "plot-vpp-throughput-latency-3n-skx"
9702   filter: "'NIC_Intel-X710' and
9703            '78B' and
9704            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9705            'NDRPDR' and
9706            '2T1C' and
9707            'IP6FWD' and
9708            not 'SRv6' and
9709            not 'IPSEC' and
9710            not 'VHOST'"
9711   parameters:
9712   - "throughput"
9713   - "parent"
9714   - "tags"
9715   sort:
9716   - "IP6BASE"
9717   - "FIB_20K"
9718   - "FIB_200K"
9719   - "FIB_2M"
9720   traces:
9721     hoverinfo: "x+y"
9722     boxpoints: "outliers"
9723     whiskerwidth: 0
9724   layout:
9725     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9726     layout: "plot-throughput"
9727
9728 -
9729   type: "plot"
9730   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9731   algorithm: "plot_performance_box"
9732   output-file-type: ".html"
9733   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9734   data: "plot-vpp-throughput-latency-3n-skx"
9735   filter: "'NIC_Intel-X710' and
9736            '78B' and
9737            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9738            'NDRPDR' and
9739            '4T12' and
9740            'IP6FWD' and
9741            not 'SRv6' and
9742            not 'IPSEC' and
9743            not 'VHOST'"
9744   parameters:
9745   - "throughput"
9746   - "parent"
9747   - "tags"
9748   sort:
9749   - "IP6BASE"
9750   - "FIB_20K"
9751   - "FIB_200K"
9752   - "FIB_2M"
9753   traces:
9754     hoverinfo: "x+y"
9755     boxpoints: "outliers"
9756     whiskerwidth: 0
9757   layout:
9758     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9759     layout: "plot-throughput"
9760
9761 -
9762   type: "plot"
9763   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9764   algorithm: "plot_performance_box"
9765   output-file-type: ".html"
9766   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9767   data: "plot-vpp-throughput-latency-3n-skx"
9768   filter: "'NIC_Intel-X710' and
9769            '78B' and
9770            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9771            'NDRPDR' and
9772            '4T2C' and
9773            'IP6FWD' and
9774            not 'SRv6' and
9775            not 'IPSEC' and
9776            not 'VHOST'"
9777   parameters:
9778   - "throughput"
9779   - "parent"
9780   - "tags"
9781   sort:
9782   - "IP6BASE"
9783   - "FIB_20K"
9784   - "FIB_200K"
9785   - "FIB_2M"
9786   traces:
9787     hoverinfo: "x+y"
9788     boxpoints: "outliers"
9789     whiskerwidth: 0
9790   layout:
9791     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9792     layout: "plot-throughput"
9793
9794 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9795 -
9796   type: "plot"
9797   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9798   algorithm: "plot_performance_box"
9799   output-file-type: ".html"
9800   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9801   data: "plot-vpp-throughput-latency-3n-skx"
9802   filter: "'NIC_Intel-X710' and
9803            '78B' and
9804            ('IP6BASE' or
9805             'POLICE_MARK' or
9806             'COPWHLIST' or
9807             'IACLDST') and
9808            'NDRPDR' and
9809            '2T1C' and
9810            'IP6FWD' and
9811            not 'SRv6' and
9812            not 'IPSEC' and
9813            not 'VHOST'"
9814   parameters:
9815   - "throughput"
9816   - "parent"
9817   - "tags"
9818   sort:
9819   - "IP6BASE"
9820   - "POLICE_MARK"
9821   - "COPWHLIST"
9822   - "IACLDST"
9823   traces:
9824     hoverinfo: "x+y"
9825     boxpoints: "outliers"
9826     whiskerwidth: 0
9827   layout:
9828     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9829     layout: "plot-throughput"
9830
9831 -
9832   type: "plot"
9833   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9834   algorithm: "plot_performance_box"
9835   output-file-type: ".html"
9836   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9837   data: "plot-vpp-throughput-latency-3n-hsw"
9838   filter: "'NIC_Intel-X710' and
9839            '78B' and
9840            ('IP6BASE' or
9841             'POLICE_MARK' or
9842             'COPWHLIST' or
9843             'IACLDST') and
9844            'NDRPDR' and
9845            '4T2C' and
9846            'IP6FWD' and
9847            not 'SRv6' and
9848            not 'IPSEC' and
9849            not 'VHOST'"
9850   parameters:
9851   - "throughput"
9852   - "parent"
9853   - "tags"
9854   sort:
9855   - "IP6BASE"
9856   - "POLICE_MARK"
9857   - "COPWHLIST"
9858   - "IACLDST"
9859   traces:
9860     hoverinfo: "x+y"
9861     boxpoints: "outliers"
9862     whiskerwidth: 0
9863   layout:
9864     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9865     layout: "plot-throughput"
9866
9867 -
9868   type: "plot"
9869   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9870   algorithm: "plot_performance_box"
9871   output-file-type: ".html"
9872   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9873   data: "plot-vpp-throughput-latency-3n-skx"
9874   filter: "'NIC_Intel-X710' and
9875            '78B' and
9876            ('IP6BASE' or
9877             'POLICE_MARK' or
9878             'COPWHLIST' or
9879             'IACLDST') and
9880            'NDRPDR' and
9881            '2T1C' and
9882            'IP6FWD' and
9883            not 'SRv6' and
9884            not 'IPSEC' and
9885            not 'VHOST'"
9886   parameters:
9887   - "throughput"
9888   - "parent"
9889   - "tags"
9890   sort:
9891   - "IP6BASE"
9892   - "POLICE_MARK"
9893   - "COPWHLIST"
9894   - "IACLDST"
9895   traces:
9896     hoverinfo: "x+y"
9897     boxpoints: "outliers"
9898     whiskerwidth: 0
9899   layout:
9900     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9901     layout: "plot-throughput"
9902
9903 -
9904   type: "plot"
9905   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9906   algorithm: "plot_performance_box"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9909   data: "plot-vpp-throughput-latency-3n-skx"
9910   filter: "'NIC_Intel-X710' and
9911            '78B' and
9912            ('IP6BASE' or
9913             'POLICE_MARK' or
9914             'COPWHLIST' or
9915             'IACLDST') and
9916            'NDRPDR' and
9917            '4T2C' and
9918            'IP6FWD' and
9919            not 'SRv6' and
9920            not 'IPSEC' and
9921            not 'VHOST'"
9922   parameters:
9923   - "throughput"
9924   - "parent"
9925   - "tags"
9926   sort:
9927   - "IP6BASE"
9928   - "POLICE_MARK"
9929   - "COPWHLIST"
9930   - "IACLDST"
9931   traces:
9932     hoverinfo: "x+y"
9933     boxpoints: "outliers"
9934     whiskerwidth: 0
9935   layout:
9936     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9937     layout: "plot-throughput"
9938
9939 # Packet Throughput - VPP IPv6 2n-skx-x710
9940 -
9941   type: "plot"
9942   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9943   algorithm: "plot_performance_box"
9944   output-file-type: ".html"
9945   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9946   data: "plot-vpp-throughput-latency-2n-skx"
9947   filter: "'NIC_Intel-X710' and
9948            '78B' and
9949            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9950            'NDRPDR' and
9951            '2T1C' and
9952            'IP6FWD' and
9953            not 'SRv6' and
9954            not 'IPSEC' and
9955            not 'VHOST'"
9956   parameters:
9957   - "throughput"
9958   - "parent"
9959   - "tags"
9960   sort:
9961   - "IP6BASE"
9962   - "FIB_20K"
9963   - "FIB_200K"
9964   - "FIB_2M"
9965   traces:
9966     hoverinfo: "x+y"
9967     boxpoints: "outliers"
9968     whiskerwidth: 0
9969   layout:
9970     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9971     layout: "plot-throughput"
9972
9973 -
9974   type: "plot"
9975   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
9976   algorithm: "plot_performance_box"
9977   output-file-type: ".html"
9978   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
9979   data: "plot-vpp-throughput-latency-2n-skx"
9980   filter: "'NIC_Intel-X710' and
9981            '78B' and
9982            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9983            'NDRPDR' and
9984            '2T1C' and
9985            'IP6FWD' and
9986            not 'SRv6' and
9987            not 'IPSEC' and
9988            not 'VHOST'"
9989   parameters:
9990   - "throughput"
9991   - "parent"
9992   - "tags"
9993   sort:
9994   - "IP6BASE"
9995   - "FIB_20K"
9996   - "FIB_200K"
9997   - "FIB_2M"
9998   traces:
9999     hoverinfo: "x+y"
10000     boxpoints: "outliers"
10001     whiskerwidth: 0
10002   layout:
10003     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10004     layout: "plot-throughput"
10005
10006 -
10007   type: "plot"
10008   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10009   algorithm: "plot_performance_box"
10010   output-file-type: ".html"
10011   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10012   data: "plot-vpp-throughput-latency-2n-skx"
10013   filter: "'NIC_Intel-X710' and
10014            '78B' and
10015            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10016            'NDRPDR' and
10017            '4T2C' and
10018            'IP6FWD' and
10019            not 'SRv6' and
10020            not 'IPSEC' and
10021            not 'VHOST'"
10022   parameters:
10023   - "throughput"
10024   - "parent"
10025   - "tags"
10026   sort:
10027   - "IP6BASE"
10028   - "FIB_20K"
10029   - "FIB_200K"
10030   - "FIB_2M"
10031   traces:
10032     hoverinfo: "x+y"
10033     boxpoints: "outliers"
10034     whiskerwidth: 0
10035   layout:
10036     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10037     layout: "plot-throughput"
10038
10039 -
10040   type: "plot"
10041   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10042   algorithm: "plot_performance_box"
10043   output-file-type: ".html"
10044   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10045   data: "plot-vpp-throughput-latency-2n-skx"
10046   filter: "'NIC_Intel-X710' and
10047            '78B' and
10048            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10049            'NDRPDR' and
10050            '4T2C' and
10051            'IP6FWD' and
10052            not 'SRv6' and
10053            not 'IPSEC' and
10054            not 'VHOST'"
10055   parameters:
10056   - "throughput"
10057   - "parent"
10058   - "tags"
10059   sort:
10060   - "IP6BASE"
10061   - "FIB_20K"
10062   - "FIB_200K"
10063   - "FIB_2M"
10064   traces:
10065     hoverinfo: "x+y"
10066     boxpoints: "outliers"
10067     whiskerwidth: 0
10068   layout:
10069     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10070     layout: "plot-throughput"
10071
10072 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10073 -
10074   type: "plot"
10075   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10076   algorithm: "plot_performance_box"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10079   data: "plot-vpp-throughput-latency-2n-skx"
10080   filter: "'NIC_Intel-XXV710' and
10081            '78B' and
10082            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10083            'NDRPDR' and
10084            '2T1C' and
10085            'IP6FWD' and
10086            not 'SRv6' and
10087            not 'IPSEC' and
10088            not 'VHOST'"
10089   parameters:
10090   - "throughput"
10091   - "parent"
10092   - "tags"
10093   sort:
10094   - "IP6BASE"
10095   - "FIB_20K"
10096   - "FIB_200K"
10097   - "FIB_2M"
10098   traces:
10099     hoverinfo: "x+y"
10100     boxpoints: "outliers"
10101     whiskerwidth: 0
10102   layout:
10103     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10104     layout: "plot-throughput"
10105
10106 -
10107   type: "plot"
10108   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10109   algorithm: "plot_performance_box"
10110   output-file-type: ".html"
10111   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10112   data: "plot-vpp-throughput-latency-2n-skx"
10113   filter: "'NIC_Intel-XXV710' and
10114            '78B' and
10115            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10116            'NDRPDR' and
10117            '2T1C' and
10118            'IP6FWD' and
10119            not 'SRv6' and
10120            not 'IPSEC' and
10121            not 'VHOST'"
10122   parameters:
10123   - "throughput"
10124   - "parent"
10125   - "tags"
10126   sort:
10127   - "IP6BASE"
10128   - "FIB_20K"
10129   - "FIB_200K"
10130   - "FIB_2M"
10131   traces:
10132     hoverinfo: "x+y"
10133     boxpoints: "outliers"
10134     whiskerwidth: 0
10135   layout:
10136     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10137     layout: "plot-throughput"
10138
10139 -
10140   type: "plot"
10141   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10142   algorithm: "plot_performance_box"
10143   output-file-type: ".html"
10144   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10145   data: "plot-vpp-throughput-latency-2n-skx"
10146   filter: "'NIC_Intel-XXV710' and
10147            '78B' and
10148            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10149            'NDRPDR' and
10150            '4T2C' and
10151            'IP6FWD' and
10152            not 'SRv6' and
10153            not 'IPSEC' and
10154            not 'VHOST'"
10155   parameters:
10156   - "throughput"
10157   - "parent"
10158   - "tags"
10159   sort:
10160   - "IP6BASE"
10161   - "FIB_20K"
10162   - "FIB_200K"
10163   - "FIB_2M"
10164   traces:
10165     hoverinfo: "x+y"
10166     boxpoints: "outliers"
10167     whiskerwidth: 0
10168   layout:
10169     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10170     layout: "plot-throughput"
10171
10172 -
10173   type: "plot"
10174   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10175   algorithm: "plot_performance_box"
10176   output-file-type: ".html"
10177   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10178   data: "plot-vpp-throughput-latency-2n-skx"
10179   filter: "'NIC_Intel-XXV710' and
10180            '78B' and
10181            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10182            'NDRPDR' and
10183            '4T2C' and
10184            'IP6FWD' and
10185            not 'SRv6' and
10186            not 'IPSEC' and
10187            not 'VHOST'"
10188   parameters:
10189   - "throughput"
10190   - "parent"
10191   - "tags"
10192   sort:
10193   - "IP6BASE"
10194   - "FIB_20K"
10195   - "FIB_200K"
10196   - "FIB_2M"
10197   traces:
10198     hoverinfo: "x+y"
10199     boxpoints: "outliers"
10200     whiskerwidth: 0
10201   layout:
10202     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10203     layout: "plot-throughput"
10204
10205 ################################################################################
10206
10207 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10208 -
10209   type: "plot"
10210   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10211   algorithm: "plot_performance_box"
10212   output-file-type: ".html"
10213   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10214   data: "plot-vpp-throughput-latency-3n-hsw"
10215   filter: "'NIC_Intel-X520-DA2' and
10216            '78B' and
10217            'ENCAP' and
10218            'NDRPDR' and
10219            '1T1C' and
10220            'LISP' and
10221            not 'VHOST'"
10222   parameters:
10223   - "throughput"
10224   - "parent"
10225   - "tags"
10226   sort:
10227   - "IP4UNRLAY"
10228   - "IP6UNRLAY"
10229   traces:
10230     hoverinfo: "x+y"
10231     boxpoints: "outliers"
10232     whiskerwidth: 0
10233   layout:
10234     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10235     layout: "plot-throughput"
10236
10237 -
10238   type: "plot"
10239   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10240   algorithm: "plot_performance_box"
10241   output-file-type: ".html"
10242   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10243   data: "plot-vpp-throughput-latency-3n-hsw"
10244   filter: "'NIC_Intel-X520-DA2' and
10245            '78B' and
10246            'ENCAP' and
10247            'NDRPDR' and
10248            '1T1C' and
10249            'LISP' and
10250            not 'VHOST'"
10251   parameters:
10252   - "throughput"
10253   - "parent"
10254   - "tags"
10255   sort:
10256   - "IP4UNRLAY"
10257   - "IP6UNRLAY"
10258   traces:
10259     hoverinfo: "x+y"
10260     boxpoints: "outliers"
10261     whiskerwidth: 0
10262   layout:
10263     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10264     layout: "plot-throughput"
10265
10266 -
10267   type: "plot"
10268   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10269   algorithm: "plot_performance_box"
10270   output-file-type: ".html"
10271   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10272   data: "plot-vpp-throughput-latency-3n-hsw"
10273   filter: "'NIC_Intel-X520-DA2' and
10274            '78B' and
10275            'ENCAP' and
10276            'NDRPDR' and
10277            '2T2C' and
10278            'LISP' and
10279            not 'VHOST'"
10280   parameters:
10281   - "throughput"
10282   - "parent"
10283   - "tags"
10284   sort:
10285   - "IP4UNRLAY"
10286   - "IP6UNRLAY"
10287   traces:
10288     hoverinfo: "x+y"
10289     boxpoints: "outliers"
10290     whiskerwidth: 0
10291   layout:
10292     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10293     layout: "plot-throughput"
10294
10295 -
10296   type: "plot"
10297   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10298   algorithm: "plot_performance_box"
10299   output-file-type: ".html"
10300   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10301   data: "plot-vpp-throughput-latency-3n-hsw"
10302   filter: "'NIC_Intel-X520-DA2' and
10303            '78B' and
10304            'ENCAP' and
10305            'NDRPDR' and
10306            '2T2C' and
10307            'LISP' and
10308            not 'VHOST'"
10309   parameters:
10310   - "throughput"
10311   - "parent"
10312   - "tags"
10313   sort:
10314   - "IP4UNRLAY"
10315   - "IP6UNRLAY"
10316   traces:
10317     hoverinfo: "x+y"
10318     boxpoints: "outliers"
10319     whiskerwidth: 0
10320   layout:
10321     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10322     layout: "plot-throughput"
10323
10324 ################################################################################
10325
10326 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10327 -
10328   type: "plot"
10329   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10330   algorithm: "plot_performance_box"
10331   output-file-type: ".html"
10332   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10333   data: "plot-vpp-throughput-latency-3n-hsw"
10334   filter: "'NIC_Intel-XL710' and
10335            '64B' and
10336            'IP4FWD' and
10337            'NDRPDR' and
10338            'BASE' and
10339            '1T1C' and
10340            'IPSECHW' and
10341            ('IPSECTRAN' or 'IPSECTUN') and
10342            not 'VHOST'"
10343   parameters:
10344   - "throughput"
10345   - "parent"
10346   - "tags"
10347   traces:
10348     hoverinfo: "x+y"
10349     boxpoints: "outliers"
10350     whiskerwidth: 0
10351   layout:
10352     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10353     layout: "plot-throughput"
10354
10355 -
10356   type: "plot"
10357   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10358   algorithm: "plot_performance_box"
10359   output-file-type: ".html"
10360   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10361   data: "plot-vpp-throughput-latency-3n-hsw"
10362   filter: "'NIC_Intel-XL710' and
10363            '64B' and
10364            'IP4FWD' and
10365            'NDRPDR' and
10366            'BASE' and
10367            '1T1C' and
10368            'IPSECHW' and
10369            ('IPSECTRAN' or 'IPSECTUN') and
10370            not 'VHOST'"
10371   parameters:
10372   - "throughput"
10373   - "parent"
10374   - "tags"
10375   traces:
10376     hoverinfo: "x+y"
10377     boxpoints: "outliers"
10378     whiskerwidth: 0
10379   layout:
10380     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10381     layout: "plot-throughput"
10382
10383 -
10384   type: "plot"
10385   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10386   algorithm: "plot_performance_box"
10387   output-file-type: ".html"
10388   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10389   data: "plot-vpp-throughput-latency-3n-hsw"
10390   filter: "'NIC_Intel-XL710' and
10391            '64B' and
10392            'IP4FWD' and
10393            'NDRPDR' and
10394            'BASE' and
10395            '2T2C' and
10396            'IPSECHW' and
10397            ('IPSECTRAN' or 'IPSECTUN') and
10398            not 'VHOST'"
10399   parameters:
10400   - "throughput"
10401   - "parent"
10402   - "tags"
10403   traces:
10404     hoverinfo: "x+y"
10405     boxpoints: "outliers"
10406     whiskerwidth: 0
10407   layout:
10408     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10409     layout: "plot-throughput"
10410
10411 -
10412   type: "plot"
10413   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10414   algorithm: "plot_performance_box"
10415   output-file-type: ".html"
10416   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10417   data: "plot-vpp-throughput-latency-3n-hsw"
10418   filter: "'NIC_Intel-XL710' and
10419            '64B' and
10420            'IP4FWD' and
10421            'NDRPDR' and
10422            'BASE' and
10423            '2T2C' and
10424            'IPSECHW' and
10425            ('IPSECTRAN' or 'IPSECTUN') and
10426            not 'VHOST'"
10427   parameters:
10428   - "throughput"
10429   - "parent"
10430   - "tags"
10431   traces:
10432     hoverinfo: "x+y"
10433     boxpoints: "outliers"
10434     whiskerwidth: 0
10435   layout:
10436     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10437     layout: "plot-throughput"
10438
10439 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10440 -
10441   type: "plot"
10442   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10443   algorithm: "plot_performance_box"
10444   output-file-type: ".html"
10445   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10446   data: "plot-vpp-throughput-latency-3n-hsw"
10447   filter: "'NIC_Intel-XL710' and
10448            '64B' and
10449            'IP4FWD' and
10450            'NDRPDR' and
10451            'SCALE' and
10452            '1T1C' and
10453            'IPSECHW' and
10454            ('IPSECTRAN' or 'IPSECTUN') and
10455            not 'VHOST'"
10456   parameters:
10457   - "throughput"
10458   - "parent"
10459   - "tags"
10460   traces:
10461     hoverinfo: "x+y"
10462     boxpoints: "outliers"
10463     whiskerwidth: 0
10464   layout:
10465     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10466     layout: "plot-throughput"
10467
10468 -
10469   type: "plot"
10470   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10471   algorithm: "plot_performance_box"
10472   output-file-type: ".html"
10473   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10474   data: "plot-vpp-throughput-latency-3n-hsw"
10475   filter: "'NIC_Intel-XL710' and
10476            '64B' and
10477            'IP4FWD' and
10478            'NDRPDR' and
10479            'SCALE' and
10480            '1T1C' and
10481            'IPSECHW' and
10482            ('IPSECTRAN' or 'IPSECTUN') and
10483            not 'VHOST'"
10484   parameters:
10485   - "throughput"
10486   - "parent"
10487   - "tags"
10488   traces:
10489     hoverinfo: "x+y"
10490     boxpoints: "outliers"
10491     whiskerwidth: 0
10492   layout:
10493     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10494     layout: "plot-throughput"
10495
10496 -
10497   type: "plot"
10498   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10499   algorithm: "plot_performance_box"
10500   output-file-type: ".html"
10501   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10502   data: "plot-vpp-throughput-latency-3n-hsw"
10503   filter: "'NIC_Intel-XL710' and
10504            '64B' and
10505            'IP4FWD' and
10506            'NDRPDR' and
10507            'SCALE' and
10508            '2T2C' and
10509            'IPSECHW' and
10510            ('IPSECTRAN' or 'IPSECTUN') and
10511            not 'VHOST'"
10512   parameters:
10513   - "throughput"
10514   - "parent"
10515   - "tags"
10516   traces:
10517     hoverinfo: "x+y"
10518     boxpoints: "outliers"
10519     whiskerwidth: 0
10520   layout:
10521     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10522     layout: "plot-throughput"
10523
10524 -
10525   type: "plot"
10526   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10527   algorithm: "plot_performance_box"
10528   output-file-type: ".html"
10529   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10530   data: "plot-vpp-throughput-latency-3n-hsw"
10531   filter: "'NIC_Intel-XL710' and
10532            '64B' and
10533            'IP4FWD' and
10534            'NDRPDR' and
10535            'SCALE' and
10536            '2T2C' and
10537            'IPSECHW' and
10538            ('IPSECTRAN' or 'IPSECTUN') and
10539            not 'VHOST'"
10540   parameters:
10541   - "throughput"
10542   - "parent"
10543   - "tags"
10544   traces:
10545     hoverinfo: "x+y"
10546     boxpoints: "outliers"
10547     whiskerwidth: 0
10548   layout:
10549     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10550     layout: "plot-throughput"
10551
10552 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10553 -
10554   type: "plot"
10555   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10556   algorithm: "plot_performance_box"
10557   output-file-type: ".html"
10558   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10559   data: "plot-vpp-throughput-latency-3n-hsw"
10560   filter: "'NIC_Intel-XL710' and
10561            '64B' and
10562            'IP4FWD' and
10563            'NDRPDR' and
10564            '1T1C' and
10565            'IPSECSW' and
10566            ('IPSECTRAN' or 'IPSECTUN') and
10567            not 'VHOST'"
10568   parameters:
10569   - "throughput"
10570   - "parent"
10571   - "tags"
10572   traces:
10573     hoverinfo: "x+y"
10574     boxpoints: "outliers"
10575     whiskerwidth: 0
10576   layout:
10577     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10578     layout: "plot-throughput"
10579
10580 -
10581   type: "plot"
10582   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10583   algorithm: "plot_performance_box"
10584   output-file-type: ".html"
10585   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10586   data: "plot-vpp-throughput-latency-3n-hsw"
10587   filter: "'NIC_Intel-XL710' and
10588            '64B' and
10589            'IP4FWD' and
10590            'NDRPDR' and
10591            '1T1C' and
10592            'IPSECSW' and
10593            ('IPSECTRAN' or 'IPSECTUN') and
10594            not 'VHOST'"
10595   parameters:
10596   - "throughput"
10597   - "parent"
10598   - "tags"
10599   traces:
10600     hoverinfo: "x+y"
10601     boxpoints: "outliers"
10602     whiskerwidth: 0
10603   layout:
10604     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10605     layout: "plot-throughput"
10606
10607 -
10608   type: "plot"
10609   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10610   algorithm: "plot_performance_box"
10611   output-file-type: ".html"
10612   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10613   data: "plot-vpp-throughput-latency-3n-hsw"
10614   filter: "'NIC_Intel-XL710' and
10615            '64B' and
10616            'IP4FWD' and
10617            'NDRPDR' and
10618            '2T2C' and
10619            'IPSECSW' and
10620            ('IPSECTRAN' or 'IPSECTUN') and
10621            not 'VHOST'"
10622   parameters:
10623   - "throughput"
10624   - "parent"
10625   - "tags"
10626   traces:
10627     hoverinfo: "x+y"
10628     boxpoints: "outliers"
10629     whiskerwidth: 0
10630   layout:
10631     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10632     layout: "plot-throughput"
10633
10634 -
10635   type: "plot"
10636   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10637   algorithm: "plot_performance_box"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10640   data: "plot-vpp-throughput-latency-3n-hsw"
10641   filter: "'NIC_Intel-XL710' and
10642            '64B' and
10643            'IP4FWD' and
10644            'NDRPDR' and
10645            '2T2C' and
10646            'IPSECSW' and
10647            ('IPSECTRAN' or 'IPSECTUN') and
10648            not 'VHOST'"
10649   parameters:
10650   - "throughput"
10651   - "parent"
10652   - "tags"
10653   traces:
10654     hoverinfo: "x+y"
10655     boxpoints: "outliers"
10656     whiskerwidth: 0
10657   layout:
10658     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10659     layout: "plot-throughput"
10660
10661 ################################################################################
10662
10663 # Packet Throughput - VPP SRv6 3n-hsw-x520
10664 -
10665   type: "plot"
10666   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10667   algorithm: "plot_performance_box"
10668   output-file-type: ".html"
10669   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10670   data: "plot-vpp-throughput-latency-3n-hsw"
10671   filter: "'NIC_Intel-X520-DA2' and
10672            '78B' and
10673            'FEATURE' and
10674            'NDRPDR' and
10675            '1T1C' and
10676            'IP6FWD' and
10677            'SRv6'"
10678   parameters:
10679   - "throughput"
10680   - "parent"
10681   - "tags"
10682   traces:
10683     hoverinfo: "x+y"
10684     boxpoints: "outliers"
10685     whiskerwidth: 0
10686   layout:
10687     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10688     layout: "plot-throughput"
10689
10690 -
10691   type: "plot"
10692   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10693   algorithm: "plot_performance_box"
10694   output-file-type: ".html"
10695   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10696   data: "plot-vpp-throughput-latency-3n-hsw"
10697   filter: "'NIC_Intel-X520-DA2' and
10698            '78B' and
10699            'FEATURE' and
10700            'NDRPDR' and
10701            '1T1C' and
10702            'IP6FWD' and
10703            'SRv6'"
10704   parameters:
10705   - "throughput"
10706   - "parent"
10707   - "tags"
10708   traces:
10709     hoverinfo: "x+y"
10710     boxpoints: "outliers"
10711     whiskerwidth: 0
10712   layout:
10713     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10714     layout: "plot-throughput"
10715
10716 -
10717   type: "plot"
10718   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10719   algorithm: "plot_performance_box"
10720   output-file-type: ".html"
10721   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10722   data: "plot-vpp-throughput-latency-3n-hsw"
10723   filter: "'NIC_Intel-X520-DA2' and
10724            '78B' and
10725            'FEATURE' and
10726            'NDRPDR' and
10727            '2T2C' and
10728            'IP6FWD' and
10729            'SRv6'"
10730   parameters:
10731   - "throughput"
10732   - "parent"
10733   - "tags"
10734   traces:
10735     hoverinfo: "x+y"
10736     boxpoints: "outliers"
10737     whiskerwidth: 0
10738   layout:
10739     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10740     layout: "plot-throughput"
10741
10742 -
10743   type: "plot"
10744   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10745   algorithm: "plot_performance_box"
10746   output-file-type: ".html"
10747   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10748   data: "plot-vpp-throughput-latency-3n-hsw"
10749   filter: "'NIC_Intel-X520-DA2' and
10750            '78B' and
10751            'FEATURE' and
10752            'NDRPDR' and
10753            '2T2C' and
10754            'IP6FWD' and
10755            'SRv6'"
10756   parameters:
10757   - "throughput"
10758   - "parent"
10759   - "tags"
10760   traces:
10761     hoverinfo: "x+y"
10762     boxpoints: "outliers"
10763     whiskerwidth: 0
10764   layout:
10765     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10766     layout: "plot-throughput"
10767
10768 ################################################################################
10769
10770 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10771 -
10772   type: "plot"
10773   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10774   algorithm: "plot_performance_box"
10775   output-file-type: ".html"
10776   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10777   data: "plot-vpp-throughput-latency-3n-hsw"
10778   filter: "'NIC_Intel-X520-DA2' and
10779            '64B' and
10780            'NDRPDR' and
10781            'ETH' and
10782            'IP4FWD' and
10783            '1T1C' and
10784            'VHOST_1024' and
10785            not 'VXLAN' and
10786            not 'DOT1Q'"
10787   parameters:
10788   - "throughput"
10789   - "parent"
10790   - "tags"
10791   sort:
10792   - "not CFS_OPT"
10793   - "1VM"
10794   - "2VM"
10795   traces:
10796     hoverinfo: "x+y"
10797     boxpoints: "outliers"
10798     whiskerwidth: 0
10799   layout:
10800     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10801     layout: "plot-throughput"
10802
10803 -
10804   type: "plot"
10805   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10806   algorithm: "plot_performance_box"
10807   output-file-type: ".html"
10808   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10809   data: "plot-vpp-throughput-latency-3n-hsw"
10810   filter: "'NIC_Intel-X520-DA2' and
10811            '64B' and
10812            'NDRPDR' and
10813            'ETH' and
10814            'IP4FWD' and
10815            '2T2C' and
10816            'VHOST_1024' and
10817            not 'VXLAN' and
10818            not 'DOT1Q'"
10819   parameters:
10820   - "throughput"
10821   - "parent"
10822   - "tags"
10823   sort:
10824   - "not CFS_OPT"
10825   - "1VM"
10826   - "2VM"
10827   traces:
10828     hoverinfo: "x+y"
10829     boxpoints: "outliers"
10830     whiskerwidth: 0
10831   layout:
10832     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10833     layout: "plot-throughput"
10834
10835 -
10836   type: "plot"
10837   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10838   algorithm: "plot_performance_box"
10839   output-file-type: ".html"
10840   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10841   data: "plot-vpp-throughput-latency-3n-hsw"
10842   filter: "'NIC_Intel-X520-DA2' and
10843            '64B' and
10844            'NDRPDR' and
10845            'ETH' and
10846            'IP4FWD' and
10847            '1T1C' and
10848            'VHOST_1024' and
10849            not 'VXLAN' and
10850            not 'DOT1Q'"
10851   parameters:
10852   - "throughput"
10853   - "parent"
10854   - "tags"
10855   sort:
10856   - "not CFS_OPT"
10857   - "1VM"
10858   - "2VM"
10859   traces:
10860     hoverinfo: "x+y"
10861     boxpoints: "outliers"
10862     whiskerwidth: 0
10863   layout:
10864     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10865     layout: "plot-throughput"
10866
10867 -
10868   type: "plot"
10869   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10870   algorithm: "plot_performance_box"
10871   output-file-type: ".html"
10872   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10873   data: "plot-vpp-throughput-latency-3n-hsw"
10874   filter: "'NIC_Intel-X520-DA2' and
10875            '64B' and
10876            'NDRPDR' and
10877            'ETH' and
10878            'IP4FWD' and
10879            '2T2C' and
10880            'VHOST_1024' and
10881            not 'VXLAN' and
10882            not 'DOT1Q'"
10883   parameters:
10884   - "throughput"
10885   - "parent"
10886   - "tags"
10887   sort:
10888   - "not CFS_OPT"
10889   - "1VM"
10890   - "2VM"
10891   traces:
10892     hoverinfo: "x+y"
10893     boxpoints: "outliers"
10894     whiskerwidth: 0
10895   layout:
10896     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10897     layout: "plot-throughput"
10898
10899 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
10900 -
10901   type: "plot"
10902   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10903   algorithm: "plot_performance_box"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10906   data: "plot-vpp-throughput-latency-3n-hsw"
10907   filter: "'NIC_Intel-X520-DA2' and
10908            '64B' and
10909            'NDRPDR' and
10910            'ETH' and
10911            '1T1C' and
10912            'L2BDMACLRN' and
10913            'VHOST_1024' and
10914            not 'VXLAN' and
10915            not 'IP4FWD' and
10916            not 'DOT1Q' and
10917            not '2VM'"
10918   parameters:
10919   - "throughput"
10920   - "parent"
10921   - "tags"
10922   sort:
10923   - "VM"  # "not CFS_OPT"
10924   - "CFS_OPT"
10925   - "FIB_10K"
10926   - "FIB_100K"
10927   - "FIB_1M"
10928   traces:
10929     hoverinfo: "x+y"
10930     boxpoints: "outliers"
10931     whiskerwidth: 0
10932   layout:
10933     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10934     layout: "plot-throughput"
10935
10936 -
10937   type: "plot"
10938   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10939   algorithm: "plot_performance_box"
10940   output-file-type: ".html"
10941   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10942   data: "plot-vpp-throughput-latency-3n-hsw"
10943   filter: "'NIC_Intel-X520-DA2' and
10944            '64B' and
10945            'NDRPDR' and
10946            'ETH' and
10947            '2T2C' and
10948            'L2BDMACLRN' and
10949            'VHOST_1024' and
10950            not 'VXLAN' and
10951            not 'IP4FWD' and
10952            not 'DOT1Q' and
10953            not '2VM'"
10954   parameters:
10955   - "throughput"
10956   - "parent"
10957   - "tags"
10958   sort:
10959   - "VM"  # "not CFS_OPT"
10960   - "CFS_OPT"
10961   - "FIB_10K"
10962   - "FIB_100K"
10963   - "FIB_1M"
10964   traces:
10965     hoverinfo: "x+y"
10966     boxpoints: "outliers"
10967     whiskerwidth: 0
10968   layout:
10969     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10970     layout: "plot-throughput"
10971
10972 -
10973   type: "plot"
10974   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10975   algorithm: "plot_performance_box"
10976   output-file-type: ".html"
10977   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10978   data: "plot-vpp-throughput-latency-3n-hsw"
10979   filter: "'NIC_Intel-X520-DA2' and
10980            '64B' and
10981            'NDRPDR' and
10982            'ETH' and
10983            '1T1C' and
10984            'L2BDMACLRN' and
10985            'VHOST_1024' and
10986            not 'VXLAN' and
10987            not 'IP4FWD' and
10988            not 'DOT1Q' and
10989            not '2VM'"
10990   parameters:
10991   - "throughput"
10992   - "parent"
10993   - "tags"
10994   sort:
10995   - "VM"  # "not CFS_OPT"
10996   - "CFS_OPT"
10997   - "FIB_10K"
10998   - "FIB_100K"
10999   - "FIB_1M"
11000   traces:
11001     hoverinfo: "x+y"
11002     boxpoints: "outliers"
11003     whiskerwidth: 0
11004   layout:
11005     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11006     layout: "plot-throughput"
11007
11008 -
11009   type: "plot"
11010   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11011   algorithm: "plot_performance_box"
11012   output-file-type: ".html"
11013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11014   data: "plot-vpp-throughput-latency-3n-hsw"
11015   filter: "'NIC_Intel-X520-DA2' and
11016            '64B' and
11017            'NDRPDR' and
11018            'ETH' and
11019            '2T2C' and
11020            'L2BDMACLRN' and
11021            'VHOST_1024' and
11022            not 'VXLAN' and
11023            not 'IP4FWD' and
11024            not 'DOT1Q' and
11025            not '2VM'"
11026   parameters:
11027   - "throughput"
11028   - "parent"
11029   - "tags"
11030   sort:
11031   - "VM"  # "not CFS_OPT"
11032   - "CFS_OPT"
11033   - "FIB_10K"
11034   - "FIB_100K"
11035   - "FIB_1M"
11036   traces:
11037     hoverinfo: "x+y"
11038     boxpoints: "outliers"
11039     whiskerwidth: 0
11040   layout:
11041     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11042     layout: "plot-throughput"
11043
11044 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11045 -
11046   type: "plot"
11047   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11048   algorithm: "plot_performance_box"
11049   output-file-type: ".html"
11050   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11051   data: "plot-vpp-throughput-latency-3n-hsw"
11052   filter: "'NIC_Intel-X520-DA2' and
11053            '64B' and
11054            'NDRPDR' and
11055            'ETH' and
11056            'BASE' and
11057            '1T1C' and
11058            ('L2BDMACLRN' or 'L2XCFWD') and
11059            'VHOST_1024' and
11060            not 'VXLAN' and
11061            not 'IP4FWD' and
11062            not 'DOT1Q' and
11063            not '2VM'"
11064   parameters:
11065   - "throughput"
11066   - "parent"
11067   - "tags"
11068   sort:
11069   - "not CFS_OPT"
11070   - "L2XCFWD"
11071   - "not CFS_OPT"
11072   - "CFS_OPT"
11073   traces:
11074     hoverinfo: "x+y"
11075     boxpoints: "outliers"
11076     whiskerwidth: 0
11077   layout:
11078     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11079     layout: "plot-throughput"
11080
11081 -
11082   type: "plot"
11083   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11084   algorithm: "plot_performance_box"
11085   output-file-type: ".html"
11086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11087   data: "plot-vpp-throughput-latency-3n-hsw"
11088   filter: "'NIC_Intel-X520-DA2' and
11089            '64B' and
11090            'NDRPDR' and
11091            'ETH' and
11092            'BASE' and
11093            '1T1C' and
11094            ('L2BDMACLRN' or 'L2XCFWD') and
11095            'VHOST_1024' and
11096            not 'VXLAN' and
11097            not 'IP4FWD' and
11098            not 'DOT1Q' and
11099            not '2VM'"
11100   parameters:
11101   - "throughput"
11102   - "parent"
11103   - "tags"
11104   sort:
11105   - "not CFS_OPT"
11106   - "L2XCFWD"
11107   - "not CFS_OPT"
11108   - "CFS_OPT"
11109   traces:
11110     hoverinfo: "x+y"
11111     boxpoints: "outliers"
11112     whiskerwidth: 0
11113   layout:
11114     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11115     layout: "plot-throughput"
11116
11117 -
11118   type: "plot"
11119   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11120   algorithm: "plot_performance_box"
11121   output-file-type: ".html"
11122   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11123   data: "plot-vpp-throughput-latency-3n-hsw"
11124   filter: "'NIC_Intel-X520-DA2' and
11125            '64B' and
11126            'NDRPDR' and
11127            'ETH' and
11128            'BASE' and
11129            '2T2C' and
11130            ('L2BDMACLRN' or 'L2XCFWD') and
11131            'VHOST_1024' and
11132            not 'VXLAN' and
11133            not 'IP4FWD' and
11134            not 'DOT1Q' and
11135            not '2VM'"
11136   parameters:
11137   - "throughput"
11138   - "parent"
11139   - "tags"
11140   sort:
11141   - "not CFS_OPT"
11142   - "L2XCFWD"
11143   - "not CFS_OPT"
11144   - "CFS_OPT"
11145   traces:
11146     hoverinfo: "x+y"
11147     boxpoints: "outliers"
11148     whiskerwidth: 0
11149   layout:
11150     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11151     layout: "plot-throughput"
11152
11153 -
11154   type: "plot"
11155   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11156   algorithm: "plot_performance_box"
11157   output-file-type: ".html"
11158   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11159   data: "plot-vpp-throughput-latency-3n-hsw"
11160   filter: "'NIC_Intel-X520-DA2' and
11161            '64B' and
11162            'NDRPDR' and
11163            'ETH' and
11164            'BASE' and
11165            '2T2C' and
11166            ('L2BDMACLRN' or 'L2XCFWD') and
11167            'VHOST_1024' and
11168            not 'VXLAN' and
11169            not 'IP4FWD' and
11170            not 'DOT1Q' and
11171            not '2VM'"
11172   parameters:
11173   - "throughput"
11174   - "parent"
11175   - "tags"
11176   sort:
11177   - "not CFS_OPT"
11178   - "L2XCFWD"
11179   - "not CFS_OPT"
11180   - "CFS_OPT"
11181   traces:
11182     hoverinfo: "x+y"
11183     boxpoints: "outliers"
11184     whiskerwidth: 0
11185   layout:
11186     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11187     layout: "plot-throughput"
11188
11189 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11190 -
11191   type: "plot"
11192   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11193   algorithm: "plot_performance_box"
11194   output-file-type: ".html"
11195   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11196   data: "plot-vpp-throughput-latency-3n-hsw"
11197   filter: "'NIC_Intel-X520-DA2' and
11198            '64B' and
11199            'NDRPDR' and
11200            'ETH' and
11201            '1T1C' and
11202            ('L2BDMACLRN' or 'L2XCFWD') and
11203            'VHOST_1024' and
11204            not 'CFS_OPT' and
11205            not 'VXLAN' and
11206            not 'IP4FWD' and
11207            not 'DOT1Q'"
11208   parameters:
11209   - "throughput"
11210   - "parent"
11211   - "tags"
11212   sort:
11213   - "1VM"
11214   - "L2XCFWD"
11215   - "1VM"
11216   - "L2BDMACLRN"
11217   traces:
11218     hoverinfo: "x+y"
11219     boxpoints: "outliers"
11220     whiskerwidth: 0
11221   layout:
11222     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11223     layout: "plot-throughput"
11224
11225 -
11226   type: "plot"
11227   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11228   algorithm: "plot_performance_box"
11229   output-file-type: ".html"
11230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11231   data: "plot-vpp-throughput-latency-3n-hsw"
11232   filter: "'NIC_Intel-X520-DA2' and
11233            '64B' and
11234            'NDRPDR' and
11235            'ETH' and
11236            '1T1C' and
11237            ('L2BDMACLRN' or 'L2XCFWD') and
11238            'VHOST_1024' and
11239            not 'CFS_OPT' and
11240            not 'VXLAN' and
11241            not 'IP4FWD' and
11242            not 'DOT1Q'"
11243   parameters:
11244   - "throughput"
11245   - "parent"
11246   - "tags"
11247   sort:
11248   - "1VM"
11249   - "L2XCFWD"
11250   - "1VM"
11251   - "L2BDMACLRN"
11252   traces:
11253     hoverinfo: "x+y"
11254     boxpoints: "outliers"
11255     whiskerwidth: 0
11256   layout:
11257     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11258     layout: "plot-throughput"
11259
11260 -
11261   type: "plot"
11262   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11263   algorithm: "plot_performance_box"
11264   output-file-type: ".html"
11265   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11266   data: "plot-vpp-throughput-latency-3n-hsw"
11267   filter: "'NIC_Intel-X520-DA2' and
11268            '64B' and
11269            'NDRPDR' and
11270            'ETH' and
11271            '2T2C' and
11272            ('L2BDMACLRN' or 'L2XCFWD') and
11273            'VHOST_1024' and
11274            not 'CFS_OPT' and
11275            not 'VXLAN' and
11276            not 'IP4FWD' and
11277            not 'DOT1Q'"
11278   parameters:
11279   - "throughput"
11280   - "parent"
11281   - "tags"
11282   sort:
11283   - "1VM"
11284   - "L2XCFWD"
11285   - "1VM"
11286   - "L2BDMACLRN"
11287   traces:
11288     hoverinfo: "x+y"
11289     boxpoints: "outliers"
11290     whiskerwidth: 0
11291   layout:
11292     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11293     layout: "plot-throughput"
11294
11295 -
11296   type: "plot"
11297   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11298   algorithm: "plot_performance_box"
11299   output-file-type: ".html"
11300   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11301   data: "plot-vpp-throughput-latency-3n-hsw"
11302   filter: "'NIC_Intel-X520-DA2' and
11303            '64B' and
11304            'NDRPDR' and
11305            'ETH' and
11306            '2T2C' and
11307            ('L2BDMACLRN' or 'L2XCFWD') and
11308            'VHOST_1024' and
11309            not 'CFS_OPT' and
11310            not 'VXLAN' and
11311            not 'IP4FWD' and
11312            not 'DOT1Q'"
11313   parameters:
11314   - "throughput"
11315   - "parent"
11316   - "tags"
11317   sort:
11318   - "1VM"
11319   - "L2XCFWD"
11320   - "1VM"
11321   - "L2BDMACLRN"
11322   traces:
11323     hoverinfo: "x+y"
11324     boxpoints: "outliers"
11325     whiskerwidth: 0
11326   layout:
11327     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11328     layout: "plot-throughput"
11329
11330 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11331 -
11332   type: "plot"
11333   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11334   algorithm: "plot_performance_box"
11335   output-file-type: ".html"
11336   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11337   data: "plot-vpp-throughput-latency-3n-hsw"
11338   filter: "'NIC_Intel-X710' and
11339            '64B' and
11340            'NDRPDR' and
11341            'ETH' and
11342            'IP4FWD' and
11343            '1T1C' and
11344            'VHOST_1024' and
11345            not 'VXLAN' and
11346            not 'DOT1Q'"
11347   parameters:
11348   - "throughput"
11349   - "parent"
11350   - "tags"
11351   sort:
11352   - "not CFS_OPT"
11353   - "1VM"
11354   - "2VM"
11355   traces:
11356     hoverinfo: "x+y"
11357     boxpoints: "outliers"
11358     whiskerwidth: 0
11359   layout:
11360     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11361     layout: "plot-throughput"
11362
11363 -
11364   type: "plot"
11365   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11366   algorithm: "plot_performance_box"
11367   output-file-type: ".html"
11368   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11369   data: "plot-vpp-throughput-latency-3n-hsw"
11370   filter: "'NIC_Intel-X710' and
11371            '64B' and
11372            'NDRPDR' and
11373            'ETH' and
11374            'IP4FWD' and
11375            '2T2C' and
11376            'VHOST_1024' and
11377            not 'VXLAN' and
11378            not 'DOT1Q'"
11379   parameters:
11380   - "throughput"
11381   - "parent"
11382   - "tags"
11383   sort:
11384   - "not CFS_OPT"
11385   - "1VM"
11386   - "2VM"
11387   traces:
11388     hoverinfo: "x+y"
11389     boxpoints: "outliers"
11390     whiskerwidth: 0
11391   layout:
11392     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11393     layout: "plot-throughput"
11394
11395 -
11396   type: "plot"
11397   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11398   algorithm: "plot_performance_box"
11399   output-file-type: ".html"
11400   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11401   data: "plot-vpp-throughput-latency-3n-hsw"
11402   filter: "'NIC_Intel-X710' and
11403            '64B' and
11404            'NDRPDR' and
11405            'ETH' and
11406            'IP4FWD' and
11407            '1T1C' and
11408            'VHOST_1024' and
11409            not 'VXLAN' and
11410            not 'DOT1Q'"
11411   parameters:
11412   - "throughput"
11413   - "parent"
11414   - "tags"
11415   sort:
11416   - "not CFS_OPT"
11417   - "1VM"
11418   - "2VM"
11419   traces:
11420     hoverinfo: "x+y"
11421     boxpoints: "outliers"
11422     whiskerwidth: 0
11423   layout:
11424     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11425     layout: "plot-throughput"
11426
11427 -
11428   type: "plot"
11429   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11430   algorithm: "plot_performance_box"
11431   output-file-type: ".html"
11432   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11433   data: "plot-vpp-throughput-latency-3n-hsw"
11434   filter: "'NIC_Intel-X710' and
11435            '64B' and
11436            'NDRPDR' and
11437            'ETH' and
11438            'IP4FWD' and
11439            '2T2C' and
11440            'VHOST_1024' and
11441            not 'VXLAN' and
11442            not 'DOT1Q'"
11443   parameters:
11444   - "throughput"
11445   - "parent"
11446   - "tags"
11447   sort:
11448   - "not CFS_OPT"
11449   - "1VM"
11450   - "2VM"
11451   traces:
11452     hoverinfo: "x+y"
11453     boxpoints: "outliers"
11454     whiskerwidth: 0
11455   layout:
11456     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11457     layout: "plot-throughput"
11458
11459 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11460 -
11461   type: "plot"
11462   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11463   algorithm: "plot_performance_box"
11464   output-file-type: ".html"
11465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11466   data: "plot-vpp-throughput-latency-3n-hsw"
11467   filter: "'NIC_Intel-X710' and
11468            '64B' and
11469            'NDRPDR' and
11470            'ETH' and
11471            '1T1C' and
11472            'L2BDMACLRN' and
11473            'VHOST_1024' and
11474            not 'VXLAN' and
11475            not 'IP4FWD' and
11476            not 'DOT1Q' and
11477            not '2VM'"
11478   parameters:
11479   - "throughput"
11480   - "parent"
11481   - "tags"
11482   sort:
11483   - "VM"  # "not CFS_OPT"
11484   - "CFS_OPT"
11485   - "FIB_10K"
11486   - "FIB_100K"
11487   - "FIB_1M"
11488   traces:
11489     hoverinfo: "x+y"
11490     boxpoints: "outliers"
11491     whiskerwidth: 0
11492   layout:
11493     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11494     layout: "plot-throughput"
11495
11496 -
11497   type: "plot"
11498   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11499   algorithm: "plot_performance_box"
11500   output-file-type: ".html"
11501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11502   data: "plot-vpp-throughput-latency-3n-hsw"
11503   filter: "'NIC_Intel-X710' and
11504            '64B' and
11505            'NDRPDR' and
11506            'ETH' and
11507            '2T2C' and
11508            'L2BDMACLRN' and
11509            'VHOST_1024' and
11510            not 'VXLAN' and
11511            not 'IP4FWD' and
11512            not 'DOT1Q' and
11513            not '2VM'"
11514   parameters:
11515   - "throughput"
11516   - "parent"
11517   - "tags"
11518   sort:
11519   - "VM"  # "not CFS_OPT"
11520   - "CFS_OPT"
11521   - "FIB_10K"
11522   - "FIB_100K"
11523   - "FIB_1M"
11524   traces:
11525     hoverinfo: "x+y"
11526     boxpoints: "outliers"
11527     whiskerwidth: 0
11528   layout:
11529     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11530     layout: "plot-throughput"
11531
11532 -
11533   type: "plot"
11534   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11535   algorithm: "plot_performance_box"
11536   output-file-type: ".html"
11537   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11538   data: "plot-vpp-throughput-latency-3n-hsw"
11539   filter: "'NIC_Intel-X710' and
11540            '64B' and
11541            'NDRPDR' and
11542            'ETH' and
11543            '1T1C' and
11544            'L2BDMACLRN' and
11545            'VHOST_1024' and
11546            not 'VXLAN' and
11547            not 'IP4FWD' and
11548            not 'DOT1Q' and
11549            not '2VM'"
11550   parameters:
11551   - "throughput"
11552   - "parent"
11553   - "tags"
11554   sort:
11555   - "VM"  # "not CFS_OPT"
11556   - "CFS_OPT"
11557   - "FIB_10K"
11558   - "FIB_100K"
11559   - "FIB_1M"
11560   traces:
11561     hoverinfo: "x+y"
11562     boxpoints: "outliers"
11563     whiskerwidth: 0
11564   layout:
11565     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11566     layout: "plot-throughput"
11567
11568 -
11569   type: "plot"
11570   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11571   algorithm: "plot_performance_box"
11572   output-file-type: ".html"
11573   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11574   data: "plot-vpp-throughput-latency-3n-hsw"
11575   filter: "'NIC_Intel-X710' and
11576            '64B' and
11577            'NDRPDR' and
11578            'ETH' and
11579            '2T2C' and
11580            'L2BDMACLRN' and
11581            'VHOST_1024' and
11582            not 'VXLAN' and
11583            not 'IP4FWD' and
11584            not 'DOT1Q' and
11585            not '2VM'"
11586   parameters:
11587   - "throughput"
11588   - "parent"
11589   - "tags"
11590   sort:
11591   - "VM"  # "not CFS_OPT"
11592   - "CFS_OPT"
11593   - "FIB_10K"
11594   - "FIB_100K"
11595   - "FIB_1M"
11596   traces:
11597     hoverinfo: "x+y"
11598     boxpoints: "outliers"
11599     whiskerwidth: 0
11600   layout:
11601     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11602     layout: "plot-throughput"
11603
11604 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11605 -
11606   type: "plot"
11607   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11608   algorithm: "plot_performance_box"
11609   output-file-type: ".html"
11610   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11611   data: "plot-vpp-throughput-latency-3n-hsw"
11612   filter: "'NIC_Intel-X710' and
11613            '64B' and
11614            'NDRPDR' and
11615            'ETH' and
11616            'BASE' and
11617            '1T1C' and
11618            ('L2BDMACLRN' or 'L2XCFWD') and
11619            'VHOST_1024' and
11620            not 'VXLAN' and
11621            not 'IP4FWD' and
11622            not 'DOT1Q' and
11623            not '2VM'"
11624   parameters:
11625   - "throughput"
11626   - "parent"
11627   - "tags"
11628   sort:
11629   - "not CFS_OPT"
11630   - "L2XCFWD"
11631   - "not CFS_OPT"
11632   - "CFS_OPT"
11633   traces:
11634     hoverinfo: "x+y"
11635     boxpoints: "outliers"
11636     whiskerwidth: 0
11637   layout:
11638     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11639     layout: "plot-throughput"
11640
11641 -
11642   type: "plot"
11643   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11644   algorithm: "plot_performance_box"
11645   output-file-type: ".html"
11646   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11647   data: "plot-vpp-throughput-latency-3n-hsw"
11648   filter: "'NIC_Intel-X710' and
11649            '64B' and
11650            'NDRPDR' and
11651            'ETH' and
11652            'BASE' and
11653            '1T1C' and
11654            ('L2BDMACLRN' or 'L2XCFWD') and
11655            'VHOST_1024' and
11656            not 'VXLAN' and
11657            not 'IP4FWD' and
11658            not 'DOT1Q' and
11659            not '2VM'"
11660   parameters:
11661   - "throughput"
11662   - "parent"
11663   - "tags"
11664   sort:
11665   - "not CFS_OPT"
11666   - "L2XCFWD"
11667   - "not CFS_OPT"
11668   - "CFS_OPT"
11669   traces:
11670     hoverinfo: "x+y"
11671     boxpoints: "outliers"
11672     whiskerwidth: 0
11673   layout:
11674     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11675     layout: "plot-throughput"
11676
11677 -
11678   type: "plot"
11679   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11680   algorithm: "plot_performance_box"
11681   output-file-type: ".html"
11682   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11683   data: "plot-vpp-throughput-latency-3n-hsw"
11684   filter: "'NIC_Intel-X710' and
11685            '64B' and
11686            'NDRPDR' and
11687            'ETH' and
11688            'BASE' and
11689            '2T2C' and
11690            ('L2BDMACLRN' or 'L2XCFWD') and
11691            'VHOST_1024' and
11692            not 'VXLAN' and
11693            not 'IP4FWD' and
11694            not 'DOT1Q' and
11695            not '2VM'"
11696   parameters:
11697   - "throughput"
11698   - "parent"
11699   - "tags"
11700   sort:
11701   - "not CFS_OPT"
11702   - "L2XCFWD"
11703   - "not CFS_OPT"
11704   - "CFS_OPT"
11705   traces:
11706     hoverinfo: "x+y"
11707     boxpoints: "outliers"
11708     whiskerwidth: 0
11709   layout:
11710     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11711     layout: "plot-throughput"
11712
11713 -
11714   type: "plot"
11715   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11716   algorithm: "plot_performance_box"
11717   output-file-type: ".html"
11718   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11719   data: "plot-vpp-throughput-latency-3n-hsw"
11720   filter: "'NIC_Intel-X710' and
11721            '64B' and
11722            'NDRPDR' and
11723            'ETH' and
11724            'BASE' and
11725            '2T2C' and
11726            ('L2BDMACLRN' or 'L2XCFWD') and
11727            'VHOST_1024' and
11728            not 'VXLAN' and
11729            not 'IP4FWD' and
11730            not 'DOT1Q' and
11731            not '2VM'"
11732   parameters:
11733   - "throughput"
11734   - "parent"
11735   - "tags"
11736   sort:
11737   - "not CFS_OPT"
11738   - "L2XCFWD"
11739   - "not CFS_OPT"
11740   - "CFS_OPT"
11741   traces:
11742     hoverinfo: "x+y"
11743     boxpoints: "outliers"
11744     whiskerwidth: 0
11745   layout:
11746     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11747     layout: "plot-throughput"
11748
11749 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11750 -
11751   type: "plot"
11752   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11753   algorithm: "plot_performance_box"
11754   output-file-type: ".html"
11755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11756   data: "plot-vpp-throughput-latency-3n-hsw"
11757   filter: "'NIC_Intel-X710' and
11758            '64B' and
11759            'NDRPDR' and
11760            'ETH' and
11761            '1T1C' and
11762            ('L2BDMACLRN' or 'L2XCFWD') and
11763            'VHOST_1024' and
11764            not 'CFS_OPT' and
11765            not 'VXLAN' and
11766            not 'IP4FWD' and
11767            not 'DOT1Q'"
11768   parameters:
11769   - "throughput"
11770   - "parent"
11771   - "tags"
11772   sort:
11773   - "1VM"
11774   - "L2XCFWD"
11775   - "1VM"
11776   - "L2BDMACLRN"
11777   traces:
11778     hoverinfo: "x+y"
11779     boxpoints: "outliers"
11780     whiskerwidth: 0
11781   layout:
11782     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11783     layout: "plot-throughput"
11784
11785 -
11786   type: "plot"
11787   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11788   algorithm: "plot_performance_box"
11789   output-file-type: ".html"
11790   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11791   data: "plot-vpp-throughput-latency-3n-hsw"
11792   filter: "'NIC_Intel-X710' and
11793            '64B' and
11794            'NDRPDR' and
11795            'ETH' and
11796            '1T1C' and
11797            ('L2BDMACLRN' or 'L2XCFWD') and
11798            'VHOST_1024' and
11799            not 'CFS_OPT' and
11800            not 'VXLAN' and
11801            not 'IP4FWD' and
11802            not 'DOT1Q'"
11803   parameters:
11804   - "throughput"
11805   - "parent"
11806   - "tags"
11807   sort:
11808   - "1VM"
11809   - "L2XCFWD"
11810   - "1VM"
11811   - "L2BDMACLRN"
11812   traces:
11813     hoverinfo: "x+y"
11814     boxpoints: "outliers"
11815     whiskerwidth: 0
11816   layout:
11817     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11818     layout: "plot-throughput"
11819
11820 -
11821   type: "plot"
11822   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11823   algorithm: "plot_performance_box"
11824   output-file-type: ".html"
11825   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11826   data: "plot-vpp-throughput-latency-3n-hsw"
11827   filter: "'NIC_Intel-X710' and
11828            '64B' and
11829            'NDRPDR' and
11830            'ETH' and
11831            '2T2C' and
11832            ('L2BDMACLRN' or 'L2XCFWD') and
11833            'VHOST_1024' and
11834            not 'CFS_OPT' and
11835            not 'VXLAN' and
11836            not 'IP4FWD' and
11837            not 'DOT1Q'"
11838   parameters:
11839   - "throughput"
11840   - "parent"
11841   - "tags"
11842   sort:
11843   - "1VM"
11844   - "L2XCFWD"
11845   - "1VM"
11846   - "L2BDMACLRN"
11847   traces:
11848     hoverinfo: "x+y"
11849     boxpoints: "outliers"
11850     whiskerwidth: 0
11851   layout:
11852     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11853     layout: "plot-throughput"
11854
11855 -
11856   type: "plot"
11857   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11858   algorithm: "plot_performance_box"
11859   output-file-type: ".html"
11860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11861   data: "plot-vpp-throughput-latency-3n-hsw"
11862   filter: "'NIC_Intel-X710' and
11863            '64B' and
11864            'NDRPDR' and
11865            'ETH' and
11866            '2T2C' and
11867            ('L2BDMACLRN' or 'L2XCFWD') and
11868            'VHOST_1024' and
11869            not 'CFS_OPT' and
11870            not 'VXLAN' and
11871            not 'IP4FWD' and
11872            not 'DOT1Q'"
11873   parameters:
11874   - "throughput"
11875   - "parent"
11876   - "tags"
11877   sort:
11878   - "1VM"
11879   - "L2XCFWD"
11880   - "1VM"
11881   - "L2BDMACLRN"
11882   traces:
11883     hoverinfo: "x+y"
11884     boxpoints: "outliers"
11885     whiskerwidth: 0
11886   layout:
11887     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11888     layout: "plot-throughput"
11889
11890 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
11891 -
11892   type: "plot"
11893   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11894   algorithm: "plot_performance_box"
11895   output-file-type: ".html"
11896   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11897   data: "plot-vpp-throughput-latency-3n-hsw"
11898   filter: "'NIC_Intel-XL710' and
11899            '64B' and
11900            'NDRPDR' and
11901            'ETH' and
11902            'IP4FWD' and
11903            '1T1C' and
11904            'VHOST_1024' and
11905            not 'VXLAN' and
11906            not 'DOT1Q'"
11907   parameters:
11908   - "throughput"
11909   - "parent"
11910   - "tags"
11911   sort:
11912   - "not CFS_OPT"
11913   - "1VM"
11914   - "2VM"
11915   traces:
11916     hoverinfo: "x+y"
11917     boxpoints: "outliers"
11918     whiskerwidth: 0
11919   layout:
11920     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11921     layout: "plot-throughput"
11922
11923 -
11924   type: "plot"
11925   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11926   algorithm: "plot_performance_box"
11927   output-file-type: ".html"
11928   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11929   data: "plot-vpp-throughput-latency-3n-hsw"
11930   filter: "'NIC_Intel-XL710' and
11931            '64B' and
11932            'NDRPDR' and
11933            'ETH' and
11934            'IP4FWD' and
11935            '2T2C' and
11936            'VHOST_1024' and
11937            not 'VXLAN' and
11938            not 'DOT1Q'"
11939   parameters:
11940   - "throughput"
11941   - "parent"
11942   - "tags"
11943   sort:
11944   - "not CFS_OPT"
11945   - "1VM"
11946   - "2VM"
11947   traces:
11948     hoverinfo: "x+y"
11949     boxpoints: "outliers"
11950     whiskerwidth: 0
11951   layout:
11952     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11953     layout: "plot-throughput"
11954
11955 -
11956   type: "plot"
11957   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11958   algorithm: "plot_performance_box"
11959   output-file-type: ".html"
11960   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11961   data: "plot-vpp-throughput-latency-3n-hsw"
11962   filter: "'NIC_Intel-XL710' and
11963            '64B' and
11964            'NDRPDR' and
11965            'ETH' and
11966            'IP4FWD' and
11967            '1T1C' and
11968            'VHOST_1024' and
11969            not 'VXLAN' and
11970            not 'DOT1Q'"
11971   parameters:
11972   - "throughput"
11973   - "parent"
11974   - "tags"
11975   sort:
11976   - "not CFS_OPT"
11977   - "1VM"
11978   - "2VM"
11979   traces:
11980     hoverinfo: "x+y"
11981     boxpoints: "outliers"
11982     whiskerwidth: 0
11983   layout:
11984     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11985     layout: "plot-throughput"
11986
11987 -
11988   type: "plot"
11989   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11990   algorithm: "plot_performance_box"
11991   output-file-type: ".html"
11992   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11993   data: "plot-vpp-throughput-latency-3n-hsw"
11994   filter: "'NIC_Intel-XL710' and
11995            '64B' and
11996            'NDRPDR' and
11997            'ETH' and
11998            'IP4FWD' and
11999            '2T2C' and
12000            'VHOST_1024' and
12001            not 'VXLAN' and
12002            not 'DOT1Q'"
12003   parameters:
12004   - "throughput"
12005   - "parent"
12006   - "tags"
12007   sort:
12008   - "not CFS_OPT"
12009   - "1VM"
12010   - "2VM"
12011   traces:
12012     hoverinfo: "x+y"
12013     boxpoints: "outliers"
12014     whiskerwidth: 0
12015   layout:
12016     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12017     layout: "plot-throughput"
12018
12019 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12020 -
12021   type: "plot"
12022   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12023   algorithm: "plot_performance_box"
12024   output-file-type: ".html"
12025   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12026   data: "plot-vpp-throughput-latency-3n-hsw"
12027   filter: "'NIC_Intel-XL710' and
12028            '64B' and
12029            'NDRPDR' and
12030            'ETH' and
12031            '1T1C' and
12032            'L2BDMACLRN' and
12033            'VHOST_1024' and
12034            not 'VXLAN' and
12035            not 'IP4FWD' and
12036            not 'DOT1Q' and
12037            not '2VM'"
12038   parameters:
12039   - "throughput"
12040   - "parent"
12041   - "tags"
12042   sort:
12043   - "VM"  # "not CFS_OPT"
12044   - "CFS_OPT"
12045   - "FIB_10K"
12046   - "FIB_100K"
12047   - "FIB_1M"
12048   traces:
12049     hoverinfo: "x+y"
12050     boxpoints: "outliers"
12051     whiskerwidth: 0
12052   layout:
12053     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12054     layout: "plot-throughput"
12055
12056 -
12057   type: "plot"
12058   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12059   algorithm: "plot_performance_box"
12060   output-file-type: ".html"
12061   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12062   data: "plot-vpp-throughput-latency-3n-hsw"
12063   filter: "'NIC_Intel-XL710' and
12064            '64B' and
12065            'NDRPDR' and
12066            'ETH' and
12067            '2T2C' and
12068            'L2BDMACLRN' and
12069            'VHOST_1024' and
12070            not 'VXLAN' and
12071            not 'IP4FWD' and
12072            not 'DOT1Q' and
12073            not '2VM'"
12074   parameters:
12075   - "throughput"
12076   - "parent"
12077   - "tags"
12078   sort:
12079   - "VM"  # "not CFS_OPT"
12080   - "CFS_OPT"
12081   - "FIB_10K"
12082   - "FIB_100K"
12083   - "FIB_1M"
12084   traces:
12085     hoverinfo: "x+y"
12086     boxpoints: "outliers"
12087     whiskerwidth: 0
12088   layout:
12089     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12090     layout: "plot-throughput"
12091
12092 -
12093   type: "plot"
12094   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12095   algorithm: "plot_performance_box"
12096   output-file-type: ".html"
12097   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12098   data: "plot-vpp-throughput-latency-3n-hsw"
12099   filter: "'NIC_Intel-XL710' and
12100            '64B' and
12101            'NDRPDR' and
12102            'ETH' and
12103            '1T1C' and
12104            'L2BDMACLRN' and
12105            'VHOST_1024' and
12106            not 'VXLAN' and
12107            not 'IP4FWD' and
12108            not 'DOT1Q' and
12109            not '2VM'"
12110   parameters:
12111   - "throughput"
12112   - "parent"
12113   - "tags"
12114   sort:
12115   - "VM"  # "not CFS_OPT"
12116   - "CFS_OPT"
12117   - "FIB_10K"
12118   - "FIB_100K"
12119   - "FIB_1M"
12120   traces:
12121     hoverinfo: "x+y"
12122     boxpoints: "outliers"
12123     whiskerwidth: 0
12124   layout:
12125     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12126     layout: "plot-throughput"
12127
12128 -
12129   type: "plot"
12130   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12131   algorithm: "plot_performance_box"
12132   output-file-type: ".html"
12133   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12134   data: "plot-vpp-throughput-latency-3n-hsw"
12135   filter: "'NIC_Intel-XL710' and
12136            '64B' and
12137            'NDRPDR' and
12138            'ETH' and
12139            '2T2C' and
12140            'L2BDMACLRN' and
12141            'VHOST_1024' and
12142            not 'VXLAN' and
12143            not 'IP4FWD' and
12144            not 'DOT1Q' and
12145            not '2VM'"
12146   parameters:
12147   - "throughput"
12148   - "parent"
12149   - "tags"
12150   sort:
12151   - "VM"  # "not CFS_OPT"
12152   - "CFS_OPT"
12153   - "FIB_10K"
12154   - "FIB_100K"
12155   - "FIB_1M"
12156   traces:
12157     hoverinfo: "x+y"
12158     boxpoints: "outliers"
12159     whiskerwidth: 0
12160   layout:
12161     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12162     layout: "plot-throughput"
12163
12164 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12165 -
12166   type: "plot"
12167   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12168   algorithm: "plot_performance_box"
12169   output-file-type: ".html"
12170   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12171   data: "plot-vpp-throughput-latency-3n-hsw"
12172   filter: "'NIC_Intel-XL710' and
12173            '64B' and
12174            'NDRPDR' and
12175            'ETH' and
12176            'BASE' and
12177            '1T1C' and
12178            ('L2BDMACLRN' or 'L2XCFWD') and
12179            'VHOST_1024' and
12180            not 'VXLAN' and
12181            not 'IP4FWD' and
12182            not 'DOT1Q' and
12183            not '2VM'"
12184   parameters:
12185   - "throughput"
12186   - "parent"
12187   - "tags"
12188   sort:
12189   - "not CFS_OPT"
12190   - "L2XCFWD"
12191   - "not CFS_OPT"
12192   - "CFS_OPT"
12193   traces:
12194     hoverinfo: "x+y"
12195     boxpoints: "outliers"
12196     whiskerwidth: 0
12197   layout:
12198     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12199     layout: "plot-throughput"
12200
12201 -
12202   type: "plot"
12203   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12204   algorithm: "plot_performance_box"
12205   output-file-type: ".html"
12206   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12207   data: "plot-vpp-throughput-latency-3n-hsw"
12208   filter: "'NIC_Intel-XL710' and
12209            '64B' and
12210            'NDRPDR' and
12211            'ETH' and
12212            'BASE' and
12213            '1T1C' and
12214            ('L2BDMACLRN' or 'L2XCFWD') and
12215            'VHOST_1024' and
12216            not 'VXLAN' and
12217            not 'IP4FWD' and
12218            not 'DOT1Q' and
12219            not '2VM'"
12220   parameters:
12221   - "throughput"
12222   - "parent"
12223   - "tags"
12224   sort:
12225   - "not CFS_OPT"
12226   - "L2XCFWD"
12227   - "not CFS_OPT"
12228   - "CFS_OPT"
12229   traces:
12230     hoverinfo: "x+y"
12231     boxpoints: "outliers"
12232     whiskerwidth: 0
12233   layout:
12234     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12235     layout: "plot-throughput"
12236
12237 -
12238   type: "plot"
12239   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12240   algorithm: "plot_performance_box"
12241   output-file-type: ".html"
12242   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12243   data: "plot-vpp-throughput-latency-3n-hsw"
12244   filter: "'NIC_Intel-XL710' and
12245            '64B' and
12246            'NDRPDR' and
12247            'ETH' and
12248            'BASE' and
12249            '2T2C' and
12250            ('L2BDMACLRN' or 'L2XCFWD') and
12251            'VHOST_1024' and
12252            not 'VXLAN' and
12253            not 'IP4FWD' and
12254            not 'DOT1Q' and
12255            not '2VM'"
12256   parameters:
12257   - "throughput"
12258   - "parent"
12259   - "tags"
12260   sort:
12261   - "not CFS_OPT"
12262   - "L2XCFWD"
12263   - "not CFS_OPT"
12264   - "CFS_OPT"
12265   traces:
12266     hoverinfo: "x+y"
12267     boxpoints: "outliers"
12268     whiskerwidth: 0
12269   layout:
12270     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12271     layout: "plot-throughput"
12272
12273 -
12274   type: "plot"
12275   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12276   algorithm: "plot_performance_box"
12277   output-file-type: ".html"
12278   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12279   data: "plot-vpp-throughput-latency-3n-hsw"
12280   filter: "'NIC_Intel-XL710' and
12281            '64B' and
12282            'NDRPDR' and
12283            'ETH' and
12284            'BASE' and
12285            '2T2C' and
12286            ('L2BDMACLRN' or 'L2XCFWD') and
12287            'VHOST_1024' and
12288            not 'VXLAN' and
12289            not 'IP4FWD' and
12290            not 'DOT1Q' and
12291            not '2VM'"
12292   parameters:
12293   - "throughput"
12294   - "parent"
12295   - "tags"
12296   sort:
12297   - "not CFS_OPT"
12298   - "L2XCFWD"
12299   - "not CFS_OPT"
12300   - "CFS_OPT"
12301   traces:
12302     hoverinfo: "x+y"
12303     boxpoints: "outliers"
12304     whiskerwidth: 0
12305   layout:
12306     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12307     layout: "plot-throughput"
12308
12309 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12310 -
12311   type: "plot"
12312   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12313   algorithm: "plot_performance_box"
12314   output-file-type: ".html"
12315   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12316   data: "plot-vpp-throughput-latency-3n-hsw"
12317   filter: "'NIC_Intel-XL710' and
12318            '64B' and
12319            'NDRPDR' and
12320            'ETH' and
12321            '1T1C' and
12322            ('L2BDMACLRN' or 'L2XCFWD') and
12323            'VHOST_1024' and
12324            not 'CFS_OPT' and
12325            not 'VXLAN' and
12326            not 'IP4FWD' and
12327            not 'DOT1Q'"
12328   parameters:
12329   - "throughput"
12330   - "parent"
12331   - "tags"
12332   sort:
12333   - "1VM"
12334   - "L2XCFWD"
12335   - "1VM"
12336   - "L2BDMACLRN"
12337   traces:
12338     hoverinfo: "x+y"
12339     boxpoints: "outliers"
12340     whiskerwidth: 0
12341   layout:
12342     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12343     layout: "plot-throughput"
12344
12345 -
12346   type: "plot"
12347   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12348   algorithm: "plot_performance_box"
12349   output-file-type: ".html"
12350   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12351   data: "plot-vpp-throughput-latency-3n-hsw"
12352   filter: "'NIC_Intel-XL710' and
12353            '64B' and
12354            'NDRPDR' and
12355            'ETH' and
12356            '1T1C' and
12357            ('L2BDMACLRN' or 'L2XCFWD') and
12358            'VHOST_1024' and
12359            not 'CFS_OPT' and
12360            not 'VXLAN' and
12361            not 'IP4FWD' and
12362            not 'DOT1Q'"
12363   parameters:
12364   - "throughput"
12365   - "parent"
12366   - "tags"
12367   sort:
12368   - "1VM"
12369   - "L2XCFWD"
12370   - "1VM"
12371   - "L2BDMACLRN"
12372   traces:
12373     hoverinfo: "x+y"
12374     boxpoints: "outliers"
12375     whiskerwidth: 0
12376   layout:
12377     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12378     layout: "plot-throughput"
12379
12380 -
12381   type: "plot"
12382   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12383   algorithm: "plot_performance_box"
12384   output-file-type: ".html"
12385   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12386   data: "plot-vpp-throughput-latency-3n-hsw"
12387   filter: "'NIC_Intel-XL710' and
12388            '64B' and
12389            'NDRPDR' and
12390            'ETH' and
12391            '2T2C' and
12392            ('L2BDMACLRN' or 'L2XCFWD') and
12393            'VHOST_1024' and
12394            not 'CFS_OPT' and
12395            not 'VXLAN' and
12396            not 'IP4FWD' and
12397            not 'DOT1Q'"
12398   parameters:
12399   - "throughput"
12400   - "parent"
12401   - "tags"
12402   sort:
12403   - "1VM"
12404   - "L2XCFWD"
12405   - "1VM"
12406   - "L2BDMACLRN"
12407   traces:
12408     hoverinfo: "x+y"
12409     boxpoints: "outliers"
12410     whiskerwidth: 0
12411   layout:
12412     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12413     layout: "plot-throughput"
12414
12415 -
12416   type: "plot"
12417   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12418   algorithm: "plot_performance_box"
12419   output-file-type: ".html"
12420   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12421   data: "plot-vpp-throughput-latency-3n-hsw"
12422   filter: "'NIC_Intel-XL710' and
12423            '64B' and
12424            'NDRPDR' and
12425            'ETH' and
12426            '2T2C' and
12427            ('L2BDMACLRN' or 'L2XCFWD') and
12428            'VHOST_1024' and
12429            not 'CFS_OPT' and
12430            not 'VXLAN' and
12431            not 'IP4FWD' and
12432            not 'DOT1Q'"
12433   parameters:
12434   - "throughput"
12435   - "parent"
12436   - "tags"
12437   sort:
12438   - "1VM"
12439   - "L2XCFWD"
12440   - "1VM"
12441   - "L2BDMACLRN"
12442   traces:
12443     hoverinfo: "x+y"
12444     boxpoints: "outliers"
12445     whiskerwidth: 0
12446   layout:
12447     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12448     layout: "plot-throughput"
12449
12450 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12451 -
12452   type: "plot"
12453   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12454   algorithm: "plot_performance_box"
12455   output-file-type: ".html"
12456   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12457   data: "plot-vpp-throughput-latency-3n-skx"
12458   filter: "'NIC_Intel-X710' and
12459            '64B' and
12460            'NDRPDR' and
12461            'ETH' and
12462            'IP4FWD' and
12463            '2T1C' and
12464            'VHOST_1024' and
12465            not 'VXLAN' and
12466            not 'DOT1Q'"
12467   parameters:
12468   - "throughput"
12469   - "parent"
12470   - "tags"
12471   sort:
12472   - "not CFS_OPT"
12473   - "1VM"
12474   - "2VM"
12475   traces:
12476     hoverinfo: "x+y"
12477     boxpoints: "outliers"
12478     whiskerwidth: 0
12479   layout:
12480     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12481     layout: "plot-throughput"
12482
12483 -
12484   type: "plot"
12485   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12486   algorithm: "plot_performance_box"
12487   output-file-type: ".html"
12488   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12489   data: "plot-vpp-throughput-latency-3n-skx"
12490   filter: "'NIC_Intel-X710' and
12491            '64B' and
12492            'NDRPDR' and
12493            'ETH' and
12494            'IP4FWD' and
12495            '4T2C' and
12496            'VHOST_1024' and
12497            not 'VXLAN' and
12498            not 'DOT1Q'"
12499   parameters:
12500   - "throughput"
12501   - "parent"
12502   - "tags"
12503   sort:
12504   - "not CFS_OPT"
12505   - "1VM"
12506   - "2VM"
12507   traces:
12508     hoverinfo: "x+y"
12509     boxpoints: "outliers"
12510     whiskerwidth: 0
12511   layout:
12512     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12513     layout: "plot-throughput"
12514
12515 -
12516   type: "plot"
12517   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12518   algorithm: "plot_performance_box"
12519   output-file-type: ".html"
12520   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12521   data: "plot-vpp-throughput-latency-3n-skx"
12522   filter: "'NIC_Intel-X710' and
12523            '64B' and
12524            'NDRPDR' and
12525            'ETH' and
12526            'IP4FWD' and
12527            '2T1C' and
12528            'VHOST_1024' and
12529            not 'VXLAN' and
12530            not 'DOT1Q'"
12531   parameters:
12532   - "throughput"
12533   - "parent"
12534   - "tags"
12535   sort:
12536   - "not CFS_OPT"
12537   - "1VM"
12538   - "2VM"
12539   traces:
12540     hoverinfo: "x+y"
12541     boxpoints: "outliers"
12542     whiskerwidth: 0
12543   layout:
12544     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12545     layout: "plot-throughput"
12546
12547 -
12548   type: "plot"
12549   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12550   algorithm: "plot_performance_box"
12551   output-file-type: ".html"
12552   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12553   data: "plot-vpp-throughput-latency-3n-skx"
12554   filter: "'NIC_Intel-X710' and
12555            '64B' and
12556            'NDRPDR' and
12557            'ETH' and
12558            'IP4FWD' and
12559            '4T2C' and
12560            'VHOST_1024' and
12561            not 'VXLAN' and
12562            not 'DOT1Q'"
12563   parameters:
12564   - "throughput"
12565   - "parent"
12566   - "tags"
12567   sort:
12568   - "not CFS_OPT"
12569   - "1VM"
12570   - "2VM"
12571   traces:
12572     hoverinfo: "x+y"
12573     boxpoints: "outliers"
12574     whiskerwidth: 0
12575   layout:
12576     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12577     layout: "plot-throughput"
12578
12579 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12580 -
12581   type: "plot"
12582   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12583   algorithm: "plot_performance_box"
12584   output-file-type: ".html"
12585   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12586   data: "plot-vpp-throughput-latency-3n-skx"
12587   filter: "'NIC_Intel-X710' and
12588            '64B' and
12589            'NDRPDR' and
12590            'ETH' and
12591            '2T1C' and
12592            'L2BDMACLRN' and
12593            'VHOST_1024' and
12594            not 'VXLAN' and
12595            not 'IP4FWD' and
12596            not 'DOT1Q' and
12597            not '2VM'"
12598   parameters:
12599   - "throughput"
12600   - "parent"
12601   - "tags"
12602   sort:
12603   - "VM"  # "not CFS_OPT"
12604   - "CFS_OPT"
12605   - "FIB_10K"
12606   - "FIB_100K"
12607   - "FIB_1M"
12608   traces:
12609     hoverinfo: "x+y"
12610     boxpoints: "outliers"
12611     whiskerwidth: 0
12612   layout:
12613     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12614     layout: "plot-throughput"
12615
12616 -
12617   type: "plot"
12618   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12619   algorithm: "plot_performance_box"
12620   output-file-type: ".html"
12621   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12622   data: "plot-vpp-throughput-latency-3n-skx"
12623   filter: "'NIC_Intel-X710' and
12624            '64B' and
12625            'NDRPDR' and
12626            'ETH' and
12627            '4T2C' and
12628            'L2BDMACLRN' and
12629            'VHOST_1024' and
12630            not 'VXLAN' and
12631            not 'IP4FWD' and
12632            not 'DOT1Q' and
12633            not '2VM'"
12634   parameters:
12635   - "throughput"
12636   - "parent"
12637   - "tags"
12638   sort:
12639   - "VM"  # "not CFS_OPT"
12640   - "CFS_OPT"
12641   - "FIB_10K"
12642   - "FIB_100K"
12643   - "FIB_1M"
12644   traces:
12645     hoverinfo: "x+y"
12646     boxpoints: "outliers"
12647     whiskerwidth: 0
12648   layout:
12649     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12650     layout: "plot-throughput"
12651
12652 -
12653   type: "plot"
12654   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12655   algorithm: "plot_performance_box"
12656   output-file-type: ".html"
12657   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12658   data: "plot-vpp-throughput-latency-3n-skx"
12659   filter: "'NIC_Intel-X710' and
12660            '64B' and
12661            'NDRPDR' and
12662            'ETH' and
12663            '2T1C' and
12664            'L2BDMACLRN' and
12665            'VHOST_1024' and
12666            not 'VXLAN' and
12667            not 'IP4FWD' and
12668            not 'DOT1Q' and
12669            not '2VM'"
12670   parameters:
12671   - "throughput"
12672   - "parent"
12673   - "tags"
12674   sort:
12675   - "VM"  # "not CFS_OPT"
12676   - "CFS_OPT"
12677   - "FIB_10K"
12678   - "FIB_100K"
12679   - "FIB_1M"
12680   traces:
12681     hoverinfo: "x+y"
12682     boxpoints: "outliers"
12683     whiskerwidth: 0
12684   layout:
12685     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12686     layout: "plot-throughput"
12687
12688 -
12689   type: "plot"
12690   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12691   algorithm: "plot_performance_box"
12692   output-file-type: ".html"
12693   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12694   data: "plot-vpp-throughput-latency-3n-skx"
12695   filter: "'NIC_Intel-X710' and
12696            '64B' and
12697            'NDRPDR' and
12698            'ETH' and
12699            '4T2C' and
12700            'L2BDMACLRN' and
12701            'VHOST_1024' and
12702            not 'VXLAN' and
12703            not 'IP4FWD' and
12704            not 'DOT1Q' and
12705            not '2VM'"
12706   parameters:
12707   - "throughput"
12708   - "parent"
12709   - "tags"
12710   sort:
12711   - "VM"  # "not CFS_OPT"
12712   - "CFS_OPT"
12713   - "FIB_10K"
12714   - "FIB_100K"
12715   - "FIB_1M"
12716   traces:
12717     hoverinfo: "x+y"
12718     boxpoints: "outliers"
12719     whiskerwidth: 0
12720   layout:
12721     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12722     layout: "plot-throughput"
12723
12724 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12725 -
12726   type: "plot"
12727   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12728   algorithm: "plot_performance_box"
12729   output-file-type: ".html"
12730   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12731   data: "plot-vpp-throughput-latency-3n-skx"
12732   filter: "'NIC_Intel-X710' and
12733            '64B' and
12734            'NDRPDR' and
12735            'ETH' and
12736            'BASE' and
12737            '2T1C' and
12738            ('L2BDMACLRN' or 'L2XCFWD') and
12739            'VHOST_1024' and
12740            not 'VXLAN' and
12741            not 'IP4FWD' and
12742            not 'DOT1Q' and
12743            not '2VM'"
12744   parameters:
12745   - "throughput"
12746   - "parent"
12747   - "tags"
12748   sort:
12749   - "not CFS_OPT"
12750   - "L2XCFWD"
12751   - "not CFS_OPT"
12752   - "CFS_OPT"
12753   traces:
12754     hoverinfo: "x+y"
12755     boxpoints: "outliers"
12756     whiskerwidth: 0
12757   layout:
12758     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12759     layout: "plot-throughput"
12760
12761 -
12762   type: "plot"
12763   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12764   algorithm: "plot_performance_box"
12765   output-file-type: ".html"
12766   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12767   data: "plot-vpp-throughput-latency-3n-skx"
12768   filter: "'NIC_Intel-X710' and
12769            '64B' and
12770            'NDRPDR' and
12771            'ETH' and
12772            'BASE' and
12773            '2T1C' and
12774            ('L2BDMACLRN' or 'L2XCFWD') and
12775            'VHOST_1024' and
12776            not 'VXLAN' and
12777            not 'IP4FWD' and
12778            not 'DOT1Q' and
12779            not '2VM'"
12780   parameters:
12781   - "throughput"
12782   - "parent"
12783   - "tags"
12784   sort:
12785   - "not CFS_OPT"
12786   - "L2XCFWD"
12787   - "not CFS_OPT"
12788   - "CFS_OPT"
12789   traces:
12790     hoverinfo: "x+y"
12791     boxpoints: "outliers"
12792     whiskerwidth: 0
12793   layout:
12794     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12795     layout: "plot-throughput"
12796
12797 -
12798   type: "plot"
12799   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12800   algorithm: "plot_performance_box"
12801   output-file-type: ".html"
12802   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12803   data: "plot-vpp-throughput-latency-3n-skx"
12804   filter: "'NIC_Intel-X710' and
12805            '64B' and
12806            'NDRPDR' and
12807            'ETH' and
12808            'BASE' and
12809            '4T2C' and
12810            ('L2BDMACLRN' or 'L2XCFWD') and
12811            'VHOST_1024' and
12812            not 'VXLAN' and
12813            not 'IP4FWD' and
12814            not 'DOT1Q' and
12815            not '2VM'"
12816   parameters:
12817   - "throughput"
12818   - "parent"
12819   - "tags"
12820   sort:
12821   - "not CFS_OPT"
12822   - "L2XCFWD"
12823   - "not CFS_OPT"
12824   - "CFS_OPT"
12825   traces:
12826     hoverinfo: "x+y"
12827     boxpoints: "outliers"
12828     whiskerwidth: 0
12829   layout:
12830     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12831     layout: "plot-throughput"
12832
12833 -
12834   type: "plot"
12835   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12836   algorithm: "plot_performance_box"
12837   output-file-type: ".html"
12838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12839   data: "plot-vpp-throughput-latency-3n-skx"
12840   filter: "'NIC_Intel-X710' and
12841            '64B' and
12842            'NDRPDR' and
12843            'ETH' and
12844            'BASE' and
12845            '4T2C' and
12846            ('L2BDMACLRN' or 'L2XCFWD') and
12847            'VHOST_1024' and
12848            not 'VXLAN' and
12849            not 'IP4FWD' and
12850            not 'DOT1Q' and
12851            not '2VM'"
12852   parameters:
12853   - "throughput"
12854   - "parent"
12855   - "tags"
12856   sort:
12857   - "not CFS_OPT"
12858   - "L2XCFWD"
12859   - "not CFS_OPT"
12860   - "CFS_OPT"
12861   traces:
12862     hoverinfo: "x+y"
12863     boxpoints: "outliers"
12864     whiskerwidth: 0
12865   layout:
12866     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12867     layout: "plot-throughput"
12868
12869 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
12870 -
12871   type: "plot"
12872   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12873   algorithm: "plot_performance_box"
12874   output-file-type: ".html"
12875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12876   data: "plot-vpp-throughput-latency-3n-skx"
12877   filter: "'NIC_Intel-X710' and
12878            '64B' and
12879            'NDRPDR' and
12880            'ETH' and
12881            '2T1C' and
12882            ('L2BDMACLRN' or 'L2XCFWD') and
12883            'VHOST_1024' and
12884            not 'CFS_OPT' and
12885            not 'VXLAN' and
12886            not 'IP4FWD' and
12887            not 'DOT1Q'"
12888   parameters:
12889   - "throughput"
12890   - "parent"
12891   - "tags"
12892   sort:
12893   - "1VM"
12894   - "L2XCFWD"
12895   - "1VM"
12896   - "L2BDMACLRN"
12897   traces:
12898     hoverinfo: "x+y"
12899     boxpoints: "outliers"
12900     whiskerwidth: 0
12901   layout:
12902     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12903     layout: "plot-throughput"
12904
12905 -
12906   type: "plot"
12907   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12908   algorithm: "plot_performance_box"
12909   output-file-type: ".html"
12910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12911   data: "plot-vpp-throughput-latency-3n-skx"
12912   filter: "'NIC_Intel-X710' and
12913            '64B' and
12914            'NDRPDR' and
12915            'ETH' and
12916            '2T1C' and
12917            ('L2BDMACLRN' or 'L2XCFWD') and
12918            'VHOST_1024' and
12919            not 'CFS_OPT' and
12920            not 'VXLAN' and
12921            not 'IP4FWD' and
12922            not 'DOT1Q'"
12923   parameters:
12924   - "throughput"
12925   - "parent"
12926   - "tags"
12927   sort:
12928   - "1VM"
12929   - "L2XCFWD"
12930   - "1VM"
12931   - "L2BDMACLRN"
12932   traces:
12933     hoverinfo: "x+y"
12934     boxpoints: "outliers"
12935     whiskerwidth: 0
12936   layout:
12937     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12938     layout: "plot-throughput"
12939
12940 -
12941   type: "plot"
12942   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12943   algorithm: "plot_performance_box"
12944   output-file-type: ".html"
12945   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12946   data: "plot-vpp-throughput-latency-3n-skx"
12947   filter: "'NIC_Intel-X710' and
12948            '64B' and
12949            'NDRPDR' and
12950            'ETH' and
12951            '4T2C' and
12952            ('L2BDMACLRN' or 'L2XCFWD') and
12953            'VHOST_1024' and
12954            not 'CFS_OPT' and
12955            not 'VXLAN' and
12956            not 'IP4FWD' and
12957            not 'DOT1Q'"
12958   parameters:
12959   - "throughput"
12960   - "parent"
12961   - "tags"
12962   sort:
12963   - "1VM"
12964   - "L2XCFWD"
12965   - "1VM"
12966   - "L2BDMACLRN"
12967   traces:
12968     hoverinfo: "x+y"
12969     boxpoints: "outliers"
12970     whiskerwidth: 0
12971   layout:
12972     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12973     layout: "plot-throughput"
12974
12975 -
12976   type: "plot"
12977   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
12978   algorithm: "plot_performance_box"
12979   output-file-type: ".html"
12980   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
12981   data: "plot-vpp-throughput-latency-3n-skx"
12982   filter: "'NIC_Intel-X710' and
12983            '64B' and
12984            'NDRPDR' and
12985            'ETH' and
12986            '4T2C' and
12987            ('L2BDMACLRN' or 'L2XCFWD') and
12988            'VHOST_1024' and
12989            not 'CFS_OPT' and
12990            not 'VXLAN' and
12991            not 'IP4FWD' and
12992            not 'DOT1Q'"
12993   parameters:
12994   - "throughput"
12995   - "parent"
12996   - "tags"
12997   sort:
12998   - "1VM"
12999   - "L2XCFWD"
13000   - "1VM"
13001   - "L2BDMACLRN"
13002   traces:
13003     hoverinfo: "x+y"
13004     boxpoints: "outliers"
13005     whiskerwidth: 0
13006   layout:
13007     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13008     layout: "plot-throughput"
13009
13010 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13011 -
13012   type: "plot"
13013   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13014   algorithm: "plot_performance_box"
13015   output-file-type: ".html"
13016   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13017   data: "plot-vpp-throughput-latency-2n-skx"
13018   filter: "'NIC_Intel-X710' and
13019            '64B' and
13020            'NDRPDR' and
13021            'ETH' and
13022            'IP4FWD' and
13023            '2T1C' and
13024            'VHOST_1024' and
13025            not 'VXLAN' and
13026            not 'DOT1Q'"
13027   parameters:
13028   - "throughput"
13029   - "parent"
13030   - "tags"
13031   sort:
13032   - "not CFS_OPT"
13033   - "1VM"
13034   - "2VM"
13035   traces:
13036     hoverinfo: "x+y"
13037     boxpoints: "outliers"
13038     whiskerwidth: 0
13039   layout:
13040     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13041     layout: "plot-throughput"
13042
13043 -
13044   type: "plot"
13045   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13046   algorithm: "plot_performance_box"
13047   output-file-type: ".html"
13048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13049   data: "plot-vpp-throughput-latency-2n-skx"
13050   filter: "'NIC_Intel-X710' and
13051            '64B' and
13052            'NDRPDR' and
13053            'ETH' and
13054            'IP4FWD' and
13055            '4T2C' and
13056            'VHOST_1024' and
13057            not 'VXLAN' and
13058            not 'DOT1Q'"
13059   parameters:
13060   - "throughput"
13061   - "parent"
13062   - "tags"
13063   sort:
13064   - "not CFS_OPT"
13065   - "1VM"
13066   - "2VM"
13067   traces:
13068     hoverinfo: "x+y"
13069     boxpoints: "outliers"
13070     whiskerwidth: 0
13071   layout:
13072     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13073     layout: "plot-throughput"
13074
13075 -
13076   type: "plot"
13077   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13078   algorithm: "plot_performance_box"
13079   output-file-type: ".html"
13080   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13081   data: "plot-vpp-throughput-latency-2n-skx"
13082   filter: "'NIC_Intel-X710' and
13083            '64B' and
13084            'NDRPDR' and
13085            'ETH' and
13086            'IP4FWD' and
13087            '2T1C' and
13088            'VHOST_1024' and
13089            not 'VXLAN' and
13090            not 'DOT1Q'"
13091   parameters:
13092   - "throughput"
13093   - "parent"
13094   - "tags"
13095   sort:
13096   - "not CFS_OPT"
13097   - "1VM"
13098   - "2VM"
13099   traces:
13100     hoverinfo: "x+y"
13101     boxpoints: "outliers"
13102     whiskerwidth: 0
13103   layout:
13104     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13105     layout: "plot-throughput"
13106
13107 -
13108   type: "plot"
13109   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13110   algorithm: "plot_performance_box"
13111   output-file-type: ".html"
13112   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13113   data: "plot-vpp-throughput-latency-2n-skx"
13114   filter: "'NIC_Intel-X710' and
13115            '64B' and
13116            'NDRPDR' and
13117            'ETH' and
13118            'IP4FWD' and
13119            '4T2C' and
13120            'VHOST_1024' and
13121            not 'VXLAN' and
13122            not 'DOT1Q'"
13123   parameters:
13124   - "throughput"
13125   - "parent"
13126   - "tags"
13127   sort:
13128   - "not CFS_OPT"
13129   - "1VM"
13130   - "2VM"
13131   traces:
13132     hoverinfo: "x+y"
13133     boxpoints: "outliers"
13134     whiskerwidth: 0
13135   layout:
13136     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13137     layout: "plot-throughput"
13138
13139 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13140 -
13141   type: "plot"
13142   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13143   algorithm: "plot_performance_box"
13144   output-file-type: ".html"
13145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13146   data: "plot-vpp-throughput-latency-2n-skx"
13147   filter: "'NIC_Intel-X710' and
13148            '64B' and
13149            'NDRPDR' and
13150            'ETH' and
13151            '2T1C' and
13152            'L2BDMACLRN' and
13153            'VHOST_1024' and
13154            not 'VXLAN' and
13155            not 'IP4FWD' and
13156            not 'DOT1Q' and
13157            not '2VM'"
13158   parameters:
13159   - "throughput"
13160   - "parent"
13161   - "tags"
13162   sort:
13163   - "VM"  # "not CFS_OPT"
13164   - "CFS_OPT"
13165   - "FIB_10K"
13166   - "FIB_100K"
13167   - "FIB_1M"
13168   traces:
13169     hoverinfo: "x+y"
13170     boxpoints: "outliers"
13171     whiskerwidth: 0
13172   layout:
13173     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13174     layout: "plot-throughput"
13175
13176 -
13177   type: "plot"
13178   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13179   algorithm: "plot_performance_box"
13180   output-file-type: ".html"
13181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13182   data: "plot-vpp-throughput-latency-2n-skx"
13183   filter: "'NIC_Intel-X710' and
13184            '64B' and
13185            'NDRPDR' and
13186            'ETH' and
13187            '4T2C' and
13188            'L2BDMACLRN' and
13189            'VHOST_1024' and
13190            not 'VXLAN' and
13191            not 'IP4FWD' and
13192            not 'DOT1Q' and
13193            not '2VM'"
13194   parameters:
13195   - "throughput"
13196   - "parent"
13197   - "tags"
13198   sort:
13199   - "VM"  # "not CFS_OPT"
13200   - "CFS_OPT"
13201   - "FIB_10K"
13202   - "FIB_100K"
13203   - "FIB_1M"
13204   traces:
13205     hoverinfo: "x+y"
13206     boxpoints: "outliers"
13207     whiskerwidth: 0
13208   layout:
13209     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13210     layout: "plot-throughput"
13211
13212 -
13213   type: "plot"
13214   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13215   algorithm: "plot_performance_box"
13216   output-file-type: ".html"
13217   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13218   data: "plot-vpp-throughput-latency-2n-skx"
13219   filter: "'NIC_Intel-X710' and
13220            '64B' and
13221            'NDRPDR' and
13222            'ETH' and
13223            '2T1C' and
13224            'L2BDMACLRN' and
13225            'VHOST_1024' and
13226            not 'VXLAN' and
13227            not 'IP4FWD' and
13228            not 'DOT1Q' and
13229            not '2VM'"
13230   parameters:
13231   - "throughput"
13232   - "parent"
13233   - "tags"
13234   sort:
13235   - "VM"  # "not CFS_OPT"
13236   - "CFS_OPT"
13237   - "FIB_10K"
13238   - "FIB_100K"
13239   - "FIB_1M"
13240   traces:
13241     hoverinfo: "x+y"
13242     boxpoints: "outliers"
13243     whiskerwidth: 0
13244   layout:
13245     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13246     layout: "plot-throughput"
13247
13248 -
13249   type: "plot"
13250   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13251   algorithm: "plot_performance_box"
13252   output-file-type: ".html"
13253   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13254   data: "plot-vpp-throughput-latency-2n-skx"
13255   filter: "'NIC_Intel-X710' and
13256            '64B' and
13257            'NDRPDR' and
13258            'ETH' and
13259            '4T2C' and
13260            'L2BDMACLRN' and
13261            'VHOST_1024' and
13262            not 'VXLAN' and
13263            not 'IP4FWD' and
13264            not 'DOT1Q' and
13265            not '2VM'"
13266   parameters:
13267   - "throughput"
13268   - "parent"
13269   - "tags"
13270   sort:
13271   - "VM"  # "not CFS_OPT"
13272   - "CFS_OPT"
13273   - "FIB_10K"
13274   - "FIB_100K"
13275   - "FIB_1M"
13276   traces:
13277     hoverinfo: "x+y"
13278     boxpoints: "outliers"
13279     whiskerwidth: 0
13280   layout:
13281     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13282     layout: "plot-throughput"
13283
13284 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13285 -
13286   type: "plot"
13287   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13288   algorithm: "plot_performance_box"
13289   output-file-type: ".html"
13290   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13291   data: "plot-vpp-throughput-latency-2n-skx"
13292   filter: "'NIC_Intel-X710' and
13293            '64B' and
13294            'NDRPDR' and
13295            'ETH' and
13296            'BASE' and
13297            '2T1C' and
13298            ('L2BDMACLRN' or 'L2XCFWD') and
13299            'VHOST_1024' and
13300            not 'VXLAN' and
13301            not 'IP4FWD' and
13302            not 'DOT1Q' and
13303            not '2VM'"
13304   parameters:
13305   - "throughput"
13306   - "parent"
13307   - "tags"
13308   sort:
13309   - "not CFS_OPT"
13310   - "L2XCFWD"
13311   - "not CFS_OPT"
13312   - "CFS_OPT"
13313   traces:
13314     hoverinfo: "x+y"
13315     boxpoints: "outliers"
13316     whiskerwidth: 0
13317   layout:
13318     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13319     layout: "plot-throughput"
13320
13321 -
13322   type: "plot"
13323   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13324   algorithm: "plot_performance_box"
13325   output-file-type: ".html"
13326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13327   data: "plot-vpp-throughput-latency-2n-skx"
13328   filter: "'NIC_Intel-X710' and
13329            '64B' and
13330            'NDRPDR' and
13331            'ETH' and
13332            'BASE' and
13333            '2T1C' and
13334            ('L2BDMACLRN' or 'L2XCFWD') and
13335            'VHOST_1024' and
13336            not 'VXLAN' and
13337            not 'IP4FWD' and
13338            not 'DOT1Q' and
13339            not '2VM'"
13340   parameters:
13341   - "throughput"
13342   - "parent"
13343   - "tags"
13344   sort:
13345   - "not CFS_OPT"
13346   - "L2XCFWD"
13347   - "not CFS_OPT"
13348   - "CFS_OPT"
13349   traces:
13350     hoverinfo: "x+y"
13351     boxpoints: "outliers"
13352     whiskerwidth: 0
13353   layout:
13354     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13355     layout: "plot-throughput"
13356
13357 -
13358   type: "plot"
13359   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13360   algorithm: "plot_performance_box"
13361   output-file-type: ".html"
13362   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13363   data: "plot-vpp-throughput-latency-2n-skx"
13364   filter: "'NIC_Intel-X710' and
13365            '64B' and
13366            'NDRPDR' and
13367            'ETH' and
13368            'BASE' and
13369            '4T2C' and
13370            ('L2BDMACLRN' or 'L2XCFWD') and
13371            'VHOST_1024' and
13372            not 'VXLAN' and
13373            not 'IP4FWD' and
13374            not 'DOT1Q' and
13375            not '2VM'"
13376   parameters:
13377   - "throughput"
13378   - "parent"
13379   - "tags"
13380   sort:
13381   - "not CFS_OPT"
13382   - "L2XCFWD"
13383   - "not CFS_OPT"
13384   - "CFS_OPT"
13385   traces:
13386     hoverinfo: "x+y"
13387     boxpoints: "outliers"
13388     whiskerwidth: 0
13389   layout:
13390     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13391     layout: "plot-throughput"
13392
13393 -
13394   type: "plot"
13395   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13396   algorithm: "plot_performance_box"
13397   output-file-type: ".html"
13398   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13399   data: "plot-vpp-throughput-latency-2n-skx"
13400   filter: "'NIC_Intel-X710' and
13401            '64B' and
13402            'NDRPDR' and
13403            'ETH' and
13404            'BASE' and
13405            '4T2C' and
13406            ('L2BDMACLRN' or 'L2XCFWD') and
13407            'VHOST_1024' and
13408            not 'VXLAN' and
13409            not 'IP4FWD' and
13410            not 'DOT1Q' and
13411            not '2VM'"
13412   parameters:
13413   - "throughput"
13414   - "parent"
13415   - "tags"
13416   sort:
13417   - "not CFS_OPT"
13418   - "L2XCFWD"
13419   - "not CFS_OPT"
13420   - "CFS_OPT"
13421   traces:
13422     hoverinfo: "x+y"
13423     boxpoints: "outliers"
13424     whiskerwidth: 0
13425   layout:
13426     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13427     layout: "plot-throughput"
13428
13429 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13430 -
13431   type: "plot"
13432   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13433   algorithm: "plot_performance_box"
13434   output-file-type: ".html"
13435   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13436   data: "plot-vpp-throughput-latency-2n-skx"
13437   filter: "'NIC_Intel-X710' and
13438            '64B' and
13439            'NDRPDR' and
13440            'ETH' and
13441            '2T1C' and
13442            ('L2BDMACLRN' or 'L2XCFWD') and
13443            'VHOST_1024' and
13444            not 'CFS_OPT' and
13445            not 'VXLAN' and
13446            not 'IP4FWD' and
13447            not 'DOT1Q'"
13448   parameters:
13449   - "throughput"
13450   - "parent"
13451   - "tags"
13452   sort:
13453   - "1VM"
13454   - "L2XCFWD"
13455   - "1VM"
13456   - "L2BDMACLRN"
13457   traces:
13458     hoverinfo: "x+y"
13459     boxpoints: "outliers"
13460     whiskerwidth: 0
13461   layout:
13462     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13463     layout: "plot-throughput"
13464
13465 -
13466   type: "plot"
13467   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13468   algorithm: "plot_performance_box"
13469   output-file-type: ".html"
13470   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13471   data: "plot-vpp-throughput-latency-2n-skx"
13472   filter: "'NIC_Intel-X710' and
13473            '64B' and
13474            'NDRPDR' and
13475            'ETH' and
13476            '2T1C' and
13477            ('L2BDMACLRN' or 'L2XCFWD') and
13478            'VHOST_1024' and
13479            not 'CFS_OPT' and
13480            not 'VXLAN' and
13481            not 'IP4FWD' and
13482            not 'DOT1Q'"
13483   parameters:
13484   - "throughput"
13485   - "parent"
13486   - "tags"
13487   sort:
13488   - "1VM"
13489   - "L2XCFWD"
13490   - "1VM"
13491   - "L2BDMACLRN"
13492   traces:
13493     hoverinfo: "x+y"
13494     boxpoints: "outliers"
13495     whiskerwidth: 0
13496   layout:
13497     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13498     layout: "plot-throughput"
13499
13500 -
13501   type: "plot"
13502   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13503   algorithm: "plot_performance_box"
13504   output-file-type: ".html"
13505   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13506   data: "plot-vpp-throughput-latency-2n-skx"
13507   filter: "'NIC_Intel-X710' and
13508            '64B' and
13509            'NDRPDR' and
13510            'ETH' and
13511            '4T2C' and
13512            ('L2BDMACLRN' or 'L2XCFWD') and
13513            'VHOST_1024' and
13514            not 'CFS_OPT' and
13515            not 'VXLAN' and
13516            not 'IP4FWD' and
13517            not 'DOT1Q'"
13518   parameters:
13519   - "throughput"
13520   - "parent"
13521   - "tags"
13522   sort:
13523   - "1VM"
13524   - "L2XCFWD"
13525   - "1VM"
13526   - "L2BDMACLRN"
13527   traces:
13528     hoverinfo: "x+y"
13529     boxpoints: "outliers"
13530     whiskerwidth: 0
13531   layout:
13532     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13533     layout: "plot-throughput"
13534
13535 -
13536   type: "plot"
13537   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13538   algorithm: "plot_performance_box"
13539   output-file-type: ".html"
13540   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13541   data: "plot-vpp-throughput-latency-2n-skx"
13542   filter: "'NIC_Intel-X710' and
13543            '64B' and
13544            'NDRPDR' and
13545            'ETH' and
13546            '4T2C' and
13547            ('L2BDMACLRN' or 'L2XCFWD') and
13548            'VHOST_1024' and
13549            not 'CFS_OPT' and
13550            not 'VXLAN' and
13551            not 'IP4FWD' and
13552            not 'DOT1Q'"
13553   parameters:
13554   - "throughput"
13555   - "parent"
13556   - "tags"
13557   sort:
13558   - "1VM"
13559   - "L2XCFWD"
13560   - "1VM"
13561   - "L2BDMACLRN"
13562   traces:
13563     hoverinfo: "x+y"
13564     boxpoints: "outliers"
13565     whiskerwidth: 0
13566   layout:
13567     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13568     layout: "plot-throughput"
13569
13570 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13571 -
13572   type: "plot"
13573   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13574   algorithm: "plot_performance_box"
13575   output-file-type: ".html"
13576   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13577   data: "plot-vpp-throughput-latency-2n-skx"
13578   filter: "'NIC_Intel-XXV710' and
13579            '64B' and
13580            'NDRPDR' and
13581            'ETH' and
13582            'IP4FWD' and
13583            '2T1C' and
13584            'VHOST_1024' and
13585            not 'VXLAN' and
13586            not 'DOT1Q'"
13587   parameters:
13588   - "throughput"
13589   - "parent"
13590   - "tags"
13591   sort:
13592   - "not CFS_OPT"
13593   - "1VM"
13594   - "2VM"
13595   traces:
13596     hoverinfo: "x+y"
13597     boxpoints: "outliers"
13598     whiskerwidth: 0
13599   layout:
13600     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13601     layout: "plot-throughput"
13602
13603 -
13604   type: "plot"
13605   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13606   algorithm: "plot_performance_box"
13607   output-file-type: ".html"
13608   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13609   data: "plot-vpp-throughput-latency-2n-skx"
13610   filter: "'NIC_Intel-XXV710' and
13611            '64B' and
13612            'NDRPDR' and
13613            'ETH' and
13614            'IP4FWD' and
13615            '4T2C' and
13616            'VHOST_1024' and
13617            not 'VXLAN' and
13618            not 'DOT1Q'"
13619   parameters:
13620   - "throughput"
13621   - "parent"
13622   - "tags"
13623   sort:
13624   - "not CFS_OPT"
13625   - "1VM"
13626   - "2VM"
13627   traces:
13628     hoverinfo: "x+y"
13629     boxpoints: "outliers"
13630     whiskerwidth: 0
13631   layout:
13632     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13633     layout: "plot-throughput"
13634
13635 -
13636   type: "plot"
13637   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13638   algorithm: "plot_performance_box"
13639   output-file-type: ".html"
13640   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13641   data: "plot-vpp-throughput-latency-2n-skx"
13642   filter: "'NIC_Intel-XXV710' and
13643            '64B' and
13644            'NDRPDR' and
13645            'ETH' and
13646            'IP4FWD' and
13647            '2T1C' and
13648            'VHOST_1024' and
13649            not 'VXLAN' and
13650            not 'DOT1Q'"
13651   parameters:
13652   - "throughput"
13653   - "parent"
13654   - "tags"
13655   sort:
13656   - "not CFS_OPT"
13657   - "1VM"
13658   - "2VM"
13659   traces:
13660     hoverinfo: "x+y"
13661     boxpoints: "outliers"
13662     whiskerwidth: 0
13663   layout:
13664     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13665     layout: "plot-throughput"
13666
13667 -
13668   type: "plot"
13669   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13670   algorithm: "plot_performance_box"
13671   output-file-type: ".html"
13672   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13673   data: "plot-vpp-throughput-latency-2n-skx"
13674   filter: "'NIC_Intel-XXV710' and
13675            '64B' and
13676            'NDRPDR' and
13677            'ETH' and
13678            'IP4FWD' and
13679            '4T2C' and
13680            'VHOST_1024' and
13681            not 'VXLAN' and
13682            not 'DOT1Q'"
13683   parameters:
13684   - "throughput"
13685   - "parent"
13686   - "tags"
13687   sort:
13688   - "not CFS_OPT"
13689   - "1VM"
13690   - "2VM"
13691   traces:
13692     hoverinfo: "x+y"
13693     boxpoints: "outliers"
13694     whiskerwidth: 0
13695   layout:
13696     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13697     layout: "plot-throughput"
13698
13699 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13700 -
13701   type: "plot"
13702   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13703   algorithm: "plot_performance_box"
13704   output-file-type: ".html"
13705   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13706   data: "plot-vpp-throughput-latency-2n-skx"
13707   filter: "'NIC_Intel-XXV710' and
13708            '64B' and
13709            'NDRPDR' and
13710            'ETH' and
13711            '2T1C' and
13712            'L2BDMACLRN' and
13713            'VHOST_1024' and
13714            not 'VXLAN' and
13715            not 'IP4FWD' and
13716            not 'DOT1Q' and
13717            not '2VM'"
13718   parameters:
13719   - "throughput"
13720   - "parent"
13721   - "tags"
13722   sort:
13723   - "VM"  # "not CFS_OPT"
13724   - "CFS_OPT"
13725   - "FIB_10K"
13726   - "FIB_100K"
13727   - "FIB_1M"
13728   traces:
13729     hoverinfo: "x+y"
13730     boxpoints: "outliers"
13731     whiskerwidth: 0
13732   layout:
13733     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13734     layout: "plot-throughput"
13735
13736 -
13737   type: "plot"
13738   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13739   algorithm: "plot_performance_box"
13740   output-file-type: ".html"
13741   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13742   data: "plot-vpp-throughput-latency-2n-skx"
13743   filter: "'NIC_Intel-XXV710' and
13744            '64B' and
13745            'NDRPDR' and
13746            'ETH' and
13747            '4T2C' and
13748            'L2BDMACLRN' and
13749            'VHOST_1024' and
13750            not 'VXLAN' and
13751            not 'IP4FWD' and
13752            not 'DOT1Q' and
13753            not '2VM'"
13754   parameters:
13755   - "throughput"
13756   - "parent"
13757   - "tags"
13758   sort:
13759   - "VM"  # "not CFS_OPT"
13760   - "CFS_OPT"
13761   - "FIB_10K"
13762   - "FIB_100K"
13763   - "FIB_1M"
13764   traces:
13765     hoverinfo: "x+y"
13766     boxpoints: "outliers"
13767     whiskerwidth: 0
13768   layout:
13769     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13770     layout: "plot-throughput"
13771
13772 -
13773   type: "plot"
13774   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13775   algorithm: "plot_performance_box"
13776   output-file-type: ".html"
13777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13778   data: "plot-vpp-throughput-latency-2n-skx"
13779   filter: "'NIC_Intel-XXV710' and
13780            '64B' and
13781            'NDRPDR' and
13782            'ETH' and
13783            '2T1C' and
13784            'L2BDMACLRN' and
13785            'VHOST_1024' and
13786            not 'VXLAN' and
13787            not 'IP4FWD' and
13788            not 'DOT1Q' and
13789            not '2VM'"
13790   parameters:
13791   - "throughput"
13792   - "parent"
13793   - "tags"
13794   sort:
13795   - "VM"  # "not CFS_OPT"
13796   - "CFS_OPT"
13797   - "FIB_10K"
13798   - "FIB_100K"
13799   - "FIB_1M"
13800   traces:
13801     hoverinfo: "x+y"
13802     boxpoints: "outliers"
13803     whiskerwidth: 0
13804   layout:
13805     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13806     layout: "plot-throughput"
13807
13808 -
13809   type: "plot"
13810   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13811   algorithm: "plot_performance_box"
13812   output-file-type: ".html"
13813   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13814   data: "plot-vpp-throughput-latency-2n-skx"
13815   filter: "'NIC_Intel-XXV710' and
13816            '64B' and
13817            'NDRPDR' and
13818            'ETH' and
13819            '4T2C' and
13820            'L2BDMACLRN' and
13821            'VHOST_1024' and
13822            not 'VXLAN' and
13823            not 'IP4FWD' and
13824            not 'DOT1Q' and
13825            not '2VM'"
13826   parameters:
13827   - "throughput"
13828   - "parent"
13829   - "tags"
13830   sort:
13831   - "VM"  # "not CFS_OPT"
13832   - "CFS_OPT"
13833   - "FIB_10K"
13834   - "FIB_100K"
13835   - "FIB_1M"
13836   traces:
13837     hoverinfo: "x+y"
13838     boxpoints: "outliers"
13839     whiskerwidth: 0
13840   layout:
13841     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13842     layout: "plot-throughput"
13843
13844 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
13845 -
13846   type: "plot"
13847   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13848   algorithm: "plot_performance_box"
13849   output-file-type: ".html"
13850   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13851   data: "plot-vpp-throughput-latency-2n-skx"
13852   filter: "'NIC_Intel-XXV710' and
13853            '64B' and
13854            'NDRPDR' and
13855            'ETH' and
13856            'BASE' and
13857            '2T1C' and
13858            ('L2BDMACLRN' or 'L2XCFWD') and
13859            'VHOST_1024' and
13860            not 'VXLAN' and
13861            not 'IP4FWD' and
13862            not 'DOT1Q' and
13863            not '2VM'"
13864   parameters:
13865   - "throughput"
13866   - "parent"
13867   - "tags"
13868   sort:
13869   - "not CFS_OPT"
13870   - "L2XCFWD"
13871   - "not CFS_OPT"
13872   - "CFS_OPT"
13873   traces:
13874     hoverinfo: "x+y"
13875     boxpoints: "outliers"
13876     whiskerwidth: 0
13877   layout:
13878     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13879     layout: "plot-throughput"
13880
13881 -
13882   type: "plot"
13883   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13884   algorithm: "plot_performance_box"
13885   output-file-type: ".html"
13886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13887   data: "plot-vpp-throughput-latency-2n-skx"
13888   filter: "'NIC_Intel-XXV710' and
13889            '64B' and
13890            'NDRPDR' and
13891            'ETH' and
13892            'BASE' and
13893            '2T1C' and
13894            ('L2BDMACLRN' or 'L2XCFWD') and
13895            'VHOST_1024' and
13896            not 'VXLAN' and
13897            not 'IP4FWD' and
13898            not 'DOT1Q' and
13899            not '2VM'"
13900   parameters:
13901   - "throughput"
13902   - "parent"
13903   - "tags"
13904   sort:
13905   - "not CFS_OPT"
13906   - "L2XCFWD"
13907   - "not CFS_OPT"
13908   - "CFS_OPT"
13909   traces:
13910     hoverinfo: "x+y"
13911     boxpoints: "outliers"
13912     whiskerwidth: 0
13913   layout:
13914     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13915     layout: "plot-throughput"
13916
13917 -
13918   type: "plot"
13919   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13920   algorithm: "plot_performance_box"
13921   output-file-type: ".html"
13922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13923   data: "plot-vpp-throughput-latency-2n-skx"
13924   filter: "'NIC_Intel-XXV710' and
13925            '64B' and
13926            'NDRPDR' and
13927            'ETH' and
13928            'BASE' and
13929            '4T2C' and
13930            ('L2BDMACLRN' or 'L2XCFWD') and
13931            'VHOST_1024' and
13932            not 'VXLAN' and
13933            not 'IP4FWD' and
13934            not 'DOT1Q' and
13935            not '2VM'"
13936   parameters:
13937   - "throughput"
13938   - "parent"
13939   - "tags"
13940   sort:
13941   - "not CFS_OPT"
13942   - "L2XCFWD"
13943   - "not CFS_OPT"
13944   - "CFS_OPT"
13945   traces:
13946     hoverinfo: "x+y"
13947     boxpoints: "outliers"
13948     whiskerwidth: 0
13949   layout:
13950     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13951     layout: "plot-throughput"
13952
13953 -
13954   type: "plot"
13955   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13956   algorithm: "plot_performance_box"
13957   output-file-type: ".html"
13958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13959   data: "plot-vpp-throughput-latency-2n-skx"
13960   filter: "'NIC_Intel-XXV710' and
13961            '64B' and
13962            'NDRPDR' and
13963            'ETH' and
13964            'BASE' and
13965            '4T2C' and
13966            ('L2BDMACLRN' or 'L2XCFWD') and
13967            'VHOST_1024' and
13968            not 'VXLAN' and
13969            not 'IP4FWD' and
13970            not 'DOT1Q' and
13971            not '2VM'"
13972   parameters:
13973   - "throughput"
13974   - "parent"
13975   - "tags"
13976   sort:
13977   - "not CFS_OPT"
13978   - "L2XCFWD"
13979   - "not CFS_OPT"
13980   - "CFS_OPT"
13981   traces:
13982     hoverinfo: "x+y"
13983     boxpoints: "outliers"
13984     whiskerwidth: 0
13985   layout:
13986     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13987     layout: "plot-throughput"
13988
13989 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
13990 -
13991   type: "plot"
13992   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
13993   algorithm: "plot_performance_box"
13994   output-file-type: ".html"
13995   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
13996   data: "plot-vpp-throughput-latency-2n-skx"
13997   filter: "'NIC_Intel-XXV710' and
13998            '64B' and
13999            'NDRPDR' and
14000            'ETH' and
14001            '2T1C' and
14002            ('L2BDMACLRN' or 'L2XCFWD') and
14003            'VHOST_1024' and
14004            not 'CFS_OPT' and
14005            not 'VXLAN' and
14006            not 'IP4FWD' and
14007            not 'DOT1Q'"
14008   parameters:
14009   - "throughput"
14010   - "parent"
14011   - "tags"
14012   sort:
14013   - "1VM"
14014   - "L2XCFWD"
14015   - "1VM"
14016   - "L2BDMACLRN"
14017   traces:
14018     hoverinfo: "x+y"
14019     boxpoints: "outliers"
14020     whiskerwidth: 0
14021   layout:
14022     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14023     layout: "plot-throughput"
14024
14025 -
14026   type: "plot"
14027   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14028   algorithm: "plot_performance_box"
14029   output-file-type: ".html"
14030   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14031   data: "plot-vpp-throughput-latency-2n-skx"
14032   filter: "'NIC_Intel-XXV710' and
14033            '64B' and
14034            'NDRPDR' and
14035            'ETH' and
14036            '2T1C' and
14037            ('L2BDMACLRN' or 'L2XCFWD') and
14038            'VHOST_1024' and
14039            not 'CFS_OPT' and
14040            not 'VXLAN' and
14041            not 'IP4FWD' and
14042            not 'DOT1Q'"
14043   parameters:
14044   - "throughput"
14045   - "parent"
14046   - "tags"
14047   sort:
14048   - "1VM"
14049   - "L2XCFWD"
14050   - "1VM"
14051   - "L2BDMACLRN"
14052   traces:
14053     hoverinfo: "x+y"
14054     boxpoints: "outliers"
14055     whiskerwidth: 0
14056   layout:
14057     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14058     layout: "plot-throughput"
14059
14060 -
14061   type: "plot"
14062   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14063   algorithm: "plot_performance_box"
14064   output-file-type: ".html"
14065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14066   data: "plot-vpp-throughput-latency-2n-skx"
14067   filter: "'NIC_Intel-XXV710' and
14068            '64B' and
14069            'NDRPDR' and
14070            'ETH' and
14071            '4T2C' and
14072            ('L2BDMACLRN' or 'L2XCFWD') and
14073            'VHOST_1024' and
14074            not 'CFS_OPT' and
14075            not 'VXLAN' and
14076            not 'IP4FWD' and
14077            not 'DOT1Q'"
14078   parameters:
14079   - "throughput"
14080   - "parent"
14081   - "tags"
14082   sort:
14083   - "1VM"
14084   - "L2XCFWD"
14085   - "1VM"
14086   - "L2BDMACLRN"
14087   traces:
14088     hoverinfo: "x+y"
14089     boxpoints: "outliers"
14090     whiskerwidth: 0
14091   layout:
14092     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14093     layout: "plot-throughput"
14094
14095 -
14096   type: "plot"
14097   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14098   algorithm: "plot_performance_box"
14099   output-file-type: ".html"
14100   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14101   data: "plot-vpp-throughput-latency-2n-skx"
14102   filter: "'NIC_Intel-XXV710' and
14103            '64B' and
14104            'NDRPDR' and
14105            'ETH' and
14106            '4T2C' and
14107            ('L2BDMACLRN' or 'L2XCFWD') and
14108            'VHOST_1024' and
14109            not 'CFS_OPT' and
14110            not 'VXLAN' and
14111            not 'IP4FWD' and
14112            not 'DOT1Q'"
14113   parameters:
14114   - "throughput"
14115   - "parent"
14116   - "tags"
14117   sort:
14118   - "1VM"
14119   - "L2XCFWD"
14120   - "1VM"
14121   - "L2BDMACLRN"
14122   traces:
14123     hoverinfo: "x+y"
14124     boxpoints: "outliers"
14125     whiskerwidth: 0
14126   layout:
14127     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14128     layout: "plot-throughput"
14129
14130 ################################################################################
14131
14132 # Packet Throughput - VPP VTS 3n-hsw-x520
14133 -
14134   type: "plot"
14135   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14136   algorithm: "plot_performance_box"
14137   output-file-type: ".html"
14138   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14139   data: "plot-vpp-throughput-latency-3n-hsw"
14140   filter: "'NIC_Intel-X520-DA2' and
14141            '114B' and
14142            'NDRPDR' and
14143            '1T1C' and
14144            'VTS'"
14145   parameters:
14146   - "throughput"
14147   - "parent"
14148   - "tags"
14149   traces:
14150     hoverinfo: "x+y"
14151     boxpoints: "outliers"
14152     whiskerwidth: 0
14153   layout:
14154     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14155     layout: "plot-throughput"
14156
14157 -
14158   type: "plot"
14159   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14160   algorithm: "plot_performance_box"
14161   output-file-type: ".html"
14162   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14163   data: "plot-vpp-throughput-latency-3n-hsw"
14164   filter: "'NIC_Intel-X520-DA2' and
14165            '114B' and
14166            'NDRPDR' and
14167            '2T2C' and
14168            'VTS'"
14169   parameters:
14170   - "throughput"
14171   - "parent"
14172   - "tags"
14173   traces:
14174     hoverinfo: "x+y"
14175     boxpoints: "outliers"
14176     whiskerwidth: 0
14177   layout:
14178     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14179     layout: "plot-throughput"
14180
14181 -
14182   type: "plot"
14183   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14184   algorithm: "plot_performance_box"
14185   output-file-type: ".html"
14186   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14187   data: "plot-vpp-throughput-latency-3n-hsw"
14188   filter: "'NIC_Intel-X520-DA2' and
14189            '114B' and
14190            'NDRPDR' and
14191            '1T1C' and
14192            'VTS'"
14193   parameters:
14194   - "throughput"
14195   - "parent"
14196   - "tags"
14197   traces:
14198     hoverinfo: "x+y"
14199     boxpoints: "outliers"
14200     whiskerwidth: 0
14201   layout:
14202     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14203     layout: "plot-throughput"
14204
14205 -
14206   type: "plot"
14207   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14208   algorithm: "plot_performance_box"
14209   output-file-type: ".html"
14210   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14211   data: "plot-vpp-throughput-latency-3n-hsw"
14212   filter: "'NIC_Intel-X520-DA2' and
14213            '114B' and
14214            'NDRPDR' and
14215            '2T2C' and
14216            'VTS'"
14217   parameters:
14218   - "throughput"
14219   - "parent"
14220   - "tags"
14221   traces:
14222     hoverinfo: "x+y"
14223     boxpoints: "outliers"
14224     whiskerwidth: 0
14225   layout:
14226     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14227     layout: "plot-throughput"
14228
14229 ################################################################################
14230
14231 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14232 -
14233   type: "plot"
14234   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14235   algorithm: "plot_performance_box"
14236   output-file-type: ".html"
14237   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14238   data: "plot-dpdk-throughput-latency-3n-hsw"
14239   filter: "'NIC_Intel-X520-DA2' and
14240            '64B' and
14241            'BASE' and
14242            'NDRPDR' and
14243            '1T1C' and
14244            'IP4FWD'"
14245   parameters:
14246   - "throughput"
14247   - "parent"
14248   - "tags"
14249   traces:
14250     hoverinfo: "x+y"
14251     boxpoints: "outliers"
14252     whiskerwidth: 0
14253   layout:
14254     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14255     layout: "plot-throughput"
14256
14257 -
14258   type: "plot"
14259   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14260   algorithm: "plot_performance_box"
14261   output-file-type: ".html"
14262   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14263   data: "plot-dpdk-throughput-latency-3n-hsw"
14264   filter: "'NIC_Intel-X520-DA2' and
14265            '64B' and
14266            'BASE' and
14267            'NDRPDR' and
14268            '2T2C' and
14269            'IP4FWD'"
14270   parameters:
14271   - "throughput"
14272   - "parent"
14273   - "tags"
14274   traces:
14275     hoverinfo: "x+y"
14276     boxpoints: "outliers"
14277     whiskerwidth: 0
14278   layout:
14279     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14280     layout: "plot-throughput"
14281
14282 -
14283   type: "plot"
14284   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14285   algorithm: "plot_performance_box"
14286   output-file-type: ".html"
14287   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14288   data: "plot-dpdk-throughput-latency-3n-hsw"
14289   filter: "'NIC_Intel-X520-DA2' and
14290            '64B' and
14291            'BASE' and
14292            'NDRPDR' and
14293            '1T1C' and
14294            'IP4FWD'"
14295   parameters:
14296   - "throughput"
14297   - "parent"
14298   - "tags"
14299   traces:
14300     hoverinfo: "x+y"
14301     boxpoints: "outliers"
14302     whiskerwidth: 0
14303   layout:
14304     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14305     layout: "plot-throughput"
14306
14307 -
14308   type: "plot"
14309   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14310   algorithm: "plot_performance_box"
14311   output-file-type: ".html"
14312   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14313   data: "plot-dpdk-throughput-latency-3n-hsw"
14314   filter: "'NIC_Intel-X520-DA2' and
14315            '64B' and
14316            'BASE' and
14317            'NDRPDR' and
14318            '2T2C' and
14319            'IP4FWD'"
14320   parameters:
14321   - "throughput"
14322   - "parent"
14323   - "tags"
14324   traces:
14325     hoverinfo: "x+y"
14326     boxpoints: "outliers"
14327     whiskerwidth: 0
14328   layout:
14329     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14330     layout: "plot-throughput"
14331
14332 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14333 -
14334   type: "plot"
14335   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14336   algorithm: "plot_performance_box"
14337   output-file-type: ".html"
14338   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14339   data: "plot-dpdk-throughput-latency-3n-hsw"
14340   filter: "'NIC_Intel-X710' and
14341            '64B' and
14342            'BASE' and
14343            'NDRPDR' and
14344            '1T1C' and
14345            'IP4FWD'"
14346   parameters:
14347   - "throughput"
14348   - "parent"
14349   - "tags"
14350   traces:
14351     hoverinfo: "x+y"
14352     boxpoints: "outliers"
14353     whiskerwidth: 0
14354   layout:
14355     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14356     layout: "plot-throughput"
14357
14358 -
14359   type: "plot"
14360   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14361   algorithm: "plot_performance_box"
14362   output-file-type: ".html"
14363   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14364   data: "plot-dpdk-throughput-latency-3n-hsw"
14365   filter: "'NIC_Intel-X710' and
14366            '64B' and
14367            'BASE' and
14368            'NDRPDR' and
14369            '2T2C' and
14370            'IP4FWD'"
14371   parameters:
14372   - "throughput"
14373   - "parent"
14374   - "tags"
14375   traces:
14376     hoverinfo: "x+y"
14377     boxpoints: "outliers"
14378     whiskerwidth: 0
14379   layout:
14380     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14381     layout: "plot-throughput"
14382
14383 -
14384   type: "plot"
14385   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14386   algorithm: "plot_performance_box"
14387   output-file-type: ".html"
14388   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14389   data: "plot-dpdk-throughput-latency-3n-hsw"
14390   filter: "'NIC_Intel-X710' and
14391            '64B' and
14392            'BASE' and
14393            'NDRPDR' and
14394            '1T1C' and
14395            'IP4FWD'"
14396   parameters:
14397   - "throughput"
14398   - "parent"
14399   - "tags"
14400   traces:
14401     hoverinfo: "x+y"
14402     boxpoints: "outliers"
14403     whiskerwidth: 0
14404   layout:
14405     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14406     layout: "plot-throughput"
14407
14408 -
14409   type: "plot"
14410   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14411   algorithm: "plot_performance_box"
14412   output-file-type: ".html"
14413   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14414   data: "plot-dpdk-throughput-latency-3n-hsw"
14415   filter: "'NIC_Intel-X710' and
14416            '64B' and
14417            'BASE' and
14418            'NDRPDR' and
14419            '2T2C' and
14420            'IP4FWD'"
14421   parameters:
14422   - "throughput"
14423   - "parent"
14424   - "tags"
14425   traces:
14426     hoverinfo: "x+y"
14427     boxpoints: "outliers"
14428     whiskerwidth: 0
14429   layout:
14430     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14431     layout: "plot-throughput"
14432
14433 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14434 -
14435   type: "plot"
14436   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14437   algorithm: "plot_performance_box"
14438   output-file-type: ".html"
14439   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14440   data: "plot-dpdk-throughput-latency-3n-hsw"
14441   filter: "'NIC_Intel-XL710' and
14442            '64B' and
14443            'BASE' and
14444            'NDRPDR' and
14445            '1T1C' and
14446            'IP4FWD'"
14447   parameters:
14448   - "throughput"
14449   - "parent"
14450   - "tags"
14451   traces:
14452     hoverinfo: "x+y"
14453     boxpoints: "outliers"
14454     whiskerwidth: 0
14455   layout:
14456     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14457     layout: "plot-throughput"
14458
14459 -
14460   type: "plot"
14461   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14462   algorithm: "plot_performance_box"
14463   output-file-type: ".html"
14464   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14465   data: "plot-dpdk-throughput-latency-3n-hsw"
14466   filter: "'NIC_Intel-XL710' and
14467            '64B' and
14468            'BASE' and
14469            'NDRPDR' and
14470            '2T2C' and
14471            'IP4FWD'"
14472   parameters:
14473   - "throughput"
14474   - "parent"
14475   - "tags"
14476   traces:
14477     hoverinfo: "x+y"
14478     boxpoints: "outliers"
14479     whiskerwidth: 0
14480   layout:
14481     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14482     layout: "plot-throughput"
14483
14484 -
14485   type: "plot"
14486   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14487   algorithm: "plot_performance_box"
14488   output-file-type: ".html"
14489   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14490   data: "plot-dpdk-throughput-latency-3n-hsw"
14491   filter: "'NIC_Intel-XL710' and
14492            '64B' and
14493            'BASE' and
14494            'NDRPDR' and
14495            '1T1C' and
14496            'IP4FWD'"
14497   parameters:
14498   - "throughput"
14499   - "parent"
14500   - "tags"
14501   traces:
14502     hoverinfo: "x+y"
14503     boxpoints: "outliers"
14504     whiskerwidth: 0
14505   layout:
14506     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14507     layout: "plot-throughput"
14508
14509 -
14510   type: "plot"
14511   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14512   algorithm: "plot_performance_box"
14513   output-file-type: ".html"
14514   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14515   data: "plot-dpdk-throughput-latency-3n-hsw"
14516   filter: "'NIC_Intel-XL710' and
14517            '64B' and
14518            'BASE' and
14519            'NDRPDR' and
14520            '2T2C' and
14521            'IP4FWD'"
14522   parameters:
14523   - "throughput"
14524   - "parent"
14525   - "tags"
14526   traces:
14527     hoverinfo: "x+y"
14528     boxpoints: "outliers"
14529     whiskerwidth: 0
14530   layout:
14531     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14532     layout: "plot-throughput"
14533
14534 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14535 -
14536   type: "plot"
14537   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14538   algorithm: "plot_performance_box"
14539   output-file-type: ".html"
14540   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14541   data: "plot-dpdk-throughput-latency-3n-skx"
14542   filter: "'NIC_Intel-X710' and
14543            '64B' and
14544            'BASE' and
14545            'NDRPDR' and
14546            '2T1C' and
14547            'IP4FWD'"
14548   parameters:
14549   - "throughput"
14550   - "parent"
14551   - "tags"
14552   traces:
14553     hoverinfo: "x+y"
14554     boxpoints: "outliers"
14555     whiskerwidth: 0
14556   layout:
14557     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14558     layout: "plot-throughput"
14559
14560 -
14561   type: "plot"
14562   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14563   algorithm: "plot_performance_box"
14564   output-file-type: ".html"
14565   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14566   data: "plot-dpdk-throughput-latency-3n-skx"
14567   filter: "'NIC_Intel-X710' and
14568            '64B' and
14569            'BASE' and
14570            'NDRPDR' and
14571            '4T2C' and
14572            'IP4FWD'"
14573   parameters:
14574   - "throughput"
14575   - "parent"
14576   - "tags"
14577   traces:
14578     hoverinfo: "x+y"
14579     boxpoints: "outliers"
14580     whiskerwidth: 0
14581   layout:
14582     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14583     layout: "plot-throughput"
14584
14585 -
14586   type: "plot"
14587   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14588   algorithm: "plot_performance_box"
14589   output-file-type: ".html"
14590   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14591   data: "plot-dpdk-throughput-latency-3n-skx"
14592   filter: "'NIC_Intel-X710' and
14593            '64B' and
14594            'BASE' and
14595            'NDRPDR' and
14596            '2T1C' and
14597            'IP4FWD'"
14598   parameters:
14599   - "throughput"
14600   - "parent"
14601   - "tags"
14602   traces:
14603     hoverinfo: "x+y"
14604     boxpoints: "outliers"
14605     whiskerwidth: 0
14606   layout:
14607     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14608     layout: "plot-throughput"
14609
14610 -
14611   type: "plot"
14612   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14613   algorithm: "plot_performance_box"
14614   output-file-type: ".html"
14615   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14616   data: "plot-dpdk-throughput-latency-3n-skx"
14617   filter: "'NIC_Intel-X710' and
14618            '64B' and
14619            'BASE' and
14620            'NDRPDR' and
14621            '4T2C' and
14622            'IP4FWD'"
14623   parameters:
14624   - "throughput"
14625   - "parent"
14626   - "tags"
14627   traces:
14628     hoverinfo: "x+y"
14629     boxpoints: "outliers"
14630     whiskerwidth: 0
14631   layout:
14632     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14633     layout: "plot-throughput"
14634
14635 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14636 -
14637   type: "plot"
14638   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14639   algorithm: "plot_performance_box"
14640   output-file-type: ".html"
14641   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14642   data: "plot-dpdk-throughput-latency-3n-skx"
14643   filter: "'NIC_Intel-XXV710' and
14644            '64B' and
14645            'BASE' and
14646            'NDRPDR' and
14647            '2T1C' and
14648            'IP4FWD'"
14649   parameters:
14650   - "throughput"
14651   - "parent"
14652   - "tags"
14653   traces:
14654     hoverinfo: "x+y"
14655     boxpoints: "outliers"
14656     whiskerwidth: 0
14657   layout:
14658     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14659     layout: "plot-throughput"
14660
14661 -
14662   type: "plot"
14663   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14664   algorithm: "plot_performance_box"
14665   output-file-type: ".html"
14666   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14667   data: "plot-dpdk-throughput-latency-3n-skx"
14668   filter: "'NIC_Intel-XXV710' and
14669            '64B' and
14670            'BASE' and
14671            'NDRPDR' and
14672            '4T2C' and
14673            'IP4FWD'"
14674   parameters:
14675   - "throughput"
14676   - "parent"
14677   - "tags"
14678   traces:
14679     hoverinfo: "x+y"
14680     boxpoints: "outliers"
14681     whiskerwidth: 0
14682   layout:
14683     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14684     layout: "plot-throughput"
14685
14686 -
14687   type: "plot"
14688   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14689   algorithm: "plot_performance_box"
14690   output-file-type: ".html"
14691   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14692   data: "plot-dpdk-throughput-latency-3n-skx"
14693   filter: "'NIC_Intel-XXV710' and
14694            '64B' and
14695            'BASE' and
14696            'NDRPDR' and
14697            '2T1C' and
14698            'IP4FWD'"
14699   parameters:
14700   - "throughput"
14701   - "parent"
14702   - "tags"
14703   traces:
14704     hoverinfo: "x+y"
14705     boxpoints: "outliers"
14706     whiskerwidth: 0
14707   layout:
14708     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14709     layout: "plot-throughput"
14710
14711 -
14712   type: "plot"
14713   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14714   algorithm: "plot_performance_box"
14715   output-file-type: ".html"
14716   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14717   data: "plot-dpdk-throughput-latency-3n-skx"
14718   filter: "'NIC_Intel-XXV710' and
14719            '64B' and
14720            'BASE' and
14721            'NDRPDR' and
14722            '4T2C' and
14723            'IP4FWD'"
14724   parameters:
14725   - "throughput"
14726   - "parent"
14727   - "tags"
14728   traces:
14729     hoverinfo: "x+y"
14730     boxpoints: "outliers"
14731     whiskerwidth: 0
14732   layout:
14733     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14734     layout: "plot-throughput"
14735
14736 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14737 -
14738   type: "plot"
14739   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14740   algorithm: "plot_performance_box"
14741   output-file-type: ".html"
14742   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14743   data: "plot-dpdk-throughput-latency-2n-skx"
14744   filter: "'NIC_Intel-X710' and
14745            '64B' and
14746            'BASE' and
14747            'NDRPDR' and
14748            '2T1C' and
14749            'IP4FWD'"
14750   parameters:
14751   - "throughput"
14752   - "parent"
14753   - "tags"
14754   traces:
14755     hoverinfo: "x+y"
14756     boxpoints: "outliers"
14757     whiskerwidth: 0
14758   layout:
14759     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14760     layout: "plot-throughput"
14761
14762 -
14763   type: "plot"
14764   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14765   algorithm: "plot_performance_box"
14766   output-file-type: ".html"
14767   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14768   data: "plot-dpdk-throughput-latency-2n-skx"
14769   filter: "'NIC_Intel-X710' and
14770            '64B' and
14771            'BASE' and
14772            'NDRPDR' and
14773            '4T2C' and
14774            'IP4FWD'"
14775   parameters:
14776   - "throughput"
14777   - "parent"
14778   - "tags"
14779   traces:
14780     hoverinfo: "x+y"
14781     boxpoints: "outliers"
14782     whiskerwidth: 0
14783   layout:
14784     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14785     layout: "plot-throughput"
14786
14787 -
14788   type: "plot"
14789   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14790   algorithm: "plot_performance_box"
14791   output-file-type: ".html"
14792   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14793   data: "plot-dpdk-throughput-latency-2n-skx"
14794   filter: "'NIC_Intel-X710' and
14795            '64B' and
14796            'BASE' and
14797            'NDRPDR' and
14798            '2T1C' and
14799            'IP4FWD'"
14800   parameters:
14801   - "throughput"
14802   - "parent"
14803   - "tags"
14804   traces:
14805     hoverinfo: "x+y"
14806     boxpoints: "outliers"
14807     whiskerwidth: 0
14808   layout:
14809     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14810     layout: "plot-throughput"
14811
14812 -
14813   type: "plot"
14814   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14815   algorithm: "plot_performance_box"
14816   output-file-type: ".html"
14817   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14818   data: "plot-dpdk-throughput-latency-2n-skx"
14819   filter: "'NIC_Intel-X710' and
14820            '64B' and
14821            'BASE' and
14822            'NDRPDR' and
14823            '4T2C' and
14824            'IP4FWD'"
14825   parameters:
14826   - "throughput"
14827   - "parent"
14828   - "tags"
14829   traces:
14830     hoverinfo: "x+y"
14831     boxpoints: "outliers"
14832     whiskerwidth: 0
14833   layout:
14834     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14835     layout: "plot-throughput"
14836
14837 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
14838 -
14839   type: "plot"
14840   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14841   algorithm: "plot_performance_box"
14842   output-file-type: ".html"
14843   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14844   data: "plot-dpdk-throughput-latency-2n-skx"
14845   filter: "'NIC_Intel-XXV710' and
14846            '64B' and
14847            'BASE' and
14848            'NDRPDR' and
14849            '2T1C' and
14850            'IP4FWD'"
14851   parameters:
14852   - "throughput"
14853   - "parent"
14854   - "tags"
14855   traces:
14856     hoverinfo: "x+y"
14857     boxpoints: "outliers"
14858     whiskerwidth: 0
14859   layout:
14860     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14861     layout: "plot-throughput"
14862
14863 -
14864   type: "plot"
14865   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14866   algorithm: "plot_performance_box"
14867   output-file-type: ".html"
14868   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14869   data: "plot-dpdk-throughput-latency-2n-skx"
14870   filter: "'NIC_Intel-XXV710' and
14871            '64B' and
14872            'BASE' and
14873            'NDRPDR' and
14874            '4T2C' and
14875            'IP4FWD'"
14876   parameters:
14877   - "throughput"
14878   - "parent"
14879   - "tags"
14880   traces:
14881     hoverinfo: "x+y"
14882     boxpoints: "outliers"
14883     whiskerwidth: 0
14884   layout:
14885     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14886     layout: "plot-throughput"
14887
14888 -
14889   type: "plot"
14890   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14891   algorithm: "plot_performance_box"
14892   output-file-type: ".html"
14893   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14894   data: "plot-dpdk-throughput-latency-2n-skx"
14895   filter: "'NIC_Intel-XXV710' and
14896            '64B' and
14897            'BASE' and
14898            'NDRPDR' and
14899            '2T1C' and
14900            'IP4FWD'"
14901   parameters:
14902   - "throughput"
14903   - "parent"
14904   - "tags"
14905   traces:
14906     hoverinfo: "x+y"
14907     boxpoints: "outliers"
14908     whiskerwidth: 0
14909   layout:
14910     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14911     layout: "plot-throughput"
14912
14913 -
14914   type: "plot"
14915   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14916   algorithm: "plot_performance_box"
14917   output-file-type: ".html"
14918   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14919   data: "plot-dpdk-throughput-latency-2n-skx"
14920   filter: "'NIC_Intel-XXV710' and
14921            '64B' and
14922            'BASE' and
14923            'NDRPDR' and
14924            '4T2C' and
14925            'IP4FWD'"
14926   parameters:
14927   - "throughput"
14928   - "parent"
14929   - "tags"
14930   traces:
14931     hoverinfo: "x+y"
14932     boxpoints: "outliers"
14933     whiskerwidth: 0
14934   layout:
14935     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14936     layout: "plot-throughput"
14937
14938 ################################################################################
14939
14940 # Packet Throughput - DPDK testpmd 3n-hsw-x520
14941 -
14942   type: "plot"
14943   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14944   algorithm: "plot_performance_box"
14945   output-file-type: ".html"
14946   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14947   data: "plot-dpdk-throughput-latency-3n-hsw"
14948   filter: "'NIC_Intel-X520-DA2' and
14949            '64B' and
14950            'BASE' and
14951            'NDRPDR' and
14952            '1T1C' and
14953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14954   parameters:
14955   - "throughput"
14956   - "parent"
14957   - "tags"
14958   traces:
14959     hoverinfo: "x+y"
14960     boxpoints: "outliers"
14961     whiskerwidth: 0
14962   layout:
14963     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14964     layout: "plot-throughput"
14965
14966 -
14967   type: "plot"
14968   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14969   algorithm: "plot_performance_box"
14970   output-file-type: ".html"
14971   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14972   data: "plot-dpdk-throughput-latency-3n-hsw"
14973   filter: "'NIC_Intel-X520-DA2' and
14974            '64B' and
14975            'BASE' and
14976            'NDRPDR' and
14977            '2T2C' and
14978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14979   parameters:
14980   - "throughput"
14981   - "parent"
14982   - "tags"
14983   traces:
14984     hoverinfo: "x+y"
14985     boxpoints: "outliers"
14986     whiskerwidth: 0
14987   layout:
14988     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14989     layout: "plot-throughput"
14990
14991 -
14992   type: "plot"
14993   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
14994   algorithm: "plot_performance_box"
14995   output-file-type: ".html"
14996   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
14997   data: "plot-dpdk-throughput-latency-3n-hsw"
14998   filter: "'NIC_Intel-X520-DA2' and
14999            '64B' and
15000            'BASE' and
15001            'NDRPDR' and
15002            '1T1C' and
15003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15004   parameters:
15005   - "throughput"
15006   - "parent"
15007   - "tags"
15008   traces:
15009     hoverinfo: "x+y"
15010     boxpoints: "outliers"
15011     whiskerwidth: 0
15012   layout:
15013     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15014     layout: "plot-throughput"
15015
15016 -
15017   type: "plot"
15018   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15019   algorithm: "plot_performance_box"
15020   output-file-type: ".html"
15021   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15022   data: "plot-dpdk-throughput-latency-3n-hsw"
15023   filter: "'NIC_Intel-X520-DA2' and
15024            '64B' and
15025            'BASE' and
15026            'NDRPDR' and
15027            '2T2C' and
15028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15029   parameters:
15030   - "throughput"
15031   - "parent"
15032   - "tags"
15033   traces:
15034     hoverinfo: "x+y"
15035     boxpoints: "outliers"
15036     whiskerwidth: 0
15037   layout:
15038     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15039     layout: "plot-throughput"
15040
15041 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15042 -
15043   type: "plot"
15044   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15045   algorithm: "plot_performance_box"
15046   output-file-type: ".html"
15047   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15048   data: "plot-dpdk-throughput-latency-3n-hsw"
15049   filter: "'NIC_Intel-X710' and
15050            '64B' and
15051            'BASE' and
15052            'NDRPDR' and
15053            '1T1C' and
15054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15055   parameters:
15056   - "throughput"
15057   - "parent"
15058   - "tags"
15059   traces:
15060     hoverinfo: "x+y"
15061     boxpoints: "outliers"
15062     whiskerwidth: 0
15063   layout:
15064     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15065     layout: "plot-throughput"
15066
15067 -
15068   type: "plot"
15069   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15070   algorithm: "plot_performance_box"
15071   output-file-type: ".html"
15072   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15073   data: "plot-dpdk-throughput-latency-3n-hsw"
15074   filter: "'NIC_Intel-X710' and
15075            '64B' and
15076            'BASE' and
15077            'NDRPDR' and
15078            '2T2C' and
15079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15080   parameters:
15081   - "throughput"
15082   - "parent"
15083   - "tags"
15084   traces:
15085     hoverinfo: "x+y"
15086     boxpoints: "outliers"
15087     whiskerwidth: 0
15088   layout:
15089     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15090     layout: "plot-throughput"
15091
15092 -
15093   type: "plot"
15094   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15095   algorithm: "plot_performance_box"
15096   output-file-type: ".html"
15097   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15098   data: "plot-dpdk-throughput-latency-3n-hsw"
15099   filter: "'NIC_Intel-X710' and
15100            '64B' and
15101            'BASE' and
15102            'NDRPDR' and
15103            '1T1C' and
15104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15105   parameters:
15106   - "throughput"
15107   - "parent"
15108   - "tags"
15109   traces:
15110     hoverinfo: "x+y"
15111     boxpoints: "outliers"
15112     whiskerwidth: 0
15113   layout:
15114     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15115     layout: "plot-throughput"
15116
15117 -
15118   type: "plot"
15119   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15120   algorithm: "plot_performance_box"
15121   output-file-type: ".html"
15122   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15123   data: "plot-dpdk-throughput-latency-3n-hsw"
15124   filter: "'NIC_Intel-X710' and
15125            '64B' and
15126            'BASE' and
15127            'NDRPDR' and
15128            '2T2C' and
15129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15130   parameters:
15131   - "throughput"
15132   - "parent"
15133   - "tags"
15134   traces:
15135     hoverinfo: "x+y"
15136     boxpoints: "outliers"
15137     whiskerwidth: 0
15138   layout:
15139     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15140     layout: "plot-throughput"
15141
15142 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15143 -
15144   type: "plot"
15145   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15146   algorithm: "plot_performance_box"
15147   output-file-type: ".html"
15148   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15149   data: "plot-dpdk-throughput-latency-3n-hsw"
15150   filter: "'NIC_Intel-XL710' and
15151            '64B' and
15152            'BASE' and
15153            'NDRPDR' and
15154            '1T1C' and
15155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15156   parameters:
15157   - "throughput"
15158   - "parent"
15159   - "tags"
15160   traces:
15161     hoverinfo: "x+y"
15162     boxpoints: "outliers"
15163     whiskerwidth: 0
15164   layout:
15165     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15166     layout: "plot-throughput"
15167
15168 -
15169   type: "plot"
15170   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15171   algorithm: "plot_performance_box"
15172   output-file-type: ".html"
15173   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15174   data: "plot-dpdk-throughput-latency-3n-hsw"
15175   filter: "'NIC_Intel-XL710' and
15176            '64B' and
15177            'BASE' and
15178            'NDRPDR' and
15179            '2T2C' and
15180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15181   parameters:
15182   - "throughput"
15183   - "parent"
15184   - "tags"
15185   traces:
15186     hoverinfo: "x+y"
15187     boxpoints: "outliers"
15188     whiskerwidth: 0
15189   layout:
15190     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15191     layout: "plot-throughput"
15192
15193 -
15194   type: "plot"
15195   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15196   algorithm: "plot_performance_box"
15197   output-file-type: ".html"
15198   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15199   data: "plot-dpdk-throughput-latency-3n-hsw"
15200   filter: "'NIC_Intel-XL710' and
15201            '64B' and
15202            'BASE' and
15203            'NDRPDR' and
15204            '1T1C' and
15205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15206   parameters:
15207   - "throughput"
15208   - "parent"
15209   - "tags"
15210   traces:
15211     hoverinfo: "x+y"
15212     boxpoints: "outliers"
15213     whiskerwidth: 0
15214   layout:
15215     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15216     layout: "plot-throughput"
15217
15218 -
15219   type: "plot"
15220   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15221   algorithm: "plot_performance_box"
15222   output-file-type: ".html"
15223   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15224   data: "plot-dpdk-throughput-latency-3n-hsw"
15225   filter: "'NIC_Intel-XL710' and
15226            '64B' and
15227            'BASE' and
15228            'NDRPDR' and
15229            '2T2C' and
15230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15231   parameters:
15232   - "throughput"
15233   - "parent"
15234   - "tags"
15235   traces:
15236     hoverinfo: "x+y"
15237     boxpoints: "outliers"
15238     whiskerwidth: 0
15239   layout:
15240     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15241     layout: "plot-throughput"
15242
15243 # Packet Throughput - DPDK testpmd 3n-skx-x710
15244 -
15245   type: "plot"
15246   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15247   algorithm: "plot_performance_box"
15248   output-file-type: ".html"
15249   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15250   data: "plot-dpdk-throughput-latency-3n-skx"
15251   filter: "'NIC_Intel-X710' and
15252            '64B' and
15253            'BASE' and
15254            'NDRPDR' and
15255            '2T1C' and
15256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15257   parameters:
15258   - "throughput"
15259   - "parent"
15260   - "tags"
15261   traces:
15262     hoverinfo: "x+y"
15263     boxpoints: "outliers"
15264     whiskerwidth: 0
15265   layout:
15266     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15267     layout: "plot-throughput"
15268
15269 -
15270   type: "plot"
15271   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15272   algorithm: "plot_performance_box"
15273   output-file-type: ".html"
15274   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15275   data: "plot-dpdk-throughput-latency-3n-skx"
15276   filter: "'NIC_Intel-X710' and
15277            '64B' and
15278            'BASE' and
15279            'NDRPDR' and
15280            '4T2C' and
15281            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15282   parameters:
15283   - "throughput"
15284   - "parent"
15285   - "tags"
15286   traces:
15287     hoverinfo: "x+y"
15288     boxpoints: "outliers"
15289     whiskerwidth: 0
15290   layout:
15291     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15292     layout: "plot-throughput"
15293
15294 -
15295   type: "plot"
15296   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15297   algorithm: "plot_performance_box"
15298   output-file-type: ".html"
15299   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15300   data: "plot-dpdk-throughput-latency-3n-skx"
15301   filter: "'NIC_Intel-X710' and
15302            '64B' and
15303            'BASE' and
15304            'NDRPDR' and
15305            '2T1C' and
15306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15307   parameters:
15308   - "throughput"
15309   - "parent"
15310   - "tags"
15311   traces:
15312     hoverinfo: "x+y"
15313     boxpoints: "outliers"
15314     whiskerwidth: 0
15315   layout:
15316     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15317     layout: "plot-throughput"
15318
15319 -
15320   type: "plot"
15321   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15322   algorithm: "plot_performance_box"
15323   output-file-type: ".html"
15324   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15325   data: "plot-dpdk-throughput-latency-3n-skx"
15326   filter: "'NIC_Intel-X710' and
15327            '64B' and
15328            'BASE' and
15329            'NDRPDR' and
15330            '4T2C' and
15331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15332   parameters:
15333   - "throughput"
15334   - "parent"
15335   - "tags"
15336   traces:
15337     hoverinfo: "x+y"
15338     boxpoints: "outliers"
15339     whiskerwidth: 0
15340   layout:
15341     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15342     layout: "plot-throughput"
15343
15344 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15345 -
15346   type: "plot"
15347   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15348   algorithm: "plot_performance_box"
15349   output-file-type: ".html"
15350   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15351   data: "plot-dpdk-throughput-latency-3n-skx"
15352   filter: "'NIC_Intel-XXV710' and
15353            '64B' and
15354            'BASE' and
15355            'NDRPDR' and
15356            '2T1C' and
15357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15358   parameters:
15359   - "throughput"
15360   - "parent"
15361   - "tags"
15362   traces:
15363     hoverinfo: "x+y"
15364     boxpoints: "outliers"
15365     whiskerwidth: 0
15366   layout:
15367     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15368     layout: "plot-throughput"
15369
15370 -
15371   type: "plot"
15372   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15373   algorithm: "plot_performance_box"
15374   output-file-type: ".html"
15375   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15376   data: "plot-dpdk-throughput-latency-3n-skx"
15377   filter: "'NIC_Intel-XXV710' and
15378            '64B' and
15379            'BASE' and
15380            'NDRPDR' and
15381            '4T2C' and
15382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15383   parameters:
15384   - "throughput"
15385   - "parent"
15386   - "tags"
15387   traces:
15388     hoverinfo: "x+y"
15389     boxpoints: "outliers"
15390     whiskerwidth: 0
15391   layout:
15392     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15393     layout: "plot-throughput"
15394
15395 -
15396   type: "plot"
15397   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15398   algorithm: "plot_performance_box"
15399   output-file-type: ".html"
15400   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15401   data: "plot-dpdk-throughput-latency-3n-skx"
15402   filter: "'NIC_Intel-XXV710' and
15403            '64B' and
15404            'BASE' and
15405            'NDRPDR' and
15406            '2T1C' and
15407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15408   parameters:
15409   - "throughput"
15410   - "parent"
15411   - "tags"
15412   traces:
15413     hoverinfo: "x+y"
15414     boxpoints: "outliers"
15415     whiskerwidth: 0
15416   layout:
15417     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15418     layout: "plot-throughput"
15419
15420 -
15421   type: "plot"
15422   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15423   algorithm: "plot_performance_box"
15424   output-file-type: ".html"
15425   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15426   data: "plot-dpdk-throughput-latency-3n-skx"
15427   filter: "'NIC_Intel-XXV710' and
15428            '64B' and
15429            'BASE' and
15430            'NDRPDR' and
15431            '4T2C' and
15432            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15433   parameters:
15434   - "throughput"
15435   - "parent"
15436   - "tags"
15437   traces:
15438     hoverinfo: "x+y"
15439     boxpoints: "outliers"
15440     whiskerwidth: 0
15441   layout:
15442     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15443     layout: "plot-throughput"
15444
15445 # Packet Throughput - DPDK testpmd 2n-skx-x710
15446 -
15447   type: "plot"
15448   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15449   algorithm: "plot_performance_box"
15450   output-file-type: ".html"
15451   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15452   data: "plot-dpdk-throughput-latency-2n-skx"
15453   filter: "'NIC_Intel-X710' and
15454            '64B' and
15455            'BASE' and
15456            'NDRPDR' and
15457            '2T1C' and
15458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15459   parameters:
15460   - "throughput"
15461   - "parent"
15462   - "tags"
15463   traces:
15464     hoverinfo: "x+y"
15465     boxpoints: "outliers"
15466     whiskerwidth: 0
15467   layout:
15468     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15469     layout: "plot-throughput"
15470
15471 -
15472   type: "plot"
15473   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15474   algorithm: "plot_performance_box"
15475   output-file-type: ".html"
15476   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15477   data: "plot-dpdk-throughput-latency-2n-skx"
15478   filter: "'NIC_Intel-X710' and
15479            '64B' and
15480            'BASE' and
15481            'NDRPDR' and
15482            '4T2C' and
15483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15484   parameters:
15485   - "throughput"
15486   - "parent"
15487   - "tags"
15488   traces:
15489     hoverinfo: "x+y"
15490     boxpoints: "outliers"
15491     whiskerwidth: 0
15492   layout:
15493     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15494     layout: "plot-throughput"
15495
15496 -
15497   type: "plot"
15498   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15499   algorithm: "plot_performance_box"
15500   output-file-type: ".html"
15501   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15502   data: "plot-dpdk-throughput-latency-2n-skx"
15503   filter: "'NIC_Intel-X710' and
15504            '64B' and
15505            'BASE' and
15506            'NDRPDR' and
15507            '2T1C' and
15508            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15509   parameters:
15510   - "throughput"
15511   - "parent"
15512   - "tags"
15513   traces:
15514     hoverinfo: "x+y"
15515     boxpoints: "outliers"
15516     whiskerwidth: 0
15517   layout:
15518     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15519     layout: "plot-throughput"
15520
15521 -
15522   type: "plot"
15523   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15524   algorithm: "plot_performance_box"
15525   output-file-type: ".html"
15526   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15527   data: "plot-dpdk-throughput-latency-2n-skx"
15528   filter: "'NIC_Intel-X710' and
15529            '64B' and
15530            'BASE' and
15531            'NDRPDR' and
15532            '4T2C' and
15533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15534   parameters:
15535   - "throughput"
15536   - "parent"
15537   - "tags"
15538   traces:
15539     hoverinfo: "x+y"
15540     boxpoints: "outliers"
15541     whiskerwidth: 0
15542   layout:
15543     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15544     layout: "plot-throughput"
15545
15546 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15547 -
15548   type: "plot"
15549   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15550   algorithm: "plot_performance_box"
15551   output-file-type: ".html"
15552   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15553   data: "plot-dpdk-throughput-latency-2n-skx"
15554   filter: "'NIC_Intel-XXV710' and
15555            '64B' and
15556            'BASE' and
15557            'NDRPDR' and
15558            '2T1C' and
15559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15560   parameters:
15561   - "throughput"
15562   - "parent"
15563   - "tags"
15564   traces:
15565     hoverinfo: "x+y"
15566     boxpoints: "outliers"
15567     whiskerwidth: 0
15568   layout:
15569     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15570     layout: "plot-throughput"
15571
15572 -
15573   type: "plot"
15574   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15575   algorithm: "plot_performance_box"
15576   output-file-type: ".html"
15577   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15578   data: "plot-dpdk-throughput-latency-2n-skx"
15579   filter: "'NIC_Intel-XXV710' and
15580            '64B' and
15581            'BASE' and
15582            'NDRPDR' and
15583            '4T2C' and
15584            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15585   parameters:
15586   - "throughput"
15587   - "parent"
15588   - "tags"
15589   traces:
15590     hoverinfo: "x+y"
15591     boxpoints: "outliers"
15592     whiskerwidth: 0
15593   layout:
15594     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15595     layout: "plot-throughput"
15596
15597 -
15598   type: "plot"
15599   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15600   algorithm: "plot_performance_box"
15601   output-file-type: ".html"
15602   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15603   data: "plot-dpdk-throughput-latency-2n-skx"
15604   filter: "'NIC_Intel-XXV710' and
15605            '64B' and
15606            'BASE' and
15607            'NDRPDR' and
15608            '2T1C' and
15609            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15610   parameters:
15611   - "throughput"
15612   - "parent"
15613   - "tags"
15614   traces:
15615     hoverinfo: "x+y"
15616     boxpoints: "outliers"
15617     whiskerwidth: 0
15618   layout:
15619     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15620     layout: "plot-throughput"
15621
15622 -
15623   type: "plot"
15624   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15625   algorithm: "plot_performance_box"
15626   output-file-type: ".html"
15627   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15628   data: "plot-dpdk-throughput-latency-2n-skx"
15629   filter: "'NIC_Intel-XXV710' and
15630            '64B' and
15631            'BASE' and
15632            'NDRPDR' and
15633            '4T2C' and
15634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15635   parameters:
15636   - "throughput"
15637   - "parent"
15638   - "tags"
15639   traces:
15640     hoverinfo: "x+y"
15641     boxpoints: "outliers"
15642     whiskerwidth: 0
15643   layout:
15644     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15645     layout: "plot-throughput"
15646
15647 ################################################################################
15648
15649 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15650 -
15651   type: "plot"
15652   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15653   algorithm: "plot_latency_error_bars"
15654   output-file-type: ".html"
15655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15656   data: "plot-vpp-throughput-latency-3n-hsw"
15657   filter: "'NIC_Intel-X520-DA2' and
15658            '64B' and
15659            ('BASE' or 'SCALE') and
15660            'NDRPDR' and
15661            'ETH' and
15662            '1T1C' and
15663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15664            not 'VHOST' and
15665            not 'MEMIF'"
15666   parameters:
15667   - "latency"
15668   - "parent"
15669   - "tags"
15670   sort:
15671   - "L2PATCH"
15672   - "L2XCBASE"
15673   - "BASE"
15674   - "FIB_10K"
15675   - "FIB_100K"
15676   - "FIB_1M"
15677   layout:
15678     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15679     layout: "plot-latency"
15680
15681 -
15682   type: "plot"
15683   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15684   algorithm: "plot_latency_error_bars"
15685   output-file-type: ".html"
15686   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15687   data: "plot-vpp-throughput-latency-3n-hsw"
15688   filter: "'NIC_Intel-X520-DA2' and
15689            '64B' and
15690            ('BASE' or 'SCALE') and
15691            'NDRPDR' and
15692            'ETH' and
15693            '2T2C' and
15694            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15695            not 'VHOST' and
15696            not 'MEMIF'"
15697   parameters:
15698   - "latency"
15699   - "parent"
15700   - "tags"
15701   sort:
15702   - "L2PATCH"
15703   - "L2XCBASE"
15704   - "BASE"
15705   - "FIB_10K"
15706   - "FIB_100K"
15707   - "FIB_1M"
15708   layout:
15709     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15710     layout: "plot-latency"
15711
15712 # Packet Latency - VPP L2 3n-hsw-x520 features
15713 -
15714   type: "plot"
15715   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15716   algorithm: "plot_latency_error_bars"
15717   output-file-type: ".html"
15718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15719   data: "plot-vpp-throughput-latency-3n-hsw"
15720   filter: "'NIC_Intel-X520-DA2' and
15721            '64B' and
15722            'NDRPDR' and
15723            '1T1C' and
15724            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15725            not 'ACL' and
15726            not 'VHOST' and
15727            not 'MEMIF'"
15728   parameters:
15729   - "latency"
15730   - "parent"
15731   - "tags"
15732   sort:
15733   - "L2XCBASE"    # l2xcbase
15734   - "L2BDBASE"    # l2bdbase
15735   - "L2XCFWD"     # dot1q-l2xcbase
15736   - "L2BDMACLRN"  # dot1q-l2bdbase
15737   layout:
15738     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15739     layout: "plot-latency"
15740
15741 -
15742   type: "plot"
15743   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15744   algorithm: "plot_latency_error_bars"
15745   output-file-type: ".html"
15746   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15747   data: "plot-vpp-throughput-latency-3n-hsw"
15748   filter: "'NIC_Intel-X520-DA2' and
15749            '64B' and
15750            'NDRPDR' and
15751            '2T2C' and
15752            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15753            not 'ACL' and
15754            not 'VHOST' and
15755            not 'MEMIF'"
15756   parameters:
15757   - "latency"
15758   - "parent"
15759   - "tags"
15760   sort:
15761   - "L2XCBASE"    # l2xcbase
15762   - "L2BDBASE"    # l2bdbase
15763   - "L2XCFWD"     # dot1q-l2xcbase
15764   - "L2BDMACLRN"  # dot1q-l2bdbase
15765   layout:
15766     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15767     layout: "plot-latency"
15768
15769 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15770 -
15771   type: "plot"
15772   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15773   algorithm: "plot_latency_error_bars"
15774   output-file-type: ".html"
15775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15776   data: "plot-vpp-throughput-latency-3n-hsw"
15777   filter: "'NIC_Intel-X710' and
15778            '64B' and
15779            ('BASE' or 'SCALE') and
15780            'NDRPDR' and
15781            'ETH' and
15782            '1T1C' and
15783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15784            not 'VHOST' and
15785            not 'MEMIF'"
15786   parameters:
15787   - "latency"
15788   - "parent"
15789   - "tags"
15790   sort:
15791   - "L2PATCH"
15792   - "L2XCBASE"
15793   - "BASE"
15794   - "FIB_10K"
15795   - "FIB_100K"
15796   - "FIB_1M"
15797   layout:
15798     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15799     layout: "plot-latency"
15800
15801 -
15802   type: "plot"
15803   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15804   algorithm: "plot_latency_error_bars"
15805   output-file-type: ".html"
15806   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15807   data: "plot-vpp-throughput-latency-3n-hsw"
15808   filter: "'NIC_Intel-X710' and
15809            '64B' and
15810            ('BASE' or 'SCALE') and
15811            'NDRPDR' and
15812            'ETH' and
15813            '2T2C' and
15814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15815            not 'VHOST' and
15816            not 'MEMIF'"
15817   parameters:
15818   - "latency"
15819   - "parent"
15820   - "tags"
15821   sort:
15822   - "L2PATCH"
15823   - "L2XCBASE"
15824   - "BASE"
15825   - "FIB_10K"
15826   - "FIB_100K"
15827   - "FIB_1M"
15828   layout:
15829     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15830     layout: "plot-latency"
15831
15832 # Packet Latency - VPP L2 3n-hsw-x710 features
15833 -
15834   type: "plot"
15835   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15836   algorithm: "plot_latency_error_bars"
15837   output-file-type: ".html"
15838   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15839   data: "plot-vpp-throughput-latency-3n-hsw"
15840   filter: "'NIC_Intel-X710' and
15841            '64B' and
15842            'NDRPDR' and
15843            '1T1C' and
15844            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15845            not 'ACL' and
15846            not 'VHOST' and
15847            not 'MEMIF'"
15848   parameters:
15849   - "latency"
15850   - "parent"
15851   - "tags"
15852   sort:
15853   - "L2XCBASE"    # l2xcbase
15854   - "L2BDBASE"    # l2bdbase
15855   - "L2XCFWD"     # dot1q-l2xcbase
15856   - "L2BDMACLRN"  # dot1q-l2bdbase
15857   layout:
15858     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
15859     layout: "plot-latency"
15860
15861 -
15862   type: "plot"
15863   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15864   algorithm: "plot_latency_error_bars"
15865   output-file-type: ".html"
15866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15867   data: "plot-vpp-throughput-latency-3n-hsw"
15868   filter: "'NIC_Intel-X710' and
15869            '64B' and
15870            'NDRPDR' and
15871            '2T2C' and
15872            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15873            not 'ACL' and
15874            not 'VHOST' and
15875            not 'MEMIF'"
15876   parameters:
15877   - "latency"
15878   - "parent"
15879   - "tags"
15880   sort:
15881   - "L2XCBASE"    # l2xcbase
15882   - "L2BDBASE"    # l2bdbase
15883   - "L2XCFWD"     # dot1q-l2xcbase
15884   - "L2BDMACLRN"  # dot1q-l2bdbase
15885   layout:
15886     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
15887     layout: "plot-latency"
15888
15889 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
15890 -
15891   type: "plot"
15892   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
15893   algorithm: "plot_latency_error_bars"
15894   output-file-type: ".html"
15895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
15896   data: "plot-vpp-throughput-latency-3n-hsw"
15897   filter: "'NIC_Intel-XL710' and
15898            '64B' and
15899            ('BASE' or 'SCALE') and
15900            'NDRPDR' and
15901            'ETH' and
15902            '1T1C' and
15903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15904            not 'VHOST' and
15905            not 'MEMIF'"
15906   parameters:
15907   - "latency"
15908   - "parent"
15909   - "tags"
15910   sort:
15911   - "L2PATCH"
15912   - "L2XCBASE"
15913   - "BASE"
15914   - "FIB_10K"
15915   - "FIB_100K"
15916   - "FIB_1M"
15917   layout:
15918     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15919     layout: "plot-latency"
15920
15921 -
15922   type: "plot"
15923   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
15924   algorithm: "plot_latency_error_bars"
15925   output-file-type: ".html"
15926   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
15927   data: "plot-vpp-throughput-latency-3n-hsw"
15928   filter: "'NIC_Intel-XL710' and
15929            '64B' and
15930            ('BASE' or 'SCALE') and
15931            'NDRPDR' and
15932            'ETH' and
15933            '2T2C' and
15934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15935            not 'VHOST' and
15936            not 'MEMIF'"
15937   parameters:
15938   - "latency"
15939   - "parent"
15940   - "tags"
15941   sort:
15942   - "L2PATCH"
15943   - "L2XCBASE"
15944   - "BASE"
15945   - "FIB_10K"
15946   - "FIB_100K"
15947   - "FIB_1M"
15948   layout:
15949     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15950     layout: "plot-latency"
15951
15952 # Packet Latency - VPP L2 3n-skx-x710 base and scale
15953 -
15954   type: "plot"
15955   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
15956   algorithm: "plot_latency_error_bars"
15957   output-file-type: ".html"
15958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
15959   data: "plot-vpp-throughput-latency-3n-skx"
15960   filter: "'NIC_Intel-X710' and
15961            '64B' and
15962            ('BASE' or 'SCALE') and
15963            'NDRPDR' and
15964            'ETH' and
15965            '2T1C' and
15966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15967            not 'VHOST' and
15968            not 'MEMIF'"
15969   parameters:
15970   - "latency"
15971   - "parent"
15972   - "tags"
15973   sort:
15974   - "L2PATCH"
15975   - "L2XCBASE"
15976   - "BASE"
15977   - "FIB_10K"
15978   - "FIB_100K"
15979   - "FIB_1M"
15980   layout:
15981     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15982     layout: "plot-latency"
15983
15984 -
15985   type: "plot"
15986   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
15987   algorithm: "plot_latency_error_bars"
15988   output-file-type: ".html"
15989   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
15990   data: "plot-vpp-throughput-latency-3n-skx"
15991   filter: "'NIC_Intel-X710' and
15992            '64B' and
15993            ('BASE' or 'SCALE') and
15994            'NDRPDR' and
15995            'ETH' and
15996            '4T2C' and
15997            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15998            not 'VHOST' and
15999            not 'MEMIF'"
16000   parameters:
16001   - "latency"
16002   - "parent"
16003   - "tags"
16004   sort:
16005   - "L2PATCH"
16006   - "L2XCBASE"
16007   - "BASE"
16008   - "FIB_10K"
16009   - "FIB_100K"
16010   - "FIB_1M"
16011   layout:
16012     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16013     layout: "plot-latency"
16014
16015 # Packet Latency - VPP L2 3n-skx-x710 features
16016 -
16017   type: "plot"
16018   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16019   algorithm: "plot_latency_error_bars"
16020   output-file-type: ".html"
16021   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16022   data: "plot-vpp-throughput-latency-3n-skx"
16023   filter: "'NIC_Intel-X710' and
16024            '64B' and
16025            'NDRPDR' and
16026            '2T1C' and
16027            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16028            not 'ACL' and
16029            not 'VHOST' and
16030            not 'MEMIF'"
16031   parameters:
16032   - "latency"
16033   - "parent"
16034   - "tags"
16035   sort:
16036   - "L2XCBASE"    # l2xcbase
16037   - "L2BDBASE"    # l2bdbase
16038   - "L2XCFWD"     # dot1q-l2xcbase
16039   - "L2BDMACLRN"  # dot1q-l2bdbase
16040   layout:
16041     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16042     layout: "plot-latency"
16043
16044 -
16045   type: "plot"
16046   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16047   algorithm: "plot_latency_error_bars"
16048   output-file-type: ".html"
16049   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16050   data: "plot-vpp-throughput-latency-3n-skx"
16051   filter: "'NIC_Intel-X710' and
16052            '64B' and
16053            'NDRPDR' and
16054            '4T2C' and
16055            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16056            not 'ACL' and
16057            not 'VHOST' and
16058            not 'MEMIF'"
16059   parameters:
16060   - "latency"
16061   - "parent"
16062   - "tags"
16063   sort:
16064   - "L2XCBASE"    # l2xcbase
16065   - "L2BDBASE"    # l2bdbase
16066   - "L2XCFWD"     # dot1q-l2xcbase
16067   - "L2BDMACLRN"  # dot1q-l2bdbase
16068   layout:
16069     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16070     layout: "plot-latency"
16071
16072 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16073 -
16074   type: "plot"
16075   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16076   algorithm: "plot_latency_error_bars"
16077   output-file-type: ".html"
16078   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16079   data: "plot-vpp-throughput-latency-3n-skx"
16080   filter: "'NIC_Intel-XXV710' and
16081            '64B' and
16082            ('BASE' or 'SCALE') and
16083            'NDRPDR' and
16084            'ETH' and
16085            '2T1C' and
16086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16087            not 'VHOST' and
16088            not 'MEMIF'"
16089   parameters:
16090   - "latency"
16091   - "parent"
16092   - "tags"
16093   sort:
16094   - "L2PATCH"
16095   - "L2XCBASE"
16096   - "BASE"
16097   - "FIB_10K"
16098   - "FIB_100K"
16099   - "FIB_1M"
16100   layout:
16101     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16102     layout: "plot-latency"
16103
16104 -
16105   type: "plot"
16106   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16107   algorithm: "plot_latency_error_bars"
16108   output-file-type: ".html"
16109   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16110   data: "plot-vpp-throughput-latency-3n-skx"
16111   filter: "'NIC_Intel-XXV710' and
16112            '64B' and
16113            ('BASE' or 'SCALE') and
16114            'NDRPDR' and
16115            'ETH' and
16116            '4T2C' and
16117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16118            not 'VHOST' and
16119            not 'MEMIF'"
16120   parameters:
16121   - "latency"
16122   - "parent"
16123   - "tags"
16124   sort:
16125   - "L2PATCH"
16126   - "L2XCBASE"
16127   - "BASE"
16128   - "FIB_10K"
16129   - "FIB_100K"
16130   - "FIB_1M"
16131   layout:
16132     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16133     layout: "plot-latency"
16134
16135 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16136 -
16137   type: "plot"
16138   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16139   algorithm: "plot_latency_error_bars"
16140   output-file-type: ".html"
16141   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16142   data: "plot-vpp-throughput-latency-2n-skx"
16143   filter: "'NIC_Intel-X710' and
16144            '64B' and
16145            'ETH' and
16146            ('BASE' or 'SCALE') and
16147            'NDRPDR' and
16148            '2T1C' and
16149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16150            not 'VHOST' and
16151            not 'MEMIF'"
16152   parameters:
16153   - "latency"
16154   - "parent"
16155   - "tags"
16156   sort:
16157   - "L2PATCH"
16158   - "L2XCBASE"
16159   - "BASE"
16160   - "FIB_10K"
16161   - "FIB_100K"
16162   - "FIB_1M"
16163   layout:
16164     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16165     layout: "plot-latency"
16166
16167 -
16168   type: "plot"
16169   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16170   algorithm: "plot_latency_error_bars"
16171   output-file-type: ".html"
16172   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16173   data: "plot-vpp-throughput-latency-2n-skx"
16174   filter: "'NIC_Intel-X710' and
16175            '64B' and
16176            ('BASE' or 'SCALE') and
16177            'NDRPDR' and
16178            'ETH' and
16179            '4T2C' and
16180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16181            not 'VHOST' and
16182            not 'MEMIF'"
16183   parameters:
16184   - "latency"
16185   - "parent"
16186   - "tags"
16187   sort:
16188   - "L2PATCH"
16189   - "L2XCBASE"
16190   - "BASE"
16191   - "FIB_10K"
16192   - "FIB_100K"
16193   - "FIB_1M"
16194   layout:
16195     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16196     layout: "plot-latency"
16197
16198 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16199 -
16200   type: "plot"
16201   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16202   algorithm: "plot_latency_error_bars"
16203   output-file-type: ".html"
16204   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16205   data: "plot-vpp-throughput-latency-2n-skx"
16206   filter: "'NIC_Intel-XXV710' and
16207            '64B' and
16208            ('BASE' or 'SCALE') and
16209            'NDRPDR' and
16210            'ETH' and
16211            '2T1C' and
16212            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16213            not 'VHOST' and
16214            not 'MEMIF'"
16215   parameters:
16216   - "latency"
16217   - "parent"
16218   - "tags"
16219   sort:
16220   - "L2PATCH"
16221   - "L2XCBASE"
16222   - "BASE"
16223   - "FIB_10K"
16224   - "FIB_100K"
16225   - "FIB_1M"
16226   layout:
16227     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16228     layout: "plot-latency"
16229
16230 -
16231   type: "plot"
16232   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16233   algorithm: "plot_latency_error_bars"
16234   output-file-type: ".html"
16235   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16236   data: "plot-vpp-throughput-latency-2n-skx"
16237   filter: "'NIC_Intel-XXV710' and
16238            '64B' and
16239            ('BASE' or 'SCALE') and
16240            'NDRPDR' and
16241            'ETH' and
16242            '4T2C' and
16243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16244            not 'VHOST' and
16245            not 'MEMIF'"
16246   parameters:
16247   - "latency"
16248   - "parent"
16249   - "tags"
16250   sort:
16251   - "L2PATCH"
16252   - "L2XCBASE"
16253   - "BASE"
16254   - "FIB_10K"
16255   - "FIB_100K"
16256   - "FIB_1M"
16257   layout:
16258     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16259     layout: "plot-latency"
16260
16261 ################################################################################
16262
16263 # Packet Latency - VPP Container Memif 3n-hsw-x520
16264 -
16265   type: "plot"
16266   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16267   algorithm: "plot_latency_error_bars"
16268   output-file-type: ".html"
16269   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16270   data: "plot-vpp-throughput-latency-3n-hsw"
16271   filter: "'NIC_Intel-X520-DA2' and
16272            '64B' and
16273            ('BASE' or 'SCALE') and
16274            'NDRPDR' and
16275            '1T1C' and
16276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16277            not 'VHOST' and
16278            'MEMIF'"
16279   parameters:
16280   - "latency"
16281   - "parent"
16282   - "tags"
16283   sort:
16284   - "L2XCFWD"
16285   - "L2XCFWD"
16286   - "L2XCFWD"
16287   - "L2BDMACLRN"
16288   - "L2BDMACLRN"
16289   - "L2BDMACLRN"
16290   layout:
16291     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16292     layout: "plot-latency"
16293
16294 -
16295   type: "plot"
16296   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16297   algorithm: "plot_latency_error_bars"
16298   output-file-type: ".html"
16299   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16300   data: "plot-vpp-throughput-latency-3n-hsw"
16301   filter: "'NIC_Intel-X520-DA2' and
16302            '64B' and
16303            ('BASE' or 'SCALE') and
16304            'NDRPDR' and
16305            '2T2C' and
16306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16307            not 'VHOST' and
16308            'MEMIF'"
16309   parameters:
16310   - "latency"
16311   - "parent"
16312   - "tags"
16313   sort:
16314   - "L2XCFWD"
16315   - "L2XCFWD"
16316   - "L2XCFWD"
16317   - "L2BDMACLRN"
16318   - "L2BDMACLRN"
16319   - "L2BDMACLRN"
16320   layout:
16321     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16322     layout: "plot-latency"
16323
16324 # Packet Latency - VPP Container Memif 3n-hsw-x710
16325 -
16326   type: "plot"
16327   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16328   algorithm: "plot_latency_error_bars"
16329   output-file-type: ".html"
16330   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16331   data: "plot-vpp-throughput-latency-3n-hsw"
16332   filter: "'NIC_Intel-X710' and
16333            '64B' and
16334            ('BASE' or 'SCALE') and
16335            'NDRPDR' and
16336            '1T1C' and
16337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16338            not 'VHOST' and
16339            'MEMIF'"
16340   parameters:
16341   - "latency"
16342   - "parent"
16343   - "tags"
16344   sort:
16345   - "L2XCFWD"
16346   - "L2XCFWD"
16347   - "L2XCFWD"
16348   - "L2BDMACLRN"
16349   - "L2BDMACLRN"
16350   - "L2BDMACLRN"
16351   layout:
16352     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16353     layout: "plot-latency"
16354
16355 -
16356   type: "plot"
16357   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16358   algorithm: "plot_latency_error_bars"
16359   output-file-type: ".html"
16360   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16361   data: "plot-vpp-throughput-latency-3n-hsw"
16362   filter: "'NIC_Intel-X710' and
16363            '64B' and
16364            ('BASE' or 'SCALE') and
16365            'NDRPDR' and
16366            '2T2C' and
16367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16368            not 'VHOST' and
16369            'MEMIF'"
16370   parameters:
16371   - "latency"
16372   - "parent"
16373   - "tags"
16374   sort:
16375   - "L2XCFWD"
16376   - "L2XCFWD"
16377   - "L2XCFWD"
16378   - "L2BDMACLRN"
16379   - "L2BDMACLRN"
16380   - "L2BDMACLRN"
16381   layout:
16382     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16383     layout: "plot-latency"
16384
16385 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16386 -
16387   type: "plot"
16388   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16389   algorithm: "plot_latency_error_bars"
16390   output-file-type: ".html"
16391   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16392   data: "plot-vpp-throughput-latency-3n-hsw"
16393   filter: "'NIC_Intel-XL710' and
16394            '64B' and
16395            ('BASE' or 'SCALE') and
16396            'NDRPDR' and
16397            '1T1C' and
16398            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16399            not 'VHOST' and
16400            'MEMIF'"
16401   parameters:
16402   - "latency"
16403   - "parent"
16404   - "tags"
16405   sort:
16406   - "L2XCFWD"
16407   - "L2XCFWD"
16408   - "L2XCFWD"
16409   - "L2BDMACLRN"
16410   - "L2BDMACLRN"
16411   - "L2BDMACLRN"
16412   layout:
16413     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16414     layout: "plot-latency"
16415
16416 -
16417   type: "plot"
16418   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16419   algorithm: "plot_latency_error_bars"
16420   output-file-type: ".html"
16421   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16422   data: "plot-vpp-throughput-latency-3n-hsw"
16423   filter: "'NIC_Intel-XL710' and
16424            '64B' and
16425            ('BASE' or 'SCALE') and
16426            'NDRPDR' and
16427            '2T2C' and
16428            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16429            not 'VHOST' and
16430            'MEMIF'"
16431   parameters:
16432   - "latency"
16433   - "parent"
16434   - "tags"
16435   sort:
16436   - "L2XCFWD"
16437   - "L2XCFWD"
16438   - "L2XCFWD"
16439   - "L2BDMACLRN"
16440   - "L2BDMACLRN"
16441   - "L2BDMACLRN"
16442   layout:
16443     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16444     layout: "plot-latency"
16445
16446 # Packet Latency - VPP Container Memif 3n-skx-x710
16447 -
16448   type: "plot"
16449   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16450   algorithm: "plot_latency_error_bars"
16451   output-file-type: ".html"
16452   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16453   data: "plot-vpp-throughput-latency-3n-skx"
16454   filter: "'NIC_Intel-X710' and
16455            '64B' and
16456            ('BASE' or 'SCALE') and
16457            'NDRPDR' and
16458            '2T1C' and
16459            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16460            not 'VHOST' and
16461            'MEMIF'"
16462   parameters:
16463   - "latency"
16464   - "parent"
16465   - "tags"
16466   sort:
16467   - "L2XCFWD"
16468   - "L2XCFWD"
16469   - "L2XCFWD"
16470   - "L2BDMACLRN"
16471   - "L2BDMACLRN"
16472   - "L2BDMACLRN"
16473   layout:
16474     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16475     layout: "plot-latency"
16476
16477 -
16478   type: "plot"
16479   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16480   algorithm: "plot_latency_error_bars"
16481   output-file-type: ".html"
16482   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16483   data: "plot-vpp-throughput-latency-3n-skx"
16484   filter: "'NIC_Intel-X710' and
16485            '64B' and
16486            ('BASE' or 'SCALE') and
16487            'NDRPDR' and
16488            '4T2C' and
16489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16490            not 'VHOST' and
16491            'MEMIF'"
16492   parameters:
16493   - "latency"
16494   - "parent"
16495   - "tags"
16496   sort:
16497   - "L2XCFWD"
16498   - "L2XCFWD"
16499   - "L2XCFWD"
16500   - "L2BDMACLRN"
16501   - "L2BDMACLRN"
16502   - "L2BDMACLRN"
16503   layout:
16504     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16505     layout: "plot-latency"
16506
16507 # Packet Latency - VPP Container Memif 2n-skx-x710
16508 -
16509   type: "plot"
16510   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16511   algorithm: "plot_latency_error_bars"
16512   output-file-type: ".html"
16513   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16514   data: "plot-vpp-throughput-latency-2n-skx"
16515   filter: "'NIC_Intel-X710' and
16516            '64B' and
16517            ('BASE' or 'SCALE') and
16518            'NDRPDR' and
16519            '2T1C' and
16520            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16521            not 'VHOST' and
16522            'MEMIF'"
16523   parameters:
16524   - "latency"
16525   - "parent"
16526   - "tags"
16527   sort:
16528   - "L2XCFWD"
16529   - "L2XCFWD"
16530   - "L2XCFWD"
16531   - "L2BDMACLRN"
16532   - "L2BDMACLRN"
16533   - "L2BDMACLRN"
16534   layout:
16535     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16536     layout: "plot-latency"
16537
16538 -
16539   type: "plot"
16540   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16541   algorithm: "plot_latency_error_bars"
16542   output-file-type: ".html"
16543   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16544   data: "plot-vpp-throughput-latency-2n-skx"
16545   filter: "'NIC_Intel-X710' and
16546            '64B' and
16547            ('BASE' or 'SCALE') and
16548            'NDRPDR' and
16549            '4T2C' and
16550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16551            not 'VHOST' and
16552            'MEMIF'"
16553   parameters:
16554   - "latency"
16555   - "parent"
16556   - "tags"
16557   sort:
16558   - "L2XCFWD"
16559   - "L2XCFWD"
16560   - "L2XCFWD"
16561   - "L2BDMACLRN"
16562   - "L2BDMACLRN"
16563   - "L2BDMACLRN"
16564   layout:
16565     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16566     layout: "plot-latency"
16567
16568 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16569 -
16570   type: "plot"
16571   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16572   algorithm: "plot_latency_error_bars"
16573   output-file-type: ".html"
16574   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16575   data: "plot-vpp-throughput-latency-2n-skx"
16576   filter: "'NIC_Intel-XXV710' and
16577            '64B' and
16578            ('BASE' or 'SCALE') and
16579            'NDRPDR' and
16580            '2T1C' and
16581            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16582            not 'VHOST' and
16583            'MEMIF'"
16584   parameters:
16585   - "latency"
16586   - "parent"
16587   - "tags"
16588   sort:
16589   - "L2XCFWD"
16590   - "L2XCFWD"
16591   - "L2XCFWD"
16592   - "L2BDMACLRN"
16593   - "L2BDMACLRN"
16594   - "L2BDMACLRN"
16595   layout:
16596     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16597     layout: "plot-latency"
16598
16599 -
16600   type: "plot"
16601   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16602   algorithm: "plot_latency_error_bars"
16603   output-file-type: ".html"
16604   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16605   data: "plot-vpp-throughput-latency-2n-skx"
16606   filter: "'NIC_Intel-XXV710' and
16607            '64B' and
16608            ('BASE' or 'SCALE') and
16609            'NDRPDR' and
16610            '4T2C' and
16611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16612            not 'VHOST' and
16613            'MEMIF'"
16614   parameters:
16615   - "latency"
16616   - "parent"
16617   - "tags"
16618   sort:
16619   - "L2XCFWD"
16620   - "L2XCFWD"
16621   - "L2XCFWD"
16622   - "L2BDMACLRN"
16623   - "L2BDMACLRN"
16624   - "L2BDMACLRN"
16625   layout:
16626     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16627     layout: "plot-latency"
16628
16629 ################################################################################
16630
16631 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16632 -
16633   type: "plot"
16634   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16635   algorithm: "plot_latency_error_bars"
16636   output-file-type: ".html"
16637   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16638   data: "plot-ligato-throughput-latency-3n-hsw"
16639   filter: "'NIC_Intel-X520-DA2' and
16640            '64B' and
16641            ('BASE' or 'SCALE') and
16642            'NDRPDR' and
16643            '1T1C' and
16644            'L2XCFWD' and
16645            not 'VHOST' and
16646            'MEMIF'"
16647   parameters:
16648   - "latency"
16649   - "parent"
16650   - "tags"
16651   sort:
16652   - "1VNF"
16653   - "2VNF"
16654   - "4VNF"
16655   - "2VNF"
16656   - "4VNF"
16657   layout:
16658     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16659     layout: "plot-latency"
16660
16661 -
16662   type: "plot"
16663   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16664   algorithm: "plot_latency_error_bars"
16665   output-file-type: ".html"
16666   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16667   data: "plot-ligato-throughput-latency-3n-hsw"
16668   filter: "'NIC_Intel-X520-DA2' and
16669            '64B' and
16670            ('BASE' or 'SCALE') and
16671            'NDRPDR' and
16672            '2T2C' and
16673            'L2XCFWD' and
16674            not 'VHOST' and
16675            'MEMIF'"
16676   parameters:
16677   - "latency"
16678   - "parent"
16679   - "tags"
16680   sort:
16681   - "1VNF"
16682   - "2VNF"
16683   - "4VNF"
16684   - "2VNF"
16685   - "4VNF"
16686   layout:
16687     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16688     layout: "plot-latency"
16689
16690 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16691 -
16692   type: "plot"
16693   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16694   algorithm: "plot_latency_error_bars"
16695   output-file-type: ".html"
16696   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16697   data: "plot-ligato-throughput-latency-3n-hsw"
16698   filter: "'NIC_Intel-X520-DA2' and
16699            '64B' and
16700            ('BASE' or 'SCALE') and
16701            'NDRPDR' and
16702            '1T1C' and
16703            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16704            not 'VHOST' and
16705            'MEMIF'"
16706   parameters:
16707   - "latency"
16708   - "parent"
16709   - "tags"
16710   sort:
16711   - "1VNF"
16712   - "2VNF"
16713   - "4VNF"
16714   - "2VNF"
16715   - "4VNF"
16716   layout:
16717     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16718     layout: "plot-latency"
16719
16720 -
16721   type: "plot"
16722   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16723   algorithm: "plot_latency_error_bars"
16724   output-file-type: ".html"
16725   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16726   data: "plot-ligato-throughput-latency-3n-hsw"
16727   filter: "'NIC_Intel-X520-DA2' and
16728            '64B' and
16729            ('BASE' or 'SCALE') and
16730            'NDRPDR' and
16731            '2T2C' and
16732            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16733            not 'VHOST' and
16734            'MEMIF'"
16735   parameters:
16736   - "latency"
16737   - "parent"
16738   - "tags"
16739   sort:
16740   - "1VNF"
16741   - "2VNF"
16742   - "4VNF"
16743   - "2VNF"
16744   - "4VNF"
16745   layout:
16746     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16747     layout: "plot-latency"
16748
16749 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16750 -
16751   type: "plot"
16752   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16753   algorithm: "plot_latency_error_bars"
16754   output-file-type: ".html"
16755   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16756   data: "plot-ligato-throughput-latency-3n-hsw"
16757   filter: "'NIC_Intel-X710' and
16758            '64B' and
16759            ('BASE' or 'SCALE') and
16760            'NDRPDR' and
16761            '1T1C' and
16762            'L2XCFWD' and
16763            not 'VHOST' and
16764            'MEMIF'"
16765   parameters:
16766   - "latency"
16767   - "parent"
16768   - "tags"
16769   sort:
16770   - "1VNF"
16771   - "2VNF"
16772   - "4VNF"
16773   - "2VNF"
16774   - "4VNF"
16775   layout:
16776     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16777     layout: "plot-latency"
16778
16779 -
16780   type: "plot"
16781   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16782   algorithm: "plot_latency_error_bars"
16783   output-file-type: ".html"
16784   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16785   data: "plot-ligato-throughput-latency-3n-hsw"
16786   filter: "'NIC_Intel-X710' and
16787            '64B' and
16788            ('BASE' or 'SCALE') and
16789            'NDRPDR' and
16790            '2T2C' and
16791            'L2XCFWD' and
16792            not 'VHOST' and
16793            'MEMIF'"
16794   parameters:
16795   - "latency"
16796   - "parent"
16797   - "tags"
16798   sort:
16799   - "1VNF"
16800   - "2VNF"
16801   - "4VNF"
16802   - "2VNF"
16803   - "4VNF"
16804   layout:
16805     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16806     layout: "plot-latency"
16807
16808 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16809 -
16810   type: "plot"
16811   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16812   algorithm: "plot_latency_error_bars"
16813   output-file-type: ".html"
16814   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16815   data: "plot-ligato-throughput-latency-3n-hsw"
16816   filter: "'NIC_Intel-X710' and
16817            '64B' and
16818            ('BASE' or 'SCALE') and
16819            'NDRPDR' and
16820            '1T1C' and
16821            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16822            not 'VHOST' and
16823            'MEMIF'"
16824   parameters:
16825   - "latency"
16826   - "parent"
16827   - "tags"
16828   sort:
16829   - "1VNF"
16830   - "2VNF"
16831   - "4VNF"
16832   - "2VNF"
16833   - "4VNF"
16834   layout:
16835     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
16836     layout: "plot-latency"
16837
16838 -
16839   type: "plot"
16840   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16841   algorithm: "plot_latency_error_bars"
16842   output-file-type: ".html"
16843   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16844   data: "plot-ligato-throughput-latency-3n-hsw"
16845   filter: "'NIC_Intel-X710' and
16846            '64B' and
16847            ('BASE' or 'SCALE') and
16848            'NDRPDR' and
16849            '2T2C' and
16850            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16851            not 'VHOST' and
16852            'MEMIF'"
16853   parameters:
16854   - "latency"
16855   - "parent"
16856   - "tags"
16857   sort:
16858   - "1VNF"
16859   - "2VNF"
16860   - "4VNF"
16861   - "2VNF"
16862   - "4VNF"
16863   layout:
16864     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
16865     layout: "plot-latency"
16866
16867 ################################################################################
16868
16869 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
16870 -
16871   type: "plot"
16872   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16873   algorithm: "plot_latency_error_bars"
16874   output-file-type: ".html"
16875   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16876   data: "plot-vpp-throughput-latency-3n-hsw"
16877   filter: "'NIC_Intel-X520-DA2' and
16878            '64B' and
16879            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16880            'NDRPDR' and
16881            '1T1C' and
16882            'IP4FWD' and
16883            not 'IPSEC' and
16884            not 'VHOST'"
16885   parameters:
16886   - "latency"
16887   - "parent"
16888   - "tags"
16889   sort:
16890   - "IP4BASE"
16891   - "FIB_20K"
16892   - "FIB_200K"
16893   - "FIB_2M"
16894   layout:
16895     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16896     layout: "plot-latency"
16897
16898 -
16899   type: "plot"
16900   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16901   algorithm: "plot_latency_error_bars"
16902   output-file-type: ".html"
16903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16904   data: "plot-vpp-throughput-latency-3n-hsw"
16905   filter: "'NIC_Intel-X520-DA2' and
16906            '64B' and
16907            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16908            'NDRPDR' and
16909            '2T2C' and
16910            'IP4FWD' and
16911            not 'IPSEC' and
16912            not 'VHOST'"
16913   parameters:
16914   - "latency"
16915   - "parent"
16916   - "tags"
16917   sort:
16918   - "IP4BASE"
16919   - "FIB_20K"
16920   - "FIB_200K"
16921   - "FIB_2M"
16922   layout:
16923     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16924     layout: "plot-latency"
16925
16926 # Packet Latency - VPP IPv4 3n-hsw-x520 features
16927 -
16928   type: "plot"
16929   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16930   algorithm: "plot_latency_error_bars"
16931   output-file-type: ".html"
16932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16933   data: "plot-vpp-throughput-latency-3n-hsw"
16934   filter: "'NIC_Intel-X520-DA2' and
16935            '64B' and
16936            ('IP4BASE' or
16937             'POLICE_MARK' or
16938             'COPWHLIST' or
16939             ('NAT44' and 'BASE') or
16940             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
16941            'NDRPDR' and
16942            '1T1C' and
16943            'IP4FWD' and
16944            not 'IPSEC' and
16945            not 'VHOST'"
16946   parameters:
16947   - "throughput"
16948   - "parent"
16949   - "tags"
16950   sort:
16951   - "IP4BASE"
16952   - "NAT44"
16953   - "POLICE_MARK"
16954   - "COPWHLIST"
16955   - "IACL"
16956   - "OACL"
16957   layout:
16958     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
16959     layout: "plot-latency"
16960
16961 -
16962   type: "plot"
16963   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16964   algorithm: "plot_latency_error_bars"
16965   output-file-type: ".html"
16966   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16967   data: "plot-vpp-throughput-latency-3n-hsw"
16968   filter: "'NIC_Intel-X520-DA2' and
16969            '64B' and
16970            ('IP4BASE' or
16971             'POLICE_MARK' or
16972             'COPWHLIST' or
16973             ('NAT44' and 'BASE') or
16974             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
16975            'NDRPDR' and
16976            '2T2C' and
16977            'IP4FWD' and
16978            not 'IPSEC' and
16979            not 'VHOST'"
16980   parameters:
16981   - "throughput"
16982   - "parent"
16983   - "tags"
16984   sort:
16985   - "IP4BASE"
16986   - "NAT44"
16987   - "POLICE_MARK"
16988   - "COPWHLIST"
16989   - "IACL"
16990   - "OACL"
16991   layout:
16992     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
16993     layout: "plot-latency"
16994
16995 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
16996 -
16997   type: "plot"
16998   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
16999   algorithm: "plot_latency_error_bars"
17000   output-file-type: ".html"
17001   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17002   data: "plot-vpp-throughput-latency-3n-hsw"
17003   filter: "'NIC_Intel-X520-DA2' and
17004            '64B' and
17005            'NDRPDR' and
17006            '1T1C' and
17007            'IP4FWD' and
17008            'NAT44' and
17009            not 'IPSEC' and
17010            not 'VHOST'"
17011   parameters:
17012   - "throughput"
17013   - "parent"
17014   - "tags"
17015   sort:
17016   - "BASE"
17017   - "BASE"
17018   - "SRC_USER_10"
17019   - "SRC_USER_100"
17020   - "SRC_USER_1000"
17021   - "SRC_USER_2000"
17022   layout:
17023     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17024     layout: "plot-latency"
17025
17026 -
17027   type: "plot"
17028   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17029   algorithm: "plot_latency_error_bars"
17030   output-file-type: ".html"
17031   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-nat44-lat"
17032   data: "plot-vpp-throughput-latency-3n-hsw"
17033   filter: "'NIC_Intel-X520-DA2' and
17034            '64B' and
17035            'NDRPDR' and
17036            '2T2C' and
17037            'IP4FWD' and
17038            'NAT44' and
17039            not 'IPSEC' and
17040            not 'VHOST'"
17041   parameters:
17042   - "throughput"
17043   - "parent"
17044   - "tags"
17045   sort:
17046   - "BASE"
17047   - "BASE"
17048   - "SRC_USER_10"
17049   - "SRC_USER_100"
17050   - "SRC_USER_1000"
17051   - "SRC_USER_2000"
17052   layout:
17053     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17054     layout: "plot-latency"
17055
17056 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17057 -
17058   type: "plot"
17059   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17060   algorithm: "plot_latency_error_bars"
17061   output-file-type: ".html"
17062   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17063   data: "plot-vpp-throughput-latency-3n-hsw"
17064   filter: "'NIC_Intel-X520-DA2' and
17065            '64B' and
17066            'NDRPDR' and
17067            '1T1C' and
17068            'IP4FWD' and
17069            'IACL' and
17070            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17071            not 'IPSEC' and
17072            not 'VHOST'"
17073   parameters:
17074   - "throughput"
17075   - "parent"
17076   - "tags"
17077   sort:
17078   - "ACL_STATELESS"
17079   - "ACL_STATEFUL"
17080   - "ACL_STATELESS"
17081   - "ACL_STATEFUL"
17082   layout:
17083     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17084     layout: "plot-latency"
17085
17086 -
17087   type: "plot"
17088   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17089   algorithm: "plot_latency_error_bars"
17090   output-file-type: ".html"
17091   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-iacl-lat"
17092   data: "plot-vpp-throughput-latency-3n-hsw"
17093   filter: "'NIC_Intel-X520-DA2' and
17094            '64B' and
17095            'NDRPDR' and
17096            '2T2C' and
17097            'IP4FWD' and
17098            'IACL' and
17099            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17100            not 'IPSEC' and
17101            not 'VHOST'"
17102   parameters:
17103   - "throughput"
17104   - "parent"
17105   - "tags"
17106   sort:
17107   - "ACL_STATELESS"
17108   - "ACL_STATEFUL"
17109   - "ACL_STATELESS"
17110   - "ACL_STATEFUL"
17111   layout:
17112     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17113     layout: "plot-latency"
17114
17115 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17116 -
17117   type: "plot"
17118   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17119   algorithm: "plot_latency_error_bars"
17120   output-file-type: ".html"
17121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17122   data: "plot-vpp-throughput-latency-3n-hsw"
17123   filter: "'NIC_Intel-X520-DA2' and
17124            '64B' and
17125            'NDRPDR' and
17126            '1T1C' and
17127            'IP4FWD' and
17128            'OACL' and
17129            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17130            not 'IPSEC' and
17131            not 'VHOST'"
17132   parameters:
17133   - "throughput"
17134   - "parent"
17135   - "tags"
17136   sort:
17137   - "ACL_STATELESS"
17138   - "ACL_STATEFUL"
17139   - "ACL_STATELESS"
17140   - "ACL_STATEFUL"
17141   layout:
17142     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17143     layout: "plot-latency"
17144
17145 -
17146   type: "plot"
17147   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17148   algorithm: "plot_latency_error_bars"
17149   output-file-type: ".html"
17150   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-oacl-lat"
17151   data: "plot-vpp-throughput-latency-3n-hsw"
17152   filter: "'NIC_Intel-X520-DA2' and
17153            '64B' and
17154            'NDRPDR' and
17155            '2T2C' and
17156            'IP4FWD' and
17157            'OACL' and
17158            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17159            not 'IPSEC' and
17160            not 'VHOST'"
17161   parameters:
17162   - "throughput"
17163   - "parent"
17164   - "tags"
17165   sort:
17166   - "ACL_STATELESS"
17167   - "ACL_STATEFUL"
17168   - "ACL_STATELESS"
17169   - "ACL_STATEFUL"
17170   layout:
17171     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17172     layout: "plot-latency"
17173
17174 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17175 -
17176   type: "plot"
17177   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17178   algorithm: "plot_latency_error_bars"
17179   output-file-type: ".html"
17180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17181   data: "plot-vpp-throughput-latency-3n-hsw"
17182   filter: "'NIC_Intel-X710' and
17183            '64B' and
17184            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17185            'NDRPDR' and
17186            '1T1C' and
17187            'IP4FWD' and
17188            not 'IPSEC' and
17189            not 'VHOST'"
17190   parameters:
17191   - "latency"
17192   - "parent"
17193   - "tags"
17194   sort:
17195   - "IP4BASE"
17196   - "FIB_20K"
17197   - "FIB_200K"
17198   - "FIB_2M"
17199   layout:
17200     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17201     layout: "plot-latency"
17202
17203 -
17204   type: "plot"
17205   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17206   algorithm: "plot_latency_error_bars"
17207   output-file-type: ".html"
17208   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17209   data: "plot-vpp-throughput-latency-3n-hsw"
17210   filter: "'NIC_Intel-X710' and
17211            '64B' and
17212            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17213            'NDRPDR' and
17214            '2T2C' and
17215            'IP4FWD' and
17216            not 'IPSEC' and
17217            not 'VHOST'"
17218   parameters:
17219   - "latency"
17220   - "parent"
17221   - "tags"
17222   sort:
17223   - "IP4BASE"
17224   - "FIB_20K"
17225   - "FIB_200K"
17226   - "FIB_2M"
17227   layout:
17228     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17229     layout: "plot-latency"
17230
17231 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17232 -
17233   type: "plot"
17234   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17235   algorithm: "plot_latency_error_bars"
17236   output-file-type: ".html"
17237   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17238   data: "plot-vpp-throughput-latency-3n-hsw"
17239   filter: "'NIC_Intel-X710' and
17240            '64B' and
17241            ('IP4BASE' or
17242             'POLICE_MARK' or
17243             'COPWHLIST' or
17244             ('NAT44' and 'BASE') or
17245             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17246            'NDRPDR' and
17247            '1T1C' and
17248            'IP4FWD' and
17249            not 'IPSEC' and
17250            not 'VHOST'"
17251   parameters:
17252   - "throughput"
17253   - "parent"
17254   - "tags"
17255   sort:
17256   - "IP4BASE"
17257   - "NAT44"
17258   - "POLICE_MARK"
17259   - "COPWHLIST"
17260   - "IACL"
17261   - "OACL"
17262   layout:
17263     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17264     layout: "plot-latency"
17265
17266 -
17267   type: "plot"
17268   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17269   algorithm: "plot_latency_error_bars"
17270   output-file-type: ".html"
17271   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17272   data: "plot-vpp-throughput-latency-3n-hsw"
17273   filter: "'NIC_Intel-X710' and
17274            '64B' and
17275            ('IP4BASE' or
17276             'POLICE_MARK' or
17277             'COPWHLIST' or
17278             ('NAT44' and 'BASE') or
17279             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17280            'NDRPDR' and
17281            '2T2C' and
17282            'IP4FWD' and
17283            not 'IPSEC' and
17284            not 'VHOST'"
17285   parameters:
17286   - "throughput"
17287   - "parent"
17288   - "tags"
17289   sort:
17290   - "IP4BASE"
17291   - "NAT44"
17292   - "POLICE_MARK"
17293   - "COPWHLIST"
17294   - "IACL"
17295   - "OACL"
17296   layout:
17297     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17298     layout: "plot-latency"
17299
17300 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17301 -
17302   type: "plot"
17303   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17304   algorithm: "plot_latency_error_bars"
17305   output-file-type: ".html"
17306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17307   data: "plot-vpp-throughput-latency-3n-hsw"
17308   filter: "'NIC_Intel-X710' and
17309            '64B' and
17310            'NDRPDR' and
17311            '1T1C' and
17312            'IP4FWD' and
17313            'NAT44' and
17314            not 'IPSEC' and
17315            not 'VHOST'"
17316   parameters:
17317   - "throughput"
17318   - "parent"
17319   - "tags"
17320   sort:
17321   - "BASE"
17322   - "BASE"
17323   - "SRC_USER_10"
17324   - "SRC_USER_100"
17325   - "SRC_USER_1000"
17326   - "SRC_USER_2000"
17327   layout:
17328     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17329     layout: "plot-latency"
17330
17331 -
17332   type: "plot"
17333   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17334   algorithm: "plot_latency_error_bars"
17335   output-file-type: ".html"
17336   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-nat44-lat"
17337   data: "plot-vpp-throughput-latency-3n-hsw"
17338   filter: "'NIC_Intel-X710' and
17339            '64B' and
17340            'NDRPDR' and
17341            '2T2C' and
17342            'IP4FWD' and
17343            'NAT44' and
17344            not 'IPSEC' and
17345            not 'VHOST'"
17346   parameters:
17347   - "throughput"
17348   - "parent"
17349   - "tags"
17350   sort:
17351   - "BASE"
17352   - "BASE"
17353   - "SRC_USER_10"
17354   - "SRC_USER_100"
17355   - "SRC_USER_1000"
17356   - "SRC_USER_2000"
17357   layout:
17358     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17359     layout: "plot-latency"
17360
17361 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17362 -
17363   type: "plot"
17364   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17365   algorithm: "plot_latency_error_bars"
17366   output-file-type: ".html"
17367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17368   data: "plot-vpp-throughput-latency-3n-hsw"
17369   filter: "'NIC_Intel-X710' and
17370            '64B' and
17371            'NDRPDR' and
17372            '1T1C' and
17373            'IP4FWD' and
17374            'IACL' and
17375            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17376            not 'IPSEC' and
17377            not 'VHOST'"
17378   parameters:
17379   - "throughput"
17380   - "parent"
17381   - "tags"
17382   sort:
17383   - "ACL_STATELESS"
17384   - "ACL_STATEFUL"
17385   - "ACL_STATELESS"
17386   - "ACL_STATEFUL"
17387   layout:
17388     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17389     layout: "plot-latency"
17390
17391 -
17392   type: "plot"
17393   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17394   algorithm: "plot_latency_error_bars"
17395   output-file-type: ".html"
17396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-iacl-lat"
17397   data: "plot-vpp-throughput-latency-3n-hsw"
17398   filter: "'NIC_Intel-X710' and
17399            '64B' and
17400            'NDRPDR' and
17401            '2T2C' and
17402            'IP4FWD' and
17403            'IACL' and
17404            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17405            not 'IPSEC' and
17406            not 'VHOST'"
17407   parameters:
17408   - "throughput"
17409   - "parent"
17410   - "tags"
17411   sort:
17412   - "ACL_STATELESS"
17413   - "ACL_STATEFUL"
17414   - "ACL_STATELESS"
17415   - "ACL_STATEFUL"
17416   layout:
17417     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17418     layout: "plot-latency"
17419
17420 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17421 -
17422   type: "plot"
17423   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17424   algorithm: "plot_latency_error_bars"
17425   output-file-type: ".html"
17426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17427   data: "plot-vpp-throughput-latency-3n-hsw"
17428   filter: "'NIC_Intel-X710' and
17429            '64B' and
17430            'NDRPDR' and
17431            '1T1C' and
17432            'IP4FWD' and
17433            'OACL' and
17434            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17435            not 'IPSEC' and
17436            not 'VHOST'"
17437   parameters:
17438   - "throughput"
17439   - "parent"
17440   - "tags"
17441   sort:
17442   - "ACL_STATELESS"
17443   - "ACL_STATEFUL"
17444   - "ACL_STATELESS"
17445   - "ACL_STATEFUL"
17446   layout:
17447     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17448     layout: "plot-latency"
17449
17450 -
17451   type: "plot"
17452   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17453   algorithm: "plot_latency_error_bars"
17454   output-file-type: ".html"
17455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-oacl-lat"
17456   data: "plot-vpp-throughput-latency-3n-hsw"
17457   filter: "'NIC_Intel-X710' and
17458            '64B' and
17459            'NDRPDR' and
17460            '2T2C' and
17461            'IP4FWD' and
17462            'OACL' and
17463            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17464            not 'IPSEC' and
17465            not 'VHOST'"
17466   parameters:
17467   - "throughput"
17468   - "parent"
17469   - "tags"
17470   sort:
17471   - "ACL_STATELESS"
17472   - "ACL_STATEFUL"
17473   - "ACL_STATELESS"
17474   - "ACL_STATEFUL"
17475   layout:
17476     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17477     layout: "plot-latency"
17478
17479 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17480 -
17481   type: "plot"
17482   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17483   algorithm: "plot_latency_error_bars"
17484   output-file-type: ".html"
17485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17486   data: "plot-vpp-throughput-latency-3n-hsw"
17487   filter: "'NIC_Intel-XL710' and
17488            '64B' and
17489            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17490            'NDRPDR' and
17491            '1T1C' and
17492            'IP4FWD' and
17493            not 'IPSEC' and
17494            not 'VHOST'"
17495   parameters:
17496   - "latency"
17497   - "parent"
17498   - "tags"
17499   sort:
17500   - "IP4BASE"
17501   - "FIB_20K"
17502   - "FIB_200K"
17503   - "FIB_2M"
17504   layout:
17505     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17506     layout: "plot-latency"
17507
17508 -
17509   type: "plot"
17510   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17511   algorithm: "plot_latency_error_bars"
17512   output-file-type: ".html"
17513   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17514   data: "plot-vpp-throughput-latency-3n-hsw"
17515   filter: "'NIC_Intel-XL710' and
17516            '64B' and
17517            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17518            'NDRPDR' and
17519            '2T2C' and
17520            'IP4FWD' and
17521            not 'IPSEC' and
17522            not 'VHOST'"
17523   parameters:
17524   - "latency"
17525   - "parent"
17526   - "tags"
17527   sort:
17528   - "IP4BASE"
17529   - "FIB_20K"
17530   - "FIB_200K"
17531   - "FIB_2M"
17532   layout:
17533     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17534     layout: "plot-latency"
17535
17536 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17537 -
17538   type: "plot"
17539   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17540   algorithm: "plot_latency_error_bars"
17541   output-file-type: ".html"
17542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17543   data: "plot-vpp-throughput-latency-3n-skx"
17544   filter: "'NIC_Intel-X710' and
17545            '64B' and
17546            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17547            'NDRPDR' and
17548            '2T1C' and
17549            'IP4FWD' and
17550            not 'IPSEC' and
17551            not 'VHOST'"
17552   parameters:
17553   - "latency"
17554   - "parent"
17555   - "tags"
17556   sort:
17557   - "IP4BASE"
17558   - "FIB_20K"
17559   - "FIB_200K"
17560   - "FIB_2M"
17561   layout:
17562     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17563     layout: "plot-latency"
17564
17565 -
17566   type: "plot"
17567   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17568   algorithm: "plot_latency_error_bars"
17569   output-file-type: ".html"
17570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17571   data: "plot-vpp-throughput-latency-3n-skx"
17572   filter: "'NIC_Intel-X710' and
17573            '64B' and
17574            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17575            'NDRPDR' and
17576            '4T2C' and
17577            'IP4FWD' and
17578            not 'IPSEC' and
17579            not 'VHOST'"
17580   parameters:
17581   - "latency"
17582   - "parent"
17583   - "tags"
17584   sort:
17585   - "IP4BASE"
17586   - "FIB_20K"
17587   - "FIB_200K"
17588   - "FIB_2M"
17589   layout:
17590     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17591     layout: "plot-latency"
17592
17593 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17594 -
17595   type: "plot"
17596   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17597   algorithm: "plot_latency_error_bars"
17598   output-file-type: ".html"
17599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17600   data: "plot-vpp-throughput-latency-3n-skx"
17601   filter: "'NIC_Intel-X710' and
17602            '64B' and
17603            ('IP4BASE' or
17604             'POLICE_MARK' or
17605             'COPWHLIST' or
17606             ('NAT44' and 'BASE') or
17607             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17608            'NDRPDR' and
17609            '2T1C' and
17610            'IP4FWD' and
17611            not 'IPSEC' and
17612            not 'VHOST'"
17613   parameters:
17614   - "throughput"
17615   - "parent"
17616   - "tags"
17617   sort:
17618   - "IP4BASE"
17619   - "NAT44"
17620   - "POLICE_MARK"
17621   - "COPWHLIST"
17622   - "IACL"
17623   - "OACL"
17624   layout:
17625     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17626     layout: "plot-latency"
17627
17628 -
17629   type: "plot"
17630   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17631   algorithm: "plot_latency_error_bars"
17632   output-file-type: ".html"
17633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17634   data: "plot-vpp-throughput-latency-3n-skx"
17635   filter: "'NIC_Intel-X710' and
17636            '64B' and
17637            ('IP4BASE' or
17638             'POLICE_MARK' or
17639             'COPWHLIST' or
17640             ('NAT44' and 'BASE') or
17641             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17642            'NDRPDR' and
17643            '4T2C' and
17644            'IP4FWD' and
17645            not 'IPSEC' and
17646            not 'VHOST'"
17647   parameters:
17648   - "throughput"
17649   - "parent"
17650   - "tags"
17651   sort:
17652   - "IP4BASE"
17653   - "NAT44"
17654   - "POLICE_MARK"
17655   - "COPWHLIST"
17656   - "IACL"
17657   - "OACL"
17658   layout:
17659     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17660     layout: "plot-latency"
17661
17662 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17663 -
17664   type: "plot"
17665   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17666   algorithm: "plot_latency_error_bars"
17667   output-file-type: ".html"
17668   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17669   data: "plot-vpp-throughput-latency-3n-skx"
17670   filter: "'NIC_Intel-X710' and
17671            '64B' and
17672            'NDRPDR' and
17673            '2T1C' and
17674            'IP4FWD' and
17675            'NAT44' and
17676            not 'IPSEC' and
17677            not 'VHOST'"
17678   parameters:
17679   - "throughput"
17680   - "parent"
17681   - "tags"
17682   sort:
17683   - "BASE"
17684   - "BASE"
17685   - "SRC_USER_10"
17686   - "SRC_USER_100"
17687   - "SRC_USER_1000"
17688   - "SRC_USER_2000"
17689   layout:
17690     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17691     layout: "plot-latency"
17692
17693 -
17694   type: "plot"
17695   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17696   algorithm: "plot_latency_error_bars"
17697   output-file-type: ".html"
17698   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-nat44-lat"
17699   data: "plot-vpp-throughput-latency-3n-skx"
17700   filter: "'NIC_Intel-X710' and
17701            '64B' and
17702            'NDRPDR' and
17703            '4T2C' and
17704            'IP4FWD' and
17705            'NAT44' and
17706            not 'IPSEC' and
17707            not 'VHOST'"
17708   parameters:
17709   - "throughput"
17710   - "parent"
17711   - "tags"
17712   sort:
17713   - "BASE"
17714   - "BASE"
17715   - "SRC_USER_10"
17716   - "SRC_USER_100"
17717   - "SRC_USER_1000"
17718   - "SRC_USER_2000"
17719   layout:
17720     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17721     layout: "plot-latency"
17722
17723 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17724 -
17725   type: "plot"
17726   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17727   algorithm: "plot_latency_error_bars"
17728   output-file-type: ".html"
17729   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17730   data: "plot-vpp-throughput-latency-3n-skx"
17731   filter: "'NIC_Intel-X710' and
17732            '64B' and
17733            'NDRPDR' and
17734            '2T1C' and
17735            'IP4FWD' and
17736            'IACL' and
17737            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17738            not 'IPSEC' and
17739            not 'VHOST'"
17740   parameters:
17741   - "throughput"
17742   - "parent"
17743   - "tags"
17744   sort:
17745   - "ACL_STATELESS"
17746   - "ACL_STATEFUL"
17747   - "ACL_STATELESS"
17748   - "ACL_STATEFUL"
17749   layout:
17750     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17751     layout: "plot-latency"
17752
17753 -
17754   type: "plot"
17755   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17756   algorithm: "plot_latency_error_bars"
17757   output-file-type: ".html"
17758   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-iacl-lat"
17759   data: "plot-vpp-throughput-latency-3n-skx"
17760   filter: "'NIC_Intel-X710' and
17761            '64B' and
17762            'NDRPDR' and
17763            '4T2C' and
17764            'IP4FWD' and
17765            'IACL' and
17766            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17767            not 'IPSEC' and
17768            not 'VHOST'"
17769   parameters:
17770   - "throughput"
17771   - "parent"
17772   - "tags"
17773   sort:
17774   - "ACL_STATELESS"
17775   - "ACL_STATEFUL"
17776   - "ACL_STATELESS"
17777   - "ACL_STATEFUL"
17778   layout:
17779     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17780     layout: "plot-latency"
17781
17782 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17783 -
17784   type: "plot"
17785   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17786   algorithm: "plot_latency_error_bars"
17787   output-file-type: ".html"
17788   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17789   data: "plot-vpp-throughput-latency-3n-skx"
17790   filter: "'NIC_Intel-X710' and
17791            '64B' and
17792            'NDRPDR' and
17793            '2T1C' and
17794            'IP4FWD' and
17795            'OACL' and
17796            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17797            not 'IPSEC' and
17798            not 'VHOST'"
17799   parameters:
17800   - "throughput"
17801   - "parent"
17802   - "tags"
17803   sort:
17804   - "ACL_STATELESS"
17805   - "ACL_STATEFUL"
17806   - "ACL_STATELESS"
17807   - "ACL_STATEFUL"
17808   layout:
17809     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17810     layout: "plot-latency"
17811
17812 -
17813   type: "plot"
17814   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17815   algorithm: "plot_latency_error_bars"
17816   output-file-type: ".html"
17817   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17818   data: "plot-vpp-throughput-latency-3n-skx"
17819   filter: "'NIC_Intel-X710' and
17820            '64B' and
17821            'NDRPDR' and
17822            '4T2C' and
17823            'IP4FWD' and
17824            'OACL' and
17825            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17826            not 'IPSEC' and
17827            not 'VHOST'"
17828   parameters:
17829   - "throughput"
17830   - "parent"
17831   - "tags"
17832   sort:
17833   - "ACL_STATELESS"
17834   - "ACL_STATEFUL"
17835   - "ACL_STATELESS"
17836   - "ACL_STATEFUL"
17837   layout:
17838     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
17839     layout: "plot-latency"
17840
17841 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
17842 -
17843   type: "plot"
17844   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17845   algorithm: "plot_latency_error_bars"
17846   output-file-type: ".html"
17847   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17848   data: "plot-vpp-throughput-latency-2n-skx"
17849   filter: "'NIC_Intel-X710' and
17850            '64B' and
17851            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17852            'NDRPDR' and
17853            '2T1C' and
17854            'IP4FWD' and
17855            not 'IPSEC' and
17856            not 'VHOST'"
17857   parameters:
17858   - "latency"
17859   - "parent"
17860   - "tags"
17861   sort:
17862   - "IP4BASE"
17863   - "FIB_20K"
17864   - "FIB_200K"
17865   - "FIB_2M"
17866   layout:
17867     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17868     layout: "plot-latency"
17869
17870 -
17871   type: "plot"
17872   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17873   algorithm: "plot_latency_error_bars"
17874   output-file-type: ".html"
17875   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17876   data: "plot-vpp-throughput-latency-2n-skx"
17877   filter: "'NIC_Intel-X710' and
17878            '64B' and
17879            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17880            'NDRPDR' and
17881            '4T2C' and
17882            'IP4FWD' and
17883            not 'IPSEC' and
17884            not 'VHOST'"
17885   parameters:
17886   - "latency"
17887   - "parent"
17888   - "tags"
17889   sort:
17890   - "IP4BASE"
17891   - "FIB_20K"
17892   - "FIB_200K"
17893   - "FIB_2M"
17894   layout:
17895     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17896     layout: "plot-latency"
17897
17898 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
17899 -
17900   type: "plot"
17901   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17902   algorithm: "plot_latency_error_bars"
17903   output-file-type: ".html"
17904   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17905   data: "plot-vpp-throughput-latency-2n-skx"
17906   filter: "'NIC_Intel-XXV710' and
17907            '64B' and
17908            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17909            'NDRPDR' and
17910            '2T1C' and
17911            'IP4FWD' and
17912            not 'IPSEC' and
17913            not 'VHOST'"
17914   parameters:
17915   - "latency"
17916   - "parent"
17917   - "tags"
17918   sort:
17919   - "IP4BASE"
17920   - "FIB_20K"
17921   - "FIB_200K"
17922   - "FIB_2M"
17923   layout:
17924     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17925     layout: "plot-latency"
17926
17927 -
17928   type: "plot"
17929   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17930   algorithm: "plot_latency_error_bars"
17931   output-file-type: ".html"
17932   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17933   data: "plot-vpp-throughput-latency-2n-skx"
17934   filter: "'NIC_Intel-XXV710' and
17935            '64B' and
17936            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17937            'NDRPDR' and
17938            '4T2C' and
17939            'IP4FWD' and
17940            not 'IPSEC' and
17941            not 'VHOST'"
17942   parameters:
17943   - "latency"
17944   - "parent"
17945   - "tags"
17946   sort:
17947   - "IP4BASE"
17948   - "FIB_20K"
17949   - "FIB_200K"
17950   - "FIB_2M"
17951   layout:
17952     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17953     layout: "plot-latency"
17954
17955 ################################################################################
17956
17957 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
17958 -
17959   type: "plot"
17960   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17961   algorithm: "plot_latency_error_bars"
17962   output-file-type: ".html"
17963   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17964   data: "plot-vpp-throughput-latency-3n-hsw"
17965   filter: "'NIC_Intel-X520-DA2' and
17966            '64B' and
17967            'ENCAP' and
17968            'NDRPDR' and
17969            '1T1C' and
17970            'VXLAN' and
17971            'L2BDMACLRN' and
17972            not 'VHOST' and
17973            not 'IPSECHW'"
17974   parameters:
17975   - "latency"
17976   - "parent"
17977   - "tags"
17978   sort:
17979   - "not DOT1Q"
17980   - "VXLAN_1"
17981   - "VXLAN_10"
17982   - "VXLAN_100"
17983   - "VXLAN_1000"
17984   layout:
17985     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17986     layout: "plot-latency"
17987
17988 -
17989   type: "plot"
17990   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17991   algorithm: "plot_latency_error_bars"
17992   output-file-type: ".html"
17993   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17994   data: "plot-vpp-throughput-latency-3n-hsw"
17995   filter: "'NIC_Intel-X520-DA2' and
17996            '64B' and
17997            'ENCAP' and
17998            'NDRPDR' and
17999            '2T2C' and
18000            'VXLAN' and
18001            'L2BDMACLRN' and
18002            not 'VHOST' and
18003            not 'IPSECHW'"
18004   parameters:
18005   - "latency"
18006   - "parent"
18007   - "tags"
18008   sort:
18009   - "not DOT1Q"
18010   - "VXLAN_1"
18011   - "VXLAN_10"
18012   - "VXLAN_100"
18013   - "VXLAN_1000"
18014   layout:
18015     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18016     layout: "plot-latency"
18017
18018 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18019 -
18020   type: "plot"
18021   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18022   algorithm: "plot_latency_error_bars"
18023   output-file-type: ".html"
18024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18025   data: "plot-vpp-throughput-latency-3n-hsw"
18026   filter: "'NIC_Intel-X520-DA2' and
18027            '64B' and
18028            'ENCAP' and
18029            'NDRPDR' and
18030            '1T1C' and
18031            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18032            not 'DOT1Q' and
18033            not 'VHOST' and
18034            not 'IPSECHW'"
18035   parameters:
18036   - "throughput"
18037   - "parent"
18038   - "tags"
18039   sort:
18040   - "L2BDMACLRN"
18041   - "L2XCFWD"
18042   - "LISP"
18043   layout:
18044     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18045     layout: "plot-latency"
18046
18047 -
18048   type: "plot"
18049   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18050   algorithm: "plot_latency_error_bars"
18051   output-file-type: ".html"
18052   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18053   data: "plot-vpp-throughput-latency-3n-hsw"
18054   filter: "'NIC_Intel-X520-DA2' and
18055            '64B' and
18056            'ENCAP' and
18057            'NDRPDR' and
18058            '2T2C' and
18059            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18060            not 'DOT1Q' and
18061            not 'VHOST' and
18062            not 'IPSECHW'"
18063   parameters:
18064   - "throughput"
18065   - "parent"
18066   - "tags"
18067   sort:
18068   - "L2BDMACLRN"
18069   - "L2XCFWD"
18070   - "LISP"
18071   layout:
18072     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18073     layout: "plot-latency"
18074
18075 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18076 -
18077   type: "plot"
18078   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18079   algorithm: "plot_latency_error_bars"
18080   output-file-type: ".html"
18081   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18082   data: "plot-vpp-throughput-latency-3n-hsw"
18083   filter: "'NIC_Intel-X710' and
18084            '64B' and
18085            'ENCAP' and
18086            'NDRPDR' and
18087            '1T1C' and
18088            'VXLAN' and
18089            'L2BDMACLRN' and
18090            not 'VHOST' and
18091            not 'IPSECHW'"
18092   parameters:
18093   - "latency"
18094   - "parent"
18095   - "tags"
18096   sort:
18097   - "not DOT1Q"
18098   - "VXLAN_1"
18099   - "VXLAN_10"
18100   - "VXLAN_100"
18101   - "VXLAN_1000"
18102   layout:
18103     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18104     layout: "plot-latency"
18105
18106 -
18107   type: "plot"
18108   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18109   algorithm: "plot_latency_error_bars"
18110   output-file-type: ".html"
18111   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18112   data: "plot-vpp-throughput-latency-3n-hsw"
18113   filter: "'NIC_Intel-X710' and
18114            '64B' and
18115            'ENCAP' and
18116            'NDRPDR' and
18117            '2T2C' and
18118            'VXLAN' and
18119            'L2BDMACLRN' and
18120            not 'VHOST' and
18121            not 'IPSECHW'"
18122   parameters:
18123   - "latency"
18124   - "parent"
18125   - "tags"
18126   sort:
18127   - "not DOT1Q"
18128   - "VXLAN_1"
18129   - "VXLAN_10"
18130   - "VXLAN_100"
18131   - "VXLAN_1000"
18132   layout:
18133     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18134     layout: "plot-latency"
18135
18136 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18137 -
18138   type: "plot"
18139   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18140   algorithm: "plot_latency_error_bars"
18141   output-file-type: ".html"
18142   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18143   data: "plot-vpp-throughput-latency-3n-hsw"
18144   filter: "'NIC_Intel-X710' and
18145            '64B' and
18146            'ENCAP' and
18147            'NDRPDR' and
18148            '1T1C' and
18149            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18150            not 'DOT1Q' and
18151            not 'VHOST' and
18152            not 'IPSECHW'"
18153   parameters:
18154   - "throughput"
18155   - "parent"
18156   - "tags"
18157   sort:
18158   - "L2BDMACLRN"
18159   - "L2XCFWD"
18160   - "LISP"
18161   layout:
18162     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18163     layout: "plot-latency"
18164
18165 -
18166   type: "plot"
18167   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18168   algorithm: "plot_latency_error_bars"
18169   output-file-type: ".html"
18170   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18171   data: "plot-vpp-throughput-latency-3n-hsw"
18172   filter: "'NIC_Intel-X710' and
18173            '64B' and
18174            'ENCAP' and
18175            'NDRPDR' and
18176            '2T2C' and
18177            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18178            not 'DOT1Q' and
18179            not 'VHOST' and
18180            not 'IPSECHW'"
18181   parameters:
18182   - "throughput"
18183   - "parent"
18184   - "tags"
18185   sort:
18186   - "L2BDMACLRN"
18187   - "L2XCFWD"
18188   - "LISP"
18189   layout:
18190     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18191     layout: "plot-latency"
18192
18193 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18194 -
18195   type: "plot"
18196   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18197   algorithm: "plot_latency_error_bars"
18198   output-file-type: ".html"
18199   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18200   data: "plot-vpp-throughput-latency-3n-skx"
18201   filter: "'NIC_Intel-X710' and
18202            '64B' and
18203            'ENCAP' and
18204            'NDRPDR' and
18205            '2T1C' and
18206            'VXLAN' and
18207            'L2BDMACLRN' and
18208            not 'VHOST' and
18209            not 'IPSECHW'"
18210   parameters:
18211   - "latency"
18212   - "parent"
18213   - "tags"
18214   sort:
18215   - "not DOT1Q"
18216   - "VXLAN_1"
18217   - "VXLAN_10"
18218   - "VXLAN_100"
18219   - "VXLAN_1000"
18220   layout:
18221     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18222     layout: "plot-latency"
18223
18224 -
18225   type: "plot"
18226   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18227   algorithm: "plot_latency_error_bars"
18228   output-file-type: ".html"
18229   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18230   data: "plot-vpp-throughput-latency-3n-skx"
18231   filter: "'NIC_Intel-X710' and
18232            '64B' and
18233            'ENCAP' and
18234            'NDRPDR' and
18235            '4t2c' and
18236            'VXLAN' and
18237            'L2BDMACLRN' and
18238            not 'VHOST' and
18239            not 'IPSECHW'"
18240   parameters:
18241   - "latency"
18242   - "parent"
18243   - "tags"
18244   sort:
18245   - "not DOT1Q"
18246   - "VXLAN_1"
18247   - "VXLAN_10"
18248   - "VXLAN_100"
18249   - "VXLAN_1000"
18250   layout:
18251     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18252     layout: "plot-latency"
18253
18254 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18255 -
18256   type: "plot"
18257   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18258   algorithm: "plot_latency_error_bars"
18259   output-file-type: ".html"
18260   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18261   data: "plot-vpp-throughput-latency-3n-skx"
18262   filter: "'NIC_Intel-X710' and
18263            '64B' and
18264            'ENCAP' and
18265            'NDRPDR' and
18266            '2T1C' and
18267            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18268            not 'DOT1Q' and
18269            not 'VHOST' and
18270            not 'IPSECHW'"
18271   parameters:
18272   - "throughput"
18273   - "parent"
18274   - "tags"
18275   sort:
18276   - "L2BDMACLRN"
18277   - "L2XCFWD"
18278   - "LISP"
18279   layout:
18280     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18281     layout: "plot-latency"
18282
18283 -
18284   type: "plot"
18285   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18286   algorithm: "plot_latency_error_bars"
18287   output-file-type: ".html"
18288   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18289   data: "plot-vpp-throughput-latency-3n-skx"
18290   filter: "'NIC_Intel-X710' and
18291            '64B' and
18292            'ENCAP' and
18293            'NDRPDR' and
18294            '4T2C' and
18295            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18296            not 'DOT1Q' and
18297            not 'VHOST' and
18298            not 'IPSECHW'"
18299   parameters:
18300   - "throughput"
18301   - "parent"
18302   - "tags"
18303   sort:
18304   - "L2BDMACLRN"
18305   - "L2XCFWD"
18306   - "LISP"
18307   layout:
18308     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18309     layout: "plot-latency"
18310
18311 ################################################################################
18312
18313 # Packet Latency - VPP IPv6 3n-hsw-x520
18314 -
18315   type: "plot"
18316   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18317   algorithm: "plot_latency_error_bars"
18318   output-file-type: ".html"
18319   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18320   data: "plot-vpp-throughput-latency-3n-hsw"
18321   filter: "'NIC_Intel-X520-DA2' and
18322            '78B' and
18323            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18324            'NDRPDR' and
18325            '1T1C' and
18326            'IP6FWD' and
18327            not 'SRv6' and
18328            not 'IPSEC' and
18329            not 'VHOST'"
18330   parameters:
18331   - "latency"
18332   - "parent"
18333   - "tags"
18334   sort:
18335   - "IP6BASE"
18336   - "FIB_20K"
18337   - "FIB_200K"
18338   - "FIB_2M"
18339   layout:
18340     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18341     layout: "plot-latency"
18342
18343 -
18344   type: "plot"
18345   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18346   algorithm: "plot_latency_error_bars"
18347   output-file-type: ".html"
18348   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18349   data: "plot-vpp-throughput-latency-3n-hsw"
18350   filter: "'NIC_Intel-X520-DA2' and
18351            '78B' and
18352            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18353            'NDRPDR' and
18354            '2T2C' and
18355            'IP6FWD' and
18356            not 'SRv6' and
18357            not 'IPSEC' and
18358            not 'VHOST'"
18359   parameters:
18360   - "latency"
18361   - "parent"
18362   - "tags"
18363   sort:
18364   - "IP6BASE"
18365   - "FIB_20K"
18366   - "FIB_200K"
18367   - "FIB_2M"
18368   layout:
18369     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18370     layout: "plot-latency"
18371
18372 # Packet Latency - VPP IPv6 3n-hsw-x710
18373 -
18374   type: "plot"
18375   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18376   algorithm: "plot_latency_error_bars"
18377   output-file-type: ".html"
18378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18379   data: "plot-vpp-throughput-latency-3n-hsw"
18380   filter: "'NIC_Intel-X710' and
18381            '78B' and
18382            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18383            'NDRPDR' and
18384            '1T1C' and
18385            'IP6FWD' and
18386            not 'SRv6' and
18387            not 'IPSEC' and
18388            not 'VHOST'"
18389   parameters:
18390   - "latency"
18391   - "parent"
18392   - "tags"
18393   sort:
18394   - "IP6BASE"
18395   - "FIB_20K"
18396   - "FIB_200K"
18397   - "FIB_2M"
18398   layout:
18399     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18400     layout: "plot-latency"
18401
18402 -
18403   type: "plot"
18404   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18405   algorithm: "plot_latency_error_bars"
18406   output-file-type: ".html"
18407   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18408   data: "plot-vpp-throughput-latency-3n-hsw"
18409   filter: "'NIC_Intel-X710' and
18410            '78B' and
18411            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18412            'NDRPDR' and
18413            '2T2C' and
18414            'IP6FWD' and
18415            not 'SRv6' and
18416            not 'IPSEC' and
18417            not 'VHOST'"
18418   parameters:
18419   - "latency"
18420   - "parent"
18421   - "tags"
18422   sort:
18423   - "IP6BASE"
18424   - "FIB_20K"
18425   - "FIB_200K"
18426   - "FIB_2M"
18427   layout:
18428     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18429     layout: "plot-latency"
18430
18431 # Packet Latency - VPP IPv6 3n-hsw-xl710
18432 -
18433   type: "plot"
18434   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18435   algorithm: "plot_latency_error_bars"
18436   output-file-type: ".html"
18437   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18438   data: "plot-vpp-throughput-latency-3n-hsw"
18439   filter: "'NIC_Intel-XL710' and
18440            '78B' and
18441            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18442            'NDRPDR' and
18443            '1T1C' and
18444            'IP6FWD' and
18445            not 'SRv6' and
18446            not 'IPSEC' and
18447            not 'VHOST'"
18448   parameters:
18449   - "latency"
18450   - "parent"
18451   - "tags"
18452   sort:
18453   - "IP6BASE"
18454   - "FIB_20K"
18455   - "FIB_200K"
18456   - "FIB_2M"
18457   layout:
18458     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18459     layout: "plot-latency"
18460
18461 -
18462   type: "plot"
18463   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18464   algorithm: "plot_latency_error_bars"
18465   output-file-type: ".html"
18466   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18467   data: "plot-vpp-throughput-latency-3n-hsw"
18468   filter: "'NIC_Intel-XL710' and
18469            '78B' and
18470            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18471            'NDRPDR' and
18472            '2T2C' and
18473            'IP6FWD' and
18474            not 'SRv6' and
18475            not 'IPSEC' and
18476            not 'VHOST'"
18477   parameters:
18478   - "latency"
18479   - "parent"
18480   - "tags"
18481   sort:
18482   - "IP6BASE"
18483   - "FIB_20K"
18484   - "FIB_200K"
18485   - "FIB_2M"
18486   layout:
18487     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18488     layout: "plot-latency"
18489
18490 # Packet Latency - VPP IPv6 3n-skx-x710
18491 -
18492   type: "plot"
18493   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18494   algorithm: "plot_latency_error_bars"
18495   output-file-type: ".html"
18496   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18497   data: "plot-vpp-throughput-latency-3n-skx"
18498   filter: "'NIC_Intel-X710' and
18499            '78B' and
18500            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18501            'NDRPDR' and
18502            '2T1C' and
18503            'IP6FWD' and
18504            not 'SRv6' and
18505            not 'IPSEC' and
18506            not 'VHOST'"
18507   parameters:
18508   - "latency"
18509   - "parent"
18510   - "tags"
18511   sort:
18512   - "IP6BASE"
18513   - "FIB_20K"
18514   - "FIB_200K"
18515   - "FIB_2M"
18516   layout:
18517     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18518     layout: "plot-latency"
18519
18520 -
18521   type: "plot"
18522   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18523   algorithm: "plot_latency_error_bars"
18524   output-file-type: ".html"
18525   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18526   data: "plot-vpp-throughput-latency-3n-skx"
18527   filter: "'NIC_Intel-X710' and
18528            '78B' and
18529            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18530            'NDRPDR' and
18531            '4T2C' and
18532            'IP6FWD' and
18533            not 'SRv6' and
18534            not 'IPSEC' and
18535            not 'VHOST'"
18536   parameters:
18537   - "latency"
18538   - "parent"
18539   - "tags"
18540   sort:
18541   - "IP6BASE"
18542   - "FIB_20K"
18543   - "FIB_200K"
18544   - "FIB_2M"
18545   layout:
18546     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18547     layout: "plot-latency"
18548
18549 # Packet Latency - VPP IPv6 2n-skx-x710
18550 -
18551   type: "plot"
18552   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18553   algorithm: "plot_latency_error_bars"
18554   output-file-type: ".html"
18555   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18556   data: "plot-vpp-throughput-latency-2n-skx"
18557   filter: "'NIC_Intel-X710' and
18558            '78B' and
18559            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18560            'NDRPDR' and
18561            '2T1C' and
18562            'IP6FWD' and
18563            not 'SRv6' and
18564            not 'IPSEC' and
18565            not 'VHOST'"
18566   parameters:
18567   - "latency"
18568   - "parent"
18569   - "tags"
18570   sort:
18571   - "IP6BASE"
18572   - "FIB_20K"
18573   - "FIB_200K"
18574   - "FIB_2M"
18575   layout:
18576     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18577     layout: "plot-latency"
18578
18579 -
18580   type: "plot"
18581   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18582   algorithm: "plot_latency_error_bars"
18583   output-file-type: ".html"
18584   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18585   data: "plot-vpp-throughput-latency-2n-skx"
18586   filter: "'NIC_Intel-X710' and
18587            '78B' and
18588            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18589            'NDRPDR' and
18590            '4T2C' and
18591            'IP6FWD' and
18592            not 'SRv6' and
18593            not 'IPSEC' and
18594            not 'VHOST'"
18595   parameters:
18596   - "latency"
18597   - "parent"
18598   - "tags"
18599   sort:
18600   - "IP6BASE"
18601   - "FIB_20K"
18602   - "FIB_200K"
18603   - "FIB_2M"
18604   layout:
18605     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18606     layout: "plot-latency"
18607
18608 # Packet Latency - VPP IPv6 2n-skx-xxv710
18609 -
18610   type: "plot"
18611   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18612   algorithm: "plot_latency_error_bars"
18613   output-file-type: ".html"
18614   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18615   data: "plot-vpp-throughput-latency-2n-skx"
18616   filter: "'NIC_Intel-XXV710' and
18617            '78B' and
18618            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18619            'NDRPDR' and
18620            '2T1C' and
18621            'IP6FWD' and
18622            not 'SRv6' and
18623            not 'IPSEC' and
18624            not 'VHOST'"
18625   parameters:
18626   - "latency"
18627   - "parent"
18628   - "tags"
18629   sort:
18630   - "IP6BASE"
18631   - "FIB_20K"
18632   - "FIB_200K"
18633   - "FIB_2M"
18634   layout:
18635     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18636     layout: "plot-latency"
18637
18638 -
18639   type: "plot"
18640   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18641   algorithm: "plot_latency_error_bars"
18642   output-file-type: ".html"
18643   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18644   data: "plot-vpp-throughput-latency-2n-skx"
18645   filter: "'NIC_Intel-XXV710' and
18646            '78B' and
18647            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18648            'NDRPDR' and
18649            '4T2C' and
18650            'IP6FWD' and
18651            not 'SRv6' and
18652            not 'IPSEC' and
18653            not 'VHOST'"
18654   parameters:
18655   - "latency"
18656   - "parent"
18657   - "tags"
18658   sort:
18659   - "IP6BASE"
18660   - "FIB_20K"
18661   - "FIB_200K"
18662   - "FIB_2M"
18663   layout:
18664     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18665     layout: "plot-latency"
18666
18667 ################################################################################
18668
18669 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18670 -
18671   type: "plot"
18672   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18673   algorithm: "plot_latency_error_bars"
18674   output-file-type: ".html"
18675   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18676   data: "plot-vpp-throughput-latency-3n-hsw"
18677   filter: "'NIC_Intel-X520-DA2' and
18678            '78B' and
18679            'ENCAP' and
18680            'NDRPDR' and
18681            '1T1C' and
18682            'LISP' and
18683            not 'VHOST'"
18684   parameters:
18685   - "throughput"
18686   - "parent"
18687   - "tags"
18688   sort:
18689   - "IP4UNRLAY"
18690   - "IP6UNRLAY"
18691   layout:
18692     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18693     layout: "plot-latency"
18694
18695 -
18696   type: "plot"
18697   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18698   algorithm: "plot_latency_error_bars"
18699   output-file-type: ".html"
18700   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18701   data: "plot-vpp-throughput-latency-3n-hsw"
18702   filter: "'NIC_Intel-X520-DA2' and
18703            '78B' and
18704            'ENCAP' and
18705            'NDRPDR' and
18706            '2T2C' and
18707            'LISP' and
18708            not 'VHOST'"
18709   parameters:
18710   - "throughput"
18711   - "parent"
18712   - "tags"
18713   sort:
18714   - "IP4UNRLAY"
18715   - "IP6UNRLAY"
18716   layout:
18717     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18718     layout: "plot-latency"
18719
18720 ################################################################################
18721
18722 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18723 -
18724   type: "plot"
18725   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18726   algorithm: "plot_latency_error_bars"
18727   output-file-type: ".html"
18728   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18729   data: "plot-vpp-throughput-latency-3n-hsw"
18730   filter: "'NIC_Intel-XL710' and
18731            '64B' and
18732            'IP4FWD' and
18733            'NDRPDR' and
18734            'BASE' and
18735            '1T1C' and
18736            'IPSECHW' and
18737            ('IPSECTRAN' or 'IPSECTUN') and
18738            not 'VHOST'"
18739   parameters:
18740   - "latency"
18741   - "parent"
18742   - "tags"
18743   layout:
18744     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18745     layout: "plot-latency"
18746
18747 -
18748   type: "plot"
18749   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18750   algorithm: "plot_latency_error_bars"
18751   output-file-type: ".html"
18752   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18753   data: "plot-vpp-throughput-latency-3n-hsw"
18754   filter: "'NIC_Intel-XL710' and
18755            '64B' and
18756            'IP4FWD' and
18757            'NDRPDR' and
18758            'BASE' and
18759            '2T2C' and
18760            'IPSECHW' and
18761            ('IPSECTRAN' or 'IPSECTUN') and
18762            not 'VHOST'"
18763   parameters:
18764   - "latency"
18765   - "parent"
18766   - "tags"
18767   layout:
18768     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18769     layout: "plot-latency"
18770
18771 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18772 -
18773   type: "plot"
18774   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18775   algorithm: "plot_latency_error_bars"
18776   output-file-type: ".html"
18777   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18778   data: "plot-vpp-throughput-latency-3n-hsw"
18779   filter: "'NIC_Intel-XL710' and
18780            '64B' and
18781            'IP4FWD' and
18782            'NDRPDR' and
18783            'SCALE' and
18784            '1T1C' and
18785            'IPSECHW' and
18786            ('IPSECTRAN' or 'IPSECTUN') and
18787            not 'VHOST'"
18788   parameters:
18789   - "latency"
18790   - "parent"
18791   - "tags"
18792   layout:
18793     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
18794     layout: "plot-latency"
18795
18796 -
18797   type: "plot"
18798   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18799   algorithm: "plot_latency_error_bars"
18800   output-file-type: ".html"
18801   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18802   data: "plot-vpp-throughput-latency-3n-hsw"
18803   filter: "'NIC_Intel-XL710' and
18804            '64B' and
18805            'IP4FWD' and
18806            'NDRPDR' and
18807            'SCALE' and
18808            '2T2C' and
18809            'IPSECHW' and
18810            ('IPSECTRAN' or 'IPSECTUN') and
18811            not 'VHOST'"
18812   parameters:
18813   - "latency"
18814   - "parent"
18815   - "tags"
18816   layout:
18817     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18818     layout: "plot-latency"
18819
18820 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18821 -
18822   type: "plot"
18823   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18824   algorithm: "plot_latency_error_bars"
18825   output-file-type: ".html"
18826   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18827   data: "plot-vpp-throughput-latency-3n-hsw"
18828   filter: "'NIC_Intel-XL710' and
18829            '64B' and
18830            'IP4FWD' and
18831            'NDRPDR' and
18832            '1T1C' and
18833            'IPSECSW' and
18834            ('IPSECTRAN' or 'IPSECTUN') and
18835            not 'VHOST'"
18836   parameters:
18837   - "latency"
18838   - "parent"
18839   - "tags"
18840   layout:
18841     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
18842     layout: "plot-latency"
18843
18844 -
18845   type: "plot"
18846   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18847   algorithm: "plot_latency_error_bars"
18848   output-file-type: ".html"
18849   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18850   data: "plot-vpp-throughput-latency-3n-hsw"
18851   filter: "'NIC_Intel-XL710' and
18852            '64B' and
18853            'IP4FWD' and
18854            'NDRPDR' and
18855            '2T2C' and
18856            'IPSECSW' and
18857            ('IPSECTRAN' or 'IPSECTUN') and
18858            not 'VHOST'"
18859   parameters:
18860   - "latency"
18861   - "parent"
18862   - "tags"
18863   layout:
18864     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
18865     layout: "plot-latency"
18866
18867 ################################################################################
18868
18869 # Packet Latency - VPP SRv6 3n-hsw-x520
18870 -
18871   type: "plot"
18872   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18873   algorithm: "plot_latency_error_bars"
18874   output-file-type: ".html"
18875   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18876   data: "plot-vpp-throughput-latency-3n-hsw"
18877   filter: "'NIC_Intel-X520-DA2' and
18878            '78B' and
18879            'FEATURE' and
18880            'NDRPDR' and
18881            '1T1C' and
18882            'IP6FWD' and
18883            'SRv6'"
18884   parameters:
18885   - "latency"
18886   - "parent"
18887   - "tags"
18888   layout:
18889     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
18890     layout: "plot-latency"
18891
18892 -
18893   type: "plot"
18894   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
18895   algorithm: "plot_latency_error_bars"
18896   output-file-type: ".html"
18897   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
18898   data: "plot-vpp-throughput-latency-3n-hsw"
18899   filter: "'NIC_Intel-X520-DA2' and
18900            '78B' and
18901            'FEATURE' and
18902            'NDRPDR' and
18903            '2T2C' and
18904            'IP6FWD' and
18905            'SRv6'"
18906   parameters:
18907   - "latency"
18908   - "parent"
18909   - "tags"
18910   layout:
18911     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
18912     layout: "plot-latency"
18913
18914 ################################################################################
18915
18916 # Packet Latency - VPP vhost ip4 3n-hsw-x520
18917 -
18918   type: "plot"
18919   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18920   algorithm: "plot_latency_error_bars"
18921   output-file-type: ".html"
18922   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18923   data: "plot-vpp-throughput-latency-3n-hsw"
18924   filter: "'NIC_Intel-X520-DA2' and
18925            '64B' and
18926            'NDRPDR' and
18927            'ETH' and
18928            'IP4FWD' and
18929            '1T1C' and
18930            'VHOST_1024' and
18931            not 'VXLAN' and
18932            not 'DOT1Q'"
18933   parameters:
18934   - "latency"
18935   - "parent"
18936   - "tags"
18937   sort:
18938   - "not CFS_OPT"
18939   - "1VM"
18940   - "2VM"
18941   layout:
18942     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18943     layout: "plot-latency"
18944
18945 -
18946   type: "plot"
18947   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18948   algorithm: "plot_latency_error_bars"
18949   output-file-type: ".html"
18950   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18951   data: "plot-vpp-throughput-latency-3n-hsw"
18952   filter: "'NIC_Intel-X520-DA2' and
18953            '64B' and
18954            'NDRPDR' and
18955            'ETH' and
18956            'IP4FWD' and
18957            '2T2C' and
18958            'VHOST_1024' and
18959            not 'VXLAN' and
18960            not 'DOT1Q'"
18961   parameters:
18962   - "latency"
18963   - "parent"
18964   - "tags"
18965   sort:
18966   - "not CFS_OPT"
18967   - "1VM"
18968   - "2VM"
18969   layout:
18970     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18971     layout: "plot-latency"
18972
18973 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
18974 -
18975   type: "plot"
18976   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18977   algorithm: "plot_latency_error_bars"
18978   output-file-type: ".html"
18979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18980   data: "plot-vpp-throughput-latency-3n-hsw"
18981   filter: "'NIC_Intel-X520-DA2' and
18982            '64B' and
18983            'NDRPDR' and
18984            'ETH' and
18985            '1T1C' and
18986            'L2BDMACLRN' and
18987            'VHOST_1024' and
18988            not 'VXLAN' and
18989            not 'IP4FWD' and
18990            not 'DOT1Q' and
18991            not '2VM'"
18992   parameters:
18993   - "latency"
18994   - "parent"
18995   - "tags"
18996   sort:
18997   - "VM"  # "not CFS_OPT"
18998   - "CFS_OPT"
18999   - "FIB_10K"
19000   - "FIB_100K"
19001   - "FIB_1M"
19002   layout:
19003     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19004     layout: "plot-latency"
19005
19006 -
19007   type: "plot"
19008   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19009   algorithm: "plot_latency_error_bars"
19010   output-file-type: ".html"
19011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19012   data: "plot-vpp-throughput-latency-3n-hsw"
19013   filter: "'NIC_Intel-X520-DA2' and
19014            '64B' and
19015            'NDRPDR' and
19016            'ETH' and
19017            '2T2C' and
19018            'L2BDMACLRN' and
19019            'VHOST_1024' and
19020            not 'VXLAN' and
19021            not 'IP4FWD' and
19022            not 'DOT1Q' and
19023            not '2VM'"
19024   parameters:
19025   - "latency"
19026   - "parent"
19027   - "tags"
19028   sort:
19029   - "VM"  # "not CFS_OPT"
19030   - "CFS_OPT"
19031   - "FIB_10K"
19032   - "FIB_100K"
19033   - "FIB_1M"
19034   layout:
19035     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19036     layout: "plot-latency"
19037
19038 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19039 -
19040   type: "plot"
19041   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19042   algorithm: "plot_latency_error_bars"
19043   output-file-type: ".html"
19044   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19045   data: "plot-vpp-throughput-latency-3n-hsw"
19046   filter: "'NIC_Intel-X520-DA2' and
19047            '64B' and
19048            'NDRPDR' and
19049            'ETH' and
19050            'BASE' and
19051            '1T1C' and
19052            ('L2BDMACLRN' or 'L2XCFWD') and
19053            'VHOST_1024' and
19054            not 'VXLAN' and
19055            not 'IP4FWD' and
19056            not 'DOT1Q' and
19057            not '2VM'"
19058   parameters:
19059   - "latency"
19060   - "parent"
19061   - "tags"
19062   sort:
19063   - "not CFS_OPT"
19064   - "L2XCFWD"
19065   - "not CFS_OPT"
19066   - "CFS_OPT"
19067   layout:
19068     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19069     layout: "plot-latency"
19070
19071 -
19072   type: "plot"
19073   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19074   algorithm: "plot_latency_error_bars"
19075   output-file-type: ".html"
19076   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19077   data: "plot-vpp-throughput-latency-3n-hsw"
19078   filter: "'NIC_Intel-X520-DA2' and
19079            '64B' and
19080            'NDRPDR' and
19081            'ETH' and
19082            'BASE' and
19083            '2T2C' and
19084            ('L2BDMACLRN' or 'L2XCFWD') and
19085            'VHOST_1024' and
19086            not 'VXLAN' and
19087            not 'IP4FWD' and
19088            not 'DOT1Q' and
19089            not '2VM'"
19090   parameters:
19091   - "latency"
19092   - "parent"
19093   - "tags"
19094   sort:
19095   - "not CFS_OPT"
19096   - "L2XCFWD"
19097   - "not CFS_OPT"
19098   - "CFS_OPT"
19099   layout:
19100     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19101     layout: "plot-latency"
19102
19103 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19104 -
19105   type: "plot"
19106   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19107   algorithm: "plot_latency_error_bars"
19108   output-file-type: ".html"
19109   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19110   data: "plot-vpp-throughput-latency-3n-hsw"
19111   filter: "'NIC_Intel-X520-DA2' and
19112            '64B' and
19113            'NDRPDR' and
19114            'ETH' and
19115            '1T1C' and
19116            ('L2BDMACLRN' or 'L2XCFWD') and
19117            'VHOST_1024' and
19118            not 'CFS_OPT' and
19119            not 'VXLAN' and
19120            not 'IP4FWD' and
19121            not 'DOT1Q'"
19122   parameters:
19123   - "latency"
19124   - "parent"
19125   - "tags"
19126   sort:
19127   - "1VM"
19128   - "L2XCFWD"
19129   - "1VM"
19130   - "L2BDMACLRN"
19131   layout:
19132     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19133     layout: "plot-latency"
19134
19135 -
19136   type: "plot"
19137   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19138   algorithm: "plot_latency_error_bars"
19139   output-file-type: ".html"
19140   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19141   data: "plot-vpp-throughput-latency-3n-hsw"
19142   filter: "'NIC_Intel-X520-DA2' and
19143            '64B' and
19144            'NDRPDR' and
19145            'ETH' and
19146            '2T2C' and
19147            ('L2BDMACLRN' or 'L2XCFWD') and
19148            'VHOST_1024' and
19149            not 'CFS_OPT' and
19150            not 'VXLAN' and
19151            not 'IP4FWD' and
19152            not 'DOT1Q'"
19153   parameters:
19154   - "latency"
19155   - "parent"
19156   - "tags"
19157   sort:
19158   - "1VM"
19159   - "L2XCFWD"
19160   - "1VM"
19161   - "L2BDMACLRN"
19162   layout:
19163     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19164     layout: "plot-latency"
19165
19166 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19167 -
19168   type: "plot"
19169   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19170   algorithm: "plot_latency_error_bars"
19171   output-file-type: ".html"
19172   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19173   data: "plot-vpp-throughput-latency-3n-hsw"
19174   filter: "'NIC_Intel-X710' and
19175            '64B' and
19176            'NDRPDR' and
19177            'ETH' and
19178            'IP4FWD' and
19179            '1T1C' and
19180            'VHOST_1024' and
19181            not 'VXLAN' and
19182            not 'DOT1Q'"
19183   parameters:
19184   - "latency"
19185   - "parent"
19186   - "tags"
19187   sort:
19188   - "not CFS_OPT"
19189   - "1VM"
19190   - "2VM"
19191   layout:
19192     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19193     layout: "plot-latency"
19194
19195 -
19196   type: "plot"
19197   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19198   algorithm: "plot_latency_error_bars"
19199   output-file-type: ".html"
19200   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19201   data: "plot-vpp-throughput-latency-3n-hsw"
19202   filter: "'NIC_Intel-X710' and
19203            '64B' and
19204            'NDRPDR' and
19205            'ETH' and
19206            'IP4FWD' and
19207            '2T2C' and
19208            'VHOST_1024' and
19209            not 'VXLAN' and
19210            not 'DOT1Q'"
19211   parameters:
19212   - "latency"
19213   - "parent"
19214   - "tags"
19215   sort:
19216   - "not CFS_OPT"
19217   - "1VM"
19218   - "2VM"
19219   layout:
19220     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19221     layout: "plot-latency"
19222
19223 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19224 -
19225   type: "plot"
19226   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19227   algorithm: "plot_latency_error_bars"
19228   output-file-type: ".html"
19229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19230   data: "plot-vpp-throughput-latency-3n-hsw"
19231   filter: "'NIC_Intel-X710' and
19232            '64B' and
19233            'NDRPDR' and
19234            'ETH' and
19235            '1T1C' and
19236            'L2BDMACLRN' and
19237            'VHOST_1024' and
19238            not 'VXLAN' and
19239            not 'IP4FWD' and
19240            not 'DOT1Q' and
19241            not '2VM'"
19242   parameters:
19243   - "latency"
19244   - "parent"
19245   - "tags"
19246   sort:
19247   - "VM"  # "not CFS_OPT"
19248   - "CFS_OPT"
19249   - "FIB_10K"
19250   - "FIB_100K"
19251   - "FIB_1M"
19252   layout:
19253     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19254     layout: "plot-latency"
19255
19256 -
19257   type: "plot"
19258   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19259   algorithm: "plot_latency_error_bars"
19260   output-file-type: ".html"
19261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19262   data: "plot-vpp-throughput-latency-3n-hsw"
19263   filter: "'NIC_Intel-X710' and
19264            '64B' and
19265            'NDRPDR' and
19266            'ETH' and
19267            '2T2C' and
19268            'L2BDMACLRN' and
19269            'VHOST_1024' and
19270            not 'VXLAN' and
19271            not 'IP4FWD' and
19272            not 'DOT1Q' and
19273            not '2VM'"
19274   parameters:
19275   - "latency"
19276   - "parent"
19277   - "tags"
19278   sort:
19279   - "VM"  # "not CFS_OPT"
19280   - "CFS_OPT"
19281   - "FIB_10K"
19282   - "FIB_100K"
19283   - "FIB_1M"
19284   layout:
19285     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19286     layout: "plot-latency"
19287
19288 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19289 -
19290   type: "plot"
19291   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19292   algorithm: "plot_latency_error_bars"
19293   output-file-type: ".html"
19294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19295   data: "plot-vpp-throughput-latency-3n-hsw"
19296   filter: "'NIC_Intel-X710' and
19297            '64B' and
19298            'NDRPDR' and
19299            'ETH' and
19300            'BASE' and
19301            '1T1C' and
19302            ('L2BDMACLRN' or 'L2XCFWD') and
19303            'VHOST_1024' and
19304            not 'VXLAN' and
19305            not 'IP4FWD' and
19306            not 'DOT1Q' and
19307            not '2VM'"
19308   parameters:
19309   - "latency"
19310   - "parent"
19311   - "tags"
19312   sort:
19313   - "not CFS_OPT"
19314   - "L2XCFWD"
19315   - "not CFS_OPT"
19316   - "CFS_OPT"
19317   layout:
19318     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19319     layout: "plot-latency"
19320
19321 -
19322   type: "plot"
19323   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19324   algorithm: "plot_latency_error_bars"
19325   output-file-type: ".html"
19326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19327   data: "plot-vpp-throughput-latency-3n-hsw"
19328   filter: "'NIC_Intel-X710' and
19329            '64B' and
19330            'NDRPDR' and
19331            'ETH' and
19332            'BASE' and
19333            '2T2C' and
19334            ('L2BDMACLRN' or 'L2XCFWD') and
19335            'VHOST_1024' and
19336            not 'VXLAN' and
19337            not 'IP4FWD' and
19338            not 'DOT1Q' and
19339            not '2VM'"
19340   parameters:
19341   - "latency"
19342   - "parent"
19343   - "tags"
19344   sort:
19345   - "not CFS_OPT"
19346   - "L2XCFWD"
19347   - "not CFS_OPT"
19348   - "CFS_OPT"
19349   layout:
19350     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19351     layout: "plot-latency"
19352
19353 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19354 -
19355   type: "plot"
19356   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19357   algorithm: "plot_latency_error_bars"
19358   output-file-type: ".html"
19359   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19360   data: "plot-vpp-throughput-latency-3n-hsw"
19361   filter: "'NIC_Intel-X710' and
19362            '64B' and
19363            'NDRPDR' and
19364            'ETH' and
19365            '1T1C' and
19366            ('L2BDMACLRN' or 'L2XCFWD') and
19367            'VHOST_1024' and
19368            not 'CFS_OPT' and
19369            not 'VXLAN' and
19370            not 'IP4FWD' and
19371            not 'DOT1Q'"
19372   parameters:
19373   - "latency"
19374   - "parent"
19375   - "tags"
19376   sort:
19377   - "1VM"
19378   - "L2XCFWD"
19379   - "1VM"
19380   - "L2BDMACLRN"
19381   layout:
19382     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19383     layout: "plot-latency"
19384
19385 -
19386   type: "plot"
19387   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19388   algorithm: "plot_latency_error_bars"
19389   output-file-type: ".html"
19390   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19391   data: "plot-vpp-throughput-latency-3n-hsw"
19392   filter: "'NIC_Intel-X710' and
19393            '64B' and
19394            'NDRPDR' and
19395            'ETH' and
19396            '2T2C' and
19397            ('L2BDMACLRN' or 'L2XCFWD') and
19398            'VHOST_1024' and
19399            not 'CFS_OPT' and
19400            not 'VXLAN' and
19401            not 'IP4FWD' and
19402            not 'DOT1Q'"
19403   parameters:
19404   - "latency"
19405   - "parent"
19406   - "tags"
19407   sort:
19408   - "1VM"
19409   - "L2XCFWD"
19410   - "1VM"
19411   - "L2BDMACLRN"
19412   layout:
19413     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19414     layout: "plot-latency"
19415
19416 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19417 -
19418   type: "plot"
19419   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19420   algorithm: "plot_latency_error_bars"
19421   output-file-type: ".html"
19422   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19423   data: "plot-vpp-throughput-latency-3n-hsw"
19424   filter: "'NIC_Intel-XL710' and
19425            '64B' and
19426            'NDRPDR' and
19427            'ETH' and
19428            'IP4FWD' and
19429            '1T1C' and
19430            'VHOST_1024' and
19431            not 'VXLAN' and
19432            not 'DOT1Q'"
19433   parameters:
19434   - "latency"
19435   - "parent"
19436   - "tags"
19437   sort:
19438   - "not CFS_OPT"
19439   - "1VM"
19440   - "2VM"
19441   layout:
19442     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19443     layout: "plot-latency"
19444
19445 -
19446   type: "plot"
19447   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19448   algorithm: "plot_latency_error_bars"
19449   output-file-type: ".html"
19450   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19451   data: "plot-vpp-throughput-latency-3n-hsw"
19452   filter: "'NIC_Intel-XL710' and
19453            '64B' and
19454            'NDRPDR' and
19455            'ETH' and
19456            'IP4FWD' and
19457            '2T2C' and
19458            'VHOST_1024' and
19459            not 'VXLAN' and
19460            not 'DOT1Q'"
19461   parameters:
19462   - "latency"
19463   - "parent"
19464   - "tags"
19465   sort:
19466   - "not CFS_OPT"
19467   - "1VM"
19468   - "2VM"
19469   layout:
19470     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19471     layout: "plot-latency"
19472
19473 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19474 -
19475   type: "plot"
19476   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19477   algorithm: "plot_latency_error_bars"
19478   output-file-type: ".html"
19479   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19480   data: "plot-vpp-throughput-latency-3n-hsw"
19481   filter: "'NIC_Intel-XL710' and
19482            '64B' and
19483            'NDRPDR' and
19484            'ETH' and
19485            '1T1C' and
19486            'L2BDMACLRN' and
19487            'VHOST_1024' and
19488            not 'VXLAN' and
19489            not 'IP4FWD' and
19490            not 'DOT1Q' and
19491            not '2VM'"
19492   parameters:
19493   - "latency"
19494   - "parent"
19495   - "tags"
19496   sort:
19497   - "VM"  # "not CFS_OPT"
19498   - "CFS_OPT"
19499   - "FIB_10K"
19500   - "FIB_100K"
19501   - "FIB_1M"
19502   layout:
19503     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19504     layout: "plot-latency"
19505
19506 -
19507   type: "plot"
19508   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19509   algorithm: "plot_latency_error_bars"
19510   output-file-type: ".html"
19511   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19512   data: "plot-vpp-throughput-latency-3n-hsw"
19513   filter: "'NIC_Intel-XL710' and
19514            '64B' and
19515            'NDRPDR' and
19516            'ETH' and
19517            '2T2C' and
19518            'L2BDMACLRN' and
19519            'VHOST_1024' and
19520            not 'VXLAN' and
19521            not 'IP4FWD' and
19522            not 'DOT1Q' and
19523            not '2VM'"
19524   parameters:
19525   - "latency"
19526   - "parent"
19527   - "tags"
19528   sort:
19529   - "VM"  # "not CFS_OPT"
19530   - "CFS_OPT"
19531   - "FIB_10K"
19532   - "FIB_100K"
19533   - "FIB_1M"
19534   layout:
19535     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19536     layout: "plot-latency"
19537
19538 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19539 -
19540   type: "plot"
19541   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19542   algorithm: "plot_latency_error_bars"
19543   output-file-type: ".html"
19544   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19545   data: "plot-vpp-throughput-latency-3n-hsw"
19546   filter: "'NIC_Intel-XL710' and
19547            '64B' and
19548            'NDRPDR' and
19549            'ETH' and
19550            'BASE' and
19551            '1T1C' and
19552            ('L2BDMACLRN' or 'L2XCFWD') and
19553            'VHOST_1024' and
19554            not 'VXLAN' and
19555            not 'IP4FWD' and
19556            not 'DOT1Q' and
19557            not '2VM'"
19558   parameters:
19559   - "latency"
19560   - "parent"
19561   - "tags"
19562   sort:
19563   - "not CFS_OPT"
19564   - "L2XCFWD"
19565   - "not CFS_OPT"
19566   - "CFS_OPT"
19567   layout:
19568     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19569     layout: "plot-latency"
19570
19571 -
19572   type: "plot"
19573   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19574   algorithm: "plot_latency_error_bars"
19575   output-file-type: ".html"
19576   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19577   data: "plot-vpp-throughput-latency-3n-hsw"
19578   filter: "'NIC_Intel-XL710' and
19579            '64B' and
19580            'NDRPDR' and
19581            'ETH' and
19582            'BASE' and
19583            '2T2C' and
19584            ('L2BDMACLRN' or 'L2XCFWD') and
19585            'VHOST_1024' and
19586            not 'VXLAN' and
19587            not 'IP4FWD' and
19588            not 'DOT1Q' and
19589            not '2VM'"
19590   parameters:
19591   - "latency"
19592   - "parent"
19593   - "tags"
19594   sort:
19595   - "not CFS_OPT"
19596   - "L2XCFWD"
19597   - "not CFS_OPT"
19598   - "CFS_OPT"
19599   layout:
19600     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19601     layout: "plot-latency"
19602
19603 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19604 -
19605   type: "plot"
19606   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19607   algorithm: "plot_latency_error_bars"
19608   output-file-type: ".html"
19609   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19610   data: "plot-vpp-throughput-latency-3n-hsw"
19611   filter: "'NIC_Intel-XL710' and
19612            '64B' and
19613            'NDRPDR' and
19614            'ETH' and
19615            '1T1C' and
19616            ('L2BDMACLRN' or 'L2XCFWD') and
19617            'VHOST_1024' and
19618            not 'CFS_OPT' and
19619            not 'VXLAN' and
19620            not 'IP4FWD' and
19621            not 'DOT1Q'"
19622   parameters:
19623   - "latency"
19624   - "parent"
19625   - "tags"
19626   sort:
19627   - "1VM"
19628   - "L2XCFWD"
19629   - "1VM"
19630   - "L2BDMACLRN"
19631   layout:
19632     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19633     layout: "plot-latency"
19634
19635 -
19636   type: "plot"
19637   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19638   algorithm: "plot_latency_error_bars"
19639   output-file-type: ".html"
19640   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19641   data: "plot-vpp-throughput-latency-3n-hsw"
19642   filter: "'NIC_Intel-XL710' and
19643            '64B' and
19644            'NDRPDR' and
19645            'ETH' and
19646            '2T2C' and
19647            ('L2BDMACLRN' or 'L2XCFWD') and
19648            'VHOST_1024' and
19649            not 'CFS_OPT' and
19650            not 'VXLAN' and
19651            not 'IP4FWD' and
19652            not 'DOT1Q'"
19653   parameters:
19654   - "latency"
19655   - "parent"
19656   - "tags"
19657   sort:
19658   - "1VM"
19659   - "L2XCFWD"
19660   - "1VM"
19661   - "L2BDMACLRN"
19662   layout:
19663     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19664     layout: "plot-latency"
19665
19666 # Packet Latency - VPP vhost ip4 3n-skx-x710
19667 -
19668   type: "plot"
19669   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19670   algorithm: "plot_latency_error_bars"
19671   output-file-type: ".html"
19672   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19673   data: "plot-vpp-throughput-latency-3n-skx"
19674   filter: "'NIC_Intel-X710' and
19675            '64B' and
19676            'NDRPDR' and
19677            'ETH' and
19678            'IP4FWD' and
19679            '2T1C' and
19680            'VHOST_1024' and
19681            not 'VXLAN' and
19682            not 'DOT1Q'"
19683   parameters:
19684   - "latency"
19685   - "parent"
19686   - "tags"
19687   sort:
19688   - "not CFS_OPT"
19689   - "1VM"
19690   - "2VM"
19691   layout:
19692     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19693     layout: "plot-latency"
19694
19695 -
19696   type: "plot"
19697   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19698   algorithm: "plot_latency_error_bars"
19699   output-file-type: ".html"
19700   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19701   data: "plot-vpp-throughput-latency-3n-skx"
19702   filter: "'NIC_Intel-X710' and
19703            '64B' and
19704            'NDRPDR' and
19705            'ETH' and
19706            'IP4FWD' and
19707            '4T2C' and
19708            'VHOST_1024' and
19709            not 'VXLAN' and
19710            not 'DOT1Q'"
19711   parameters:
19712   - "latency"
19713   - "parent"
19714   - "tags"
19715   sort:
19716   - "not CFS_OPT"
19717   - "1VM"
19718   - "2VM"
19719   layout:
19720     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19721     layout: "plot-latency"
19722
19723 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19724 -
19725   type: "plot"
19726   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19727   algorithm: "plot_latency_error_bars"
19728   output-file-type: ".html"
19729   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19730   data: "plot-vpp-throughput-latency-3n-skx"
19731   filter: "'NIC_Intel-X710' and
19732            '64B' and
19733            'NDRPDR' and
19734            'ETH' and
19735            '2T1C' and
19736            'L2BDMACLRN' and
19737            'VHOST_1024' and
19738            not 'VXLAN' and
19739            not 'IP4FWD' and
19740            not 'DOT1Q' and
19741            not '2VM'"
19742   parameters:
19743   - "latency"
19744   - "parent"
19745   - "tags"
19746   sort:
19747   - "VM"  # "not CFS_OPT"
19748   - "CFS_OPT"
19749   - "FIB_10K"
19750   - "FIB_100K"
19751   - "FIB_1M"
19752   layout:
19753     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19754     layout: "plot-latency"
19755
19756 -
19757   type: "plot"
19758   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19759   algorithm: "plot_latency_error_bars"
19760   output-file-type: ".html"
19761   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19762   data: "plot-vpp-throughput-latency-3n-skx"
19763   filter: "'NIC_Intel-X710' and
19764            '64B' and
19765            'NDRPDR' and
19766            'ETH' and
19767            '4T2C' and
19768            'L2BDMACLRN' and
19769            'VHOST_1024' and
19770            not 'VXLAN' and
19771            not 'IP4FWD' and
19772            not 'DOT1Q' and
19773            not '2VM'"
19774   parameters:
19775   - "latency"
19776   - "parent"
19777   - "tags"
19778   sort:
19779   - "VM"  # "not CFS_OPT"
19780   - "CFS_OPT"
19781   - "FIB_10K"
19782   - "FIB_100K"
19783   - "FIB_1M"
19784   layout:
19785     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19786     layout: "plot-latency"
19787
19788 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19789 -
19790   type: "plot"
19791   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19792   algorithm: "plot_latency_error_bars"
19793   output-file-type: ".html"
19794   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19795   data: "plot-vpp-throughput-latency-3n-skx"
19796   filter: "'NIC_Intel-X710' and
19797            '64B' and
19798            'NDRPDR' and
19799            'ETH' and
19800            'BASE' and
19801            '2T1C' and
19802            ('L2BDMACLRN' or 'L2XCFWD') and
19803            'VHOST_1024' and
19804            not 'VXLAN' and
19805            not 'IP4FWD' and
19806            not 'DOT1Q' and
19807            not '2VM'"
19808   parameters:
19809   - "latency"
19810   - "parent"
19811   - "tags"
19812   sort:
19813   - "not CFS_OPT"
19814   - "L2XCFWD"
19815   - "not CFS_OPT"
19816   - "CFS_OPT"
19817   layout:
19818     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19819     layout: "plot-latency"
19820
19821 -
19822   type: "plot"
19823   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19824   algorithm: "plot_latency_error_bars"
19825   output-file-type: ".html"
19826   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19827   data: "plot-vpp-throughput-latency-3n-skx"
19828   filter: "'NIC_Intel-X710' and
19829            '64B' and
19830            'NDRPDR' and
19831            'ETH' and
19832            'BASE' and
19833            '4T2C' and
19834            ('L2BDMACLRN' or 'L2XCFWD') and
19835            'VHOST_1024' and
19836            not 'VXLAN' and
19837            not 'IP4FWD' and
19838            not 'DOT1Q' and
19839            not '2VM'"
19840   parameters:
19841   - "latency"
19842   - "parent"
19843   - "tags"
19844   sort:
19845   - "not CFS_OPT"
19846   - "L2XCFWD"
19847   - "not CFS_OPT"
19848   - "CFS_OPT"
19849   layout:
19850     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
19851     layout: "plot-latency"
19852
19853 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
19854 -
19855   type: "plot"
19856   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19857   algorithm: "plot_latency_error_bars"
19858   output-file-type: ".html"
19859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19860   data: "plot-vpp-throughput-latency-3n-skx"
19861   filter: "'NIC_Intel-X710' and
19862            '64B' and
19863            'NDRPDR' and
19864            'ETH' and
19865            '2T1C' and
19866            ('L2BDMACLRN' or 'L2XCFWD') and
19867            'VHOST_1024' and
19868            not 'CFS_OPT' and
19869            not 'VXLAN' and
19870            not 'IP4FWD' and
19871            not 'DOT1Q'"
19872   parameters:
19873   - "latency"
19874   - "parent"
19875   - "tags"
19876   sort:
19877   - "1VM"
19878   - "L2XCFWD"
19879   - "1VM"
19880   - "L2BDMACLRN"
19881   layout:
19882     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
19883     layout: "plot-latency"
19884
19885 -
19886   type: "plot"
19887   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19888   algorithm: "plot_latency_error_bars"
19889   output-file-type: ".html"
19890   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19891   data: "plot-vpp-throughput-latency-3n-skx"
19892   filter: "'NIC_Intel-X710' and
19893            '64B' and
19894            'NDRPDR' and
19895            'ETH' and
19896            '4T2C' and
19897            ('L2BDMACLRN' or 'L2XCFWD') and
19898            'VHOST_1024' and
19899            not 'CFS_OPT' and
19900            not 'VXLAN' and
19901            not 'IP4FWD' and
19902            not 'DOT1Q'"
19903   parameters:
19904   - "latency"
19905   - "parent"
19906   - "tags"
19907   sort:
19908   - "1VM"
19909   - "L2XCFWD"
19910   - "1VM"
19911   - "L2BDMACLRN"
19912   layout:
19913     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
19914     layout: "plot-latency"
19915
19916 # Packet Latency - VPP vhost ip4 2n-skx-x710
19917 -
19918   type: "plot"
19919   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19920   algorithm: "plot_latency_error_bars"
19921   output-file-type: ".html"
19922   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19923   data: "plot-vpp-throughput-latency-2n-skx"
19924   filter: "'NIC_Intel-X710' and
19925            '64B' and
19926            'NDRPDR' and
19927            'ETH' and
19928            'IP4FWD' and
19929            '2T1C' and
19930            'VHOST_1024' and
19931            not 'VXLAN' and
19932            not 'DOT1Q'"
19933   parameters:
19934   - "latency"
19935   - "parent"
19936   - "tags"
19937   sort:
19938   - "not CFS_OPT"
19939   - "1VM"
19940   - "2VM"
19941   layout:
19942     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19943     layout: "plot-latency"
19944
19945 -
19946   type: "plot"
19947   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19948   algorithm: "plot_latency_error_bars"
19949   output-file-type: ".html"
19950   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19951   data: "plot-vpp-throughput-latency-2n-skx"
19952   filter: "'NIC_Intel-X710' and
19953            '64B' and
19954            'NDRPDR' and
19955            'ETH' and
19956            'IP4FWD' and
19957            '4T2C' and
19958            'VHOST_1024' and
19959            not 'VXLAN' and
19960            not 'DOT1Q'"
19961   parameters:
19962   - "latency"
19963   - "parent"
19964   - "tags"
19965   sort:
19966   - "not CFS_OPT"
19967   - "1VM"
19968   - "2VM"
19969   layout:
19970     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19971     layout: "plot-latency"
19972
19973 # Packet Latency - VPP vhost l2sw 2n-skx-x710
19974 -
19975   type: "plot"
19976   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19977   algorithm: "plot_latency_error_bars"
19978   output-file-type: ".html"
19979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19980   data: "plot-vpp-throughput-latency-2n-skx"
19981   filter: "'NIC_Intel-X710' and
19982            '64B' and
19983            'NDRPDR' and
19984            'ETH' and
19985            '2T1C' and
19986            'L2BDMACLRN' and
19987            'VHOST_1024' and
19988            not 'VXLAN' and
19989            not 'IP4FWD' and
19990            not 'DOT1Q' and
19991            not '2VM'"
19992   parameters:
19993   - "latency"
19994   - "parent"
19995   - "tags"
19996   sort:
19997   - "VM"  # "not CFS_OPT"
19998   - "CFS_OPT"
19999   - "FIB_10K"
20000   - "FIB_100K"
20001   - "FIB_1M"
20002   layout:
20003     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20004     layout: "plot-latency"
20005
20006 -
20007   type: "plot"
20008   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20009   algorithm: "plot_latency_error_bars"
20010   output-file-type: ".html"
20011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20012   data: "plot-vpp-throughput-latency-2n-skx"
20013   filter: "'NIC_Intel-X710' and
20014            '64B' and
20015            'NDRPDR' and
20016            'ETH' and
20017            '4T2C' and
20018            'L2BDMACLRN' and
20019            'VHOST_1024' and
20020            not 'VXLAN' and
20021            not 'IP4FWD' and
20022            not 'DOT1Q' and
20023            not '2VM'"
20024   parameters:
20025   - "latency"
20026   - "parent"
20027   - "tags"
20028   sort:
20029   - "VM"  # "not CFS_OPT"
20030   - "CFS_OPT"
20031   - "FIB_10K"
20032   - "FIB_100K"
20033   - "FIB_1M"
20034   layout:
20035     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20036     layout: "plot-latency"
20037
20038 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20039 -
20040   type: "plot"
20041   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20042   algorithm: "plot_latency_error_bars"
20043   output-file-type: ".html"
20044   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20045   data: "plot-vpp-throughput-latency-2n-skx"
20046   filter: "'NIC_Intel-X710' and
20047            '64B' and
20048            'NDRPDR' and
20049            'ETH' and
20050            'BASE' and
20051            '2T1C' and
20052            ('L2BDMACLRN' or 'L2XCFWD') and
20053            'VHOST_1024' and
20054            not 'VXLAN' and
20055            not 'IP4FWD' and
20056            not 'DOT1Q' and
20057            not '2VM'"
20058   parameters:
20059   - "latency"
20060   - "parent"
20061   - "tags"
20062   sort:
20063   - "not CFS_OPT"
20064   - "L2XCFWD"
20065   - "not CFS_OPT"
20066   - "CFS_OPT"
20067   layout:
20068     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20069     layout: "plot-latency"
20070
20071 -
20072   type: "plot"
20073   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20074   algorithm: "plot_latency_error_bars"
20075   output-file-type: ".html"
20076   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20077   data: "plot-vpp-throughput-latency-2n-skx"
20078   filter: "'NIC_Intel-X710' and
20079            '64B' and
20080            'NDRPDR' and
20081            'ETH' and
20082            'BASE' and
20083            '4T2C' and
20084            ('L2BDMACLRN' or 'L2XCFWD') and
20085            'VHOST_1024' and
20086            not 'VXLAN' and
20087            not 'IP4FWD' and
20088            not 'DOT1Q' and
20089            not '2VM'"
20090   parameters:
20091   - "latency"
20092   - "parent"
20093   - "tags"
20094   sort:
20095   - "not CFS_OPT"
20096   - "L2XCFWD"
20097   - "not CFS_OPT"
20098   - "CFS_OPT"
20099   layout:
20100     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20101     layout: "plot-latency"
20102
20103 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20104 -
20105   type: "plot"
20106   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20107   algorithm: "plot_latency_error_bars"
20108   output-file-type: ".html"
20109   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20110   data: "plot-vpp-throughput-latency-2n-skx"
20111   filter: "'NIC_Intel-X710' and
20112            '64B' and
20113            'NDRPDR' and
20114            'ETH' and
20115            '2T1C' and
20116            ('L2BDMACLRN' or 'L2XCFWD') and
20117            'VHOST_1024' and
20118            not 'CFS_OPT' and
20119            not 'VXLAN' and
20120            not 'IP4FWD' and
20121            not 'DOT1Q'"
20122   parameters:
20123   - "latency"
20124   - "parent"
20125   - "tags"
20126   sort:
20127   - "1VM"
20128   - "L2XCFWD"
20129   - "1VM"
20130   - "L2BDMACLRN"
20131   layout:
20132     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20133     layout: "plot-latency"
20134
20135 -
20136   type: "plot"
20137   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20138   algorithm: "plot_latency_error_bars"
20139   output-file-type: ".html"
20140   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20141   data: "plot-vpp-throughput-latency-2n-skx"
20142   filter: "'NIC_Intel-X710' and
20143            '64B' and
20144            'NDRPDR' and
20145            'ETH' and
20146            '4T2C' and
20147            ('L2BDMACLRN' or 'L2XCFWD') and
20148            'VHOST_1024' and
20149            not 'CFS_OPT' and
20150            not 'VXLAN' and
20151            not 'IP4FWD' and
20152            not 'DOT1Q'"
20153   parameters:
20154   - "latency"
20155   - "parent"
20156   - "tags"
20157   sort:
20158   - "1VM"
20159   - "L2XCFWD"
20160   - "1VM"
20161   - "L2BDMACLRN"
20162   layout:
20163     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20164     layout: "plot-latency"
20165
20166 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20167 -
20168   type: "plot"
20169   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20170   algorithm: "plot_latency_error_bars"
20171   output-file-type: ".html"
20172   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20173   data: "plot-vpp-throughput-latency-2n-skx"
20174   filter: "'NIC_Intel-XXV710' and
20175            '64B' and
20176            'NDRPDR' and
20177            'ETH' and
20178            'IP4FWD' and
20179            '2T1C' and
20180            'VHOST_1024' and
20181            not 'VXLAN' and
20182            not 'DOT1Q'"
20183   parameters:
20184   - "latency"
20185   - "parent"
20186   - "tags"
20187   sort:
20188   - "not CFS_OPT"
20189   - "1VM"
20190   - "2VM"
20191   layout:
20192     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20193     layout: "plot-latency"
20194
20195 -
20196   type: "plot"
20197   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20198   algorithm: "plot_latency_error_bars"
20199   output-file-type: ".html"
20200   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20201   data: "plot-vpp-throughput-latency-2n-skx"
20202   filter: "'NIC_Intel-XXV710' and
20203            '64B' and
20204            'NDRPDR' and
20205            'ETH' and
20206            'IP4FWD' and
20207            '4T2C' and
20208            'VHOST_1024' and
20209            not 'VXLAN' and
20210            not 'DOT1Q'"
20211   parameters:
20212   - "latency"
20213   - "parent"
20214   - "tags"
20215   sort:
20216   - "not CFS_OPT"
20217   - "1VM"
20218   - "2VM"
20219   layout:
20220     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20221     layout: "plot-latency"
20222
20223 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20224 -
20225   type: "plot"
20226   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20227   algorithm: "plot_latency_error_bars"
20228   output-file-type: ".html"
20229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20230   data: "plot-vpp-throughput-latency-2n-skx"
20231   filter: "'NIC_Intel-XXV710' and
20232            '64B' and
20233            'NDRPDR' and
20234            'ETH' and
20235            '2T1C' and
20236            'L2BDMACLRN' and
20237            'VHOST_1024' and
20238            not 'VXLAN' and
20239            not 'IP4FWD' and
20240            not 'DOT1Q' and
20241            not '2VM'"
20242   parameters:
20243   - "latency"
20244   - "parent"
20245   - "tags"
20246   sort:
20247   - "VM"  # "not CFS_OPT"
20248   - "CFS_OPT"
20249   - "FIB_10K"
20250   - "FIB_100K"
20251   - "FIB_1M"
20252   layout:
20253     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20254     layout: "plot-latency"
20255
20256 -
20257   type: "plot"
20258   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20259   algorithm: "plot_latency_error_bars"
20260   output-file-type: ".html"
20261   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20262   data: "plot-vpp-throughput-latency-2n-skx"
20263   filter: "'NIC_Intel-XXV710' and
20264            '64B' and
20265            'NDRPDR' and
20266            'ETH' and
20267            '4T2C' and
20268            'L2BDMACLRN' and
20269            'VHOST_1024' and
20270            not 'VXLAN' and
20271            not 'IP4FWD' and
20272            not 'DOT1Q' and
20273            not '2VM'"
20274   parameters:
20275   - "latency"
20276   - "parent"
20277   - "tags"
20278   sort:
20279   - "VM"  # "not CFS_OPT"
20280   - "CFS_OPT"
20281   - "FIB_10K"
20282   - "FIB_100K"
20283   - "FIB_1M"
20284   layout:
20285     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20286     layout: "plot-latency"
20287
20288 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20289 -
20290   type: "plot"
20291   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20292   algorithm: "plot_latency_error_bars"
20293   output-file-type: ".html"
20294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20295   data: "plot-vpp-throughput-latency-2n-skx"
20296   filter: "'NIC_Intel-XXV710' and
20297            '64B' and
20298            'NDRPDR' and
20299            'ETH' and
20300            'BASE' and
20301            '2T1C' and
20302            ('L2BDMACLRN' or 'L2XCFWD') and
20303            'VHOST_1024' and
20304            not 'VXLAN' and
20305            not 'IP4FWD' and
20306            not 'DOT1Q' and
20307            not '2VM'"
20308   parameters:
20309   - "latency"
20310   - "parent"
20311   - "tags"
20312   sort:
20313   - "not CFS_OPT"
20314   - "L2XCFWD"
20315   - "not CFS_OPT"
20316   - "CFS_OPT"
20317   layout:
20318     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20319     layout: "plot-latency"
20320
20321 -
20322   type: "plot"
20323   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20324   algorithm: "plot_latency_error_bars"
20325   output-file-type: ".html"
20326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20327   data: "plot-vpp-throughput-latency-2n-skx"
20328   filter: "'NIC_Intel-XXV710' and
20329            '64B' and
20330            'NDRPDR' and
20331            'ETH' and
20332            'BASE' and
20333            '4T2C' and
20334            ('L2BDMACLRN' or 'L2XCFWD') and
20335            'VHOST_1024' and
20336            not 'VXLAN' and
20337            not 'IP4FWD' and
20338            not 'DOT1Q' and
20339            not '2VM'"
20340   parameters:
20341   - "latency"
20342   - "parent"
20343   - "tags"
20344   sort:
20345   - "not CFS_OPT"
20346   - "L2XCFWD"
20347   - "not CFS_OPT"
20348   - "CFS_OPT"
20349   layout:
20350     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20351     layout: "plot-latency"
20352
20353 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20354 -
20355   type: "plot"
20356   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20357   algorithm: "plot_latency_error_bars"
20358   output-file-type: ".html"
20359   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20360   data: "plot-vpp-throughput-latency-2n-skx"
20361   filter: "'NIC_Intel-XXV710' and
20362            '64B' and
20363            'NDRPDR' and
20364            'ETH' and
20365            '2T1C' and
20366            ('L2BDMACLRN' or 'L2XCFWD') and
20367            'VHOST_1024' and
20368            not 'CFS_OPT' and
20369            not 'VXLAN' and
20370            not 'IP4FWD' and
20371            not 'DOT1Q'"
20372   parameters:
20373   - "latency"
20374   - "parent"
20375   - "tags"
20376   sort:
20377   - "1VM"
20378   - "L2XCFWD"
20379   - "1VM"
20380   - "L2BDMACLRN"
20381   layout:
20382     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20383     layout: "plot-latency"
20384
20385 -
20386   type: "plot"
20387   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20388   algorithm: "plot_latency_error_bars"
20389   output-file-type: ".html"
20390   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20391   data: "plot-vpp-throughput-latency-2n-skx"
20392   filter: "'NIC_Intel-XXV710' and
20393            '64B' and
20394            'NDRPDR' and
20395            'ETH' and
20396            '4T2C' and
20397            ('L2BDMACLRN' or 'L2XCFWD') and
20398            'VHOST_1024' and
20399            not 'CFS_OPT' and
20400            not 'VXLAN' and
20401            not 'IP4FWD' and
20402            not 'DOT1Q'"
20403   parameters:
20404   - "latency"
20405   - "parent"
20406   - "tags"
20407   sort:
20408   - "1VM"
20409   - "L2XCFWD"
20410   - "1VM"
20411   - "L2BDMACLRN"
20412   layout:
20413     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20414     layout: "plot-latency"
20415
20416 ################################################################################
20417
20418 # Packet Latency - VPP VTS 3n-hsw-x520
20419 -
20420   type: "plot"
20421   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20422   algorithm: "plot_latency_error_bars"
20423   output-file-type: ".html"
20424   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20425   data: "plot-vpp-throughput-latency-3n-hsw"
20426   filter: "'NIC_Intel-X520-DA2' and
20427            '114B' and
20428            'NDRPDR' and
20429            '1T1C' and
20430            'VTS'"
20431   parameters:
20432   - "latency"
20433   - "parent"
20434   - "tags"
20435   layout:
20436     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20437     layout: "plot-latency"
20438
20439 -
20440   type: "plot"
20441   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20442   algorithm: "plot_latency_error_bars"
20443   output-file-type: ".html"
20444   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20445   data: "plot-vpp-throughput-latency-3n-hsw"
20446   filter: "'NIC_Intel-X520-DA2' and
20447            '114B' and
20448            'NDRPDR' and
20449            '2T2C' and
20450            'VTS'"
20451   parameters:
20452   - "latency"
20453   - "parent"
20454   - "tags"
20455   layout:
20456     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20457     layout: "plot-latency"
20458
20459 ################################################################################
20460
20461 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20462 -
20463   type: "plot"
20464   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20465   algorithm: "plot_latency_error_bars"
20466   output-file-type: ".html"
20467   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20468   data: "plot-dpdk-throughput-latency-3n-hsw"
20469   filter: "'NIC_Intel-X520-DA2' and
20470            '64B' and
20471            'BASE' and
20472            'NDRPDR' and
20473            '1T1C' and
20474            'IP4FWD'"
20475   parameters:
20476   - "latency"
20477   - "parent"
20478   - "tags"
20479   layout:
20480     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20481     layout: "plot-latency"
20482
20483 -
20484   type: "plot"
20485   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20486   algorithm: "plot_latency_error_bars"
20487   output-file-type: ".html"
20488   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20489   data: "plot-dpdk-throughput-latency-3n-hsw"
20490   filter: "'NIC_Intel-X520-DA2' and
20491            '64B' and
20492            'BASE' and
20493            'NDRPDR' and
20494            '2T2C' and
20495            'IP4FWD'"
20496   parameters:
20497   - "latency"
20498   - "parent"
20499   - "tags"
20500   layout:
20501     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20502     layout: "plot-latency"
20503
20504 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20505 -
20506   type: "plot"
20507   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20508   algorithm: "plot_latency_error_bars"
20509   output-file-type: ".html"
20510   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20511   data: "plot-dpdk-throughput-latency-3n-hsw"
20512   filter: "'NIC_Intel-X710' and
20513            '64B' and
20514            'BASE' and
20515            'NDRPDR' and
20516            '1T1C' and
20517            'IP4FWD'"
20518   parameters:
20519   - "latency"
20520   - "parent"
20521   - "tags"
20522   layout:
20523     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20524     layout: "plot-latency"
20525
20526 -
20527   type: "plot"
20528   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20529   algorithm: "plot_latency_error_bars"
20530   output-file-type: ".html"
20531   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20532   data: "plot-dpdk-throughput-latency-3n-hsw"
20533   filter: "'NIC_Intel-X710' and
20534            '64B' and
20535            'BASE' and
20536            'NDRPDR' and
20537            '2T2C' and
20538            'IP4FWD'"
20539   parameters:
20540   - "latency"
20541   - "parent"
20542   - "tags"
20543   layout:
20544     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20545     layout: "plot-latency"
20546
20547 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20548 -
20549   type: "plot"
20550   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20551   algorithm: "plot_latency_error_bars"
20552   output-file-type: ".html"
20553   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20554   data: "plot-dpdk-throughput-latency-3n-hsw"
20555   filter: "'NIC_Intel-XL710' and
20556            '64B' and
20557            'BASE' and
20558            'NDRPDR' and
20559            '1T1C' and
20560            'IP4FWD'"
20561   parameters:
20562   - "latency"
20563   - "parent"
20564   - "tags"
20565   layout:
20566     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20567     layout: "plot-latency"
20568
20569 -
20570   type: "plot"
20571   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20572   algorithm: "plot_latency_error_bars"
20573   output-file-type: ".html"
20574   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20575   data: "plot-dpdk-throughput-latency-3n-hsw"
20576   filter: "'NIC_Intel-XL710' and
20577            '64B' and
20578            'BASE' and
20579            'NDRPDR' and
20580            '2T2C' and
20581            'IP4FWD'"
20582   parameters:
20583   - "latency"
20584   - "parent"
20585   - "tags"
20586   layout:
20587     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20588     layout: "plot-latency"
20589
20590 # Packet Latency - DPDK l3fwd 3n-skx-x710
20591 -
20592   type: "plot"
20593   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20594   algorithm: "plot_latency_error_bars"
20595   output-file-type: ".html"
20596   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20597   data: "plot-dpdk-throughput-latency-3n-skx"
20598   filter: "'NIC_Intel-X710' and
20599            '64B' and
20600            'BASE' and
20601            'NDRPDR' and
20602            '2T1C' and
20603            'IP4FWD'"
20604   parameters:
20605   - "latency"
20606   - "parent"
20607   - "tags"
20608   layout:
20609     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20610     layout: "plot-latency"
20611
20612 -
20613   type: "plot"
20614   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20615   algorithm: "plot_latency_error_bars"
20616   output-file-type: ".html"
20617   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20618   data: "plot-dpdk-throughput-latency-3n-skx"
20619   filter: "'NIC_Intel-X710' and
20620            '64B' and
20621            'BASE' and
20622            'NDRPDR' and
20623            '4T2C' and
20624            'IP4FWD'"
20625   parameters:
20626   - "latency"
20627   - "parent"
20628   - "tags"
20629   layout:
20630     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20631     layout: "plot-latency"
20632
20633 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20634 -
20635   type: "plot"
20636   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20637   algorithm: "plot_latency_error_bars"
20638   output-file-type: ".html"
20639   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20640   data: "plot-dpdk-throughput-latency-3n-skx"
20641   filter: "'NIC_Intel-XXV710' and
20642            '64B' and
20643            'BASE' and
20644            'NDRPDR' and
20645            '2T1C' and
20646            'IP4FWD'"
20647   parameters:
20648   - "latency"
20649   - "parent"
20650   - "tags"
20651   layout:
20652     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20653     layout: "plot-latency"
20654
20655 -
20656   type: "plot"
20657   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20658   algorithm: "plot_latency_error_bars"
20659   output-file-type: ".html"
20660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20661   data: "plot-dpdk-throughput-latency-3n-skx"
20662   filter: "'NIC_Intel-XXV710' and
20663            '64B' and
20664            'BASE' and
20665            'NDRPDR' and
20666            '4T2C' and
20667            'IP4FWD'"
20668   parameters:
20669   - "latency"
20670   - "parent"
20671   - "tags"
20672   layout:
20673     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20674     layout: "plot-latency"
20675
20676 # Packet Latency - DPDK l3fwd 2n-skx-x710
20677 -
20678   type: "plot"
20679   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20680   algorithm: "plot_latency_error_bars"
20681   output-file-type: ".html"
20682   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20683   data: "plot-dpdk-throughput-latency-2n-skx"
20684   filter: "'NIC_Intel-X710' and
20685            '64B' and
20686            'BASE' and
20687            'NDRPDR' and
20688            '2T1C' and
20689            'IP4FWD'"
20690   parameters:
20691   - "latency"
20692   - "parent"
20693   - "tags"
20694   layout:
20695     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20696     layout: "plot-latency"
20697
20698 -
20699   type: "plot"
20700   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20701   algorithm: "plot_latency_error_bars"
20702   output-file-type: ".html"
20703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20704   data: "plot-dpdk-throughput-latency-2n-skx"
20705   filter: "'NIC_Intel-X710' and
20706            '64B' and
20707            'BASE' and
20708            'NDRPDR' and
20709            '4T2C' and
20710            'IP4FWD'"
20711   parameters:
20712   - "latency"
20713   - "parent"
20714   - "tags"
20715   layout:
20716     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20717     layout: "plot-latency"
20718
20719 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20720 -
20721   type: "plot"
20722   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20723   algorithm: "plot_latency_error_bars"
20724   output-file-type: ".html"
20725   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20726   data: "plot-dpdk-throughput-latency-2n-skx"
20727   filter: "'NIC_Intel-XXV710' and
20728            '64B' and
20729            'BASE' and
20730            'NDRPDR' and
20731            '2T1C' and
20732            'IP4FWD'"
20733   parameters:
20734   - "latency"
20735   - "parent"
20736   - "tags"
20737   layout:
20738     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20739     layout: "plot-latency"
20740
20741 -
20742   type: "plot"
20743   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20744   algorithm: "plot_latency_error_bars"
20745   output-file-type: ".html"
20746   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20747   data: "plot-dpdk-throughput-latency-2n-skx"
20748   filter: "'NIC_Intel-XXV710' and
20749            '64B' and
20750            'BASE' and
20751            'NDRPDR' and
20752            '4T2C' and
20753            'IP4FWD'"
20754   parameters:
20755   - "latency"
20756   - "parent"
20757   - "tags"
20758   layout:
20759     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20760     layout: "plot-latency"
20761
20762 ################################################################################
20763
20764 # Packet Latency - DPDK testpmd 3n-hsw-x520
20765 -
20766   type: "plot"
20767   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20768   algorithm: "plot_latency_error_bars"
20769   output-file-type: ".html"
20770   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20771   data: "plot-dpdk-throughput-latency-3n-hsw"
20772   filter: "'NIC_Intel-X520-DA2' and
20773            '64B' and
20774            'BASE' and
20775            'NDRPDR' and
20776            '1T1C' and
20777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20778   parameters:
20779   - "latency"
20780   - "parent"
20781   - "tags"
20782   layout:
20783     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20784     layout: "plot-latency"
20785
20786 -
20787   type: "plot"
20788   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20789   algorithm: "plot_latency_error_bars"
20790   output-file-type: ".html"
20791   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20792   data: "plot-dpdk-throughput-latency-3n-hsw"
20793   filter: "'NIC_Intel-X520-DA2' and
20794            '64B' and
20795            'BASE' and
20796            'NDRPDR' and
20797            '2T2C' and
20798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20799   parameters:
20800   - "latency"
20801   - "parent"
20802   - "tags"
20803   layout:
20804     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20805     layout: "plot-latency"
20806
20807 # Packet Latency - DPDK testpmd 3n-hsw-x710
20808 -
20809   type: "plot"
20810   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20811   algorithm: "plot_latency_error_bars"
20812   output-file-type: ".html"
20813   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20814   data: "plot-dpdk-throughput-latency-3n-hsw"
20815   filter: "'NIC_Intel-X710' and
20816            '64B' and
20817            'BASE' and
20818            'NDRPDR' and
20819            '1T1C' and
20820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20821   parameters:
20822   - "latency"
20823   - "parent"
20824   - "tags"
20825   layout:
20826     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20827     layout: "plot-latency"
20828
20829 -
20830   type: "plot"
20831   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20832   algorithm: "plot_latency_error_bars"
20833   output-file-type: ".html"
20834   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20835   data: "plot-dpdk-throughput-latency-3n-hsw"
20836   filter: "'NIC_Intel-X710' and
20837            '64B' and
20838            'BASE' and
20839            'NDRPDR' and
20840            '2T2C' and
20841            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20842   parameters:
20843   - "latency"
20844   - "parent"
20845   - "tags"
20846   layout:
20847     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
20848     layout: "plot-latency"
20849
20850 # Packet Latency - DPDK testpmd 3n-hsw-xl710
20851 -
20852   type: "plot"
20853   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20854   algorithm: "plot_latency_error_bars"
20855   output-file-type: ".html"
20856   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20857   data: "plot-dpdk-throughput-latency-3n-hsw"
20858   filter: "'NIC_Intel-XL710' and
20859            '64B' and
20860            'BASE' and
20861            'NDRPDR' and
20862            '1T1C' and
20863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20864   parameters:
20865   - "latency"
20866   - "parent"
20867   - "tags"
20868   layout:
20869     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
20870     layout: "plot-latency"
20871
20872 -
20873   type: "plot"
20874   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20875   algorithm: "plot_latency_error_bars"
20876   output-file-type: ".html"
20877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20878   data: "plot-dpdk-throughput-latency-3n-hsw"
20879   filter: "'NIC_Intel-XL710' and
20880            '64B' and
20881            'BASE' and
20882            'NDRPDR' and
20883            '2T2C' and
20884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20885   parameters:
20886   - "latency"
20887   - "parent"
20888   - "tags"
20889   layout:
20890     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
20891     layout: "plot-latency"
20892
20893 # Packet Latency - DPDK testpmd 3n-skx-x710
20894 -
20895   type: "plot"
20896   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20897   algorithm: "plot_latency_error_bars"
20898   output-file-type: ".html"
20899   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20900   data: "plot-dpdk-throughput-latency-3n-skx"
20901   filter: "'NIC_Intel-X710' and
20902            '64B' and
20903            'BASE' and
20904            'NDRPDR' and
20905            '2T1C' and
20906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20907   parameters:
20908   - "latency"
20909   - "parent"
20910   - "tags"
20911   layout:
20912     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
20913     layout: "plot-latency"
20914
20915 -
20916   type: "plot"
20917   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20918   algorithm: "plot_latency_error_bars"
20919   output-file-type: ".html"
20920   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20921   data: "plot-dpdk-throughput-latency-3n-skx"
20922   filter: "'NIC_Intel-X710' and
20923            '64B' and
20924            'BASE' and
20925            'NDRPDR' and
20926            '4T2C' and
20927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20928   parameters:
20929   - "latency"
20930   - "parent"
20931   - "tags"
20932   layout:
20933     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
20934     layout: "plot-latency"
20935
20936 # Packet Latency - DPDK testpmd 3n-skx-xxv710
20937 -
20938   type: "plot"
20939   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20940   algorithm: "plot_latency_error_bars"
20941   output-file-type: ".html"
20942   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20943   data: "plot-dpdk-throughput-latency-3n-skx"
20944   filter: "'NIC_Intel-XXV710' and
20945            '64B' and
20946            'BASE' and
20947            'NDRPDR' and
20948            '2T1C' and
20949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20950   parameters:
20951   - "latency"
20952   - "parent"
20953   - "tags"
20954   layout:
20955     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
20956     layout: "plot-latency"
20957
20958 -
20959   type: "plot"
20960   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20961   algorithm: "plot_latency_error_bars"
20962   output-file-type: ".html"
20963   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20964   data: "plot-dpdk-throughput-latency-3n-skx"
20965   filter: "'NIC_Intel-XXV710' and
20966            '64B' and
20967            'BASE' and
20968            'NDRPDR' and
20969            '4T2C' and
20970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20971   parameters:
20972   - "latency"
20973   - "parent"
20974   - "tags"
20975   layout:
20976     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
20977     layout: "plot-latency"
20978
20979 # Packet Latency - DPDK testpmd 2n-skx-x710
20980 -
20981   type: "plot"
20982   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20983   algorithm: "plot_latency_error_bars"
20984   output-file-type: ".html"
20985   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20986   data: "plot-dpdk-throughput-latency-2n-skx"
20987   filter: "'NIC_Intel-X710' and
20988            '64B' and
20989            'BASE' and
20990            'NDRPDR' and
20991            '2T1C' and
20992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20993   parameters:
20994   - "latency"
20995   - "parent"
20996   - "tags"
20997   layout:
20998     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
20999     layout: "plot-latency"
21000
21001 -
21002   type: "plot"
21003   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21004   algorithm: "plot_latency_error_bars"
21005   output-file-type: ".html"
21006   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21007   data: "plot-dpdk-throughput-latency-2n-skx"
21008   filter: "'NIC_Intel-X710' and
21009            '64B' and
21010            'BASE' and
21011            'NDRPDR' and
21012            '4T2C' and
21013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21014   parameters:
21015   - "latency"
21016   - "parent"
21017   - "tags"
21018   layout:
21019     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21020     layout: "plot-latency"
21021
21022 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21023 -
21024   type: "plot"
21025   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21026   algorithm: "plot_latency_error_bars"
21027   output-file-type: ".html"
21028   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21029   data: "plot-dpdk-throughput-latency-2n-skx"
21030   filter: "'NIC_Intel-XXV710' and
21031            '64B' and
21032            'BASE' and
21033            'NDRPDR' and
21034            '2T1C' and
21035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21036   parameters:
21037   - "latency"
21038   - "parent"
21039   - "tags"
21040   layout:
21041     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21042     layout: "plot-latency"
21043
21044 -
21045   type: "plot"
21046   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21047   algorithm: "plot_latency_error_bars"
21048   output-file-type: ".html"
21049   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21050   data: "plot-dpdk-throughput-latency-2n-skx"
21051   filter: "'NIC_Intel-XXV710' and
21052            '64B' and
21053            'BASE' and
21054            'NDRPDR' and
21055            '4T2C' and
21056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21057   parameters:
21058   - "latency"
21059   - "parent"
21060   - "tags"
21061   layout:
21062     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21063     layout: "plot-latency"
21064
21065 ################################################################################
21066
21067 # Speedup - VPP Container Memif 3n-hsw-x520
21068 -
21069   type: "plot"
21070   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21071   algorithm: "plot_throughput_speedup_analysis"
21072   output-file-type: ".html"
21073   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21074   data: "plot-throughput-speedup-analysis-3n-hsw"
21075   filter: "'NIC_Intel-X520-DA2' and
21076            '64B' and
21077            ('BASE' or 'SCALE') and
21078            'NDRPDR' and
21079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21080            not 'VHOST' and
21081            'MEMIF'"
21082   parameters:
21083   - "throughput"
21084   - "parent"
21085   - "tags"
21086   sort:
21087   - "L2XCFWD"
21088   - "L2XCFWD"
21089   - "L2XCFWD"
21090   - "L2BDMACLRN"
21091   - "L2BDMACLRN"
21092   - "L2BDMACLRN"
21093   layout:
21094     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21095     layout: "plot-throughput-speedup-analysis"
21096
21097 -
21098   type: "plot"
21099   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21100   algorithm: "plot_throughput_speedup_analysis"
21101   output-file-type: ".html"
21102   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21103   data: "plot-throughput-speedup-analysis-3n-hsw"
21104   filter: "'NIC_Intel-X520-DA2' and
21105            '64B' and
21106            ('BASE' or 'SCALE') and
21107            'NDRPDR' and
21108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21109            not 'VHOST' and
21110            'MEMIF'"
21111   parameters:
21112   - "throughput"
21113   - "parent"
21114   - "tags"
21115   sort:
21116   - "L2XCFWD"
21117   - "L2XCFWD"
21118   - "L2XCFWD"
21119   - "L2BDMACLRN"
21120   - "L2BDMACLRN"
21121   - "L2BDMACLRN"
21122   layout:
21123     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21124     layout: "plot-throughput-speedup-analysis"
21125
21126 # Speedup - VPP Container Memif 3n-hsw-x710
21127 -
21128   type: "plot"
21129   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21130   algorithm: "plot_throughput_speedup_analysis"
21131   output-file-type: ".html"
21132   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21133   data: "plot-throughput-speedup-analysis-3n-hsw"
21134   filter: "'NIC_Intel-X710' and
21135            '64B' and
21136            ('BASE' or 'SCALE') and
21137            'NDRPDR' and
21138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21139            not 'VHOST' and
21140            'MEMIF'"
21141   parameters:
21142   - "throughput"
21143   - "parent"
21144   - "tags"
21145   sort:
21146   - "L2XCFWD"
21147   - "L2XCFWD"
21148   - "L2XCFWD"
21149   - "L2BDMACLRN"
21150   - "L2BDMACLRN"
21151   - "L2BDMACLRN"
21152   layout:
21153     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21154     layout: "plot-throughput-speedup-analysis"
21155
21156 -
21157   type: "plot"
21158   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21159   algorithm: "plot_throughput_speedup_analysis"
21160   output-file-type: ".html"
21161   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21162   data: "plot-throughput-speedup-analysis-3n-hsw"
21163   filter: "'NIC_Intel-X710' and
21164            '64B' and
21165            ('BASE' or 'SCALE') and
21166            'NDRPDR' and
21167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21168            not 'VHOST' and
21169            'MEMIF'"
21170   parameters:
21171   - "throughput"
21172   - "parent"
21173   - "tags"
21174   sort:
21175   - "L2XCFWD"
21176   - "L2XCFWD"
21177   - "L2XCFWD"
21178   - "L2BDMACLRN"
21179   - "L2BDMACLRN"
21180   - "L2BDMACLRN"
21181   layout:
21182     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21183     layout: "plot-throughput-speedup-analysis"
21184
21185 # Speedup - VPP Container Memif 3n-hsw-xl710
21186 -
21187   type: "plot"
21188   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21189   algorithm: "plot_throughput_speedup_analysis"
21190   output-file-type: ".html"
21191   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21192   data: "plot-throughput-speedup-analysis-3n-hsw"
21193   filter: "'NIC_Intel-XL710' and
21194            '64B' and
21195            ('BASE' or 'SCALE') and
21196            'NDRPDR' and
21197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21198            not 'VHOST' and
21199            'MEMIF'"
21200   parameters:
21201   - "throughput"
21202   - "parent"
21203   - "tags"
21204   sort:
21205   - "L2XCFWD"
21206   - "L2XCFWD"
21207   - "L2XCFWD"
21208   - "L2BDMACLRN"
21209   - "L2BDMACLRN"
21210   - "L2BDMACLRN"
21211   layout:
21212     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21213     layout: "plot-throughput-speedup-analysis"
21214
21215 -
21216   type: "plot"
21217   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21218   algorithm: "plot_throughput_speedup_analysis"
21219   output-file-type: ".html"
21220   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21221   data: "plot-throughput-speedup-analysis-3n-hsw"
21222   filter: "'NIC_Intel-XL710' and
21223            '64B' and
21224            ('BASE' or 'SCALE') and
21225            'NDRPDR' and
21226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21227            not 'VHOST' and
21228            'MEMIF'"
21229   parameters:
21230   - "throughput"
21231   - "parent"
21232   - "tags"
21233   sort:
21234   - "L2XCFWD"
21235   - "L2XCFWD"
21236   - "L2XCFWD"
21237   - "L2BDMACLRN"
21238   - "L2BDMACLRN"
21239   - "L2BDMACLRN"
21240   layout:
21241     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21242     layout: "plot-throughput-speedup-analysis"
21243
21244 # Speedup - VPP Container Memif 3n-skx-x710
21245 -
21246   type: "plot"
21247   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21248   algorithm: "plot_throughput_speedup_analysis"
21249   output-file-type: ".html"
21250   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21251   data: "plot-throughput-speedup-analysis-3n-skx"
21252   filter: "'NIC_Intel-X710' and
21253            '64B' and
21254            ('BASE' or 'SCALE') and
21255            'NDRPDR' and
21256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21257            not 'VHOST' and
21258            'MEMIF'"
21259   parameters:
21260   - "throughput"
21261   - "parent"
21262   - "tags"
21263   sort:
21264   - "L2XCFWD"
21265   - "L2XCFWD"
21266   - "L2XCFWD"
21267   - "L2BDMACLRN"
21268   - "L2BDMACLRN"
21269   - "L2BDMACLRN"
21270   layout:
21271     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21272     layout: "plot-throughput-speedup-analysis"
21273
21274 -
21275   type: "plot"
21276   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21277   algorithm: "plot_throughput_speedup_analysis"
21278   output-file-type: ".html"
21279   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21280   data: "plot-throughput-speedup-analysis-3n-skx"
21281   filter: "'NIC_Intel-X710' and
21282            '64B' and
21283            ('BASE' or 'SCALE') and
21284            'NDRPDR' and
21285            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21286            not 'VHOST' and
21287             'MEMIF'"
21288   parameters:
21289   - "throughput"
21290   - "parent"
21291   - "tags"
21292   sort:
21293   - "L2XCFWD"
21294   - "L2XCFWD"
21295   - "L2XCFWD"
21296   - "L2BDMACLRN"
21297   - "L2BDMACLRN"
21298   - "L2BDMACLRN"
21299   layout:
21300     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21301     layout: "plot-throughput-speedup-analysis"
21302
21303 # Speedup - VPP Container Memif 2n-skx-x710
21304 -
21305   type: "plot"
21306   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21307   algorithm: "plot_throughput_speedup_analysis"
21308   output-file-type: ".html"
21309   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21310   data: "plot-throughput-speedup-analysis-2n-skx"
21311   filter: "'NIC_Intel-X710' and
21312            '64B' and
21313            ('BASE' or 'SCALE') and
21314            'NDRPDR' and
21315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21316            not 'VHOST' and
21317            'MEMIF'"
21318   parameters:
21319   - "throughput"
21320   - "parent"
21321   - "tags"
21322   sort:
21323   - "L2XCFWD"
21324   - "L2XCFWD"
21325   - "L2XCFWD"
21326   - "L2BDMACLRN"
21327   - "L2BDMACLRN"
21328   - "L2BDMACLRN"
21329   layout:
21330     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21331     layout: "plot-throughput-speedup-analysis"
21332
21333 -
21334   type: "plot"
21335   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21336   algorithm: "plot_throughput_speedup_analysis"
21337   output-file-type: ".html"
21338   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21339   data: "plot-throughput-speedup-analysis-2n-skx"
21340   filter: "'NIC_Intel-X710' and
21341            '64B' and
21342            ('BASE' or 'SCALE') and
21343            'NDRPDR' and
21344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21345            not 'VHOST' and
21346             'MEMIF'"
21347   parameters:
21348   - "throughput"
21349   - "parent"
21350   - "tags"
21351   sort:
21352   - "L2XCFWD"
21353   - "L2XCFWD"
21354   - "L2XCFWD"
21355   - "L2BDMACLRN"
21356   - "L2BDMACLRN"
21357   - "L2BDMACLRN"
21358   layout:
21359     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21360     layout: "plot-throughput-speedup-analysis"
21361
21362 # Speedup - VPP Container Memif 2n-skx-xxv710
21363 -
21364   type: "plot"
21365   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21366   algorithm: "plot_throughput_speedup_analysis"
21367   output-file-type: ".html"
21368   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21369   data: "plot-throughput-speedup-analysis-2n-skx"
21370   filter: "'NIC_Intel-XXV710' and
21371            '64B' and
21372            ('BASE' or 'SCALE') and
21373            'NDRPDR' and
21374            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21375            not 'VHOST' and
21376            'MEMIF'"
21377   parameters:
21378   - "throughput"
21379   - "parent"
21380   - "tags"
21381   sort:
21382   - "L2XCFWD"
21383   - "L2XCFWD"
21384   - "L2XCFWD"
21385   - "L2BDMACLRN"
21386   - "L2BDMACLRN"
21387   - "L2BDMACLRN"
21388   layout:
21389     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21390     layout: "plot-throughput-speedup-analysis"
21391
21392 -
21393   type: "plot"
21394   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21395   algorithm: "plot_throughput_speedup_analysis"
21396   output-file-type: ".html"
21397   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21398   data: "plot-throughput-speedup-analysis-2n-skx"
21399   filter: "'NIC_Intel-XXV710' and
21400            '64B' and
21401            ('BASE' or 'SCALE') and
21402            'NDRPDR' and
21403            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21404            not 'VHOST' and
21405             'MEMIF'"
21406   parameters:
21407   - "throughput"
21408   - "parent"
21409   - "tags"
21410   sort:
21411   - "L2XCFWD"
21412   - "L2XCFWD"
21413   - "L2XCFWD"
21414   - "L2BDMACLRN"
21415   - "L2BDMACLRN"
21416   - "L2BDMACLRN"
21417   layout:
21418     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21419     layout: "plot-throughput-speedup-analysis"
21420
21421 ################################################################################
21422
21423 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21424 -
21425   type: "plot"
21426   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21427   algorithm: "plot_throughput_speedup_analysis"
21428   output-file-type: ".html"
21429   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21430   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21431   filter: "'NIC_Intel-X520-DA2' and
21432            '64B' and
21433            ('BASE' or 'SCALE') and
21434            'NDRPDR' and
21435            'L2XCFWD' and
21436            not 'VHOST' and
21437            'MEMIF'"
21438   parameters:
21439   - "throughput"
21440   - "parent"
21441   - "tags"
21442   sort:
21443   - "1VNF"
21444   - "2VNF"
21445   - "4VNF"
21446   - "2VNF"
21447   - "4VNF"
21448   layout:
21449     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21450     layout: "plot-throughput-speedup-analysis"
21451
21452 -
21453   type: "plot"
21454   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21455   algorithm: "plot_throughput_speedup_analysis"
21456   output-file-type: ".html"
21457   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21458   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21459   filter: "'NIC_Intel-X520-DA2' and
21460            '64B' and
21461            ('BASE' or 'SCALE') and
21462            'NDRPDR' and
21463            'L2XCFWD' and
21464            not 'VHOST' and
21465            'MEMIF'"
21466   parameters:
21467   - "throughput"
21468   - "parent"
21469   - "tags"
21470   sort:
21471   - "1VNF"
21472   - "2VNF"
21473   - "4VNF"
21474   - "2VNF"
21475   - "4VNF"
21476   layout:
21477     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21478     layout: "plot-throughput-speedup-analysis"
21479
21480 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21481 -
21482   type: "plot"
21483   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21484   algorithm: "plot_throughput_speedup_analysis"
21485   output-file-type: ".html"
21486   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21487   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21488   filter: "'NIC_Intel-X520-DA2' and
21489            '64B' and
21490            ('BASE' or 'SCALE') and
21491            'NDRPDR' and
21492            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21493            not 'VHOST' and
21494            'MEMIF'"
21495   parameters:
21496   - "throughput"
21497   - "parent"
21498   - "tags"
21499   sort:
21500   - "1VNF"
21501   - "2VNF"
21502   - "4VNF"
21503   - "2VNF"
21504   - "4VNF"
21505   layout:
21506     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
21507     layout: "plot-throughput-speedup-analysis"
21508
21509 -
21510   type: "plot"
21511   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21512   algorithm: "plot_throughput_speedup_analysis"
21513   output-file-type: ".html"
21514   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21515   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21516   filter: "'NIC_Intel-X520-DA2' and
21517            '64B' and
21518            ('BASE' or 'SCALE') and
21519            'NDRPDR' and
21520            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21521            not 'VHOST' and
21522            'MEMIF'"
21523   parameters:
21524   - "throughput"
21525   - "parent"
21526   - "tags"
21527   sort:
21528   - "1VNF"
21529   - "2VNF"
21530   - "4VNF"
21531   - "2VNF"
21532   - "4VNF"
21533   layout:
21534     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
21535     layout: "plot-throughput-speedup-analysis"
21536
21537 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21538 -
21539   type: "plot"
21540   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21541   algorithm: "plot_throughput_speedup_analysis"
21542   output-file-type: ".html"
21543   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21544   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21545   filter: "'NIC_Intel-X710' and
21546            '64B' and
21547            ('BASE' or 'SCALE') and
21548            'NDRPDR' and
21549            'L2XCFWD' and
21550            not 'VHOST' and
21551            'MEMIF'"
21552   parameters:
21553   - "throughput"
21554   - "parent"
21555   - "tags"
21556   sort:
21557   - "1VNF"
21558   - "2VNF"
21559   - "4VNF"
21560   - "2VNF"
21561   - "4VNF"
21562   layout:
21563     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
21564     layout: "plot-throughput-speedup-analysis"
21565
21566 -
21567   type: "plot"
21568   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21569   algorithm: "plot_throughput_speedup_analysis"
21570   output-file-type: ".html"
21571   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21572   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21573   filter: "'NIC_Intel-X710' and
21574            '64B' and
21575            ('BASE' or 'SCALE') and
21576            'NDRPDR' and
21577            'L2XCFWD' and
21578            not 'VHOST' and
21579            'MEMIF'"
21580   parameters:
21581   - "throughput"
21582   - "parent"
21583   - "tags"
21584   sort:
21585   - "1VNF"
21586   - "2VNF"
21587   - "4VNF"
21588   - "2VNF"
21589   - "4VNF"
21590   layout:
21591     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
21592     layout: "plot-throughput-speedup-analysis"
21593
21594 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21595 -
21596   type: "plot"
21597   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21598   algorithm: "plot_throughput_speedup_analysis"
21599   output-file-type: ".html"
21600   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21601   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21602   filter: "'NIC_Intel-X710' and
21603            '64B' and
21604            ('BASE' or 'SCALE') and
21605            'NDRPDR' and
21606            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21607            not 'VHOST' and
21608            'MEMIF'"
21609   parameters:
21610   - "throughput"
21611   - "parent"
21612   - "tags"
21613   sort:
21614   - "1VNF"
21615   - "2VNF"
21616   - "4VNF"
21617   - "2VNF"
21618   - "4VNF"
21619   layout:
21620     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
21621     layout: "plot-throughput-speedup-analysis"
21622
21623 -
21624   type: "plot"
21625   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21626   algorithm: "plot_throughput_speedup_analysis"
21627   output-file-type: ".html"
21628   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21629   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21630   filter: "'NIC_Intel-X710' and
21631            '64B' and
21632            ('BASE' or 'SCALE') and
21633            'NDRPDR' and
21634            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21635            not 'VHOST' and
21636            'MEMIF'"
21637   parameters:
21638   - "throughput"
21639   - "parent"
21640   - "tags"
21641   sort:
21642   - "1VNF"
21643   - "2VNF"
21644   - "4VNF"
21645   - "2VNF"
21646   - "4VNF"
21647   layout:
21648     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
21649     layout: "plot-throughput-speedup-analysis"
21650
21651 ################################################################################
21652
21653 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21654 -
21655   type: "plot"
21656   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21657   algorithm: "plot_throughput_speedup_analysis"
21658   output-file-type: ".html"
21659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21660   data: "plot-throughput-speedup-analysis-3n-hsw"
21661   filter: "'NIC_Intel-X520-DA2' and
21662            '64B' and
21663            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21664            'NDRPDR' and
21665            'IP4FWD' and
21666            not 'IPSEC' and
21667            not 'VHOST'"
21668   parameters:
21669   - "throughput"
21670   - "parent"
21671   - "tags"
21672   sort:
21673   - "IP4BASE"
21674   - "FIB_20K"
21675   - "FIB_200K"
21676   - "FIB_2M"
21677   layout:
21678     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21679     layout: "plot-throughput-speedup-analysis"
21680
21681 -
21682   type: "plot"
21683   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21684   algorithm: "plot_throughput_speedup_analysis"
21685   output-file-type: ".html"
21686   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21687   data: "plot-throughput-speedup-analysis-3n-hsw"
21688   filter: "'NIC_Intel-X520-DA2' and
21689            '64B' and
21690            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21691            'NDRPDR' and
21692            'IP4FWD' and
21693            not 'IPSEC' and
21694            not 'VHOST'"
21695   parameters:
21696   - "throughput"
21697   - "parent"
21698   - "tags"
21699   sort:
21700   - "IP4BASE"
21701   - "FIB_20K"
21702   - "FIB_200K"
21703   - "FIB_2M"
21704   layout:
21705     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21706     layout: "plot-throughput-speedup-analysis"
21707
21708 # Speedup - VPP IPv4 3n-hsw-x520 features
21709 -
21710   type: "plot"
21711   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21712   algorithm: "plot_throughput_speedup_analysis"
21713   output-file-type: ".html"
21714   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21715   data: "plot-throughput-speedup-analysis-3n-hsw"
21716   filter: "'NIC_Intel-X520-DA2' and
21717            '64B' and
21718            ('IP4BASE' or
21719             'POLICE_MARK' or
21720             'COPWHLIST' or
21721             ('NAT44' and 'BASE') or
21722             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21723            'NDRPDR' and
21724            'IP4FWD' and
21725            not 'IPSEC' and
21726            not 'VHOST'"
21727   parameters:
21728   - "throughput"
21729   - "parent"
21730   - "tags"
21731   sort:
21732   - "IP4BASE"
21733   - "NAT44"
21734   - "POLICE_MARK"
21735   - "COPWHLIST"
21736   - "IACL"
21737   - "OACL"
21738   layout:
21739     title: "ip4-3n-hsw-x520-64b-features-ndr"
21740     layout: "plot-throughput-speedup-analysis"
21741
21742 -
21743   type: "plot"
21744   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21745   algorithm: "plot_throughput_speedup_analysis"
21746   output-file-type: ".html"
21747   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21748   data: "plot-throughput-speedup-analysis-3n-hsw"
21749   filter: "'NIC_Intel-X520-DA2' and
21750            '64B' and
21751            ('IP4BASE' or
21752             'POLICE_MARK' or
21753             'COPWHLIST' or
21754             ('NAT44' and 'BASE') or
21755             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21756            'NDRPDR' and
21757            'IP4FWD' and
21758            not 'IPSEC' and
21759            not 'VHOST'"
21760   parameters:
21761   - "throughput"
21762   - "parent"
21763   - "tags"
21764   sort:
21765   - "IP4BASE"
21766   - "NAT44"
21767   - "POLICE_MARK"
21768   - "COPWHLIST"
21769   - "IACL"
21770   - "OACL"
21771   layout:
21772     title: "ip4-3n-hsw-x520-64b-features-pdr"
21773     layout: "plot-throughput-speedup-analysis"
21774
21775 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21776 -
21777   type: "plot"
21778   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21779   algorithm: "plot_throughput_speedup_analysis"
21780   output-file-type: ".html"
21781   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21782   data: "plot-throughput-speedup-analysis-3n-hsw"
21783   filter: "'NIC_Intel-X520-DA2' and
21784            '64B' and
21785            'NDRPDR' and
21786            'IP4FWD' and
21787            'NAT44' and
21788            not 'IPSEC' and
21789            not 'VHOST'"
21790   parameters:
21791   - "throughput"
21792   - "parent"
21793   - "tags"
21794   sort:
21795   - "BASE"
21796   - "BASE"
21797   - "SRC_USER_10"
21798   - "SRC_USER_100"
21799   - "SRC_USER_1000"
21800   - "SRC_USER_2000"
21801   layout:
21802     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21803     layout: "plot-throughput-speedup-analysis"
21804
21805 -
21806   type: "plot"
21807   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21808   algorithm: "plot_throughput_speedup_analysis"
21809   output-file-type: ".html"
21810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21811   data: "plot-throughput-speedup-analysis-3n-hsw"
21812   filter: "'NIC_Intel-X520-DA2' and
21813            '64B' and
21814            'NDRPDR' and
21815            'IP4FWD' and
21816            'NAT44' and
21817            not 'IPSEC' and
21818            not 'VHOST'"
21819   parameters:
21820   - "throughput"
21821   - "parent"
21822   - "tags"
21823   sort:
21824   - "BASE"
21825   - "BASE"
21826   - "SRC_USER_10"
21827   - "SRC_USER_100"
21828   - "SRC_USER_1000"
21829   - "SRC_USER_2000"
21830   layout:
21831     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
21832     layout: "plot-throughput-speedup-analysis"
21833
21834 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
21835 -
21836   type: "plot"
21837   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21838   algorithm: "plot_throughput_speedup_analysis"
21839   output-file-type: ".html"
21840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21841   data: "plot-throughput-speedup-analysis-3n-hsw"
21842   filter: "'NIC_Intel-X520-DA2' and
21843            '64B' and
21844            'NDRPDR' and
21845            'IP4FWD' and
21846            'IACL' and
21847            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21848            not 'IPSEC' and
21849            not 'VHOST'"
21850   parameters:
21851   - "throughput"
21852   - "parent"
21853   - "tags"
21854   sort:
21855   - "ACL_STATELESS"
21856   - "ACL_STATEFUL"
21857   - "ACL_STATELESS"
21858   - "ACL_STATEFUL"
21859   layout:
21860     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
21861     layout: "plot-throughput-speedup-analysis"
21862
21863 -
21864   type: "plot"
21865   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21866   algorithm: "plot_throughput_speedup_analysis"
21867   output-file-type: ".html"
21868   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21869   data: "plot-throughput-speedup-analysis-3n-hsw"
21870   filter: "'NIC_Intel-X520-DA2' and
21871            '64B' and
21872            'NDRPDR' and
21873            'IP4FWD' and
21874            'IACL' and
21875            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21876            not 'IPSEC' and
21877            not 'VHOST'"
21878   parameters:
21879   - "throughput"
21880   - "parent"
21881   - "tags"
21882   sort:
21883   - "ACL_STATELESS"
21884   - "ACL_STATEFUL"
21885   - "ACL_STATELESS"
21886   - "ACL_STATEFUL"
21887   layout:
21888     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
21889     layout: "plot-throughput-speedup-analysis"
21890
21891 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
21892 -
21893   type: "plot"
21894   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21895   algorithm: "plot_throughput_speedup_analysis"
21896   output-file-type: ".html"
21897   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21898   data: "plot-throughput-speedup-analysis-3n-hsw"
21899   filter: "'NIC_Intel-X520-DA2' and
21900            '64B' and
21901            'NDRPDR' and
21902            'IP4FWD' and
21903            'OACL' and
21904            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21905            not 'IPSEC' and
21906            not 'VHOST'"
21907   parameters:
21908   - "throughput"
21909   - "parent"
21910   - "tags"
21911   sort:
21912   - "ACL_STATELESS"
21913   - "ACL_STATEFUL"
21914   - "ACL_STATELESS"
21915   - "ACL_STATEFUL"
21916   layout:
21917     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
21918     layout: "plot-throughput-speedup-analysis"
21919
21920 -
21921   type: "plot"
21922   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
21923   algorithm: "plot_throughput_speedup_analysis"
21924   output-file-type: ".html"
21925   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
21926   data: "plot-throughput-speedup-analysis-3n-hsw"
21927   filter: "'NIC_Intel-X520-DA2' and
21928            '64B' and
21929            'NDRPDR' and
21930            'IP4FWD' and
21931            'OACL' and
21932            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21933            not 'IPSEC' and
21934            not 'VHOST'"
21935   parameters:
21936   - "throughput"
21937   - "parent"
21938   - "tags"
21939   sort:
21940   - "ACL_STATELESS"
21941   - "ACL_STATEFUL"
21942   - "ACL_STATELESS"
21943   - "ACL_STATEFUL"
21944   layout:
21945     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
21946     layout: "plot-throughput-speedup-analysis"
21947
21948 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
21949 -
21950   type: "plot"
21951   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21952   algorithm: "plot_throughput_speedup_analysis"
21953   output-file-type: ".html"
21954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21955   data: "plot-throughput-speedup-analysis-3n-hsw"
21956   filter: "'NIC_Intel-X710' and
21957            '64B' and
21958            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21959            'NDRPDR' and
21960            'IP4FWD' and
21961            not 'IPSEC' and
21962            not 'VHOST'"
21963   parameters:
21964   - "throughput"
21965   - "parent"
21966   - "tags"
21967   sort:
21968   - "IP4BASE"
21969   - "FIB_20K"
21970   - "FIB_200K"
21971   - "FIB_2M"
21972   layout:
21973     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
21974     layout: "plot-throughput-speedup-analysis"
21975
21976 -
21977   type: "plot"
21978   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21979   algorithm: "plot_throughput_speedup_analysis"
21980   output-file-type: ".html"
21981   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21982   data: "plot-throughput-speedup-analysis-3n-hsw"
21983   filter: "'NIC_Intel-X710' and
21984            '64B' and
21985            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21986            'NDRPDR' and
21987            'IP4FWD' and
21988            not 'IPSEC' and
21989            not 'VHOST'"
21990   parameters:
21991   - "throughput"
21992   - "parent"
21993   - "tags"
21994   sort:
21995   - "IP4BASE"
21996   - "FIB_20K"
21997   - "FIB_200K"
21998   - "FIB_2M"
21999   layout:
22000     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22001     layout: "plot-throughput-speedup-analysis"
22002
22003 # Speedup - VPP IPv4 3n-hsw-x710 features
22004 -
22005   type: "plot"
22006   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22007   algorithm: "plot_throughput_speedup_analysis"
22008   output-file-type: ".html"
22009   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22010   data: "plot-throughput-speedup-analysis-3n-hsw"
22011   filter: "'NIC_Intel-X710' and
22012            '64B' and
22013            ('IP4BASE' or
22014             'POLICE_MARK' or
22015             'COPWHLIST' or
22016             ('NAT44' and 'BASE') or
22017             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22018            'NDRPDR' and
22019            'IP4FWD' and
22020            not 'IPSEC' and
22021            not 'VHOST'"
22022   parameters:
22023   - "throughput"
22024   - "parent"
22025   - "tags"
22026   sort:
22027   - "IP4BASE"
22028   - "NAT44"
22029   - "POLICE_MARK"
22030   - "COPWHLIST"
22031   - "IACL"
22032   - "OACL"
22033   layout:
22034     title: "ip4-3n-hsw-x710-64b-features-ndr"
22035     layout: "plot-throughput-speedup-analysis"
22036
22037 -
22038   type: "plot"
22039   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22040   algorithm: "plot_throughput_speedup_analysis"
22041   output-file-type: ".html"
22042   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22043   data: "plot-throughput-speedup-analysis-3n-hsw"
22044   filter: "'NIC_Intel-X710' and
22045            '64B' and
22046            ('IP4BASE' or
22047             'POLICE_MARK' or
22048             'COPWHLIST' or
22049             ('NAT44' and 'BASE') or
22050             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22051            'NDRPDR' and
22052            'IP4FWD' and
22053            not 'IPSEC' and
22054            not 'VHOST'"
22055   parameters:
22056   - "throughput"
22057   - "parent"
22058   - "tags"
22059   sort:
22060   - "IP4BASE"
22061   - "NAT44"
22062   - "POLICE_MARK"
22063   - "COPWHLIST"
22064   - "IACL"
22065   - "OACL"
22066   layout:
22067     title: "ip4-3n-hsw-x710-64b-features-pdr"
22068     layout: "plot-throughput-speedup-analysis"
22069
22070 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22071 -
22072   type: "plot"
22073   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22074   algorithm: "plot_throughput_speedup_analysis"
22075   output-file-type: ".html"
22076   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22077   data: "plot-throughput-speedup-analysis-3n-hsw"
22078   filter: "'NIC_Intel-X710' and
22079            '64B' and
22080            'NDRPDR' and
22081            'IP4FWD' and
22082            'NAT44' and
22083            not 'IPSEC' and
22084            not 'VHOST'"
22085   parameters:
22086   - "throughput"
22087   - "parent"
22088   - "tags"
22089   sort:
22090   - "BASE"
22091   - "BASE"
22092   - "SRC_USER_10"
22093   - "SRC_USER_100"
22094   - "SRC_USER_1000"
22095   - "SRC_USER_2000"
22096   layout:
22097     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22098     layout: "plot-throughput-speedup-analysis"
22099
22100 -
22101   type: "plot"
22102   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22103   algorithm: "plot_throughput_speedup_analysis"
22104   output-file-type: ".html"
22105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22106   data: "plot-throughput-speedup-analysis-3n-hsw"
22107   filter: "'NIC_Intel-X710' and
22108            '64B' and
22109            'NDRPDR' and
22110            'IP4FWD' and
22111            'NAT44' and
22112            not 'IPSEC' and
22113            not 'VHOST'"
22114   parameters:
22115   - "throughput"
22116   - "parent"
22117   - "tags"
22118   sort:
22119   - "BASE"
22120   - "BASE"
22121   - "SRC_USER_10"
22122   - "SRC_USER_100"
22123   - "SRC_USER_1000"
22124   - "SRC_USER_2000"
22125   layout:
22126     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22127     layout: "plot-throughput-speedup-analysis"
22128
22129 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22130 -
22131   type: "plot"
22132   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22133   algorithm: "plot_throughput_speedup_analysis"
22134   output-file-type: ".html"
22135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22136   data: "plot-throughput-speedup-analysis-3n-hsw"
22137   filter: "'NIC_Intel-X710' and
22138            '64B' and
22139            'NDRPDR' and
22140            'IP4FWD' and
22141            'IACL' and
22142            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22143            not 'IPSEC' and
22144            not 'VHOST'"
22145   parameters:
22146   - "throughput"
22147   - "parent"
22148   - "tags"
22149   sort:
22150   - "ACL_STATELESS"
22151   - "ACL_STATEFUL"
22152   - "ACL_STATELESS"
22153   - "ACL_STATEFUL"
22154   layout:
22155     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22156     layout: "plot-throughput-speedup-analysis"
22157
22158 -
22159   type: "plot"
22160   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22161   algorithm: "plot_throughput_speedup_analysis"
22162   output-file-type: ".html"
22163   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22164   data: "plot-throughput-speedup-analysis-3n-hsw"
22165   filter: "'NIC_Intel-X710' and
22166            '64B' and
22167            'NDRPDR' and
22168            'IP4FWD' and
22169            'IACL' and
22170            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22171            not 'IPSEC' and
22172            not 'VHOST'"
22173   parameters:
22174   - "throughput"
22175   - "parent"
22176   - "tags"
22177   sort:
22178   - "ACL_STATELESS"
22179   - "ACL_STATEFUL"
22180   - "ACL_STATELESS"
22181   - "ACL_STATEFUL"
22182   layout:
22183     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22184     layout: "plot-throughput-speedup-analysis"
22185
22186 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22187 -
22188   type: "plot"
22189   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22190   algorithm: "plot_throughput_speedup_analysis"
22191   output-file-type: ".html"
22192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22193   data: "plot-throughput-speedup-analysis-3n-hsw"
22194   filter: "'NIC_Intel-X710' and
22195            '64B' and
22196            'NDRPDR' and
22197            'IP4FWD' and
22198            'OACL' and
22199            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22200            not 'IPSEC' and
22201            not 'VHOST'"
22202   parameters:
22203   - "throughput"
22204   - "parent"
22205   - "tags"
22206   sort:
22207   - "ACL_STATELESS"
22208   - "ACL_STATEFUL"
22209   - "ACL_STATELESS"
22210   - "ACL_STATEFUL"
22211   layout:
22212     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
22213     layout: "plot-throughput-speedup-analysis"
22214
22215 -
22216   type: "plot"
22217   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22218   algorithm: "plot_throughput_speedup_analysis"
22219   output-file-type: ".html"
22220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22221   data: "plot-throughput-speedup-analysis-3n-hsw"
22222   filter: "'NIC_Intel-X710' and
22223            '64B' and
22224            'NDRPDR' and
22225            'IP4FWD' and
22226            'OACL' and
22227            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22228            not 'IPSEC' and
22229            not 'VHOST'"
22230   parameters:
22231   - "throughput"
22232   - "parent"
22233   - "tags"
22234   sort:
22235   - "ACL_STATELESS"
22236   - "ACL_STATEFUL"
22237   - "ACL_STATELESS"
22238   - "ACL_STATEFUL"
22239   layout:
22240     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
22241     layout: "plot-throughput-speedup-analysis"
22242
22243 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22244 -
22245   type: "plot"
22246   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22247   algorithm: "plot_throughput_speedup_analysis"
22248   output-file-type: ".html"
22249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22250   data: "plot-throughput-speedup-analysis-3n-hsw"
22251   filter: "'NIC_Intel-XL710' and
22252            '64B' and
22253            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22254            'NDRPDR' and
22255            'IP4FWD' and
22256            not 'IPSEC' and
22257            not 'VHOST'"
22258   parameters:
22259   - "throughput"
22260   - "parent"
22261   - "tags"
22262   sort:
22263   - "IP4BASE"
22264   - "FIB_20K"
22265   - "FIB_200K"
22266   - "FIB_2M"
22267   layout:
22268     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22269     layout: "plot-throughput-speedup-analysis"
22270
22271 -
22272   type: "plot"
22273   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22274   algorithm: "plot_throughput_speedup_analysis"
22275   output-file-type: ".html"
22276   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22277   data: "plot-throughput-speedup-analysis-3n-hsw"
22278   filter: "'NIC_Intel-XL710' and
22279            '64B' and
22280            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22281            'NDRPDR' and
22282            'IP4FWD' and
22283            not 'IPSEC' and
22284            not 'VHOST'"
22285   parameters:
22286   - "throughput"
22287   - "parent"
22288   - "tags"
22289   sort:
22290   - "IP4BASE"
22291   - "FIB_20K"
22292   - "FIB_200K"
22293   - "FIB_2M"
22294   layout:
22295     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22296     layout: "plot-throughput-speedup-analysis"
22297
22298 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22299 -
22300   type: "plot"
22301   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22302   algorithm: "plot_throughput_speedup_analysis"
22303   output-file-type: ".html"
22304   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22305   data: "plot-throughput-speedup-analysis-3n-skx"
22306   filter: "'NIC_Intel-X710' and
22307            '64B' and
22308            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22309            'NDRPDR' and
22310            'IP4FWD' and
22311            not 'IPSEC' and
22312            not 'VHOST'"
22313   parameters:
22314   - "throughput"
22315   - "parent"
22316   - "tags"
22317   sort:
22318   - "IP4BASE"
22319   - "FIB_20K"
22320   - "FIB_200K"
22321   - "FIB_2M"
22322   layout:
22323     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22324     layout: "plot-throughput-speedup-analysis"
22325
22326 -
22327   type: "plot"
22328   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22329   algorithm: "plot_throughput_speedup_analysis"
22330   output-file-type: ".html"
22331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22332   data: "plot-throughput-speedup-analysis-3n-skx"
22333   filter: "'NIC_Intel-X710' and
22334            '64B' and
22335            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22336            'NDRPDR' and
22337            'IP4FWD' and
22338            not 'IPSEC' and
22339            not 'VHOST'"
22340   parameters:
22341   - "throughput"
22342   - "parent"
22343   - "tags"
22344   sort:
22345   - "IP4BASE"
22346   - "FIB_20K"
22347   - "FIB_200K"
22348   - "FIB_2M"
22349   layout:
22350     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22351     layout: "plot-throughput-speedup-analysis"
22352
22353 # Speedup - VPP IPv4 3n-skx-x710 features
22354 -
22355   type: "plot"
22356   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22357   algorithm: "plot_throughput_speedup_analysis"
22358   output-file-type: ".html"
22359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22360   data: "plot-throughput-speedup-analysis-3n-skx"
22361   filter: "'NIC_Intel-X710' and
22362            '64B' and
22363            ('IP4BASE' or
22364             'POLICE_MARK' or
22365             'COPWHLIST' or
22366             ('NAT44' and 'BASE') or
22367             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22368            'NDRPDR' and
22369            'IP4FWD' and
22370            not 'IPSEC' and
22371            not 'VHOST'"
22372   parameters:
22373   - "throughput"
22374   - "parent"
22375   - "tags"
22376   sort:
22377   - "IP4BASE"
22378   - "NAT44"
22379   - "POLICE_MARK"
22380   - "COPWHLIST"
22381   - "IACL"
22382   - "OACL"
22383   layout:
22384     title: "ip4-3n-skx-x710-64b-features-ndr"
22385     layout: "plot-throughput-speedup-analysis"
22386
22387 -
22388   type: "plot"
22389   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22390   algorithm: "plot_throughput_speedup_analysis"
22391   output-file-type: ".html"
22392   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22393   data: "plot-throughput-speedup-analysis-3n-skx"
22394   filter: "'NIC_Intel-X710' and
22395            '64B' and
22396            ('IP4BASE' or
22397             'POLICE_MARK' or
22398             'COPWHLIST' or
22399             ('NAT44' and 'BASE') or
22400             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22401            'NDRPDR' and
22402            'IP4FWD' and
22403            not 'IPSEC' and
22404            not 'VHOST'"
22405   parameters:
22406   - "throughput"
22407   - "parent"
22408   - "tags"
22409   sort:
22410   - "IP4BASE"
22411   - "NAT44"
22412   - "POLICE_MARK"
22413   - "COPWHLIST"
22414   - "IACL"
22415   - "OACL"
22416   layout:
22417     title: "ip4-3n-skx-x710-64b-features-pdr"
22418     layout: "plot-throughput-speedup-analysis"
22419
22420 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22421 -
22422   type: "plot"
22423   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22424   algorithm: "plot_throughput_speedup_analysis"
22425   output-file-type: ".html"
22426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22427   data: "plot-throughput-speedup-analysis-3n-skx"
22428   filter: "'NIC_Intel-X710' and
22429            '64B' and
22430            'NDRPDR' and
22431            'IP4FWD' and
22432            'NAT44' and
22433            not 'IPSEC' and
22434            not 'VHOST'"
22435   parameters:
22436   - "throughput"
22437   - "parent"
22438   - "tags"
22439   sort:
22440   - "BASE"
22441   - "BASE"
22442   - "SRC_USER_10"
22443   - "SRC_USER_100"
22444   - "SRC_USER_1000"
22445   - "SRC_USER_2000"
22446   layout:
22447     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22448     layout: "plot-throughput-speedup-analysis"
22449
22450 -
22451   type: "plot"
22452   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22453   algorithm: "plot_throughput_speedup_analysis"
22454   output-file-type: ".html"
22455   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22456   data: "plot-throughput-speedup-analysis-3n-skx"
22457   filter: "'NIC_Intel-X710' and
22458            '64B' and
22459            'NDRPDR' and
22460            'IP4FWD' and
22461            'NAT44' and
22462            not 'IPSEC' and
22463            not 'VHOST'"
22464   parameters:
22465   - "throughput"
22466   - "parent"
22467   - "tags"
22468   sort:
22469   - "BASE"
22470   - "BASE"
22471   - "SRC_USER_10"
22472   - "SRC_USER_100"
22473   - "SRC_USER_1000"
22474   - "SRC_USER_2000"
22475   layout:
22476     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22477     layout: "plot-throughput-speedup-analysis"
22478
22479 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22480 -
22481   type: "plot"
22482   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22483   algorithm: "plot_throughput_speedup_analysis"
22484   output-file-type: ".html"
22485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22486   data: "plot-throughput-speedup-analysis-3n-skx"
22487   filter: "'NIC_Intel-X710' and
22488            '64B' and
22489            'NDRPDR' and
22490            'IP4FWD' and
22491            'IACL' and
22492            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22493            not 'IPSEC' and
22494            not 'VHOST'"
22495   parameters:
22496   - "throughput"
22497   - "parent"
22498   - "tags"
22499   sort:
22500   - "ACL_STATELESS"
22501   - "ACL_STATEFUL"
22502   - "ACL_STATELESS"
22503   - "ACL_STATEFUL"
22504   layout:
22505     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22506     layout: "plot-throughput-speedup-analysis"
22507
22508 -
22509   type: "plot"
22510   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22511   algorithm: "plot_throughput_speedup_analysis"
22512   output-file-type: ".html"
22513   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22514   data: "plot-throughput-speedup-analysis-3n-skx"
22515   filter: "'NIC_Intel-X710' and
22516            '64B' and
22517            'NDRPDR' and
22518            'IP4FWD' and
22519            'IACL' and
22520            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22521            not 'IPSEC' and
22522            not 'VHOST'"
22523   parameters:
22524   - "throughput"
22525   - "parent"
22526   - "tags"
22527   sort:
22528   - "ACL_STATELESS"
22529   - "ACL_STATEFUL"
22530   - "ACL_STATELESS"
22531   - "ACL_STATEFUL"
22532   layout:
22533     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22534     layout: "plot-throughput-speedup-analysis"
22535
22536 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22537 -
22538   type: "plot"
22539   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22540   algorithm: "plot_throughput_speedup_analysis"
22541   output-file-type: ".html"
22542   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22543   data: "plot-throughput-speedup-analysis-3n-skx"
22544   filter: "'NIC_Intel-X710' and
22545            '64B' and
22546            'NDRPDR' and
22547            'IP4FWD' and
22548            'OACL' and
22549            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22550            not 'IPSEC' and
22551            not 'VHOST'"
22552   parameters:
22553   - "throughput"
22554   - "parent"
22555   - "tags"
22556   sort:
22557   - "ACL_STATELESS"
22558   - "ACL_STATEFUL"
22559   - "ACL_STATELESS"
22560   - "ACL_STATEFUL"
22561   layout:
22562     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
22563     layout: "plot-throughput-speedup-analysis"
22564
22565 -
22566   type: "plot"
22567   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22568   algorithm: "plot_throughput_speedup_analysis"
22569   output-file-type: ".html"
22570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22571   data: "plot-throughput-speedup-analysis-3n-skx"
22572   filter: "'NIC_Intel-X710' and
22573            '64B' and
22574            'NDRPDR' and
22575            'IP4FWD' and
22576            'OACL' and
22577            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22578            not 'IPSEC' and
22579            not 'VHOST'"
22580   parameters:
22581   - "throughput"
22582   - "parent"
22583   - "tags"
22584   sort:
22585   - "ACL_STATELESS"
22586   - "ACL_STATEFUL"
22587   - "ACL_STATELESS"
22588   - "ACL_STATEFUL"
22589   layout:
22590     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
22591     layout: "plot-throughput-speedup-analysis"
22592
22593 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22594 -
22595   type: "plot"
22596   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22597   algorithm: "plot_throughput_speedup_analysis"
22598   output-file-type: ".html"
22599   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22600   data: "plot-throughput-speedup-analysis-2n-skx"
22601   filter: "'NIC_Intel-X710' and
22602            '64B' and
22603            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22604            'NDRPDR' and
22605            'IP4FWD' and
22606            not 'IPSEC' and
22607            not 'VHOST'"
22608   parameters:
22609   - "throughput"
22610   - "parent"
22611   - "tags"
22612   sort:
22613   - "IP4BASE"
22614   - "FIB_20K"
22615   - "FIB_200K"
22616   - "FIB_2M"
22617   layout:
22618     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22619     layout: "plot-throughput-speedup-analysis"
22620
22621 -
22622   type: "plot"
22623   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22624   algorithm: "plot_throughput_speedup_analysis"
22625   output-file-type: ".html"
22626   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22627   data: "plot-throughput-speedup-analysis-2n-skx"
22628   filter: "'NIC_Intel-X710' and
22629            '64B' and
22630            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22631            'NDRPDR' and
22632            'IP4FWD' and
22633            not 'IPSEC' and
22634            not 'VHOST'"
22635   parameters:
22636   - "throughput"
22637   - "parent"
22638   - "tags"
22639   sort:
22640   - "IP4BASE"
22641   - "FIB_20K"
22642   - "FIB_200K"
22643   - "FIB_2M"
22644   layout:
22645     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22646     layout: "plot-throughput-speedup-analysis"
22647
22648 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22649 -
22650   type: "plot"
22651   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22652   algorithm: "plot_throughput_speedup_analysis"
22653   output-file-type: ".html"
22654   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22655   data: "plot-throughput-speedup-analysis-2n-skx"
22656   filter: "'NIC_Intel-XXV710' and
22657            '64B' and
22658            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22659            'NDRPDR' and
22660            'IP4FWD' and
22661            not 'IPSEC' and
22662            not 'VHOST'"
22663   parameters:
22664   - "throughput"
22665   - "parent"
22666   - "tags"
22667   sort:
22668   - "IP4BASE"
22669   - "FIB_20K"
22670   - "FIB_200K"
22671   - "FIB_2M"
22672   layout:
22673     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22674     layout: "plot-throughput-speedup-analysis"
22675
22676 -
22677   type: "plot"
22678   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22679   algorithm: "plot_throughput_speedup_analysis"
22680   output-file-type: ".html"
22681   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22682   data: "plot-throughput-speedup-analysis-2n-skx"
22683   filter: "'NIC_Intel-XXV710' and
22684            '64B' and
22685            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22686            'NDRPDR' and
22687            'IP4FWD' and
22688            not 'IPSEC' and
22689            not 'VHOST'"
22690   parameters:
22691   - "throughput"
22692   - "parent"
22693   - "tags"
22694   sort:
22695   - "IP4BASE"
22696   - "FIB_20K"
22697   - "FIB_200K"
22698   - "FIB_2M"
22699   layout:
22700     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22701     layout: "plot-throughput-speedup-analysis"
22702
22703 ################################################################################
22704
22705 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22706 -
22707   type: "plot"
22708   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22709   algorithm: "plot_throughput_speedup_analysis"
22710   output-file-type: ".html"
22711   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22712   data: "plot-throughput-speedup-analysis-3n-hsw"
22713   filter: "'NIC_Intel-X520_DA2' and
22714            '64B' and
22715            'ENCAP' and
22716            'NDRPDR' and
22717            'VXLAN' and
22718            'L2BDMACLRN' and
22719            not 'VHOST' and
22720            not 'IPSECHW'"
22721   parameters:
22722   - "throughput"
22723   - "parent"
22724   - "tags"
22725   sort:
22726   - "not DOT1Q"
22727   - "VXLAN_1"
22728   - "VXLAN_10"
22729   - "VXLAN_100"
22730   - "VXLAN_1000"
22731   layout:
22732     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22733     layout: "plot-throughput-speedup-analysis"
22734
22735 -
22736   type: "plot"
22737   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22738   algorithm: "plot_throughput_speedup_analysis"
22739   output-file-type: ".html"
22740   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22741   data: "plot-throughput-speedup-analysis-3n-hsw"
22742   filter: "'NIC_Intel-X520_DA2' and
22743            '64B' and
22744            'ENCAP' and
22745            'NDRPDR' and
22746            'VXLAN' and
22747            'L2BDMACLRN' and
22748            not 'VHOST' and
22749            not 'IPSECHW'"
22750   parameters:
22751   - "throughput"
22752   - "parent"
22753   - "tags"
22754   sort:
22755   - "not DOT1Q"
22756   - "VXLAN_1"
22757   - "VXLAN_10"
22758   - "VXLAN_100"
22759   - "VXLAN_1000"
22760   layout:
22761     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22762     layout: "plot-throughput-speedup-analysis"
22763
22764 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22765 -
22766   type: "plot"
22767   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22768   algorithm: "plot_throughput_speedup_analysis"
22769   output-file-type: ".html"
22770   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22771   data: "plot-throughput-speedup-analysis-3n-hsw"
22772   filter: "'NIC_Intel-X520-DA2' and
22773            '64B' and
22774            'ENCAP' and
22775            'NDRPDR' and
22776            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22777            not 'DOT1Q' and
22778            not 'VHOST' and
22779            not 'IPSECHW'"
22780   parameters:
22781   - "throughput"
22782   - "parent"
22783   - "tags"
22784   sort:
22785   - "L2BDMACLRN"
22786   - "L2XCFWD"
22787   - "LISP"
22788   layout:
22789     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22790     layout: "plot-throughput-speedup-analysis"
22791
22792 -
22793   type: "plot"
22794   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22795   algorithm: "plot_throughput_speedup_analysis"
22796   output-file-type: ".html"
22797   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22798   data: "plot-throughput-speedup-analysis-3n-hsw"
22799   filter: "'NIC_Intel-X520-DA2' and
22800            '64B' and
22801            'ENCAP' and
22802            'NDRPDR' and
22803            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22804            not 'DOT1Q' and
22805            not 'VHOST' and
22806            not 'IPSECHW'"
22807   parameters:
22808   - "throughput"
22809   - "parent"
22810   - "tags"
22811   sort:
22812   - "L2BDMACLRN"
22813   - "L2XCFWD"
22814   - "LISP"
22815   layout:
22816     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22817     layout: "plot-throughput-speedup-analysis"
22818
22819 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22820 -
22821   type: "plot"
22822   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22823   algorithm: "plot_throughput_speedup_analysis"
22824   output-file-type: ".html"
22825   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22826   data: "plot-throughput-speedup-analysis-3n-hsw"
22827   filter: "'NIC_Intel-X710' and
22828            '64B' and
22829            'ENCAP' and
22830            'NDRPDR' and
22831            'VXLAN' and
22832            'L2BDMACLRN' and
22833            not 'VHOST' and
22834            not 'IPSECHW'"
22835   parameters:
22836   - "throughput"
22837   - "parent"
22838   - "tags"
22839   sort:
22840   - "not DOT1Q"
22841   - "VXLAN_1"
22842   - "VXLAN_10"
22843   - "VXLAN_100"
22844   - "VXLAN_1000"
22845   layout:
22846     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
22847     layout: "plot-throughput-speedup-analysis"
22848
22849 -
22850   type: "plot"
22851   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22852   algorithm: "plot_throughput_speedup_analysis"
22853   output-file-type: ".html"
22854   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22855   data: "plot-throughput-speedup-analysis-3n-hsw"
22856   filter: "'NIC_Intel-X710' and
22857            '64B' and
22858            'ENCAP' and
22859            'NDRPDR' and
22860            'VXLAN' and
22861            'L2BDMACLRN' and
22862            not 'VHOST' and
22863            not 'IPSECHW'"
22864   parameters:
22865   - "throughput"
22866   - "parent"
22867   - "tags"
22868   sort:
22869   - "not DOT1Q"
22870   - "VXLAN_1"
22871   - "VXLAN_10"
22872   - "VXLAN_100"
22873   - "VXLAN_1000"
22874   layout:
22875     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
22876     layout: "plot-throughput-speedup-analysis"
22877
22878 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
22879 -
22880   type: "plot"
22881   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22882   algorithm: "plot_throughput_speedup_analysis"
22883   output-file-type: ".html"
22884   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22885   data: "plot-throughput-speedup-analysis-3n-hsw"
22886   filter: "'NIC_Intel-X710' and
22887            '64B' and
22888            'ENCAP' and
22889            'NDRPDR' and
22890            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22891            not 'DOT1Q' and
22892            not 'VHOST' and
22893            not 'IPSECHW'"
22894   parameters:
22895   - "throughput"
22896   - "parent"
22897   - "tags"
22898   sort:
22899   - "L2BDMACLRN"
22900   - "L2XCFWD"
22901   - "LISP"
22902   layout:
22903     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
22904     layout: "plot-throughput-speedup-analysis"
22905
22906 -
22907   type: "plot"
22908   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22909   algorithm: "plot_throughput_speedup_analysis"
22910   output-file-type: ".html"
22911   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22912   data: "plot-throughput-speedup-analysis-3n-hsw"
22913   filter: "'NIC_Intel-X710' and
22914            '64B' and
22915            'ENCAP' and
22916            'NDRPDR' and
22917            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22918            not 'DOT1Q' and
22919            not 'VHOST' and
22920            not 'IPSECHW'"
22921   parameters:
22922   - "throughput"
22923   - "parent"
22924   - "tags"
22925   sort:
22926   - "L2BDMACLRN"
22927   - "L2XCFWD"
22928   - "LISP"
22929   layout:
22930     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
22931     layout: "plot-throughput-speedup-analysis"
22932
22933 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
22934 -
22935   type: "plot"
22936   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22937   algorithm: "plot_throughput_speedup_analysis"
22938   output-file-type: ".html"
22939   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22940   data: "plot-throughput-speedup-analysis-3n-skx"
22941   filter: "'NIC_Intel-X710' and
22942            '64B' and
22943            'ENCAP' and
22944            'NDRPDR' and
22945            'VXLAN' and
22946            'L2BDMACLRN' and
22947            not 'VHOST' and
22948            not 'IPSECHW'"
22949   parameters:
22950   - "throughput"
22951   - "parent"
22952   - "tags"
22953   sort:
22954   - "not DOT1Q"
22955   - "VXLAN_1"
22956   - "VXLAN_10"
22957   - "VXLAN_100"
22958   - "VXLAN_1000"
22959   layout:
22960     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
22961     layout: "plot-throughput-speedup-analysis"
22962
22963 -
22964   type: "plot"
22965   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22966   algorithm: "plot_throughput_speedup_analysis"
22967   output-file-type: ".html"
22968   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22969   data: "plot-throughput-speedup-analysis-3n-skx"
22970   filter: "'NIC_Intel-X710' and
22971            '64B' and
22972            'ENCAP' and
22973            'NDRPDR' and
22974            'VXLAN' and
22975            'L2BDMACLRN' and
22976            not 'VHOST' and
22977            not 'IPSECHW'"
22978   parameters:
22979   - "throughput"
22980   - "parent"
22981   - "tags"
22982   sort:
22983   - "not DOT1Q"
22984   - "VXLAN_1"
22985   - "VXLAN_10"
22986   - "VXLAN_100"
22987   - "VXLAN_1000"
22988   layout:
22989     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
22990     layout: "plot-throughput-speedup-analysis"
22991
22992 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
22993 -
22994   type: "plot"
22995   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
22996   algorithm: "plot_throughput_speedup_analysis"
22997   output-file-type: ".html"
22998   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
22999   data: "plot-throughput-speedup-analysis-3n-skx"
23000   filter: "'NIC_Intel-X710' and
23001            '64B' and
23002            'ENCAP' and
23003            'NDRPDR' and
23004            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23005            not 'DOT1Q' and
23006            not 'VHOST' and
23007            not 'IPSECHW'"
23008   parameters:
23009   - "throughput"
23010   - "parent"
23011   - "tags"
23012   sort:
23013   - "L2BDMACLRN"
23014   - "L2XCFWD"
23015   - "LISP"
23016   layout:
23017     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23018     layout: "plot-throughput-speedup-analysis"
23019
23020 -
23021   type: "plot"
23022   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23023   algorithm: "plot_throughput_speedup_analysis"
23024   output-file-type: ".html"
23025   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23026   data: "plot-throughput-speedup-analysis-3n-skx"
23027   filter: "'NIC_Intel-X710' and
23028            '64B' and
23029            'ENCAP' and
23030            'NDRPDR' and
23031            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23032            not 'DOT1Q' and
23033            not 'VHOST' and
23034            not 'IPSECHW'"
23035   parameters:
23036   - "throughput"
23037   - "parent"
23038   - "tags"
23039   sort:
23040   - "L2BDMACLRN"
23041   - "L2XCFWD"
23042   - "LISP"
23043   layout:
23044     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23045     layout: "plot-throughput-speedup-analysis"
23046
23047 ################################################################################
23048
23049 # Speedup - VPP IPv6 3n-hsw-x520
23050 -
23051   type: "plot"
23052   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23053   algorithm: "plot_throughput_speedup_analysis"
23054   output-file-type: ".html"
23055   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23056   data: "plot-throughput-speedup-analysis-3n-hsw"
23057   filter: "'NIC_Intel-X520-DA2' and
23058            '78B' and
23059            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23060            'NDRPDR' and
23061            'IP6FWD' and
23062            not 'SRv6' and
23063            not 'IPSEC' and
23064            not 'VHOST'"
23065   parameters:
23066   - "throughput"
23067   - "parent"
23068   - "tags"
23069   sort:
23070   - "IP6BASE"
23071   - "FIB_20K"
23072   - "FIB_200K"
23073   - "FIB_2M"
23074   layout:
23075     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23076     layout: "plot-throughput-speedup-analysis"
23077
23078 -
23079   type: "plot"
23080   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23081   algorithm: "plot_throughput_speedup_analysis"
23082   output-file-type: ".html"
23083   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23084   data: "plot-throughput-speedup-analysis-3n-hsw"
23085   filter: "'NIC_Intel-X520-DA2' and
23086            '78B' and
23087            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23088            'NDRPDR' and
23089            'IP6FWD' and
23090            not 'SRv6' and
23091            not 'IPSEC' and
23092            not 'VHOST'"
23093   parameters:
23094   - "throughput"
23095   - "parent"
23096   - "tags"
23097   sort:
23098   - "IP6BASE"
23099   - "FIB_20K"
23100   - "FIB_200K"
23101   - "FIB_2M"
23102   layout:
23103     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23104     layout: "plot-throughput-speedup-analysis"
23105
23106 # Speedup - VPP IPv6 3n-hsw-x520 features
23107 -
23108   type: "plot"
23109   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23110   algorithm: "plot_throughput_speedup_analysis"
23111   output-file-type: ".html"
23112   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23113   data: "plot-throughput-speedup-analysis-3n-hsw"
23114   filter: "'NIC_Intel-X520-DA2' and
23115            '78B' and
23116            ('IP6BASE' or
23117             'POLICE_MARK' or
23118             'COPWHLIST' or
23119             'IACLDST') and
23120            'NDRPDR' and
23121            'IP6FWD' and
23122            not 'SRv6' and
23123            not 'IPSEC' and
23124            not 'VHOST'"
23125   parameters:
23126   - "throughput"
23127   - "parent"
23128   - "tags"
23129   sort:
23130   - "IP6BASE"
23131   - "POLICE_MARK"
23132   - "COPWHLIST"
23133   - "IACLDST"
23134   layout:
23135     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23136     layout: "plot-throughput-speedup-analysis"
23137
23138 -
23139   type: "plot"
23140   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23141   algorithm: "plot_throughput_speedup_analysis"
23142   output-file-type: ".html"
23143   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23144   data: "plot-throughput-speedup-analysis-3n-hsw"
23145   filter: "'NIC_Intel-X520-DA2' and
23146            '78B' and
23147            ('IP6BASE' or
23148             'POLICE_MARK' or
23149             'COPWHLIST' or
23150             'IACLDST') and
23151            'NDRPDR' and
23152            'IP6FWD' and
23153            not 'SRv6' and
23154            not 'IPSEC' and
23155            not 'VHOST'"
23156   parameters:
23157   - "throughput"
23158   - "parent"
23159   - "tags"
23160   sort:
23161   - "IP6BASE"
23162   - "POLICE_MARK"
23163   - "COPWHLIST"
23164   - "IACLDST"
23165   layout:
23166     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23167     layout: "plot-throughput-speedup-analysis"
23168
23169 # Speedup - VPP IPv6 3n-hsw-x710
23170 -
23171   type: "plot"
23172   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23173   algorithm: "plot_throughput_speedup_analysis"
23174   output-file-type: ".html"
23175   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23176   data: "plot-throughput-speedup-analysis-3n-hsw"
23177   filter: "'NIC_Intel-X710' and
23178            '78B' and
23179            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23180            'NDRPDR' and
23181            'IP6FWD' and
23182            not 'SRv6' and
23183            not 'IPSEC' and
23184            not 'VHOST'"
23185   parameters:
23186   - "throughput"
23187   - "parent"
23188   - "tags"
23189   sort:
23190   - "IP6BASE"
23191   - "FIB_20K"
23192   - "FIB_200K"
23193   - "FIB_2M"
23194   layout:
23195     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23196     layout: "plot-throughput-speedup-analysis"
23197
23198 -
23199   type: "plot"
23200   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23201   algorithm: "plot_throughput_speedup_analysis"
23202   output-file-type: ".html"
23203   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23204   data: "plot-throughput-speedup-analysis-3n-hsw"
23205   filter: "'NIC_Intel-X710' and
23206            '78B' and
23207            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23208            'NDRPDR' and
23209            'IP6FWD' and
23210            not 'SRv6' and
23211            not 'IPSEC' and
23212            not 'VHOST'"
23213   parameters:
23214   - "throughput"
23215   - "parent"
23216   - "tags"
23217   sort:
23218   - "IP6BASE"
23219   - "FIB_20K"
23220   - "FIB_200K"
23221   - "FIB_2M"
23222   layout:
23223     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23224     layout: "plot-throughput-speedup-analysis"
23225
23226 # Speedup - VPP IPv6 3n-hsw-x710 features
23227 -
23228   type: "plot"
23229   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23230   algorithm: "plot_throughput_speedup_analysis"
23231   output-file-type: ".html"
23232   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23233   data: "plot-throughput-speedup-analysis-3n-hsw"
23234   filter: "'NIC_Intel-X710' and
23235            '78B' and
23236            ('IP6BASE' or
23237             'POLICE_MARK' or
23238             'COPWHLIST' or
23239             'IACLDST') and
23240            'NDRPDR' and
23241            'IP6FWD' and
23242            not 'SRv6' and
23243            not 'IPSEC' and
23244            not 'VHOST'"
23245   parameters:
23246   - "throughput"
23247   - "parent"
23248   - "tags"
23249   sort:
23250   - "IP6BASE"
23251   - "POLICE_MARK"
23252   - "COPWHLIST"
23253   - "IACLDST"
23254   layout:
23255     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23256     layout: "plot-throughput-speedup-analysis"
23257
23258 -
23259   type: "plot"
23260   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23261   algorithm: "plot_throughput_speedup_analysis"
23262   output-file-type: ".html"
23263   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23264   data: "plot-throughput-speedup-analysis-3n-hsw"
23265   filter: "'NIC_Intel-X710' and
23266            '78B' and
23267            ('IP6BASE' or
23268             'POLICE_MARK' or
23269             'COPWHLIST' or
23270             'IACLDST') and
23271            'NDRPDR' and
23272            'IP6FWD' and
23273            not 'SRv6' and
23274            not 'IPSEC' and
23275            not 'VHOST'"
23276   parameters:
23277   - "throughput"
23278   - "parent"
23279   - "tags"
23280   sort:
23281   - "IP6BASE"
23282   - "POLICE_MARK"
23283   - "COPWHLIST"
23284   - "IACLDST"
23285   layout:
23286     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23287     layout: "plot-throughput-speedup-analysis"
23288
23289 # Speedup - VPP IPv6 3n-hsw-xl710
23290 -
23291   type: "plot"
23292   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23293   algorithm: "plot_throughput_speedup_analysis"
23294   output-file-type: ".html"
23295   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23296   data: "plot-throughput-speedup-analysis-3n-hsw"
23297   filter: "'NIC_Intel-XL710' and
23298            '78B' and
23299            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23300            'NDRPDR' and
23301            'IP6FWD' and
23302            not 'SRv6' and
23303            not 'IPSEC' and
23304            not 'VHOST'"
23305   parameters:
23306   - "throughput"
23307   - "parent"
23308   - "tags"
23309   sort:
23310   - "IP6BASE"
23311   - "FIB_20K"
23312   - "FIB_200K"
23313   - "FIB_2M"
23314   layout:
23315     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23316     layout: "plot-throughput-speedup-analysis"
23317
23318 -
23319   type: "plot"
23320   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23321   algorithm: "plot_throughput_speedup_analysis"
23322   output-file-type: ".html"
23323   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23324   data: "plot-throughput-speedup-analysis-3n-hsw"
23325   filter: "'NIC_Intel-XL710' and
23326            '78B' and
23327            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23328            'NDRPDR' and
23329            'IP6FWD' and
23330            not 'SRv6' and
23331            not 'IPSEC' and
23332            not 'VHOST'"
23333   parameters:
23334   - "throughput"
23335   - "parent"
23336   - "tags"
23337   sort:
23338   - "IP6BASE"
23339   - "FIB_20K"
23340   - "FIB_200K"
23341   - "FIB_2M"
23342   layout:
23343     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23344     layout: "plot-throughput-speedup-analysis"
23345
23346 # Speedup - VPP IPv6 3n-skx-x710
23347 -
23348   type: "plot"
23349   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23350   algorithm: "plot_throughput_speedup_analysis"
23351   output-file-type: ".html"
23352   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23353   data: "plot-throughput-speedup-analysis-3n-skx"
23354   filter: "'NIC_Intel-X710' and
23355            '78B' and
23356            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23357            'NDRPDR' and
23358            'IP6FWD' and
23359            not 'SRv6' and
23360            not 'IPSEC' and
23361            not 'VHOST'"
23362   parameters:
23363   - "throughput"
23364   - "parent"
23365   - "tags"
23366   sort:
23367   - "IP6BASE"
23368   - "FIB_20K"
23369   - "FIB_200K"
23370   - "FIB_2M"
23371   layout:
23372     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23373     layout: "plot-throughput-speedup-analysis"
23374
23375 -
23376   type: "plot"
23377   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23378   algorithm: "plot_throughput_speedup_analysis"
23379   output-file-type: ".html"
23380   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23381   data: "plot-throughput-speedup-analysis-3n-skx"
23382   filter: "'NIC_Intel-X710' and
23383            '78B' and
23384            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23385            'NDRPDR' and
23386            'IP6FWD' and
23387            not 'SRv6' and
23388            not 'IPSEC' and
23389            not 'VHOST'"
23390   parameters:
23391   - "throughput"
23392   - "parent"
23393   - "tags"
23394   sort:
23395   - "IP6BASE"
23396   - "FIB_20K"
23397   - "FIB_200K"
23398   - "FIB_2M"
23399   layout:
23400     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23401     layout: "plot-throughput-speedup-analysis"
23402
23403 # Speedup - VPP IPv6 3n-skx-x710 features
23404 -
23405   type: "plot"
23406   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23407   algorithm: "plot_throughput_speedup_analysis"
23408   output-file-type: ".html"
23409   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23410   data: "plot-throughput-speedup-analysis-3n-skx"
23411   filter: "'NIC_Intel-X710' and
23412            '78B' and
23413            ('IP6BASE' or
23414             'POLICE_MARK' or
23415             'COPWHLIST' or
23416             'IACLDST') and
23417            'NDRPDR' and
23418            'IP6FWD' and
23419            not 'SRv6' and
23420            not 'IPSEC' and
23421            not 'VHOST'"
23422   parameters:
23423   - "throughput"
23424   - "parent"
23425   - "tags"
23426   sort:
23427   - "IP6BASE"
23428   - "POLICE_MARK"
23429   - "COPWHLIST"
23430   - "IACLDST"
23431   layout:
23432     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23433     layout: "plot-throughput-speedup-analysis"
23434
23435 -
23436   type: "plot"
23437   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23438   algorithm: "plot_throughput_speedup_analysis"
23439   output-file-type: ".html"
23440   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23441   data: "plot-throughput-speedup-analysis-3n-skx"
23442   filter: "'NIC_Intel-X710' and
23443            '78B' and
23444            ('IP6BASE' or
23445             'POLICE_MARK' or
23446             'COPWHLIST' or
23447             'IACLDST') and
23448            'NDRPDR' and
23449            'IP6FWD' and
23450            not 'SRv6' and
23451            not 'IPSEC' and
23452            not 'VHOST'"
23453   parameters:
23454   - "throughput"
23455   - "parent"
23456   - "tags"
23457   sort:
23458   - "IP6BASE"
23459   - "POLICE_MARK"
23460   - "COPWHLIST"
23461   - "IACLDST"
23462   layout:
23463     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23464     layout: "plot-throughput-speedup-analysis"
23465
23466 # Speedup - VPP IPv6 2n-skx-x710
23467 -
23468   type: "plot"
23469   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23470   algorithm: "plot_throughput_speedup_analysis"
23471   output-file-type: ".html"
23472   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23473   data: "plot-throughput-speedup-analysis-2n-skx"
23474   filter: "'NIC_Intel-X710' and
23475            '78B' and
23476            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23477            'NDRPDR' and
23478            'IP6FWD' and
23479            not 'SRv6' and
23480            not 'IPSEC' and
23481            not 'VHOST'"
23482   parameters:
23483   - "throughput"
23484   - "parent"
23485   - "tags"
23486   sort:
23487   - "IP6BASE"
23488   - "FIB_20K"
23489   - "FIB_200K"
23490   - "FIB_2M"
23491   layout:
23492     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23493     layout: "plot-throughput-speedup-analysis"
23494
23495 -
23496   type: "plot"
23497   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23498   algorithm: "plot_throughput_speedup_analysis"
23499   output-file-type: ".html"
23500   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23501   data: "plot-throughput-speedup-analysis-2n-skx"
23502   filter: "'NIC_Intel-X710' and
23503            '78B' and
23504            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23505            'NDRPDR' and
23506            'IP6FWD' and
23507            not 'SRv6' and
23508            not 'IPSEC' and
23509            not 'VHOST'"
23510   parameters:
23511   - "throughput"
23512   - "parent"
23513   - "tags"
23514   sort:
23515   - "IP6BASE"
23516   - "FIB_20K"
23517   - "FIB_200K"
23518   - "FIB_2M"
23519   layout:
23520     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23521     layout: "plot-throughput-speedup-analysis"
23522
23523 # Speedup - VPP IPv6 2n-skx-xxv710
23524 -
23525   type: "plot"
23526   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23527   algorithm: "plot_throughput_speedup_analysis"
23528   output-file-type: ".html"
23529   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23530   data: "plot-throughput-speedup-analysis-2n-skx"
23531   filter: "'NIC_Intel-XXV710' and
23532            '78B' and
23533            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23534            'NDRPDR' and
23535            'IP6FWD' and
23536            not 'SRv6' and
23537            not 'IPSEC' and
23538            not 'VHOST'"
23539   parameters:
23540   - "throughput"
23541   - "parent"
23542   - "tags"
23543   sort:
23544   - "IP6BASE"
23545   - "FIB_20K"
23546   - "FIB_200K"
23547   - "FIB_2M"
23548   layout:
23549     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
23550     layout: "plot-throughput-speedup-analysis"
23551
23552 -
23553   type: "plot"
23554   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23555   algorithm: "plot_throughput_speedup_analysis"
23556   output-file-type: ".html"
23557   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23558   data: "plot-throughput-speedup-analysis-2n-skx"
23559   filter: "'NIC_Intel-XXV710' and
23560            '78B' and
23561            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23562            'NDRPDR' and
23563            'IP6FWD' and
23564            not 'SRv6' and
23565            not 'IPSEC' and
23566            not 'VHOST'"
23567   parameters:
23568   - "throughput"
23569   - "parent"
23570   - "tags"
23571   sort:
23572   - "IP6BASE"
23573   - "FIB_20K"
23574   - "FIB_200K"
23575   - "FIB_2M"
23576   layout:
23577     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
23578     layout: "plot-throughput-speedup-analysis"
23579
23580 ################################################################################
23581
23582 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23583 -
23584   type: "plot"
23585   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23586   algorithm: "plot_throughput_speedup_analysis"
23587   output-file-type: ".html"
23588   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23589   data: "plot-throughput-speedup-analysis-3n-hsw"
23590   filter: "'NIC_Intel-X520-DA2' and
23591            '78B' and
23592            'ENCAP' and
23593            'NDRPDR' and
23594            'LISP' and
23595            not 'VHOST'"
23596   parameters:
23597   - "throughput"
23598   - "parent"
23599   - "tags"
23600   sort:
23601   - "IP4UNRLAY"
23602   - "IP6UNRLAY"
23603   layout:
23604     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23605     layout: "plot-throughput-speedup-analysis"
23606
23607 -
23608   type: "plot"
23609   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23610   algorithm: "plot_throughput_speedup_analysis"
23611   output-file-type: ".html"
23612   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23613   data: "plot-throughput-speedup-analysis-3n-hsw"
23614   filter: "'NIC_Intel-X520-DA2' and
23615            '78B' and
23616            'ENCAP' and
23617            'NDRPDR' and
23618            'LISP' and
23619            not 'VHOST'"
23620   parameters:
23621   - "throughput"
23622   - "parent"
23623   - "tags"
23624   sort:
23625   - "IP4UNRLAY"
23626   - "IP6UNRLAY"
23627   layout:
23628     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23629     layout: "plot-throughput-speedup-analysis"
23630
23631 ################################################################################
23632
23633 # Speedup - VPP IPSec 3n-hsw-xl710 base
23634 -
23635   type: "plot"
23636   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23637   algorithm: "plot_throughput_speedup_analysis"
23638   output-file-type: ".html"
23639   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23640   data: "plot-throughput-speedup-analysis-3n-hsw"
23641   filter: "'NIC_Intel-XL710' and
23642            '64B' and
23643            'IP4FWD' and
23644            'NDRPDR' and
23645            'BASE' and
23646            'IPSECHW' and
23647            ('IPSECTRAN' or 'IPSECTUN') and
23648            not 'VHOST'"
23649   parameters:
23650   - "throughput"
23651   - "parent"
23652   - "tags"
23653   layout:
23654     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23655     layout: "plot-throughput-speedup-analysis"
23656
23657 -
23658   type: "plot"
23659   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23660   algorithm: "plot_throughput_speedup_analysis"
23661   output-file-type: ".html"
23662   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23663   data: "plot-throughput-speedup-analysis-3n-hsw"
23664   filter: "'NIC_Intel-XL710' and
23665            '64B' and
23666            'IP4FWD' and
23667            'NDRPDR' and
23668            'BASE' and
23669            'IPSECHW' and
23670            ('IPSECTRAN' or 'IPSECTUN') and
23671            not 'VHOST'"
23672   parameters:
23673   - "throughput"
23674   - "parent"
23675   - "tags"
23676   layout:
23677     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23678     layout: "plot-throughput-speedup-analysis"
23679
23680 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23681 -
23682   type: "plot"
23683   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23684   algorithm: "plot_throughput_speedup_analysis"
23685   output-file-type: ".html"
23686   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23687   data: "plot-throughput-speedup-analysis-3n-hsw"
23688   filter: "'NIC_Intel-XL710' and
23689            '64B' and
23690            'IP4FWD' and
23691            'NDRPDR' and
23692            'SCALE' and
23693            'IPSECHW' and
23694            ('IPSECTRAN' or 'IPSECTUN') and
23695            not 'VHOST'"
23696   parameters:
23697   - "throughput"
23698   - "parent"
23699   - "tags"
23700   layout:
23701     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23702     layout: "plot-throughput-speedup-analysis"
23703
23704 -
23705   type: "plot"
23706   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23707   algorithm: "plot_throughput_speedup_analysis"
23708   output-file-type: ".html"
23709   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23710   data: "plot-throughput-speedup-analysis-3n-hsw"
23711   filter: "'NIC_Intel-XL710' and
23712            '64B' and
23713            'IP4FWD' and
23714            'NDRPDR' and
23715            'SCALE' and
23716            'IPSECHW' and
23717            ('IPSECTRAN' or 'IPSECTUN') and
23718            not 'VHOST'"
23719   parameters:
23720   - "throughput"
23721   - "parent"
23722   - "tags"
23723   layout:
23724     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23725     layout: "plot-throughput-speedup-analysis"
23726
23727 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23728 -
23729   type: "plot"
23730   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23731   algorithm: "plot_throughput_speedup_analysis"
23732   output-file-type: ".html"
23733   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23734   data: "plot-throughput-speedup-analysis-3n-hsw"
23735   filter: "'NIC_Intel-XL710' and
23736            '64B' and
23737            'IP4FWD' and
23738            'NDRPDR' and
23739            'IPSECSW' and
23740            ('IPSECTRAN' or 'IPSECTUN') and
23741            not 'VHOST'"
23742   parameters:
23743   - "throughput"
23744   - "parent"
23745   - "tags"
23746   layout:
23747     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23748     layout: "plot-throughput-speedup-analysis"
23749
23750 -
23751   type: "plot"
23752   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23753   algorithm: "plot_throughput_speedup_analysis"
23754   output-file-type: ".html"
23755   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23756   data: "plot-throughput-speedup-analysis-3n-hsw"
23757   filter: "'NIC_Intel-XL710' and
23758            '64B' and
23759            'IP4FWD' and
23760            'NDRPDR' and
23761            'IPSECSW' and
23762            ('IPSECTRAN' or 'IPSECTUN') and
23763            not 'VHOST'"
23764   parameters:
23765   - "throughput"
23766   - "parent"
23767   - "tags"
23768   layout:
23769     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23770     layout: "plot-throughput-speedup-analysis"
23771
23772 ################################################################################
23773
23774 # Speedup - VPP SRv6 3n-hsw-x520
23775 -
23776   type: "plot"
23777   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23778   algorithm: "plot_throughput_speedup_analysis"
23779   output-file-type: ".html"
23780   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23781   data: "plot-throughput-speedup-analysis-3n-hsw"
23782   filter: "'NIC_Intel-X520-DA2' and
23783            '78B' and
23784            'FEATURE' and
23785            'NDRPDR' and
23786            'IP6FWD' and
23787            'SRv6'"
23788   parameters:
23789   - "throughput"
23790   - "parent"
23791   - "tags"
23792   layout:
23793     title: "srv6-3n-hsw-x520-78b-features-ndr"
23794     layout: "plot-throughput-speedup-analysis"
23795
23796 -
23797   type: "plot"
23798   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23799   algorithm: "plot_throughput_speedup_analysis"
23800   output-file-type: ".html"
23801   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23802   data: "plot-throughput-speedup-analysis-3n-hsw"
23803   filter: "'NIC_Intel-X520-DA2' and
23804            '78B' and
23805            'FEATURE' and
23806            'NDRPDR' and
23807            'IP6FWD' and
23808            'SRv6'"
23809   parameters:
23810   - "throughput"
23811   - "parent"
23812   - "tags"
23813   layout:
23814     title: "srv6-3n-hsw-x520-78b-features-pdr"
23815     layout: "plot-throughput-speedup-analysis"
23816
23817 ################################################################################
23818
23819 # Speedup - VPP L2 3n-hsw-x520 base and scale
23820 -
23821   type: "plot"
23822   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23823   algorithm: "plot_throughput_speedup_analysis"
23824   output-file-type: ".html"
23825   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23826   data: "plot-throughput-speedup-analysis-3n-hsw"
23827   filter: "'NIC_Intel-X520-DA2' and
23828            '64B' and
23829            ('BASE' or 'SCALE') and
23830            'NDRPDR' and
23831            'ETH' and
23832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23833            not 'VHOST' and
23834            not 'MEMIF'"
23835   parameters:
23836   - "throughput"
23837   - "parent"
23838   - "tags"
23839   sort:
23840   - "L2PATCH"
23841   - "L2XCBASE"
23842   - "BASE"
23843   - "FIB_10K"
23844   - "FIB_100K"
23845   - "FIB_1M"
23846   layout:
23847     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
23848     layout: "plot-throughput-speedup-analysis"
23849
23850 -
23851   type: "plot"
23852   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23853   algorithm: "plot_throughput_speedup_analysis"
23854   output-file-type: ".html"
23855   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23856   data: "plot-throughput-speedup-analysis-3n-hsw"
23857   filter: "'NIC_Intel-X520-DA2' and
23858            '64B' and
23859            ('BASE' or 'SCALE') and
23860            'NDRPDR' and
23861            'ETH' and
23862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23863            not 'VHOST' and
23864            not 'MEMIF'"
23865   parameters:
23866   - "throughput"
23867   - "parent"
23868   - "tags"
23869   sort:
23870   - "L2PATCH"
23871   - "L2XCBASE"
23872   - "BASE"
23873   - "FIB_10K"
23874   - "FIB_100K"
23875   - "FIB_1M"
23876   layout:
23877     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
23878     layout: "plot-throughput-speedup-analysis"
23879
23880 # Speedup - VPP L2 3n-hsw-x520 features
23881 -
23882   type: "plot"
23883   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23884   algorithm: "plot_throughput_speedup_analysis"
23885   output-file-type: ".html"
23886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23887   data: "plot-throughput-speedup-analysis-3n-hsw"
23888   filter: "'NIC_Intel-X520-DA2' and
23889            '64B' and
23890            'NDRPDR' and
23891            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23892            not 'ACL' and
23893            not 'VHOST' and
23894            not 'MEMIF'"
23895   parameters:
23896   - "throughput"
23897   - "parent"
23898   - "tags"
23899   sort:
23900   - "L2XCBASE"    # l2xcbase
23901   - "L2BDBASE"    # l2bdbase
23902   - "L2XCFWD"     # dot1q-l2xcbase
23903   - "L2BDMACLRN"  # dot1q-l2bdbase
23904   layout:
23905     title: "l2sw-3n-hsw-x520-64b-features-ndr"
23906     layout: "plot-throughput-speedup-analysis"
23907
23908 -
23909   type: "plot"
23910   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23911   algorithm: "plot_throughput_speedup_analysis"
23912   output-file-type: ".html"
23913   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23914   data: "plot-throughput-speedup-analysis-3n-hsw"
23915   filter: "'NIC_Intel-X520-DA2' and
23916            '64B' and
23917            'NDRPDR' and
23918            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23919            not 'ACL' and
23920            not 'VHOST' and
23921            not 'MEMIF'"
23922   parameters:
23923   - "throughput"
23924   - "parent"
23925   - "tags"
23926   sort:
23927   - "L2XCBASE"    # l2xcbase
23928   - "L2BDBASE"    # l2bdbase
23929   - "L2XCFWD"     # dot1q-l2xcbase
23930   - "L2BDMACLRN"  # dot1q-l2bdbase
23931   layout:
23932     title: "l2sw-3n-hsw-x520-64b-features-pdr"
23933     layout: "plot-throughput-speedup-analysis"
23934
23935 # Speedup - VPP L2 3n-hsw-x710 base and scale
23936 -
23937   type: "plot"
23938   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23939   algorithm: "plot_throughput_speedup_analysis"
23940   output-file-type: ".html"
23941   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23942   data: "plot-throughput-speedup-analysis-3n-hsw"
23943   filter: "'NIC_Intel-X710' and
23944            '64B' and
23945            ('BASE' or 'SCALE') and
23946            'NDRPDR' and
23947            'ETH' and
23948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23949            not 'VHOST' and
23950            not 'MEMIF'"
23951   parameters:
23952   - "throughput"
23953   - "parent"
23954   - "tags"
23955   sort:
23956   - "L2PATCH"
23957   - "L2XCBASE"
23958   - "BASE"
23959   - "FIB_10K"
23960   - "FIB_100K"
23961   - "FIB_1M"
23962   layout:
23963     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
23964     layout: "plot-throughput-speedup-analysis"
23965
23966 -
23967   type: "plot"
23968   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23969   algorithm: "plot_throughput_speedup_analysis"
23970   output-file-type: ".html"
23971   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23972   data: "plot-throughput-speedup-analysis-3n-hsw"
23973   filter: "'NIC_Intel-X710' and
23974            '64B' and
23975            ('BASE' or 'SCALE') and
23976            'NDRPDR' and
23977            'ETH' and
23978            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23979            not 'VHOST' and
23980            not 'MEMIF'"
23981   parameters:
23982   - "throughput"
23983   - "parent"
23984   - "tags"
23985   sort:
23986   - "L2PATCH"
23987   - "L2XCBASE"
23988   - "BASE"
23989   - "FIB_10K"
23990   - "FIB_100K"
23991   - "FIB_1M"
23992   layout:
23993     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
23994     layout: "plot-throughput-speedup-analysis"
23995
23996 # Speedup - VPP L2 3n-hsw-x710 features
23997 -
23998   type: "plot"
23999   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24000   algorithm: "plot_throughput_speedup_analysis"
24001   output-file-type: ".html"
24002   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24003   data: "plot-throughput-speedup-analysis-3n-hsw"
24004   filter: "'NIC_Intel-X710' and
24005            '64B' and
24006            'NDRPDR' and
24007            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24008            not 'ACL' and
24009            not 'VHOST' and
24010            not 'MEMIF'"
24011   parameters:
24012   - "throughput"
24013   - "parent"
24014   - "tags"
24015   sort:
24016   - "L2XCBASE"    # l2xcbase
24017   - "L2BDBASE"    # l2bdbase
24018   - "L2XCFWD"     # dot1q-l2xcbase
24019   - "L2BDMACLRN"  # dot1q-l2bdbase
24020   layout:
24021     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24022     layout: "plot-throughput-speedup-analysis"
24023
24024 -
24025   type: "plot"
24026   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24027   algorithm: "plot_throughput_speedup_analysis"
24028   output-file-type: ".html"
24029   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24030   data: "plot-throughput-speedup-analysis-3n-hsw"
24031   filter: "'NIC_Intel-X710' and
24032            '64B' and
24033            'NDRPDR' and
24034            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24035            not 'ACL' and
24036            not 'VHOST' and
24037            not 'MEMIF'"
24038   parameters:
24039   - "throughput"
24040   - "parent"
24041   - "tags"
24042   sort:
24043   - "L2XCBASE"    # l2xcbase
24044   - "L2BDBASE"    # l2bdbase
24045   - "L2XCFWD"     # dot1q-l2xcbase
24046   - "L2BDMACLRN"  # dot1q-l2bdbase
24047   layout:
24048     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24049     layout: "plot-throughput-speedup-analysis"
24050
24051 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24052 -
24053   type: "plot"
24054   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24055   algorithm: "plot_throughput_speedup_analysis"
24056   output-file-type: ".html"
24057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24058   data: "plot-throughput-speedup-analysis-3n-hsw"
24059   filter: "'NIC_Intel-XL710' and
24060            '64B' and
24061            ('BASE' or 'SCALE') and
24062            'NDRPDR' and
24063            'ETH' and
24064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24065            not 'VHOST' and
24066            not 'MEMIF'"
24067   parameters:
24068   - "throughput"
24069   - "parent"
24070   - "tags"
24071   sort:
24072   - "L2PATCH"
24073   - "L2XCBASE"
24074   - "BASE"
24075   - "FIB_10K"
24076   - "FIB_100K"
24077   - "FIB_1M"
24078   layout:
24079     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24080     layout: "plot-throughput-speedup-analysis"
24081
24082 -
24083   type: "plot"
24084   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24085   algorithm: "plot_throughput_speedup_analysis"
24086   output-file-type: ".html"
24087   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24088   data: "plot-throughput-speedup-analysis-3n-hsw"
24089   filter: "'NIC_Intel-XL710' and
24090            '64B' and
24091            ('BASE' or 'SCALE') and
24092            'NDRPDR' and
24093            'ETH' and
24094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24095            not 'VHOST' and
24096            not 'MEMIF'"
24097   parameters:
24098   - "throughput"
24099   - "parent"
24100   - "tags"
24101   sort:
24102   - "L2PATCH"
24103   - "L2XCBASE"
24104   - "BASE"
24105   - "FIB_10K"
24106   - "FIB_100K"
24107   - "FIB_1M"
24108   layout:
24109     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24110     layout: "plot-throughput-speedup-analysis"
24111
24112 # Speedup - VPP L2 3n-skx-x710 base and scale
24113 -
24114   type: "plot"
24115   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24116   algorithm: "plot_throughput_speedup_analysis"
24117   output-file-type: ".html"
24118   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24119   data: "plot-throughput-speedup-analysis-3n-skx"
24120   filter: "'NIC_Intel-X710' and
24121            '64B' and
24122            ('BASE' or 'SCALE') and
24123            'NDRPDR' and
24124            'ETH' and
24125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24126            not 'VHOST' and
24127            not 'MEMIF'"
24128   parameters:
24129   - "throughput"
24130   - "parent"
24131   - "tags"
24132   sort:
24133   - "L2PATCH"
24134   - "L2XCBASE"
24135   - "BASE"
24136   - "FIB_10K"
24137   - "FIB_100K"
24138   - "FIB_1M"
24139   layout:
24140     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24141     layout: "plot-throughput-speedup-analysis"
24142
24143 -
24144   type: "plot"
24145   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24146   algorithm: "plot_throughput_speedup_analysis"
24147   output-file-type: ".html"
24148   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24149   data: "plot-throughput-speedup-analysis-3n-skx"
24150   filter: "'NIC_Intel-X710' and
24151            '64B' and
24152            ('BASE' or 'SCALE') and
24153            'NDRPDR' and
24154            'ETH' and
24155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24156            not 'VHOST' and
24157            not 'MEMIF'"
24158   parameters:
24159   - "throughput"
24160   - "parent"
24161   - "tags"
24162   sort:
24163   - "L2PATCH"
24164   - "L2XCBASE"
24165   - "BASE"
24166   - "FIB_10K"
24167   - "FIB_100K"
24168   - "FIB_1M"
24169   layout:
24170     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24171     layout: "plot-throughput-speedup-analysis"
24172
24173 # Speedup - VPP L2 3n-skx-x710 features
24174 -
24175   type: "plot"
24176   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24177   algorithm: "plot_throughput_speedup_analysis"
24178   output-file-type: ".html"
24179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24180   data: "plot-throughput-speedup-analysis-3n-skx"
24181   filter: "'NIC_Intel-X710' and
24182            '64B' and
24183            'NDRPDR' and
24184            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24185            not 'ACL' and
24186            not 'VHOST' and
24187            not 'MEMIF'"
24188   parameters:
24189   - "throughput"
24190   - "parent"
24191   - "tags"
24192   sort:
24193   - "L2XCBASE"    # l2xcbase
24194   - "L2BDBASE"    # l2bdbase
24195   - "L2XCFWD"     # dot1q-l2xcbase
24196   - "L2BDMACLRN"  # dot1q-l2bdbase
24197   layout:
24198     title: "l2sw-3n-skx-x710-64b-features-ndr"
24199     layout: "plot-throughput-speedup-analysis"
24200
24201 -
24202   type: "plot"
24203   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24204   algorithm: "plot_throughput_speedup_analysis"
24205   output-file-type: ".html"
24206   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24207   data: "plot-throughput-speedup-analysis-3n-skx"
24208   filter: "'NIC_Intel-X710' and
24209            '64B' and
24210            'NDRPDR' and
24211            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24212            not 'ACL' and
24213            not 'VHOST' and
24214            not 'MEMIF'"
24215   parameters:
24216   - "throughput"
24217   - "parent"
24218   - "tags"
24219   sort:
24220   - "L2XCBASE"    # l2xcbase
24221   - "L2BDBASE"    # l2bdbase
24222   - "L2XCFWD"     # dot1q-l2xcbase
24223   - "L2BDMACLRN"  # dot1q-l2bdbase
24224   layout:
24225     title: "l2sw-3n-skx-x710-64b-features-pdr"
24226     layout: "plot-throughput-speedup-analysis"
24227
24228 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24229 -
24230   type: "plot"
24231   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24232   algorithm: "plot_throughput_speedup_analysis"
24233   output-file-type: ".html"
24234   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24235   data: "plot-throughput-speedup-analysis-3n-skx"
24236   filter: "'NIC_Intel-XXV710' and
24237            '64B' and
24238            ('BASE' or 'SCALE') and
24239            'NDRPDR' and
24240            'ETH' and
24241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24242            not 'VHOST' and
24243            not 'MEMIF'"
24244   parameters:
24245   - "throughput"
24246   - "parent"
24247   - "tags"
24248   sort:
24249   - "L2PATCH"
24250   - "L2XCBASE"
24251   - "BASE"
24252   - "FIB_10K"
24253   - "FIB_100K"
24254   - "FIB_1M"
24255   layout:
24256     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24257     layout: "plot-throughput-speedup-analysis"
24258
24259 -
24260   type: "plot"
24261   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24262   algorithm: "plot_throughput_speedup_analysis"
24263   output-file-type: ".html"
24264   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24265   data: "plot-throughput-speedup-analysis-3n-skx"
24266   filter: "'NIC_Intel-XXV710' and
24267            '64B' and
24268            ('BASE' or 'SCALE') and
24269            'NDRPDR' and
24270            'ETH' and
24271            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24272            not 'VHOST' and
24273            not 'MEMIF'"
24274   parameters:
24275   - "throughput"
24276   - "parent"
24277   - "tags"
24278   sort:
24279   - "L2PATCH"
24280   - "L2XCBASE"
24281   - "BASE"
24282   - "FIB_10K"
24283   - "FIB_100K"
24284   - "FIB_1M"
24285   layout:
24286     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24287     layout: "plot-throughput-speedup-analysis"
24288
24289 # Speedup - VPP L2 2n-skx-x710 base and scale
24290 -
24291   type: "plot"
24292   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24293   algorithm: "plot_throughput_speedup_analysis"
24294   output-file-type: ".html"
24295   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24296   data: "plot-throughput-speedup-analysis-2n-skx"
24297   filter: "'NIC_Intel-X710' and
24298            '64B' and
24299            ('BASE' or 'SCALE') and
24300            'NDRPDR' and
24301            'ETH' and
24302            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24303            not 'VHOST' and
24304            not 'MEMIF'"
24305   parameters:
24306   - "throughput"
24307   - "parent"
24308   - "tags"
24309   sort:
24310   - "L2PATCH"
24311   - "L2XCBASE"
24312   - "BASE"
24313   - "FIB_10K"
24314   - "FIB_100K"
24315   - "FIB_1M"
24316   layout:
24317     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24318     layout: "plot-throughput-speedup-analysis"
24319
24320 -
24321   type: "plot"
24322   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24323   algorithm: "plot_throughput_speedup_analysis"
24324   output-file-type: ".html"
24325   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24326   data: "plot-throughput-speedup-analysis-2n-skx"
24327   filter: "'NIC_Intel-X710' and
24328            '64B' and
24329            ('BASE' or 'SCALE') and
24330            'NDRPDR' and
24331            'ETH' and
24332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24333            not 'VHOST' and
24334            not 'MEMIF'"
24335   parameters:
24336   - "throughput"
24337   - "parent"
24338   - "tags"
24339   sort:
24340   - "L2PATCH"
24341   - "L2XCBASE"
24342   - "BASE"
24343   - "FIB_10K"
24344   - "FIB_100K"
24345   - "FIB_1M"
24346   layout:
24347     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24348     layout: "plot-throughput-speedup-analysis"
24349
24350 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24351 -
24352   type: "plot"
24353   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24354   algorithm: "plot_throughput_speedup_analysis"
24355   output-file-type: ".html"
24356   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24357   data: "plot-throughput-speedup-analysis-2n-skx"
24358   filter: "'NIC_Intel-XXV710' and
24359            '64B' and
24360            ('BASE' or 'SCALE') and
24361            'NDRPDR' and
24362            'ETH' and
24363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24364            not 'VHOST' and
24365            not 'MEMIF'"
24366   parameters:
24367   - "throughput"
24368   - "parent"
24369   - "tags"
24370   sort:
24371   - "L2PATCH"
24372   - "L2XCBASE"
24373   - "BASE"
24374   - "FIB_10K"
24375   - "FIB_100K"
24376   - "FIB_1M"
24377   layout:
24378     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24379     layout: "plot-throughput-speedup-analysis"
24380
24381 -
24382   type: "plot"
24383   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24384   algorithm: "plot_throughput_speedup_analysis"
24385   output-file-type: ".html"
24386   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24387   data: "plot-throughput-speedup-analysis-2n-skx"
24388   filter: "'NIC_Intel-XXV710' and
24389            '64B' and
24390            ('BASE' or 'SCALE') and
24391            'NDRPDR' and
24392            'ETH' and
24393            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24394            not 'VHOST' and
24395            not 'MEMIF'"
24396   parameters:
24397   - "throughput"
24398   - "parent"
24399   - "tags"
24400   sort:
24401   - "L2PATCH"
24402   - "L2XCBASE"
24403   - "BASE"
24404   - "FIB_10K"
24405   - "FIB_100K"
24406   - "FIB_1M"
24407   layout:
24408     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24409     layout: "plot-throughput-speedup-analysis"
24410
24411 ################################################################################
24412
24413 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24414 -
24415   type: "plot"
24416   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24417   algorithm: "plot_throughput_speedup_analysis"
24418   output-file-type: ".html"
24419   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24420   data: "plot-throughput-speedup-analysis-3n-hsw"
24421   filter: "'NIC_Intel-X520-DA2' and
24422            '64B' and
24423            'NDRPDR' and
24424            'ETH' and
24425            'IP4FWD' and
24426            'VHOST_1024' and
24427            not 'VXLAN' and
24428            not 'DOT1Q'"
24429   parameters:
24430   - "throughput"
24431   - "parent"
24432   - "tags"
24433   sort:
24434   - "not CFS_OPT"
24435   - "1VM"
24436   - "2VM"
24437   layout:
24438     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24439     layout: "plot-throughput-speedup-analysis"
24440
24441 -
24442   type: "plot"
24443   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24444   algorithm: "plot_throughput_speedup_analysis"
24445   output-file-type: ".html"
24446   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24447   data: "plot-throughput-speedup-analysis-3n-hsw"
24448   filter: "'NIC_Intel-X520-DA2' and
24449            '64B' and
24450            'NDRPDR' and
24451            'ETH' and
24452            'IP4FWD' and
24453            'VHOST_1024' and
24454            not 'VXLAN' and
24455            not 'DOT1Q'"
24456   parameters:
24457   - "throughput"
24458   - "parent"
24459   - "tags"
24460   sort:
24461   - "not CFS_OPT"
24462   - "1VM"
24463   - "2VM"
24464   layout:
24465     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24466     layout: "plot-throughput-speedup-analysis"
24467
24468 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24469 -
24470   type: "plot"
24471   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24472   algorithm: "plot_throughput_speedup_analysis"
24473   output-file-type: ".html"
24474   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24475   data: "plot-throughput-speedup-analysis-3n-hsw"
24476   filter: "'NIC_Intel-X520-DA2' and
24477            '64B' and
24478            'NDRPDR' and
24479            'ETH' and
24480            'L2BDMACLRN' and
24481            'VHOST_1024' and
24482            not 'VXLAN' and
24483            not 'IP4FWD' and
24484            not 'DOT1Q' and
24485            not '2VM'"
24486   parameters:
24487   - "throughput"
24488   - "parent"
24489   - "tags"
24490   sort:
24491   - "VM"  # "not CFS_OPT"
24492   - "CFS_OPT"
24493   - "FIB_10K"
24494   - "FIB_100K"
24495   - "FIB_1M"
24496   layout:
24497     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24498     layout: "plot-throughput-speedup-analysis"
24499
24500 -
24501   type: "plot"
24502   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24503   algorithm: "plot_throughput_speedup_analysis"
24504   output-file-type: ".html"
24505   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24506   data: "plot-throughput-speedup-analysis-3n-hsw"
24507   filter: "'NIC_Intel-X520-DA2' and
24508            '64B' and
24509            'NDRPDR' and
24510            'ETH' and
24511            'L2BDMACLRN' and
24512            'VHOST_1024' and
24513            not 'VXLAN' and
24514            not 'IP4FWD' and
24515            not 'DOT1Q' and
24516            not '2VM'"
24517   parameters:
24518   - "throughput"
24519   - "parent"
24520   - "tags"
24521   sort:
24522   - "VM"  # "not CFS_OPT"
24523   - "CFS_OPT"
24524   - "FIB_10K"
24525   - "FIB_100K"
24526   - "FIB_1M"
24527   layout:
24528     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24529     layout: "plot-throughput-speedup-analysis"
24530
24531 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24532 -
24533   type: "plot"
24534   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24535   algorithm: "plot_throughput_speedup_analysis"
24536   output-file-type: ".html"
24537   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24538   data: "plot-throughput-speedup-analysis-3n-hsw"
24539   filter: "'NIC_Intel-X520-DA2' and
24540            '64B' and
24541            'NDRPDR' and
24542            'ETH' and
24543            'BASE' and
24544            ('L2BDMACLRN' or 'L2XCFWD') and
24545            'VHOST_1024' and
24546            not 'VXLAN' and
24547            not 'IP4FWD' and
24548            not 'DOT1Q' and
24549            not '2VM'"
24550   parameters:
24551   - "throughput"
24552   - "parent"
24553   - "tags"
24554   sort:
24555   - "not CFS_OPT"
24556   - "L2XCFWD"
24557   - "not CFS_OPT"
24558   - "CFS_OPT"
24559   layout:
24560     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24561     layout: "plot-throughput-speedup-analysis"
24562
24563 -
24564   type: "plot"
24565   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24566   algorithm: "plot_throughput_speedup_analysis"
24567   output-file-type: ".html"
24568   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24569   data: "plot-throughput-speedup-analysis-3n-hsw"
24570   filter: "'NIC_Intel-X520-DA2' and
24571            '64B' and
24572            'NDRPDR' and
24573            'ETH' and
24574            'BASE' and
24575            ('L2BDMACLRN' or 'L2XCFWD') and
24576            'VHOST_1024' and
24577            not 'VXLAN' and
24578            not 'IP4FWD' and
24579            not 'DOT1Q' and
24580            not '2VM'"
24581   parameters:
24582   - "throughput"
24583   - "parent"
24584   - "tags"
24585   sort:
24586   - "not CFS_OPT"
24587   - "L2XCFWD"
24588   - "not CFS_OPT"
24589   - "CFS_OPT"
24590   layout:
24591     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24592     layout: "plot-throughput-speedup-analysis"
24593
24594 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24595 -
24596   type: "plot"
24597   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24598   algorithm: "plot_throughput_speedup_analysis"
24599   output-file-type: ".html"
24600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24601   data: "plot-throughput-speedup-analysis-3n-hsw"
24602   filter: "'NIC_Intel-X520-DA2' and
24603            '64B' and
24604            'NDRPDR' and
24605            'ETH' and
24606            ('L2BDMACLRN' or 'L2XCFWD') and
24607            'VHOST_1024' and
24608            not 'CFS_OPT' and
24609            not 'VXLAN' and
24610            not 'IP4FWD' and
24611            not 'DOT1Q'"
24612   parameters:
24613   - "throughput"
24614   - "parent"
24615   - "tags"
24616   sort:
24617   - "1VM"
24618   - "L2XCFWD"
24619   - "1VM"
24620   - "L2BDMACLRN"
24621   layout:
24622     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24623     layout: "plot-throughput-speedup-analysis"
24624
24625 -
24626   type: "plot"
24627   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24628   algorithm: "plot_throughput_speedup_analysis"
24629   output-file-type: ".html"
24630   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24631   data: "plot-throughput-speedup-analysis-3n-hsw"
24632   filter: "'NIC_Intel-X520-DA2' and
24633            '64B' and
24634            'NDRPDR' and
24635            'ETH' and
24636            ('L2BDMACLRN' or 'L2XCFWD') and
24637            'VHOST_1024' and
24638            not 'CFS_OPT' and
24639            not 'VXLAN' and
24640            not 'IP4FWD' and
24641            not 'DOT1Q'"
24642   parameters:
24643   - "throughput"
24644   - "parent"
24645   - "tags"
24646   sort:
24647   - "1VM"
24648   - "L2XCFWD"
24649   - "1VM"
24650   - "L2BDMACLRN"
24651   layout:
24652     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24653     layout: "plot-throughput-speedup-analysis"
24654
24655 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24656 -
24657   type: "plot"
24658   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24659   algorithm: "plot_throughput_speedup_analysis"
24660   output-file-type: ".html"
24661   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24662   data: "plot-throughput-speedup-analysis-3n-hsw"
24663   filter: "'NIC_Intel-X710' and
24664            '64B' and
24665            'NDRPDR' and
24666            'ETH' and
24667            'IP4FWD' and
24668            'VHOST_1024' and
24669            not 'VXLAN' and
24670            not 'DOT1Q'"
24671   parameters:
24672   - "throughput"
24673   - "parent"
24674   - "tags"
24675   sort:
24676   - "not CFS_OPT"
24677   - "1VM"
24678   - "2VM"
24679   layout:
24680     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24681     layout: "plot-throughput-speedup-analysis"
24682
24683 -
24684   type: "plot"
24685   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24686   algorithm: "plot_throughput_speedup_analysis"
24687   output-file-type: ".html"
24688   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24689   data: "plot-throughput-speedup-analysis-3n-hsw"
24690   filter: "'NIC_Intel-X710' and
24691            '64B' and
24692            'NDRPDR' and
24693            'ETH' and
24694            'IP4FWD' and
24695            'VHOST_1024' and
24696            not 'VXLAN' and
24697            not 'DOT1Q'"
24698   parameters:
24699   - "throughput"
24700   - "parent"
24701   - "tags"
24702   sort:
24703   - "not CFS_OPT"
24704   - "1VM"
24705   - "2VM"
24706   layout:
24707     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24708     layout: "plot-throughput-speedup-analysis"
24709
24710 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24711 -
24712   type: "plot"
24713   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24714   algorithm: "plot_throughput_speedup_analysis"
24715   output-file-type: ".html"
24716   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24717   data: "plot-throughput-speedup-analysis-3n-hsw"
24718   filter: "'NIC_Intel-X710' and
24719            '64B' and
24720            'NDRPDR' and
24721            'ETH' and
24722            'L2BDMACLRN' and
24723            'VHOST_1024' and
24724            not 'VXLAN' and
24725            not 'IP4FWD' and
24726            not 'DOT1Q' and
24727            not '2VM'"
24728   parameters:
24729   - "throughput"
24730   - "parent"
24731   - "tags"
24732   sort:
24733   - "VM"  # "not CFS_OPT"
24734   - "CFS_OPT"
24735   - "FIB_10K"
24736   - "FIB_100K"
24737   - "FIB_1M"
24738   layout:
24739     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24740     layout: "plot-throughput-speedup-analysis"
24741
24742 -
24743   type: "plot"
24744   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24745   algorithm: "plot_throughput_speedup_analysis"
24746   output-file-type: ".html"
24747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24748   data: "plot-throughput-speedup-analysis-3n-hsw"
24749   filter: "'NIC_Intel-X710' and
24750            '64B' and
24751            'NDRPDR' and
24752            'ETH' and
24753            'L2BDMACLRN' and
24754            'VHOST_1024' and
24755            not 'VXLAN' and
24756            not 'IP4FWD' and
24757            not 'DOT1Q' and
24758            not '2VM'"
24759   parameters:
24760   - "throughput"
24761   - "parent"
24762   - "tags"
24763   sort:
24764   - "VM"  # "not CFS_OPT"
24765   - "CFS_OPT"
24766   - "FIB_10K"
24767   - "FIB_100K"
24768   - "FIB_1M"
24769   layout:
24770     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24771     layout: "plot-throughput-speedup-analysis"
24772
24773 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24774 -
24775   type: "plot"
24776   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24777   algorithm: "plot_throughput_speedup_analysis"
24778   output-file-type: ".html"
24779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24780   data: "plot-throughput-speedup-analysis-3n-hsw"
24781   filter: "'NIC_Intel-X710' and
24782            '64B' and
24783            'NDRPDR' and
24784            'ETH' and
24785            'BASE' and
24786            ('L2BDMACLRN' or 'L2XCFWD') and
24787            'VHOST_1024' and
24788            not 'VXLAN' and
24789            not 'IP4FWD' and
24790            not 'DOT1Q' and
24791            not '2VM'"
24792   parameters:
24793   - "throughput"
24794   - "parent"
24795   - "tags"
24796   sort:
24797   - "not CFS_OPT"
24798   - "L2XCFWD"
24799   - "not CFS_OPT"
24800   - "CFS_OPT"
24801   layout:
24802     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24803     layout: "plot-throughput-speedup-analysis"
24804
24805 -
24806   type: "plot"
24807   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24808   algorithm: "plot_throughput_speedup_analysis"
24809   output-file-type: ".html"
24810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24811   data: "plot-throughput-speedup-analysis-3n-hsw"
24812   filter: "'NIC_Intel-X710' and
24813            '64B' and
24814            'NDRPDR' and
24815            'ETH' and
24816            'BASE' and
24817            ('L2BDMACLRN' or 'L2XCFWD') and
24818            'VHOST_1024' and
24819            not 'VXLAN' and
24820            not 'IP4FWD' and
24821            not 'DOT1Q' and
24822            not '2VM'"
24823   parameters:
24824   - "throughput"
24825   - "parent"
24826   - "tags"
24827   sort:
24828   - "not CFS_OPT"
24829   - "L2XCFWD"
24830   - "not CFS_OPT"
24831   - "CFS_OPT"
24832   layout:
24833     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
24834     layout: "plot-throughput-speedup-analysis"
24835
24836 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
24837 -
24838   type: "plot"
24839   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24840   algorithm: "plot_throughput_speedup_analysis"
24841   output-file-type: ".html"
24842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24843   data: "plot-throughput-speedup-analysis-3n-hsw"
24844   filter: "'NIC_Intel-X710' and
24845            '64B' and
24846            'NDRPDR' and
24847            'ETH' and
24848            ('L2BDMACLRN' or 'L2XCFWD') and
24849            'VHOST_1024' and
24850            not 'CFS_OPT' and
24851            not 'VXLAN' and
24852            not 'IP4FWD' and
24853            not 'DOT1Q'"
24854   parameters:
24855   - "throughput"
24856   - "parent"
24857   - "tags"
24858   sort:
24859   - "1VM"
24860   - "L2XCFWD"
24861   - "1VM"
24862   - "L2BDMACLRN"
24863   layout:
24864     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
24865     layout: "plot-throughput-speedup-analysis"
24866
24867 -
24868   type: "plot"
24869   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24870   algorithm: "plot_throughput_speedup_analysis"
24871   output-file-type: ".html"
24872   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24873   data: "plot-throughput-speedup-analysis-3n-hsw"
24874   filter: "'NIC_Intel-X710' and
24875            '64B' and
24876            'NDRPDR' and
24877            'ETH' and
24878            ('L2BDMACLRN' or 'L2XCFWD') and
24879            'VHOST_1024' and
24880            not 'CFS_OPT' and
24881            not 'VXLAN' and
24882            not 'IP4FWD' and
24883            not 'DOT1Q'"
24884   parameters:
24885   - "throughput"
24886   - "parent"
24887   - "tags"
24888   sort:
24889   - "1VM"
24890   - "L2XCFWD"
24891   - "1VM"
24892   - "L2BDMACLRN"
24893   layout:
24894     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
24895     layout: "plot-throughput-speedup-analysis"
24896
24897 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
24898 -
24899   type: "plot"
24900   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24901   algorithm: "plot_throughput_speedup_analysis"
24902   output-file-type: ".html"
24903   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24904   data: "plot-throughput-speedup-analysis-3n-hsw"
24905   filter: "'NIC_Intel-XL710' and
24906            '64B' and
24907            'NDRPDR' and
24908            'ETH' and
24909            'IP4FWD' and
24910            'VHOST_1024' and
24911            not 'VXLAN' and
24912            not 'DOT1Q'"
24913   parameters:
24914   - "throughput"
24915   - "parent"
24916   - "tags"
24917   sort:
24918   - "not CFS_OPT"
24919   - "1VM"
24920   - "2VM"
24921   layout:
24922     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24923     layout: "plot-throughput-speedup-analysis"
24924
24925 -
24926   type: "plot"
24927   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24928   algorithm: "plot_throughput_speedup_analysis"
24929   output-file-type: ".html"
24930   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24931   data: "plot-throughput-speedup-analysis-3n-hsw"
24932   filter: "'NIC_Intel-XL710' and
24933            '64B' and
24934            'NDRPDR' and
24935            'ETH' and
24936            'IP4FWD' and
24937            'VHOST_1024' and
24938            not 'VXLAN' and
24939            not 'DOT1Q'"
24940   parameters:
24941   - "throughput"
24942   - "parent"
24943   - "tags"
24944   sort:
24945   - "not CFS_OPT"
24946   - "1VM"
24947   - "2VM"
24948   layout:
24949     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
24950     layout: "plot-throughput-speedup-analysis"
24951
24952 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
24953 -
24954   type: "plot"
24955   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24956   algorithm: "plot_throughput_speedup_analysis"
24957   output-file-type: ".html"
24958   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24959   data: "plot-throughput-speedup-analysis-3n-hsw"
24960   filter: "'NIC_Intel-XL710' and
24961            '64B' and
24962            'NDRPDR' and
24963            'ETH' and
24964            'L2BDMACLRN' and
24965            'VHOST_1024' and
24966            not 'VXLAN' and
24967            not 'IP4FWD' and
24968            not 'DOT1Q' and
24969            not '2VM'"
24970   parameters:
24971   - "throughput"
24972   - "parent"
24973   - "tags"
24974   sort:
24975   - "VM"  # "not CFS_OPT"
24976   - "CFS_OPT"
24977   - "FIB_10K"
24978   - "FIB_100K"
24979   - "FIB_1M"
24980   layout:
24981     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24982     layout: "plot-throughput-speedup-analysis"
24983
24984 -
24985   type: "plot"
24986   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24987   algorithm: "plot_throughput_speedup_analysis"
24988   output-file-type: ".html"
24989   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24990   data: "plot-throughput-speedup-analysis-3n-hsw"
24991   filter: "'NIC_Intel-XL710' and
24992            '64B' and
24993            'NDRPDR' and
24994            'ETH' and
24995            'L2BDMACLRN' and
24996            'VHOST_1024' and
24997            not 'VXLAN' and
24998            not 'IP4FWD' and
24999            not 'DOT1Q' and
25000            not '2VM'"
25001   parameters:
25002   - "throughput"
25003   - "parent"
25004   - "tags"
25005   sort:
25006   - "VM"  # "not CFS_OPT"
25007   - "CFS_OPT"
25008   - "FIB_10K"
25009   - "FIB_100K"
25010   - "FIB_1M"
25011   layout:
25012     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25013     layout: "plot-throughput-speedup-analysis"
25014
25015 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25016 -
25017   type: "plot"
25018   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25019   algorithm: "plot_throughput_speedup_analysis"
25020   output-file-type: ".html"
25021   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25022   data: "plot-throughput-speedup-analysis-3n-hsw"
25023   filter: "'NIC_Intel-XL710' and
25024            '64B' and
25025            'NDRPDR' and
25026            'ETH' and
25027            'BASE' and
25028            ('L2BDMACLRN' or 'L2XCFWD') and
25029            'VHOST_1024' and
25030            not 'VXLAN' and
25031            not 'IP4FWD' and
25032            not 'DOT1Q' and
25033            not '2VM'"
25034   parameters:
25035   - "throughput"
25036   - "parent"
25037   - "tags"
25038   sort:
25039   - "not CFS_OPT"
25040   - "L2XCFWD"
25041   - "not CFS_OPT"
25042   - "CFS_OPT"
25043   layout:
25044     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25045     layout: "plot-throughput-speedup-analysis"
25046
25047 -
25048   type: "plot"
25049   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25050   algorithm: "plot_throughput_speedup_analysis"
25051   output-file-type: ".html"
25052   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25053   data: "plot-throughput-speedup-analysis-3n-hsw"
25054   filter: "'NIC_Intel-XL710' and
25055            '64B' and
25056            'NDRPDR' and
25057            'ETH' and
25058            'BASE' and
25059            ('L2BDMACLRN' or 'L2XCFWD') and
25060            'VHOST_1024' and
25061            not 'VXLAN' and
25062            not 'IP4FWD' and
25063            not 'DOT1Q' and
25064            not '2VM'"
25065   parameters:
25066   - "throughput"
25067   - "parent"
25068   - "tags"
25069   sort:
25070   - "not CFS_OPT"
25071   - "L2XCFWD"
25072   - "not CFS_OPT"
25073   - "CFS_OPT"
25074   layout:
25075     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25076     layout: "plot-throughput-speedup-analysis"
25077
25078 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25079 -
25080   type: "plot"
25081   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25082   algorithm: "plot_throughput_speedup_analysis"
25083   output-file-type: ".html"
25084   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25085   data: "plot-throughput-speedup-analysis-3n-hsw"
25086   filter: "'NIC_Intel-XL710' and
25087            '64B' and
25088            'NDRPDR' and
25089            'ETH' and
25090            ('L2BDMACLRN' or 'L2XCFWD') and
25091            'VHOST_1024' and
25092            not 'CFS_OPT' and
25093            not 'VXLAN' and
25094            not 'IP4FWD' and
25095            not 'DOT1Q'"
25096   parameters:
25097   - "throughput"
25098   - "parent"
25099   - "tags"
25100   sort:
25101   - "1VM"
25102   - "L2XCFWD"
25103   - "1VM"
25104   - "L2BDMACLRN"
25105   layout:
25106     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25107     layout: "plot-throughput-speedup-analysis"
25108
25109 -
25110   type: "plot"
25111   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25112   algorithm: "plot_throughput_speedup_analysis"
25113   output-file-type: ".html"
25114   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25115   data: "plot-throughput-speedup-analysis-3n-hsw"
25116   filter: "'NIC_Intel-XL710' and
25117            '64B' and
25118            'NDRPDR' and
25119            'ETH' and
25120            ('L2BDMACLRN' or 'L2XCFWD') and
25121            'VHOST_1024' and
25122            not 'CFS_OPT' and
25123            not 'VXLAN' and
25124            not 'IP4FWD' and
25125            not 'DOT1Q'"
25126   parameters:
25127   - "throughput"
25128   - "parent"
25129   - "tags"
25130   sort:
25131   - "1VM"
25132   - "L2XCFWD"
25133   - "1VM"
25134   - "L2BDMACLRN"
25135   layout:
25136     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25137     layout: "plot-throughput-speedup-analysis"
25138
25139 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25140 -
25141   type: "plot"
25142   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25143   algorithm: "plot_throughput_speedup_analysis"
25144   output-file-type: ".html"
25145   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25146   data: "plot-throughput-speedup-analysis-3n-skx"
25147   filter: "'NIC_Intel-X710' and
25148            '64B' and
25149            'NDRPDR' and
25150            'ETH' and
25151            'IP4FWD' and
25152            'VHOST_1024' and
25153            not 'VXLAN' and
25154            not 'DOT1Q'"
25155   parameters:
25156   - "throughput"
25157   - "parent"
25158   - "tags"
25159   sort:
25160   - "not CFS_OPT"
25161   - "1VM"
25162   - "2VM"
25163   layout:
25164     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25165     layout: "plot-throughput-speedup-analysis"
25166
25167 -
25168   type: "plot"
25169   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25170   algorithm: "plot_throughput_speedup_analysis"
25171   output-file-type: ".html"
25172   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25173   data: "plot-throughput-speedup-analysis-3n-skx"
25174   filter: "'NIC_Intel-X710' and
25175            '64B' and
25176            'NDRPDR' and
25177            'ETH' and
25178            'IP4FWD' and
25179            'VHOST_1024' and
25180            not 'VXLAN' and
25181            not 'DOT1Q'"
25182   parameters:
25183   - "throughput"
25184   - "parent"
25185   - "tags"
25186   sort:
25187   - "not CFS_OPT"
25188   - "1VM"
25189   - "2VM"
25190   layout:
25191     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25192     layout: "plot-throughput-speedup-analysis"
25193
25194 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25195 -
25196   type: "plot"
25197   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25198   algorithm: "plot_throughput_speedup_analysis"
25199   output-file-type: ".html"
25200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25201   data: "plot-throughput-speedup-analysis-3n-skx"
25202   filter: "'NIC_Intel-X710' and
25203            '64B' and
25204            'NDRPDR' and
25205            'ETH' and
25206            'L2BDMACLRN' and
25207            'VHOST_1024' and
25208            not 'VXLAN' and
25209            not 'IP4FWD' and
25210            not 'DOT1Q' and
25211            not '2VM'"
25212   parameters:
25213   - "throughput"
25214   - "parent"
25215   - "tags"
25216   sort:
25217   - "VM"  # "not CFS_OPT"
25218   - "CFS_OPT"
25219   - "FIB_10K"
25220   - "FIB_100K"
25221   - "FIB_1M"
25222   layout:
25223     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25224     layout: "plot-throughput-speedup-analysis"
25225
25226 -
25227   type: "plot"
25228   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25229   algorithm: "plot_throughput_speedup_analysis"
25230   output-file-type: ".html"
25231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25232   data: "plot-throughput-speedup-analysis-3n-skx"
25233   filter: "'NIC_Intel-X710' and
25234            '64B' and
25235            'NDRPDR' and
25236            'ETH' and
25237            'L2BDMACLRN' and
25238            'VHOST_1024' and
25239            not 'VXLAN' and
25240            not 'IP4FWD' and
25241            not 'DOT1Q' and
25242            not '2VM'"
25243   parameters:
25244   - "throughput"
25245   - "parent"
25246   - "tags"
25247   sort:
25248   - "VM"  # "not CFS_OPT"
25249   - "CFS_OPT"
25250   - "FIB_10K"
25251   - "FIB_100K"
25252   - "FIB_1M"
25253   layout:
25254     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25255     layout: "plot-throughput-speedup-analysis"
25256
25257 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25258 -
25259   type: "plot"
25260   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25261   algorithm: "plot_throughput_speedup_analysis"
25262   output-file-type: ".html"
25263   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25264   data: "plot-throughput-speedup-analysis-3n-skx"
25265   filter: "'NIC_Intel-X710' and
25266            '64B' and
25267            'NDRPDR' and
25268            'ETH' and
25269            'BASE' and
25270            ('L2BDMACLRN' or 'L2XCFWD') and
25271            'VHOST_1024' and
25272            not 'VXLAN' and
25273            not 'IP4FWD' and
25274            not 'DOT1Q' and
25275            not '2VM'"
25276   parameters:
25277   - "throughput"
25278   - "parent"
25279   - "tags"
25280   sort:
25281   - "not CFS_OPT"
25282   - "L2XCFWD"
25283   - "not CFS_OPT"
25284   - "CFS_OPT"
25285   layout:
25286     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25287     layout: "plot-throughput-speedup-analysis"
25288
25289 -
25290   type: "plot"
25291   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25292   algorithm: "plot_throughput_speedup_analysis"
25293   output-file-type: ".html"
25294   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25295   data: "plot-throughput-speedup-analysis-3n-skx"
25296   filter: "'NIC_Intel-X710' and
25297            '64B' and
25298            'NDRPDR' and
25299            'ETH' and
25300            'BASE' and
25301            ('L2BDMACLRN' or 'L2XCFWD') and
25302            'VHOST_1024' and
25303            not 'VXLAN' and
25304            not 'IP4FWD' and
25305            not 'DOT1Q' and
25306            not '2VM'"
25307   parameters:
25308   - "throughput"
25309   - "parent"
25310   - "tags"
25311   sort:
25312   - "not CFS_OPT"
25313   - "L2XCFWD"
25314   - "not CFS_OPT"
25315   - "CFS_OPT"
25316   layout:
25317     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25318     layout: "plot-throughput-speedup-analysis"
25319
25320 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25321 -
25322   type: "plot"
25323   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25324   algorithm: "plot_throughput_speedup_analysis"
25325   output-file-type: ".html"
25326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25327   data: "plot-throughput-speedup-analysis-3n-skx"
25328   filter: "'NIC_Intel-X710' and
25329            '64B' and
25330            'NDRPDR' and
25331            'ETH' and
25332            ('L2BDMACLRN' or 'L2XCFWD') and
25333            'VHOST_1024' and
25334            not 'CFS_OPT' and
25335            not 'VXLAN' and
25336            not 'IP4FWD' and
25337            not 'DOT1Q'"
25338   parameters:
25339   - "throughput"
25340   - "parent"
25341   - "tags"
25342   sort:
25343   - "1VM"
25344   - "L2XCFWD"
25345   - "1VM"
25346   - "L2BDMACLRN"
25347   layout:
25348     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25349     layout: "plot-throughput-speedup-analysis"
25350
25351 -
25352   type: "plot"
25353   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25354   algorithm: "plot_throughput_speedup_analysis"
25355   output-file-type: ".html"
25356   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25357   data: "plot-throughput-speedup-analysis-3n-skx"
25358   filter: "'NIC_Intel-X710' and
25359            '64B' and
25360            'NDRPDR' and
25361            'ETH' and
25362            ('L2BDMACLRN' or 'L2XCFWD') and
25363            'VHOST_1024' and
25364            not 'CFS_OPT' and
25365            not 'VXLAN' and
25366            not 'IP4FWD' and
25367            not 'DOT1Q'"
25368   parameters:
25369   - "throughput"
25370   - "parent"
25371   - "tags"
25372   sort:
25373   - "1VM"
25374   - "L2XCFWD"
25375   - "1VM"
25376   - "L2BDMACLRN"
25377   layout:
25378     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25379     layout: "plot-throughput-speedup-analysis"
25380
25381 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25382 -
25383   type: "plot"
25384   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25385   algorithm: "plot_throughput_speedup_analysis"
25386   output-file-type: ".html"
25387   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25388   data: "plot-throughput-speedup-analysis-2n-skx"
25389   filter: "'NIC_Intel-X710' and
25390            '64B' and
25391            'NDRPDR' and
25392            'ETH' and
25393            'IP4FWD' and
25394            'VHOST_1024' and
25395            not 'VXLAN' and
25396            not 'DOT1Q'"
25397   parameters:
25398   - "throughput"
25399   - "parent"
25400   - "tags"
25401   sort:
25402   - "not CFS_OPT"
25403   - "1VM"
25404   - "2VM"
25405   layout:
25406     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25407     layout: "plot-throughput-speedup-analysis"
25408
25409 -
25410   type: "plot"
25411   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25412   algorithm: "plot_throughput_speedup_analysis"
25413   output-file-type: ".html"
25414   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25415   data: "plot-throughput-speedup-analysis-2n-skx"
25416   filter: "'NIC_Intel-X710' and
25417            '64B' and
25418            'NDRPDR' and
25419            'ETH' and
25420            'IP4FWD' and
25421            'VHOST_1024' and
25422            not 'VXLAN' and
25423            not 'DOT1Q'"
25424   parameters:
25425   - "throughput"
25426   - "parent"
25427   - "tags"
25428   sort:
25429   - "not CFS_OPT"
25430   - "1VM"
25431   - "2VM"
25432   layout:
25433     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25434     layout: "plot-throughput-speedup-analysis"
25435
25436 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25437 -
25438   type: "plot"
25439   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25440   algorithm: "plot_throughput_speedup_analysis"
25441   output-file-type: ".html"
25442   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25443   data: "plot-throughput-speedup-analysis-2n-skx"
25444   filter: "'NIC_Intel-X710' and
25445            '64B' and
25446            'NDRPDR' and
25447            'ETH' and
25448            'L2BDMACLRN' and
25449            'VHOST_1024' and
25450            not 'VXLAN' and
25451            not 'IP4FWD' and
25452            not 'DOT1Q' and
25453            not '2VM'"
25454   parameters:
25455   - "throughput"
25456   - "parent"
25457   - "tags"
25458   sort:
25459   - "VM"  # "not CFS_OPT"
25460   - "CFS_OPT"
25461   - "FIB_10K"
25462   - "FIB_100K"
25463   - "FIB_1M"
25464   layout:
25465     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25466     layout: "plot-throughput-speedup-analysis"
25467
25468 -
25469   type: "plot"
25470   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25471   algorithm: "plot_throughput_speedup_analysis"
25472   output-file-type: ".html"
25473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25474   data: "plot-throughput-speedup-analysis-2n-skx"
25475   filter: "'NIC_Intel-X710' and
25476            '64B' and
25477            'NDRPDR' and
25478            'ETH' and
25479            'L2BDMACLRN' and
25480            'VHOST_1024' and
25481            not 'VXLAN' and
25482            not 'IP4FWD' and
25483            not 'DOT1Q' and
25484            not '2VM'"
25485   parameters:
25486   - "throughput"
25487   - "parent"
25488   - "tags"
25489   sort:
25490   - "VM"  # "not CFS_OPT"
25491   - "CFS_OPT"
25492   - "FIB_10K"
25493   - "FIB_100K"
25494   - "FIB_1M"
25495   layout:
25496     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25497     layout: "plot-throughput-speedup-analysis"
25498
25499 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25500 -
25501   type: "plot"
25502   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25503   algorithm: "plot_throughput_speedup_analysis"
25504   output-file-type: ".html"
25505   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25506   data: "plot-throughput-speedup-analysis-2n-skx"
25507   filter: "'NIC_Intel-X710' and
25508            '64B' and
25509            'NDRPDR' and
25510            'ETH' and
25511            'BASE' and
25512            ('L2BDMACLRN' or 'L2XCFWD') and
25513            'VHOST_1024' and
25514            not 'VXLAN' and
25515            not 'IP4FWD' and
25516            not 'DOT1Q' and
25517            not '2VM'"
25518   parameters:
25519   - "throughput"
25520   - "parent"
25521   - "tags"
25522   sort:
25523   - "not CFS_OPT"
25524   - "L2XCFWD"
25525   - "not CFS_OPT"
25526   - "CFS_OPT"
25527   layout:
25528     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25529     layout: "plot-throughput-speedup-analysis"
25530
25531 -
25532   type: "plot"
25533   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25534   algorithm: "plot_throughput_speedup_analysis"
25535   output-file-type: ".html"
25536   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25537   data: "plot-throughput-speedup-analysis-2n-skx"
25538   filter: "'NIC_Intel-X710' and
25539            '64B' and
25540            'NDRPDR' and
25541            'ETH' and
25542            'BASE' and
25543            ('L2BDMACLRN' or 'L2XCFWD') and
25544            'VHOST_1024' and
25545            not 'VXLAN' and
25546            not 'IP4FWD' and
25547            not 'DOT1Q' and
25548            not '2VM'"
25549   parameters:
25550   - "throughput"
25551   - "parent"
25552   - "tags"
25553   sort:
25554   - "not CFS_OPT"
25555   - "L2XCFWD"
25556   - "not CFS_OPT"
25557   - "CFS_OPT"
25558   layout:
25559     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25560     layout: "plot-throughput-speedup-analysis"
25561
25562 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25563 -
25564   type: "plot"
25565   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25566   algorithm: "plot_throughput_speedup_analysis"
25567   output-file-type: ".html"
25568   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25569   data: "plot-throughput-speedup-analysis-2n-skx"
25570   filter: "'NIC_Intel-X710' and
25571            '64B' and
25572            'NDRPDR' and
25573            'ETH' and
25574            ('L2BDMACLRN' or 'L2XCFWD') and
25575            'VHOST_1024' and
25576            not 'CFS_OPT' and
25577            not 'VXLAN' and
25578            not 'IP4FWD' and
25579            not 'DOT1Q'"
25580   parameters:
25581   - "throughput"
25582   - "parent"
25583   - "tags"
25584   sort:
25585   - "1VM"
25586   - "L2XCFWD"
25587   - "1VM"
25588   - "L2BDMACLRN"
25589   layout:
25590     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25591     layout: "plot-throughput-speedup-analysis"
25592
25593 -
25594   type: "plot"
25595   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25596   algorithm: "plot_throughput_speedup_analysis"
25597   output-file-type: ".html"
25598   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25599   data: "plot-throughput-speedup-analysis-2n-skx"
25600   filter: "'NIC_Intel-X710' and
25601            '64B' and
25602            'NDRPDR' and
25603            'ETH' and
25604            ('L2BDMACLRN' or 'L2XCFWD') and
25605            'VHOST_1024' and
25606            not 'CFS_OPT' and
25607            not 'VXLAN' and
25608            not 'IP4FWD' and
25609            not 'DOT1Q'"
25610   parameters:
25611   - "throughput"
25612   - "parent"
25613   - "tags"
25614   sort:
25615   - "1VM"
25616   - "L2XCFWD"
25617   - "1VM"
25618   - "L2BDMACLRN"
25619   layout:
25620     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25621     layout: "plot-throughput-speedup-analysis"
25622
25623 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25624 -
25625   type: "plot"
25626   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25627   algorithm: "plot_throughput_speedup_analysis"
25628   output-file-type: ".html"
25629   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25630   data: "plot-throughput-speedup-analysis-2n-skx"
25631   filter: "'NIC_Intel-XXV710' and
25632            '64B' and
25633            'NDRPDR' and
25634            'ETH' and
25635            'IP4FWD' and
25636            'VHOST_1024' and
25637            not 'VXLAN' and
25638            not 'DOT1Q'"
25639   parameters:
25640   - "throughput"
25641   - "parent"
25642   - "tags"
25643   sort:
25644   - "not CFS_OPT"
25645   - "1VM"
25646   - "2VM"
25647   layout:
25648     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25649     layout: "plot-throughput-speedup-analysis"
25650
25651 -
25652   type: "plot"
25653   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25654   algorithm: "plot_throughput_speedup_analysis"
25655   output-file-type: ".html"
25656   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25657   data: "plot-throughput-speedup-analysis-2n-skx"
25658   filter: "'NIC_Intel-XXV710' and
25659            '64B' and
25660            'NDRPDR' and
25661            'ETH' and
25662            'IP4FWD' and
25663            'VHOST_1024' and
25664            not 'VXLAN' and
25665            not 'DOT1Q'"
25666   parameters:
25667   - "throughput"
25668   - "parent"
25669   - "tags"
25670   sort:
25671   - "not CFS_OPT"
25672   - "1VM"
25673   - "2VM"
25674   layout:
25675     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25676     layout: "plot-throughput-speedup-analysis"
25677
25678 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25679 -
25680   type: "plot"
25681   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25682   algorithm: "plot_throughput_speedup_analysis"
25683   output-file-type: ".html"
25684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25685   data: "plot-throughput-speedup-analysis-2n-skx"
25686   filter: "'NIC_Intel-XXV710' and
25687            '64B' and
25688            'NDRPDR' and
25689            'ETH' and
25690            'L2BDMACLRN' and
25691            'VHOST_1024' and
25692            not 'VXLAN' and
25693            not 'IP4FWD' and
25694            not 'DOT1Q' and
25695            not '2VM'"
25696   parameters:
25697   - "throughput"
25698   - "parent"
25699   - "tags"
25700   sort:
25701   - "VM"  # "not CFS_OPT"
25702   - "CFS_OPT"
25703   - "FIB_10K"
25704   - "FIB_100K"
25705   - "FIB_1M"
25706   layout:
25707     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25708     layout: "plot-throughput-speedup-analysis"
25709
25710 -
25711   type: "plot"
25712   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25713   algorithm: "plot_throughput_speedup_analysis"
25714   output-file-type: ".html"
25715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25716   data: "plot-throughput-speedup-analysis-2n-skx"
25717   filter: "'NIC_Intel-XXV710' and
25718            '64B' and
25719            'NDRPDR' and
25720            'ETH' and
25721            'L2BDMACLRN' and
25722            'VHOST_1024' and
25723            not 'VXLAN' and
25724            not 'IP4FWD' and
25725            not 'DOT1Q' and
25726            not '2VM'"
25727   parameters:
25728   - "throughput"
25729   - "parent"
25730   - "tags"
25731   sort:
25732   - "VM"  # "not CFS_OPT"
25733   - "CFS_OPT"
25734   - "FIB_10K"
25735   - "FIB_100K"
25736   - "FIB_1M"
25737   layout:
25738     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25739     layout: "plot-throughput-speedup-analysis"
25740
25741 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25742 -
25743   type: "plot"
25744   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25745   algorithm: "plot_throughput_speedup_analysis"
25746   output-file-type: ".html"
25747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25748   data: "plot-throughput-speedup-analysis-2n-skx"
25749   filter: "'NIC_Intel-XXV710' and
25750            '64B' and
25751            'NDRPDR' and
25752            'ETH' and
25753            'BASE' and
25754            ('L2BDMACLRN' or 'L2XCFWD') and
25755            'VHOST_1024' and
25756            not 'VXLAN' and
25757            not 'IP4FWD' and
25758            not 'DOT1Q' and
25759            not '2VM'"
25760   parameters:
25761   - "throughput"
25762   - "parent"
25763   - "tags"
25764   sort:
25765   - "not CFS_OPT"
25766   - "L2XCFWD"
25767   - "not CFS_OPT"
25768   - "CFS_OPT"
25769   layout:
25770     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25771     layout: "plot-throughput-speedup-analysis"
25772
25773 -
25774   type: "plot"
25775   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25776   algorithm: "plot_throughput_speedup_analysis"
25777   output-file-type: ".html"
25778   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25779   data: "plot-throughput-speedup-analysis-2n-skx"
25780   filter: "'NIC_Intel-XXV710' and
25781            '64B' and
25782            'NDRPDR' and
25783            'ETH' and
25784            'BASE' and
25785            ('L2BDMACLRN' or 'L2XCFWD') and
25786            'VHOST_1024' and
25787            not 'VXLAN' and
25788            not 'IP4FWD' and
25789            not 'DOT1Q' and
25790            not '2VM'"
25791   parameters:
25792   - "throughput"
25793   - "parent"
25794   - "tags"
25795   sort:
25796   - "not CFS_OPT"
25797   - "L2XCFWD"
25798   - "not CFS_OPT"
25799   - "CFS_OPT"
25800   layout:
25801     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25802     layout: "plot-throughput-speedup-analysis"
25803
25804 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25805 -
25806   type: "plot"
25807   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25808   algorithm: "plot_throughput_speedup_analysis"
25809   output-file-type: ".html"
25810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25811   data: "plot-throughput-speedup-analysis-2n-skx"
25812   filter: "'NIC_Intel-XXV710' and
25813            '64B' and
25814            'NDRPDR' and
25815            'ETH' and
25816            ('L2BDMACLRN' or 'L2XCFWD') and
25817            'VHOST_1024' and
25818            not 'CFS_OPT' and
25819            not 'VXLAN' and
25820            not 'IP4FWD' and
25821            not 'DOT1Q'"
25822   parameters:
25823   - "throughput"
25824   - "parent"
25825   - "tags"
25826   sort:
25827   - "1VM"
25828   - "L2XCFWD"
25829   - "1VM"
25830   - "L2BDMACLRN"
25831   layout:
25832     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25833     layout: "plot-throughput-speedup-analysis"
25834
25835 -
25836   type: "plot"
25837   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25838   algorithm: "plot_throughput_speedup_analysis"
25839   output-file-type: ".html"
25840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25841   data: "plot-throughput-speedup-analysis-2n-skx"
25842   filter: "'NIC_Intel-XXV710' and
25843            '64B' and
25844            'NDRPDR' and
25845            'ETH' and
25846            ('L2BDMACLRN' or 'L2XCFWD') and
25847            'VHOST_1024' and
25848            not 'CFS_OPT' and
25849            not 'VXLAN' and
25850            not 'IP4FWD' and
25851            not 'DOT1Q'"
25852   parameters:
25853   - "throughput"
25854   - "parent"
25855   - "tags"
25856   sort:
25857   - "1VM"
25858   - "L2XCFWD"
25859   - "1VM"
25860   - "L2BDMACLRN"
25861   layout:
25862     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
25863     layout: "plot-throughput-speedup-analysis"
25864
25865 ################################################################################
25866
25867 # Speedup - VPP vts 3n-hsw-x520
25868 -
25869   type: "plot"
25870   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25871   algorithm: "plot_throughput_speedup_analysis"
25872   output-file-type: ".html"
25873   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25874   data: "plot-throughput-speedup-analysis-3n-hsw"
25875   filter: "'NIC_Intel-X520-DA2' and
25876            '114B' and
25877            'NDRPDR' and
25878            'VTS'"
25879   parameters:
25880   - "throughput"
25881   - "parent"
25882   - "tags"
25883   layout:
25884     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
25885     layout: "plot-throughput-speedup-analysis"
25886
25887 -
25888   type: "plot"
25889   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25890   algorithm: "plot_throughput_speedup_analysis"
25891   output-file-type: ".html"
25892   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25893   data: "plot-throughput-speedup-analysis-3n-hsw"
25894   filter: "'NIC_Intel-X520-DA2' and
25895            '114B' and
25896            'NDRPDR' and
25897            'VTS'"
25898   parameters:
25899   - "throughput"
25900   - "parent"
25901   - "tags"
25902   layout:
25903     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25904     layout: "plot-throughput-speedup-analysis"