a71b035fdcbd386039b66419738b38128afc0629
[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       - 25  # NDRPDR sel
174
175     vpp-compare-testbeds-mrr:
176       csit-vpp-perf-verify-1810-3n-hsw:
177       # TODO: Add data
178       - 9   # MRR sel
179       csit-vpp-perf-verify-1810-3n-skx:
180       # TODO: Add data
181       - 9   # MRR sel
182       - 11  # MRR sel
183       - 12  # MRR sel
184       - 13  # MRR sel
185
186     vpp-performance-changes-mrr:
187       csit-vpp-perf-check-1804:
188       - 6   # mrr - sel
189       - 13  # mrr - sel
190       - 14  # mrr - sel
191       - 15  # mrr - sel
192       - 16  # mrr - sel
193       - 17  # mrr - sel
194       - 19  # mrr - sel
195       - 20  # mrr - sel
196       - 21  # mrr - sel
197       - 22  # mrr - sel
198       csit-vpp-perf-verify-1807-3n-hsw:
199       - 8   # MRR full
200       - 9   # MRR sel
201       - 21  # MRR sel
202       - 31  # MRR sel
203       - 33  # MRR sel
204       - 36  # MRR sel
205       - 41  # MRR sel
206       - 42  # MRR sel
207       - 48  # MRR sel
208       csit-vpp-perf-verify-1810-3n-hsw:
209       # TODO: Add data
210       - 9   # MRR sel
211
212     vpp-perf-results-3n-hsw:
213       csit-vpp-perf-verify-1810-3n-hsw:
214       # TODO: Add data
215       - 20  # NDRPDR full
216       - 21  # NDRPDR full
217       - 22  # NDRPDR full
218
219     vpp-perf-results-3n-skx:
220       csit-vpp-perf-verify-1810-3n-skx:
221       - 23  # NDRPDR full
222       - 24  # NDRPDR full
223
224     vpp-perf-results-2n-skx:
225       csit-vpp-perf-verify-1810-2n-skx:
226       - 25  # NDRPDR full
227       - 26  # NDRPDR full
228
229     vpp-mrr-results-3n-hsw:
230       csit-vpp-perf-verify-1810-3n-hsw:
231       # TODO: Replace with full
232       - 9   # MRR sel
233
234     vpp-mrr-results-3n-skx:
235       csit-vpp-perf-verify-1810-3n-skx:
236       # TODO: Replace with full
237       - 9   # MRR sel
238
239     vpp-mrr-results-2n-skx:
240       csit-vpp-perf-verify-1810-2n-skx:
241       # TODO: Replace with full
242       - 8   # MRR sel
243
244     plot-throughput-speedup-analysis-3n-hsw:
245       csit-vpp-perf-verify-1810-3n-hsw:
246       # TODO: Add data
247       - 8   # NDRPDR sel
248       - 12  # NDRPDR sel
249       - 14  # NDRPDR sel
250       - 18  # NDRPDR sel
251
252     plot-throughput-speedup-analysis-3n-skx:
253       csit-vpp-perf-verify-1810-3n-skx:
254       - 24  # NDRPDR full
255       - 10  # NDRPDR sel
256       - 14  # NDRPDR sel
257       - 15  # NDRPDR sel
258       - 16  # NDRPDR sel
259       - 17  # NDRPDR sel
260       - 19  # NDRPDR sel
261       - 20  # NDRPDR sel
262       - 21  # NDRPDR sel
263       - 22  # NDRPDR sel
264       - 25  # NDRPDR sel
265
266     plot-throughput-speedup-analysis-2n-skx:
267       csit-vpp-perf-verify-1810-2n-skx:
268       - 9   # NDRPDR sel
269       - 13  # NDRPDR sel
270       - 14  # NDRPDR sel
271       - 19  # NDRPDR sel
272       - 20  # NDRPDR sel
273       - 21  # NDRPDR sel
274       - 22  # NDRPDR sel
275       - 23  # NDRPDR sel
276       - 24  # NDRPDR sel
277       - 27  # NDRPDR sel
278
279     plot-vpp-throughput-latency-3n-hsw:
280       csit-vpp-perf-verify-1810-3n-hsw:
281       # TODO: Add data
282       - 8   # NDRPDR sel
283       - 12  # NDRPDR sel
284       - 14  # NDRPDR sel
285       - 18  # NDRPDR sel
286
287     plot-vpp-throughput-latency-3n-skx:
288       csit-vpp-perf-verify-1810-3n-skx:
289       - 24  # NDRPDR full
290       - 10  # NDRPDR sel
291       - 14  # NDRPDR sel
292       - 15  # NDRPDR sel
293       - 16  # NDRPDR sel
294       - 17  # NDRPDR sel
295       - 19  # NDRPDR sel
296       - 20  # NDRPDR sel
297       - 21  # NDRPDR sel
298       - 22  # NDRPDR sel
299       - 25  # NDRPDR sel
300
301     plot-vpp-throughput-latency-2n-skx:
302       csit-vpp-perf-verify-1810-2n-skx:
303       - 9   # NDRPDR sel
304       - 13  # NDRPDR sel
305       - 14  # NDRPDR sel
306       - 19  # NDRPDR sel
307       - 20  # NDRPDR sel
308       - 21  # NDRPDR sel
309       - 22  # NDRPDR sel
310       - 23  # NDRPDR sel
311       - 24  # NDRPDR sel
312       - 27  # NDRPDR sel
313
314     plot-vpp-http-server-performance:
315       # TODO: Replace with 1810 data:
316       csit-vpp-perf-verify-1807-3n-hsw:
317       - 24  # WRK
318       - 25  # WRK
319       - 23  # WRK
320       - 26  # WRK
321       - 27  # WRK
322       - 28  # WRK
323       - 29  # WRK
324       - 30  # WRK
325       - 32  # WRK
326       - 35  # WRK
327
328     # VPP Functional
329     vpp-func-results-ubuntu:
330       csit-vpp-functional-1810-ubuntu1604-virl:
331       - 44
332
333     vpp-func-results-centos:
334       # TODO: Replace with 1810 data:
335       csit-vpp-functional-1810-centos7-virl:
336       - 44
337
338     vpp-device-results-ubuntu:
339       csit-vpp-device-1810-ubuntu1804-1n-skx:
340       - 2
341
342     # VPP Ligato
343     ligato-perf-results-3n-hsw:
344       # TODO: Replace with 1810 data:
345       csit-ligato-perf-1807-all:
346       - 3   # full ?
347
348     plot-ligato-throughput-speedup-analysis-3n-hsw:
349       # TODO: Replace with 1810 data:
350       csit-ligato-perf-1807-all:
351       - 3   # full ?
352       - 4   # sel
353
354     plot-ligato-throughput-latency-3n-hsw:
355       # TODO: Replace with 1810 data:
356       csit-ligato-perf-1807-all:
357       - 3   # full ?
358       - 4   # sel
359
360     # DPDK Performance
361     dpdk-performance-changes:
362       # TODO: Replace with 1810 data:
363       csit-dpdk-perf-1804-all:
364       - 4
365       - 5
366       - 6
367       - 7
368       - 8
369       - 9
370       - 10
371       - 11
372       - 12
373       - 13
374       csit-dpdk-perf-verify-1807-3n-hsw:
375       - 11
376       - 12  # full
377       - 14
378       - 15
379       - 16
380       - 17
381       - 20
382       - 21
383       - 22
384       - 23
385
386     dpdk-compare-testbeds:
387       # TODO: Replace with 1810 data:
388       csit-dpdk-perf-verify-1807-3n-skx:
389       - 1
390       - 2
391       - 3
392       - 6
393       - 7
394       - 8
395       - 9
396       - 10
397       - 11
398       - 12
399       csit-dpdk-perf-verify-1807-3n-hsw:
400       - 11
401       - 12  # full
402       - 14
403       - 15
404       - 16
405       - 17
406       - 20
407       - 21
408       - 22
409       - 23
410
411     dpdk-perf-results-3n-hsw:
412       # TODO: Replace with 1810 data:
413       csit-dpdk-perf-verify-1807-3n-hsw:
414       - 12
415
416     dpdk-perf-results-3n-skx:
417       # TODO: Replace with 1810 data:
418       csit-dpdk-perf-verify-1807-3n-skx:
419       - 12
420
421     dpdk-perf-results-2n-skx:
422       # TODO: Replace with full data:
423       csit-dpdk-perf-verify-1810-2n-skx:
424       - 3
425
426     plot-dpdk-throughput-latency-3n-hsw:
427       # TODO: Replace with 1810 data:
428       csit-dpdk-perf-verify-1807-3n-hsw:
429       - 11
430       - 12  # full
431       - 14
432       - 15
433       - 16
434       - 17
435       - 20
436       - 21
437       - 22
438       - 23
439
440     plot-dpdk-throughput-latency-3n-skx:
441       # TODO: Replace with 1810 data:
442       csit-dpdk-perf-verify-1807-3n-skx:
443       - 1
444       - 2
445       - 3
446       - 6
447       - 7
448       - 8
449       - 9
450       - 10
451       - 11
452       - 12
453
454     plot-dpdk-throughput-latency-2n-skx:
455       # TODO: Add data:
456       csit-dpdk-perf-verify-1810-2n-skx:
457       - 3   # NDRPDR sel
458       - 4   # NDRPDR sel
459
460     # HoneyComb Functional
461     hc-func-results:
462       csit-hc2vpp-verify-func-1810-ubuntu1604:
463       - 1
464
465     # NSH SFC Functional
466     nsh-func-results:
467       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
468       - 1
469
470     # DMM Functional
471     dmm-func-results:
472       csit-dmm-functional-1810-ubuntu1604-virl:
473       - 1
474
475   plot-layouts:
476
477     plot-cps:
478       titlefont:
479         size: 18
480       xaxis:
481         title: "<b>Test Cases [Index]</b>"
482         titlefont:
483           size: 16
484         autorange: True
485         fixedrange: False
486         gridcolor: "rgb(230, 230, 230)"
487         linecolor: "rgb(220, 220, 220)"
488         linewidth: 1
489         showgrid: True
490         showline: True
491         showticklabels: True
492         tickcolor: "rgb(220, 220, 220)"
493         tickmode: "linear"
494         tickfont:
495           size: 16
496         zeroline: False
497       yaxis:
498         title: "<b>Connections Per Second [cps]</b>"
499         titlefont:
500           size: 16
501         gridcolor: "rgb(230, 230, 230)"
502         hoverformat: ".4s"
503         linecolor: "rgb(220, 220, 220)"
504         linewidth: 1
505         rangemode: "tozero"
506         showgrid: True
507         showline: True
508         showticklabels: True
509         tickcolor: "rgb(220, 220, 220)"
510         tickformat: ".3s"
511         tickfont:
512           size: 16
513         zeroline: False
514       boxmode: "group"
515       boxgroupgap: 0.5
516       autosize: False
517       margin:
518         t: 50
519         b: 20
520         l: 80
521         r: 20
522       showlegend: True
523       legend:
524         orientation: "h"
525         font:
526           size: 16
527       width: 700
528       height: 800
529
530     plot-rps:
531       titlefont:
532         size: 18
533       xaxis:
534         title: "<b>Test Cases [Index]</b>"
535         titlefont:
536           size: 16
537         autorange: True
538         fixedrange: False
539         gridcolor: "rgb(230, 230, 230)"
540         linecolor: "rgb(220, 220, 220)"
541         linewidth: 1
542         showgrid: True
543         showline: True
544         showticklabels: True
545         tickcolor: "rgb(220, 220, 220)"
546         tickmode: "linear"
547         tickfont:
548           size: 16
549         zeroline: False
550       yaxis:
551         title: "<b>Requests Per Second [rps]</b>"
552         titlefont:
553           size: 16
554         gridcolor: "rgb(230, 230, 230)"
555         hoverformat: ".4s"
556         linecolor: "rgb(220, 220, 220)"
557         linewidth: 1
558         rangemode: "tozero"
559         showgrid: True
560         showline: True
561         showticklabels: True
562         tickcolor: "rgb(230, 230, 230)"
563         tickformat: ".3s"
564         tickfont:
565           size: 16
566         zeroline: False
567       boxmode: "group"
568       boxgroupgap: 0.5
569       autosize: False
570       margin:
571         t: 50
572         b: 20
573         l: 80
574         r: 20
575       showlegend: True
576       legend:
577         orientation: "h"
578         font:
579           size: 16
580       width: 700
581       height: 800
582
583     plot-throughput:
584       titlefont:
585         size: 18
586       xaxis:
587         title: "<b>Test Cases [Index]</b>"
588         titlefont:
589           size: 16
590         autorange: True
591         fixedrange: False
592         gridcolor: "rgb(230, 230, 230)"
593         linecolor: "rgb(220, 220, 220)"
594         linewidth: 1
595         showgrid: True
596         showline: True
597         showticklabels: True
598         tickcolor: "rgb(220, 220, 220)"
599         tickmode: "linear"
600         tickfont:
601           size: 16
602         zeroline: False
603       yaxis:
604         title: "<b>Packet Throughput [Mpps]</b>"
605         titlefont:
606           size: 16
607         gridcolor: "rgb(230, 230, 230)"
608         hoverformat: ".4s"
609         tickformat: ".3s"
610         linecolor: "rgb(220, 220, 220)"
611         linewidth: 1
612         showgrid: True
613         showline: True
614         showticklabels: True
615         tickcolor: "rgb(220, 220, 220)"
616         tickfont:
617           size: 16
618         zeroline: False
619         range: [0,50]
620       boxmode: "group"
621       boxgroupgap: 0.5
622       autosize: False
623       margin:
624         t: 50
625         b: 20
626         l: 80
627         r: 20
628       showlegend: True
629       legend:
630         orientation: "h"
631         font:
632           size: 16
633       width: 700
634       height: 800
635
636     plot-throughput-speedup-analysis:
637       titlefont:
638         size: 18
639       xaxis:
640         title: "<b>Number of Cores [Qty]</b>"
641         titlefont:
642           size: 16
643         autorange: True
644         fixedrange: False
645         gridcolor: "rgb(230, 230, 230)"
646         linecolor: "rgb(220, 220, 220)"
647         linewidth: 1
648         showgrid: True
649         showline: True
650         showticklabels: True
651         tickcolor: "rgb(238, 238, 238)"
652         tickmode: "linear"
653         tickfont:
654           size: 16
655         zeroline: False
656       yaxis:
657         title: "<b>Packet Throughput [Mpps]</b>"
658         titlefont:
659           size: 16
660         type: "linear"
661         gridcolor: "rgb(230, 230, 230)"
662         hoverformat: ".4s"
663         linecolor: "rgb(220, 220, 220)"
664         linewidth: 1
665         showgrid: True
666         showline: True
667         showticklabels: True
668         tickcolor: "rgb(220, 220, 220)"
669         tickformat: ".4s"
670         tickfont:
671           size: 16
672         zeroline: True
673         rangemode: "tozero"
674         # range: [0,100]
675       legend:
676         orientation: "h"
677         font:
678           size: 16
679         xanchor: "left"
680         yanchor: "top"
681         x: 0
682         y: -0.2
683         bgcolor: "rgba(255, 255, 255, 0)"
684         bordercolor: "rgba(255, 255, 255, 0)"
685         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
686       autosize: False
687       margin:
688           't': 50
689           'b': 150
690           'l': 85
691           'r': 10
692       showlegend: True
693       width: 700
694       height: 700
695       hoverlabel:
696         namelength: -1
697       annotations: [
698         {
699           text: "_ _          __          ...",
700           align: "left",
701           showarrow: False,
702           xref: "paper",
703           yref: "paper",
704           xanchor: "left",
705           yanchor: "top",
706           x: 0,
707           y: -0.125,
708           font: {
709             family: "Consolas, Courier New",
710             size: 15
711           },
712         },
713         {
714           text: "    perfect     measured     limit",
715           align: "left",
716           showarrow: False,
717           xref: "paper",
718           yref: "paper",
719           xanchor: "left",
720           yanchor: "top",
721           x: 0,
722           y: -0.14,
723           font: {
724             family: "Consolas, Courier New",
725             size: 15
726           },
727         },
728       ]
729
730     plot-latency:
731       titlefont:
732         size: 18
733       xaxis:
734         title: "<b>Direction</b>"
735         titlefont:
736           size: 16
737         autorange: True
738         fixedrange: False
739         gridcolor: "rgb(230, 230, 230)"
740         linecolor: "rgb(220, 220, 220)"
741         linewidth: 1
742         showgrid: True
743         showline: True
744         showticklabels: False
745         tickcolor: "rgb(220, 220, 220)"
746         tickmode: "linear"
747         tickfont:
748           size: 16
749         zeroline: False
750       yaxis:
751         title: "<b>Packet Latency [uSec]</b>"
752         titlefont:
753           size: 16
754         type: "linear"
755         gridcolor: "rgb(230, 230, 230)"
756         hoverformat: ".4s"
757         linecolor: "rgb(220, 220, 220)"
758         linewidth: 1
759         showgrid: True
760         showline: True
761         showticklabels: True
762         tickcolor: "rgb(220, 220, 220)"
763         tickformat: ".4s"
764         tickfont:
765           size: 16
766         zeroline: True
767         rangemode: "tozero"
768       legend:
769         orientation: "h"
770         font:
771           size: 16
772         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
773       autosize: False
774       margin:
775           't': 50
776           'b': 150
777           'l': 80
778           'r': 10
779       showlegend: True
780       width: 700
781       height: 700
782       hoverlabel:
783         namelength: -1
784
785 -
786   type: "static"
787   src-path: "{DIR[RST]}"
788   dst-path: "{DIR[WORKING,SRC]}"
789
790 -
791   type: "input"
792   general:
793     file-name: "robot-plugin.zip"
794     file-format: ".zip"
795     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
796     extract: "robot-plugin/output.xml"
797
798   builds:
799
800     csit-vpp-perf-1804-all:
801     - 21  # sel
802     - 22  # sel
803     - 23  # sel
804     - 24  # sel
805     - 27  # sel
806     - 28  # sel
807     - 29  # sel
808     - 30  # sel
809     - 31  # sel
810     - 35  # sel
811     csit-vpp-perf-verify-1807-3n-hsw:
812     - 8   # MRR full
813     - 9   # MRR sel
814     - 21  # MRR sel
815     - 31  # MRR sel
816     - 33  # MRR sel
817     - 36  # MRR sel
818     - 41  # MRR sel
819     - 42  # MRR sel
820     - 48  # MRR sel
821     - 11  # NDRPDR full 1
822     - 22  # NDRPDR full 2
823     - 45  # NDRPDR full 3
824     - 46  # NDRPDR full 4
825     - 15  # NDRPDR sel
826     - 16  # NDRPDR sel
827     - 19  # NDRPDR sel
828     - 18  # NDRPDR sel
829     - 20  # NDRPDR sel
830     - 38  # NDRPDR sel
831     - 40  # NDRPDR sel
832     - 44  # NDRPDR sel
833     - 47  # NDRPDR sel
834     - 24  # WRK
835     - 25  # WRK
836     - 23  # WRK
837     - 26  # WRK
838     - 27  # WRK
839     - 28  # WRK
840     - 29  # WRK
841     - 30  # WRK
842     - 32  # WRK
843     - 35  # WRK
844     # TODO: Add data:
845     csit-vpp-perf-verify-1810-3n-hsw:
846     - 9   # MRR sel
847     - 20  # NDRPDR full
848     - 21  # NDRPDR full
849     - 22  # NDRPDR full
850     - 8   # NDRPDR sel
851     - 12  # NDRPDR sel
852     - 14  # NDRPDR sel
853     - 18  # NDRPDR sel
854     csit-vpp-perf-verify-1807-3n-skx:
855     - 31  # MRR full
856     - 28  # MRR sel
857     - 32  # MRR sel
858     - 36  # MRR sel
859     - 42  # MRR sel
860     - 47  # MRR sel
861     - 48  # MRR sel
862     - 51  # MRR sel
863     - 52  # MRR sel
864     - 53  # MRR sel
865     - 54  # MRR sel
866     - 40  # NDRPDR full 1
867     - 41  # NDRPDR full 2
868     - 33  # NDRPDR sel
869     - 35  # NDRPDR sel
870     - 37  # NDRPDR sel
871     - 38  # NDRPDR sel
872     - 39  # NDRPDR sel
873     - 43  # NDRPDR sel
874     - 44  # NDRPDR sel
875     - 49  # NDRPDR sel
876     - 50  # NDRPDR sel
877     - 56  # NDRPDR sel
878     # TODO: Add data:
879     csit-vpp-perf-verify-1810-3n-skx:
880     - 9   # MRR sel
881     - 11  # MRR sel
882     - 12  # MRR sel
883     - 13  # MRR sel
884     - 23  # NDRPDR full
885     - 24  # NDRPDR full
886     - 10  # NDRPDR sel
887     - 14  # NDRPDR sel
888     - 15  # NDRPDR sel
889     - 16  # NDRPDR sel
890     - 17  # NDRPDR sel
891     - 19  # NDRPDR sel
892     - 20  # NDRPDR sel
893     - 21  # NDRPDR sel
894     - 22  # NDRPDR sel
895     - 25  # NDRPDR sel
896     csit-vpp-perf-verify-1807-2n-skx:
897     - 27  # MRR full
898     - 31  # MRR sel
899     - 33  # MRR sel
900     - 37  # MRR sel
901     - 38  # MRR sel
902     - 41  # MRR sel
903     - 43  # MRR sel
904     - 44  # MRR sel
905     - 45  # MRR sel
906     - 46  # MRR sel
907     - 47  # MRR sel
908     - 32  # NDRPDR full
909     - 26  # NDRPDR sel
910     - 28  # NDRPDR sel
911     - 29  # NDRPDR sel
912     - 30  # NDRPDR sel
913     - 34  # NDRPDR sel
914     - 35  # NDRPDR sel
915     - 36  # NDRPDR sel
916     - 39  # NDRPDR sel
917     - 40  # NDRPDR sel
918     - 42  # NDRPDR sel
919     # TODO: Add data:
920     csit-vpp-perf-verify-1810-2n-skx:
921     - 8   # MRR sel
922     - 10  # MRR sel
923     - 11  # MRR sel
924     - 12  # MRR sel
925     - 25  # NDRPDR full
926     - 26  # NDRPDR full
927     - 9   # NDRPDR sel
928     - 13  # NDRPDR sel
929     - 14  # NDRPDR sel
930     - 19  # NDRPDR sel
931     - 20  # NDRPDR sel
932     - 21  # NDRPDR sel
933     - 22  # NDRPDR sel
934     - 23  # NDRPDR sel
935     - 24  # NDRPDR sel
936     - 27  # NDRPDR sel
937     csit-vpp-perf-check-1804:
938     - 5   # mrr - full
939     - 6   # mrr - sel
940     - 13  # mrr - sel
941     - 14  # mrr - sel
942     - 15  # mrr - sel
943     - 16  # mrr - sel
944     - 17  # mrr - sel
945     - 19  # mrr - sel
946     - 20  # mrr - sel
947     - 21  # mrr - sel
948     - 22  # mrr - sel
949     csit-ligato-perf-1804-all:
950     - 4   # full
951     - 5   # sel
952     - 6   # sel
953     - 7   # sel
954     - 8   # sel
955     - 9   # sel
956     - 10  # sel
957     - 11  # sel
958     - 12  # sel
959     - 13  # sel
960     - 14  # sel
961     csit-ligato-perf-1807-all:
962     - 3   # full ?
963     - 4   # sel
964     csit-dpdk-perf-1804-all:
965     - 4
966     - 5
967     - 6
968     - 7
969     - 8
970     - 9
971     - 10
972     - 11
973     - 12
974     - 13
975     csit-dpdk-perf-verify-1807-3n-hsw:
976     - 11
977     - 12  # full
978     - 14
979     - 15
980     - 16
981     - 17
982     - 20
983     - 21
984     - 22
985     - 23
986     csit-dpdk-perf-verify-1807-3n-skx:
987     - 1
988     - 2
989     - 3
990     - 6
991     - 7
992     - 8
993     - 9
994     - 10
995     - 11
996     - 12
997     csit-dpdk-perf-verify-1810-2n-skx:
998     - 3   # NDRPDR sel
999     - 4   # NDRPDR sel
1000     csit-vpp-functional-1810-ubuntu1604-virl:
1001     - 44
1002     csit-vpp-functional-1810-centos7-virl:
1003     - 44
1004     csit-vpp-device-1810-ubuntu1804-1n-skx:
1005     - 2
1006     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1007     - 1
1008     csit-dmm-functional-1810-ubuntu1604-virl:
1009     - 1
1010     csit-hc2vpp-verify-func-1810-ubuntu1604:
1011     - 1
1012
1013 -
1014   type: "output"
1015   output: "report"
1016   format:
1017     html:
1018     - full
1019     pdf:
1020     - minimal
1021
1022 ################################################################################
1023 ###                               T A B L E S                                ###
1024 ################################################################################
1025
1026 ################################################################################
1027 # VPP
1028
1029 # VPP Performance Changes 1t1c pdr
1030 -
1031   type: "table"
1032   title: "VPP Performance Changes 1t1c pdr"
1033   algorithm: "table_performance_comparison"
1034   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
1035   history:
1036     -
1037       title: "rls1804"
1038       data:
1039         csit-vpp-perf-1804-all:
1040         - 21  # sel
1041         - 22  # sel
1042         - 23  # sel
1043         - 24  # sel
1044         - 27  # sel
1045         - 28  # sel
1046         - 29  # sel
1047         - 30  # sel
1048         - 31  # sel
1049         - 35  # sel
1050   reference:
1051     title: "rls1807"
1052     data:
1053       csit-vpp-perf-verify-1807-3n-hsw:
1054       - 11  # NDRPDR full 1
1055       - 22  # NDRPDR full 2
1056       - 45  # NDRPDR full 3
1057       - 46  # NDRPDR full 4
1058       - 15  # NDRPDR sel
1059       - 16  # NDRPDR sel
1060       - 19  # NDRPDR sel
1061       - 18  # NDRPDR sel
1062       - 20  # NDRPDR sel
1063       - 38  # NDRPDR sel
1064       - 40  # NDRPDR sel
1065       - 44  # NDRPDR sel
1066       - 47  # NDRPDR sel
1067   compare:
1068     title: "rls1810"
1069     data:
1070       csit-vpp-perf-verify-1810-3n-hsw:
1071       - 8   # NDRPDR sel
1072       - 12  # NDRPDR sel
1073       - 14  # NDRPDR sel
1074       - 18  # NDRPDR sel
1075   data: "vpp-performance-changes"
1076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1077   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1078   parameters:
1079   - "name"
1080   - "parent"
1081   - "throughput"
1082
1083 # VPP Performance Changes 2t2c pdr
1084 -
1085   type: "table"
1086   title: "VPP Performance Changes 2t2c pdr"
1087   algorithm: "table_performance_comparison"
1088   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1089   history:
1090     -
1091       title: "rls1804"
1092       data:
1093         csit-vpp-perf-1804-all:
1094         - 21  # sel
1095         - 22  # sel
1096         - 23  # sel
1097         - 24  # sel
1098         - 27  # sel
1099         - 28  # sel
1100         - 29  # sel
1101         - 30  # sel
1102         - 31  # sel
1103         - 35  # sel
1104   reference:
1105     title: "rls1807"
1106     data:
1107       csit-vpp-perf-verify-1807-3n-hsw:
1108       - 11  # NDRPDR full 1
1109       - 22  # NDRPDR full 2
1110       - 45  # NDRPDR full 3
1111       - 46  # NDRPDR full 4
1112       - 15  # NDRPDR sel
1113       - 16  # NDRPDR sel
1114       - 19  # NDRPDR sel
1115       - 18  # NDRPDR sel
1116       - 20  # NDRPDR sel
1117       - 38  # NDRPDR sel
1118       - 40  # NDRPDR sel
1119       - 44  # NDRPDR sel
1120       - 47  # NDRPDR sel
1121   compare:
1122     title: "rls1810"
1123     data:
1124       csit-vpp-perf-verify-1810-3n-hsw:
1125       - 8   # NDRPDR sel
1126       - 12  # NDRPDR sel
1127       - 14  # NDRPDR sel
1128       - 18  # NDRPDR sel
1129   data: "vpp-performance-changes"
1130   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1131   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1132   parameters:
1133   - "name"
1134   - "parent"
1135   - "throughput"
1136
1137 # VPP Performance Changes 1t1c ndr
1138 -
1139   type: "table"
1140   title: "VPP Performance Changes 1t1c ndr"
1141   algorithm: "table_performance_comparison"
1142   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1143   history:
1144     -
1145       title: "rls1804"
1146       data:
1147         csit-vpp-perf-1804-all:
1148         - 21  # sel
1149         - 22  # sel
1150         - 23  # sel
1151         - 24  # sel
1152         - 27  # sel
1153         - 28  # sel
1154         - 29  # sel
1155         - 30  # sel
1156         - 31  # sel
1157         - 35  # sel
1158   reference:
1159     title: "rls1807"
1160     data:
1161       csit-vpp-perf-verify-1807-3n-hsw:
1162       - 11  # NDRPDR full 1
1163       - 22  # NDRPDR full 2
1164       - 45  # NDRPDR full 3
1165       - 46  # NDRPDR full 4
1166       - 15  # NDRPDR sel
1167       - 16  # NDRPDR sel
1168       - 19  # NDRPDR sel
1169       - 18  # NDRPDR sel
1170       - 20  # NDRPDR sel
1171       - 38  # NDRPDR sel
1172       - 40  # NDRPDR sel
1173       - 44  # NDRPDR sel
1174       - 47  # NDRPDR sel
1175   compare:
1176     title: "rls1810"
1177     data:
1178       csit-vpp-perf-verify-1810-3n-hsw:
1179       - 8   # NDRPDR sel
1180       - 12  # NDRPDR sel
1181       - 14  # NDRPDR sel
1182       - 18  # NDRPDR sel
1183   data: "vpp-performance-changes"
1184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1185   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1186   parameters:
1187   - "name"
1188   - "parent"
1189   - "throughput"
1190
1191 # VPP Performance Changes 2t2c ndr
1192 -
1193   type: "table"
1194   title: "VPP Performance Changes 2t2c ndr"
1195   algorithm: "table_performance_comparison"
1196   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1197   history:
1198     -
1199       title: "rls1804"
1200       data:
1201         csit-vpp-perf-1804-all:
1202         - 21  # sel
1203         - 22  # sel
1204         - 23  # sel
1205         - 24  # sel
1206         - 27  # sel
1207         - 28  # sel
1208         - 29  # sel
1209         - 30  # sel
1210         - 31  # sel
1211         - 35  # sel
1212   reference:
1213     title: "rls1807"
1214     data:
1215       csit-vpp-perf-verify-1807-3n-hsw:
1216       - 11  # NDRPDR full 1
1217       - 22  # NDRPDR full 2
1218       - 45  # NDRPDR full 3
1219       - 46  # NDRPDR full 4
1220       - 15  # NDRPDR sel
1221       - 16  # NDRPDR sel
1222       - 19  # NDRPDR sel
1223       - 18  # NDRPDR sel
1224       - 20  # NDRPDR sel
1225       - 38  # NDRPDR sel
1226       - 40  # NDRPDR sel
1227       - 44  # NDRPDR sel
1228       - 47  # NDRPDR sel
1229   compare:
1230     title: "rls1810"
1231     data:
1232       csit-vpp-perf-verify-1810-3n-hsw:
1233       - 8   # NDRPDR sel
1234       - 12  # NDRPDR sel
1235       - 14  # NDRPDR sel
1236       - 18  # NDRPDR sel
1237   data: "vpp-performance-changes"
1238   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1239   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1240   parameters:
1241   - "name"
1242   - "parent"
1243   - "throughput"
1244
1245 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1246 -
1247   type: "table"
1248   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1249   algorithm: "table_performance_comparison"
1250   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1251   reference:
1252     title: "3-Node Hsw"
1253     data:
1254       csit-vpp-perf-verify-1810-3n-hsw:
1255       - 8   # NDRPDR sel
1256       - 12  # NDRPDR sel
1257       - 14  # NDRPDR sel
1258       - 18  # NDRPDR sel
1259   compare:
1260     title: "3-Node Skx"
1261     data:
1262       csit-vpp-perf-verify-1810-3n-skx:
1263       - 10  # NDRPDR sel
1264       - 14  # NDRPDR sel
1265       - 15  # NDRPDR sel
1266       - 16  # NDRPDR sel
1267       - 17  # NDRPDR sel
1268       - 19  # NDRPDR sel
1269       - 20  # NDRPDR sel
1270       - 21  # NDRPDR sel
1271       - 22  # NDRPDR sel
1272       - 25  # NDRPDR sel
1273   data: "vpp-compare-testbeds"
1274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1275   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1276   parameters:
1277   - "name"
1278   - "parent"
1279   - "throughput"
1280
1281 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1282 -
1283   type: "table"
1284   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1285   algorithm: "table_performance_comparison"
1286   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1287   reference:
1288     title: "3-Node Hsw"
1289     data:
1290       csit-vpp-perf-verify-1810-3n-hsw:
1291       - 8   # NDRPDR sel
1292       - 12  # NDRPDR sel
1293       - 14  # NDRPDR sel
1294       - 18  # NDRPDR sel
1295   compare:
1296     title: "3-Node Skx"
1297     data:
1298       csit-vpp-perf-verify-1810-3n-skx:
1299       - 10  # NDRPDR sel
1300       - 14  # NDRPDR sel
1301       - 15  # NDRPDR sel
1302       - 16  # NDRPDR sel
1303       - 17  # NDRPDR sel
1304       - 19  # NDRPDR sel
1305       - 20  # NDRPDR sel
1306       - 21  # NDRPDR sel
1307       - 22  # NDRPDR sel
1308       - 25  # NDRPDR sel
1309   data: "vpp-compare-testbeds"
1310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1311   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1312   parameters:
1313   - "name"
1314   - "parent"
1315   - "throughput"
1316
1317 # VPP Performance Changes - 1t1c MRR
1318 -
1319   type: "table"
1320   title: "VPP Performance Changes - 1t1c MRR"
1321   algorithm: "table_performance_comparison"
1322   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1323   history:
1324     -
1325       title: "rls1804"
1326       data:
1327         csit-vpp-perf-check-1804:
1328         - 6   # mrr - sel
1329         - 13  # mrr - sel
1330         - 14  # mrr - sel
1331         - 15  # mrr - sel
1332         - 16  # mrr - sel
1333         - 17  # mrr - sel
1334         - 19  # mrr - sel
1335         - 20  # mrr - sel
1336         - 21  # mrr - sel
1337         - 22  # mrr - sel
1338   reference:
1339     title: "rls1807"
1340     data:
1341       csit-vpp-perf-verify-1807-3n-hsw:
1342       - 8   # MRR full
1343       - 9   # MRR sel
1344       - 21  # MRR sel
1345       - 31  # MRR sel
1346       - 33  # MRR sel
1347       - 36  # MRR sel
1348       - 41  # MRR sel
1349       - 42  # MRR sel
1350       - 48  # MRR sel
1351   compare:
1352     title: "rls1810"
1353     data:
1354       csit-vpp-perf-verify-1810-3n-hsw:
1355       - 9   # MRR sel
1356   data: "vpp-performance-changes-mrr"
1357   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1358   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1359   parameters:
1360   - "name"
1361   - "parent"
1362   - "result"
1363
1364 # VPP Performance Changes - 2t2c MRR
1365 -
1366   type: "table"
1367   title: "VPP Performance Changes - 2t2c MRR"
1368   algorithm: "table_performance_comparison"
1369   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1370   history:
1371     -
1372       title: "rls1804"
1373       data:
1374         csit-vpp-perf-check-1804:
1375         - 6   # mrr - sel
1376         - 13  # mrr - sel
1377         - 14  # mrr - sel
1378         - 15  # mrr - sel
1379         - 16  # mrr - sel
1380         - 17  # mrr - sel
1381         - 19  # mrr - sel
1382         - 20  # mrr - sel
1383         - 21  # mrr - sel
1384         - 22  # mrr - sel
1385   reference:
1386     title: "rls1807"
1387     data:
1388       csit-vpp-perf-verify-1807-3n-hsw:
1389       - 8   # MRR full
1390       - 9   # MRR sel
1391       - 21  # MRR sel
1392       - 31  # MRR sel
1393       - 33  # MRR sel
1394       - 36  # MRR sel
1395       - 41  # MRR sel
1396       - 42  # MRR sel
1397       - 48  # MRR sel
1398   compare:
1399     title: "rls1810"
1400     data:
1401       csit-vpp-perf-verify-1810-3n-hsw:
1402       - 9   # MRR sel
1403   data: "vpp-performance-changes-mrr"
1404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1405   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1406   parameters:
1407   - "name"
1408   - "parent"
1409   - "result"
1410
1411 # VPP Performance Changes - 4t4c MRR
1412 -
1413   type: "table"
1414   title: "VPP Performance Changes - 4t4c MRR"
1415   algorithm: "table_performance_comparison"
1416   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1417   history:
1418     -
1419       title: "rls1804"
1420       data:
1421         csit-vpp-perf-check-1804:
1422         - 6   # mrr - sel
1423         - 13  # mrr - sel
1424         - 14  # mrr - sel
1425         - 15  # mrr - sel
1426         - 16  # mrr - sel
1427         - 17  # mrr - sel
1428         - 19  # mrr - sel
1429         - 20  # mrr - sel
1430         - 21  # mrr - sel
1431         - 22  # mrr - sel
1432   reference:
1433     title: "rls1807"
1434     data:
1435       csit-vpp-perf-verify-1807-3n-hsw:
1436       - 8   # MRR full
1437       - 9   # MRR sel
1438       - 21  # MRR sel
1439       - 31  # MRR sel
1440       - 33  # MRR sel
1441       - 36  # MRR sel
1442       - 41  # MRR sel
1443       - 42  # MRR sel
1444       - 48  # MRR sel
1445   compare:
1446     title: "rls1810"
1447     data:
1448       csit-vpp-perf-verify-1810-3n-hsw:
1449       - 9   # MRR sel
1450   data: "vpp-performance-changes-mrr"
1451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1452   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1453   parameters:
1454   - "name"
1455   - "parent"
1456   - "result"
1457
1458 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1459 -
1460   type: "table"
1461   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1462   algorithm: "table_performance_comparison"
1463   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1464   reference:
1465     title: "3-Node Hsw"
1466     data:
1467       csit-vpp-perf-verify-1810-3n-hsw:
1468       - 9   # MRR sel
1469   compare:
1470     title: "3-Node Skx"
1471     data:
1472       csit-vpp-perf-verify-1810-3n-skx:
1473       - 9   # MRR sel
1474       - 11  # MRR sel
1475       - 12  # MRR sel
1476       - 13  # MRR sel
1477   data: "vpp-compare-testbeds-mrr"
1478   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1479   filter: "'NIC_Intel-X710' and 'MRR'"
1480   parameters:
1481   - "name"
1482   - "parent"
1483   - "result"
1484
1485 # Detailed Test Results - VPP Performance Results 3n-hsw
1486 -
1487   type: "table"
1488   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1489   algorithm: "table_merged_details"
1490   output-file-ext: ".csv"
1491   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1492   columns:
1493   -
1494     title: "Name"
1495     data: "data name"
1496   -
1497     title: "Status"
1498     data: "data msg"
1499   rows: "generated"
1500   data: "vpp-perf-results-3n-hsw"
1501   filter: "not 'NDRCHK' and not 'PDRCHK'"
1502   parameters:
1503   - "name"
1504   - "parent"
1505   - "msg"
1506
1507 # Detailed Test Results - VPP Performance Results 3n-skx
1508 -
1509   type: "table"
1510   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1511   algorithm: "table_merged_details"
1512   output-file-ext: ".csv"
1513   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1514   columns:
1515   -
1516     title: "Name"
1517     data: "data name"
1518   -
1519     title: "Status"
1520     data: "data msg"
1521   rows: "generated"
1522   data: "vpp-perf-results-3n-skx"
1523   filter: "not 'NDRCHK' and not 'PDRCHK'"
1524   parameters:
1525   - "name"
1526   - "parent"
1527   - "msg"
1528
1529 # Detailed Test Results - VPP Performance Results 2n-skx
1530 -
1531   type: "table"
1532   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1533   algorithm: "table_merged_details"
1534   output-file-ext: ".csv"
1535   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1536   columns:
1537   -
1538     title: "Name"
1539     data: "data name"
1540   -
1541     title: "Status"
1542     data: "data msg"
1543   rows: "generated"
1544   data: "vpp-perf-results-2n-skx"
1545   filter: "not 'NDRCHK' and not 'PDRCHK'"
1546   parameters:
1547   - "name"
1548   - "parent"
1549   - "msg"
1550
1551 # Test configuration - VPP Performance Test Configs 3n-hsw
1552 -
1553   type: "table"
1554   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1555   algorithm: "table_merged_details"
1556   output-file-ext: ".csv"
1557   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1558   columns:
1559   -
1560     title: "Name"
1561     data: "data name"
1562   -
1563     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1564     data: "data vat-history"
1565   rows: "generated"
1566   data: "vpp-perf-results-3n-hsw"
1567   filter: "not 'NDRCHK' and not 'PDRCHK'"
1568   parameters:
1569   - "parent"
1570   - "name"
1571   - "vat-history"
1572
1573 # Test configuration - VPP Performance Test Configs 3n-skx
1574 -
1575   type: "table"
1576   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1577   algorithm: "table_merged_details"
1578   output-file-ext: ".csv"
1579   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1580   columns:
1581   -
1582     title: "Name"
1583     data: "data name"
1584   -
1585     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1586     data: "data vat-history"
1587   rows: "generated"
1588   data: "vpp-perf-results-3n-skx"
1589   filter: "not 'NDRCHK' and not 'PDRCHK'"
1590   parameters:
1591   - "parent"
1592   - "name"
1593   - "vat-history"
1594
1595 # Test configuration - VPP Performance Test Configs 2n-skx
1596 -
1597   type: "table"
1598   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1599   algorithm: "table_merged_details"
1600   output-file-ext: ".csv"
1601   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1602   columns:
1603   -
1604     title: "Name"
1605     data: "data name"
1606   -
1607     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1608     data: "data vat-history"
1609   rows: "generated"
1610   data: "vpp-perf-results-2n-skx"
1611   filter: "not 'NDRCHK' and not 'PDRCHK'"
1612   parameters:
1613   - "parent"
1614   - "name"
1615   - "vat-history"
1616
1617 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1618 -
1619   type: "table"
1620   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1621   algorithm: "table_merged_details"
1622   output-file-ext: ".csv"
1623   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1624   columns:
1625   -
1626     title: "Name"
1627     data: "data name"
1628   -
1629     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1630     data: "data show-run"
1631   rows: "generated"
1632   data: "vpp-perf-results-3n-hsw"
1633   filter: "not 'NDRCHK' and not 'PDRCHK'"
1634   parameters:
1635   - "parent"
1636   - "name"
1637   - "show-run"
1638
1639 # Test Operational Data - VPP Performance Operational Data 3n-skx
1640 -
1641   type: "table"
1642   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1643   algorithm: "table_merged_details"
1644   output-file-ext: ".csv"
1645   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1646   columns:
1647   -
1648     title: "Name"
1649     data: "data name"
1650   -
1651     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1652     data: "data show-run"
1653   rows: "generated"
1654   data: "vpp-perf-results-3n-skx"
1655   filter: "not 'NDRCHK' and not 'PDRCHK'"
1656   parameters:
1657   - "parent"
1658   - "name"
1659   - "show-run"
1660
1661 # Test Operational Data - VPP Performance Operational Data 2n-skx
1662 -
1663   type: "table"
1664   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1665   algorithm: "table_merged_details"
1666   output-file-ext: ".csv"
1667   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1668   columns:
1669   -
1670     title: "Name"
1671     data: "data name"
1672   -
1673     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1674     data: "data show-run"
1675   rows: "generated"
1676   data: "vpp-perf-results-2n-skx"
1677   filter: "not 'NDRCHK' and not 'PDRCHK'"
1678   parameters:
1679   - "parent"
1680   - "name"
1681   - "show-run"
1682
1683 # Detailed Test Results - VPP MRR Results 3n-hsw
1684 -
1685   type: "table"
1686   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1687   algorithm: "table_details"
1688   output-file-ext: ".csv"
1689   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1690   columns:
1691   -
1692     title: "Name"
1693     data: "data name"
1694   -
1695     title: "Status"
1696     data: "data msg"
1697   rows: "generated"
1698   data: "vpp-mrr-results-3n-hsw"
1699   filter: "'MRR'"
1700   parameters:
1701   - "name"
1702   - "parent"
1703   - "msg"
1704
1705 # Detailed Test Results - VPP MRR Results 3n-skx
1706 -
1707   type: "table"
1708   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1709   algorithm: "table_details"
1710   output-file-ext: ".csv"
1711   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1712   columns:
1713   -
1714     title: "Name"
1715     data: "data name"
1716   -
1717     title: "Status"
1718     data: "data msg"
1719   rows: "generated"
1720   data: "vpp-mrr-results-3n-skx"
1721   filter: "'MRR'"
1722   parameters:
1723   - "name"
1724   - "parent"
1725   - "msg"
1726
1727 # Detailed Test Results - VPP MRR Results 2n-skx
1728 -
1729   type: "table"
1730   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1731   algorithm: "table_details"
1732   output-file-ext: ".csv"
1733   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1734   columns:
1735   -
1736     title: "Name"
1737     data: "data name"
1738   -
1739     title: "Status"
1740     data: "data msg"
1741   rows: "generated"
1742   data: "vpp-mrr-results-2n-skx"
1743   filter: "'MRR'"
1744   parameters:
1745   - "name"
1746   - "parent"
1747   - "msg"
1748
1749 # Test configuration - VPP MRR Test Configs 3n-hsw
1750 -
1751   type: "table"
1752   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1753   algorithm: "table_details"
1754   output-file-ext: ".csv"
1755   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1756   columns:
1757   -
1758     title: "Name"
1759     data: "data name"
1760   -
1761     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1762     data: "data vat-history"
1763   rows: "generated"
1764   data: "vpp-mrr-results-3n-hsw"
1765   filter: "'MRR'"
1766   parameters:
1767   - "parent"
1768   - "name"
1769   - "vat-history"
1770
1771 # Test configuration - VPP MRR Test Configs 3n-skx
1772 -
1773   type: "table"
1774   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1775   algorithm: "table_details"
1776   output-file-ext: ".csv"
1777   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1778   columns:
1779   -
1780     title: "Name"
1781     data: "data name"
1782   -
1783     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1784     data: "data vat-history"
1785   rows: "generated"
1786   data: "vpp-mrr-results-3n-skx"
1787   filter: "'MRR'"
1788   parameters:
1789   - "parent"
1790   - "name"
1791   - "vat-history"
1792
1793 # Test configuration - VPP MRR Test Configs 2n-skx
1794 -
1795   type: "table"
1796   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1797   algorithm: "table_details"
1798   output-file-ext: ".csv"
1799   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1800   columns:
1801   -
1802     title: "Name"
1803     data: "data name"
1804   -
1805     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1806     data: "data vat-history"
1807   rows: "generated"
1808   data: "vpp-mrr-results-2n-skx"
1809   filter: "'MRR'"
1810   parameters:
1811   - "parent"
1812   - "name"
1813   - "vat-history"
1814
1815 # Detailed Test Results - VPP Functional Results - Ubuntu
1816 -
1817   type: "table"
1818   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1819   algorithm: "table_details"
1820   output-file-ext: ".csv"
1821   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1822   columns:
1823   -
1824     title: "Name"
1825     data: "data name"
1826   -
1827     title: "Documentation"
1828     data: "data doc"
1829   -
1830     title: "Status"
1831     data: "data status"
1832   rows: "generated"
1833   data: "vpp-func-results-ubuntu"
1834   filter: "all"
1835   parameters:
1836   - "name"
1837   - "parent"
1838   - "doc"
1839   - "status"
1840
1841 # Detailed Test Results - VPP Functional Results - CentOS
1842 -
1843   type: "table"
1844   title: "Detailed Test Results - VPP Functional Results - CentOS"
1845   algorithm: "table_details"
1846   output-file-ext: ".csv"
1847   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1848   columns:
1849   -
1850     title: "Name"
1851     data: "data name"
1852   -
1853     title: "Documentation"
1854     data: "data doc"
1855   -
1856     title: "Status"
1857     data: "data status"
1858   rows: "generated"
1859   data:
1860     "vpp-func-results-centos"
1861   filter: "all"
1862   parameters:
1863   - "name"
1864   - "parent"
1865   - "doc"
1866   - "status"
1867
1868 # Test configuration - VPP Functional Test Configs - Ubuntu
1869 -
1870   type: "table"
1871   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1872   algorithm: "table_details"
1873   output-file-ext: ".csv"
1874   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1875   columns:
1876   -
1877     title: "Name"
1878     data: "data name"
1879   -
1880     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1881     data: "data vat-history"
1882   rows: "generated"
1883   data: "vpp-func-results-ubuntu"
1884   filter: "all"
1885   parameters:
1886   - "parent"
1887   - "name"
1888   - "vat-history"
1889
1890 # Test configuration - VPP Functional Test Configs - CentOS
1891 -
1892   type: "table"
1893   title: "Test configuration - VPP Functional Test Configs - CentOS"
1894   algorithm: "table_details"
1895   output-file-ext: ".csv"
1896   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1897   columns:
1898   -
1899     title: "Name"
1900     data: "data name"
1901   -
1902     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1903     data: "data vat-history"
1904   rows: "generated"
1905   data: "vpp-func-results-centos"
1906   filter: "all"
1907   parameters:
1908   - "parent"
1909   - "name"
1910   - "vat-history"
1911
1912 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
1913 -
1914   type: "table"
1915   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1916   algorithm: "table_details"
1917   output-file-ext: ".csv"
1918   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1919   columns:
1920   -
1921     title: "Name"
1922     data: "data name"
1923   -
1924     title: "Status"
1925     data: "data msg"
1926   rows: "generated"
1927   data: "ligato-perf-results-3n-hsw"
1928   filter: "all"
1929   parameters:
1930   - "name"
1931   - "parent"
1932   - "msg"
1933
1934 # Detailed Test Results - VPP Device Results - Ubuntu
1935 -
1936   type: "table"
1937   title: "Detailed Test Results - VPP Device Results - Ubuntu"
1938   algorithm: "table_details"
1939   output-file-ext: ".csv"
1940   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
1941   columns:
1942   -
1943     title: "Name"
1944     data: "data name"
1945   -
1946     title: "Documentation"
1947     data: "data doc"
1948   -
1949     title: "Status"
1950     data: "data status"
1951   rows: "generated"
1952   data: "vpp-device-results-ubuntu"
1953   filter: "all"
1954   parameters:
1955   - "name"
1956   - "parent"
1957   - "doc"
1958   - "status"
1959
1960 # Test configuration - VPP Device Test Configs - Ubuntu
1961 -
1962   type: "table"
1963   title: "Test configuration - VPP Device Test Configs - Ubuntu"
1964   algorithm: "table_details"
1965   output-file-ext: ".csv"
1966   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
1967   columns:
1968   -
1969     title: "Name"
1970     data: "data name"
1971   -
1972     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1973     data: "data vat-history"
1974   rows: "generated"
1975   data: "vpp-device-results-ubuntu"
1976   filter: "all"
1977   parameters:
1978   - "parent"
1979   - "name"
1980   - "vat-history"
1981
1982 ################################################################################
1983
1984 # DPDK Performance Changes 1t1c pdr
1985 -
1986   type: "table"
1987   title: "DPDK Performance Changes 1t1c pdr"
1988   algorithm: "table_performance_comparison"
1989   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
1990   reference:
1991     title: "rls1804"
1992     data:
1993       csit-dpdk-perf-1804-all:
1994       - 4
1995       - 5
1996       - 6
1997       - 7
1998       - 8
1999       - 9
2000       - 10
2001       - 11
2002       - 12
2003       - 13
2004   compare:
2005     title: "rls1807"
2006     data:
2007       csit-dpdk-perf-verify-1807-3n-hsw:
2008       - 11
2009       - 12  # full
2010       - 14
2011       - 15
2012       - 16
2013       - 17
2014       - 20
2015       - 21
2016       - 22
2017       - 23
2018   data: "dpdk-performance-changes"
2019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2020   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2021   parameters:
2022   - "name"
2023   - "parent"
2024   - "throughput"
2025
2026 # DPDK Performance Changes 2t2c pdr
2027 -
2028   type: "table"
2029   title: "DPDK Performance Changes 2t2c pdr"
2030   algorithm: "table_performance_comparison"
2031   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2032   reference:
2033     title: "rls1804"
2034     data:
2035       csit-dpdk-perf-1804-all:
2036       - 4
2037       - 5
2038       - 6
2039       - 7
2040       - 8
2041       - 9
2042       - 10
2043       - 11
2044       - 12
2045       - 13
2046   compare:
2047     title: "rls1807"
2048     data:
2049       csit-dpdk-perf-verify-1807-3n-hsw:
2050       - 11
2051       - 12  # full
2052       - 14
2053       - 15
2054       - 16
2055       - 17
2056       - 20
2057       - 21
2058       - 22
2059       - 23
2060   data: "dpdk-performance-changes"
2061   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2062   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2063   parameters:
2064   - "name"
2065   - "parent"
2066   - "throughput"
2067
2068 # DPDK Performance Changes 1t1c ndr
2069 -
2070   type: "table"
2071   title: "DPDK Performance Changes 1t1c ndr"
2072   algorithm: "table_performance_comparison"
2073   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2074   reference:
2075     title: "rls1804"
2076     data:
2077       csit-dpdk-perf-1804-all:
2078       - 4
2079       - 5
2080       - 6
2081       - 7
2082       - 8
2083       - 9
2084       - 10
2085       - 11
2086       - 12
2087       - 13
2088   compare:
2089     title: "rls1807"
2090     data:
2091       csit-dpdk-perf-verify-1807-3n-hsw:
2092       - 11
2093       - 12  # full
2094       - 14
2095       - 15
2096       - 16
2097       - 17
2098       - 20
2099       - 21
2100       - 22
2101       - 23
2102   data: "dpdk-performance-changes"
2103   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2104   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2105   parameters:
2106   - "name"
2107   - "parent"
2108   - "throughput"
2109
2110 # DPDK Performance Changes 2t2c ndr
2111 -
2112   type: "table"
2113   title: "DPDK Performance Changes 2t2c ndr"
2114   algorithm: "table_performance_comparison"
2115   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2116   reference:
2117     title: "rls1804"
2118     data:
2119       csit-dpdk-perf-1804-all:
2120       - 4
2121       - 5
2122       - 6
2123       - 7
2124       - 8
2125       - 9
2126       - 10
2127       - 11
2128       - 12
2129       - 13
2130   compare:
2131     title: "rls1807"
2132     data:
2133       csit-dpdk-perf-verify-1807-3n-hsw:
2134       - 11
2135       - 12  # full
2136       - 14
2137       - 15
2138       - 16
2139       - 17
2140       - 20
2141       - 21
2142       - 22
2143       - 23
2144   data: "dpdk-performance-changes"
2145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2146   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2147   parameters:
2148   - "name"
2149   - "parent"
2150   - "throughput"
2151
2152 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2153 -
2154   type: "table"
2155   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2156   algorithm: "table_performance_comparison"
2157   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2158   reference:
2159     title: "3-Node Hsw"
2160     data:
2161       csit-dpdk-perf-verify-1807-3n-hsw:
2162       - 11
2163       - 12  # full
2164       - 14
2165       - 15
2166       - 16
2167       - 17
2168       - 20
2169       - 21
2170       - 22
2171       - 23
2172   compare:
2173     title: "3-Node Skx"
2174     data:
2175       csit-dpdk-perf-verify-1807-3n-skx:
2176       - 1
2177       - 2
2178       - 3
2179       - 6
2180       - 7
2181       - 8
2182       - 9
2183       - 10
2184       - 11
2185       - 12
2186   data: "dpdk-compare-testbeds"
2187   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2188   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2189   parameters:
2190   - "name"
2191   - "parent"
2192   - "throughput"
2193
2194 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2195 -
2196   type: "table"
2197   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2198   algorithm: "table_performance_comparison"
2199   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2200   reference:
2201     title: "3-Node Hsw"
2202     data:
2203       csit-dpdk-perf-verify-1807-3n-hsw:
2204       - 11
2205       - 12  # full
2206       - 14
2207       - 15
2208       - 16
2209       - 17
2210       - 20
2211       - 21
2212       - 22
2213       - 23
2214   compare:
2215     title: "3-Node Skx"
2216     data:
2217       csit-dpdk-perf-verify-1807-3n-skx:
2218       - 1
2219       - 2
2220       - 3
2221       - 6
2222       - 7
2223       - 8
2224       - 9
2225       - 10
2226       - 11
2227       - 12
2228   data: "dpdk-compare-testbeds"
2229   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2230   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2231   parameters:
2232   - "name"
2233   - "parent"
2234   - "throughput"
2235
2236 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2237 -
2238   type: "table"
2239   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2240   algorithm: "table_performance_comparison"
2241   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2242   reference:
2243     title: "3-Node Hsw"
2244     data:
2245       csit-dpdk-perf-verify-1807-3n-hsw:
2246       - 11
2247       - 12  # full
2248       - 14
2249       - 15
2250       - 16
2251       - 17
2252       - 20
2253       - 21
2254       - 22
2255       - 23
2256   compare:
2257     title: "3-Node Skx"
2258     data:
2259       csit-dpdk-perf-verify-1807-3n-skx:
2260       - 1
2261       - 2
2262       - 3
2263       - 6
2264       - 7
2265       - 8
2266       - 9
2267       - 10
2268       - 11
2269       - 12
2270   data: "dpdk-compare-testbeds"
2271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2272   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2273   parameters:
2274   - "name"
2275   - "parent"
2276   - "result"
2277
2278 # Detailed Test Results - DPDK Performance Results 3n-hsw
2279 -
2280   type: "table"
2281   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2282   algorithm: "table_details"
2283   output-file-ext: ".csv"
2284   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2285   columns:
2286   -
2287     title: "Name"
2288     data: "data name"
2289   -
2290     title: "Status"
2291     data: "data msg"
2292   rows: "generated"
2293   data: "dpdk-perf-results-3n-hsw"
2294   filter: "all"
2295   parameters:
2296   - "name"
2297   - "parent"
2298   - "msg"
2299
2300 # Detailed Test Results - DPDK Performance Results 3n-skx
2301 -
2302   type: "table"
2303   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2304   algorithm: "table_details"
2305   output-file-ext: ".csv"
2306   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2307   columns:
2308   -
2309     title: "Name"
2310     data: "data name"
2311   -
2312     title: "Status"
2313     data: "data msg"
2314   rows: "generated"
2315   data: "dpdk-perf-results-3n-skx"
2316   filter: "all"
2317   parameters:
2318   - "name"
2319   - "parent"
2320   - "msg"
2321
2322 # Detailed Test Results - DPDK Performance Results 2n-skx
2323 -
2324   type: "table"
2325   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2326   algorithm: "table_details"
2327   output-file-ext: ".csv"
2328   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2329   columns:
2330   -
2331     title: "Name"
2332     data: "data name"
2333   -
2334     title: "Status"
2335     data: "data msg"
2336   rows: "generated"
2337   data: "dpdk-perf-results-2n-skx"
2338   filter: "all"
2339   parameters:
2340   - "name"
2341   - "parent"
2342   - "msg"
2343
2344 ################################################################################
2345 # HoneyComb
2346 -
2347   type: "table"
2348   title: "Detailed Test Results - Honeycomb Functional Results"
2349   algorithm: "table_details"
2350   output-file-ext: ".csv"
2351   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2352   columns:
2353   -
2354     title: "Name"
2355     data: "data name"
2356   -
2357     title: "Documentation"
2358     data: "data doc"
2359   -
2360     title: "Status"
2361     data: "data status"
2362   rows: "generated"
2363   data:
2364     "hc-func-results"
2365   filter: "all"
2366   parameters:
2367   - "name"
2368   - "parent"
2369   - "doc"
2370   - "status"
2371
2372 ################################################################################
2373 # NSH SFC
2374 -
2375   type: "table"
2376   title: "Detailed Test Results - NSH SFC Functional Results"
2377   algorithm: "table_details"
2378   output-file-ext: ".csv"
2379   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2380   columns:
2381   -
2382     title: "Name"
2383     data: "data name"
2384   -
2385     title: "Documentation"
2386     data: "data doc"
2387   -
2388     title: "Status"
2389     data: "data status"
2390   rows: "generated"
2391   data:
2392     "nsh-func-results"
2393   filter: "all"
2394   parameters:
2395   - "name"
2396   - "parent"
2397   - "doc"
2398   - "status"
2399
2400 ################################################################################
2401 # DMM
2402 -
2403   type: "table"
2404   title: "Detailed Test Results - DMM Functional Results"
2405   algorithm: "table_details"
2406   output-file-ext: ".csv"
2407   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2408   columns:
2409   -
2410     title: "Name"
2411     data: "data name"
2412   -
2413     title: "Documentation"
2414     data: "data doc"
2415   -
2416     title: "Status"
2417     data: "data status"
2418   rows: "generated"
2419   data:
2420     "dmm-func-results"
2421   filter: "all"
2422   parameters:
2423   - "name"
2424   - "parent"
2425   - "doc"
2426   - "status"
2427
2428 ################################################################################
2429 ###                                F I L E S                                 ###
2430 ################################################################################
2431
2432 # VPP Performance Results 3n-hsw
2433 -
2434   type: "file"
2435   title: "VPP Performance Results 3n-hsw"
2436   algorithm: "file_test_results"
2437   output-file-ext: ".rst"
2438   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2439   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"
2440   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2441   data: "vpp-perf-results-3n-hsw"
2442   filter: "not 'NDRCHK' and not 'PDRCHK'"
2443   parameters:
2444   - "name"
2445   - "doc"
2446   - "level"
2447   - "parent"
2448   data-start-level: 3
2449
2450 # VPP Performance Results 3n-skx
2451 -
2452   type: "file"
2453   title: "VPP Performance Results 3n-skx"
2454   algorithm: "file_test_results"
2455   output-file-ext: ".rst"
2456   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2457   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"
2458   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2459   data: "vpp-perf-results-3n-skx"
2460   filter: "not 'NDRCHK' and not 'PDRCHK'"
2461   parameters:
2462   - "name"
2463   - "doc"
2464   - "level"
2465   - "parent"
2466   data-start-level: 3
2467
2468 # VPP Performance Results 2n-skx
2469 -
2470   type: "file"
2471   title: "VPP Performance Results 2n-skx"
2472   algorithm: "file_test_results"
2473   output-file-ext: ".rst"
2474   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2475   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"
2476   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2477   data: "vpp-perf-results-2n-skx"
2478   filter: "not 'NDRCHK' and not 'PDRCHK'"
2479   parameters:
2480   - "name"
2481   - "doc"
2482   - "level"
2483   - "parent"
2484   data-start-level: 3
2485
2486 # VPP Performance Configuration 3n-hsw
2487 -
2488   type: "file"
2489   title: "VPP Performance Configuration 3n-hsw"
2490   algorithm: "file_test_results"
2491   output-file-ext: ".rst"
2492   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2493   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"
2494   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2495   data: "vpp-perf-results-3n-hsw"
2496   filter: "not 'NDRCHK' and not 'PDRCHK'"
2497   parameters:
2498   - "name"
2499   - "doc"
2500   - "level"
2501   - "parent"
2502   data-start-level: 3
2503
2504 # VPP Performance Configuration 3n-skx
2505 -
2506   type: "file"
2507   title: "VPP Performance Configuration 3n-skx"
2508   algorithm: "file_test_results"
2509   output-file-ext: ".rst"
2510   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2511   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"
2512   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2513   data: "vpp-perf-results-3n-skx"
2514   filter: "not 'NDRCHK' and not 'PDRCHK'"
2515   parameters:
2516   - "name"
2517   - "doc"
2518   - "level"
2519   - "parent"
2520   data-start-level: 3
2521
2522 # VPP Performance Configuration 2n-skx
2523 -
2524   type: "file"
2525   title: "VPP Performance Configuration 2n-skx"
2526   algorithm: "file_test_results"
2527   output-file-ext: ".rst"
2528   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2529   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"
2530   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2531   data: "vpp-perf-results-2n-skx"
2532   filter: "not 'NDRCHK' and not 'PDRCHK'"
2533   parameters:
2534   - "name"
2535   - "doc"
2536   - "level"
2537   - "parent"
2538   data-start-level: 3
2539
2540 # VPP Performance Operational Data 3n-hsw
2541 -
2542   type: "file"
2543   title: "VPP Performance Operational Data 3n-hsw"
2544   algorithm: "file_test_results"
2545   output-file-ext: ".rst"
2546   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2547   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"
2548   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2549   data: "vpp-perf-results-3n-hsw"
2550   filter: "not 'NDRCHK' and not 'PDRCHK'"
2551   parameters:
2552   - "name"
2553   - "doc"
2554   - "level"
2555   - "parent"
2556   data-start-level: 3
2557
2558 # VPP Performance Operational Data 3n-skx
2559 -
2560   type: "file"
2561   title: "VPP Performance Operational Data 3n-skx"
2562   algorithm: "file_test_results"
2563   output-file-ext: ".rst"
2564   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2565   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"
2566   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2567   data: "vpp-perf-results-3n-skx"
2568   filter: "not 'NDRCHK' and not 'PDRCHK'"
2569   parameters:
2570   - "name"
2571   - "doc"
2572   - "level"
2573   - "parent"
2574   data-start-level: 3
2575
2576 # VPP Performance Operational Data 2n-skx
2577 -
2578   type: "file"
2579   title: "VPP Performance Operational Data 2n-skx"
2580   algorithm: "file_test_results"
2581   output-file-ext: ".rst"
2582   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2583   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2584   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2585   data: "vpp-perf-results-2n-skx"
2586   filter: "not 'NDRCHK' and not 'PDRCHK'"
2587   parameters:
2588   - "name"
2589   - "doc"
2590   - "level"
2591   - "parent"
2592   data-start-level: 3
2593
2594 # VPP MRR Results 3n-hsw
2595 -
2596   type: "file"
2597   title: "VPP MRR Results 3n-hsw"
2598   algorithm: "file_test_results"
2599   output-file-ext: ".rst"
2600   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2601   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"
2602   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2603   data: "vpp-mrr-results-3n-hsw"
2604   filter: "'MRR'"
2605   parameters:
2606   - "name"
2607   - "doc"
2608   - "level"
2609   - "parent"
2610   data-start-level: 3
2611
2612 # VPP MRR Results 3n-skx
2613 -
2614   type: "file"
2615   title: "VPP MRR Results 3n-skx"
2616   algorithm: "file_test_results"
2617   output-file-ext: ".rst"
2618   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2619   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"
2620   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2621   data: "vpp-mrr-results-3n-skx"
2622   filter: "'MRR'"
2623   parameters:
2624   - "name"
2625   - "doc"
2626   - "level"
2627   - "parent"
2628   data-start-level: 3
2629
2630 # VPP MRR Results 2n-skx
2631 -
2632   type: "file"
2633   title: "VPP MRR Results 2n-skx"
2634   algorithm: "file_test_results"
2635   output-file-ext: ".rst"
2636   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2637   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"
2638   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2639   data: "vpp-mrr-results-2n-skx"
2640   filter: "all"
2641   parameters:
2642   - "name"
2643   - "doc"
2644   - "level"
2645   - "parent"
2646   data-start-level: 3
2647
2648 # VPP MRR Configuration 3n-hsw
2649 -
2650   type: "file"
2651   title: "VPP MRR Configuration 3n-hsw"
2652   algorithm: "file_test_results"
2653   output-file-ext: ".rst"
2654   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2655   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"
2656   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2657   data: "vpp-mrr-results-3n-hsw"
2658   filter: "'MRR'"
2659   parameters:
2660   - "name"
2661   - "doc"
2662   - "level"
2663   - "parent"
2664   data-start-level: 3
2665
2666 # VPP MRR Configuration 3n-skx
2667 -
2668   type: "file"
2669   title: "VPP MRR Configuration 3n-skx"
2670   algorithm: "file_test_results"
2671   output-file-ext: ".rst"
2672   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2673   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"
2674   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2675   data: "vpp-mrr-results-3n-skx"
2676   filter: "'MRR'"
2677   parameters:
2678   - "name"
2679   - "doc"
2680   - "level"
2681   - "parent"
2682   data-start-level: 3
2683
2684 # VPP MRR Configuration 2n-skx
2685 -
2686   type: "file"
2687   title: "VPP MRR Configuration 2n-skx"
2688   algorithm: "file_test_results"
2689   output-file-ext: ".rst"
2690   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2691   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"
2692   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2693   data: "vpp-mrr-results-2n-skx"
2694   filter: "'MRR'"
2695   parameters:
2696   - "name"
2697   - "doc"
2698   - "level"
2699   - "parent"
2700   data-start-level: 3
2701
2702 # VPP Functional Results - Ubuntu
2703 -
2704   type: "file"
2705   title: "VPP Functional Results - Ubuntu"
2706   algorithm: "file_test_results"
2707   output-file-ext: ".rst"
2708   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2709   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"
2710   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2711   data: "vpp-func-results-ubuntu"
2712   filter: "all"
2713   parameters:
2714   - "name"
2715   - "doc"
2716   - "level"
2717   - "parent"
2718   data-start-level: 3
2719
2720 # VPP Functional Results - CentOS
2721 -
2722   type: "file"
2723   title: "VPP Functional Results - CentOS"
2724   algorithm: "file_test_results"
2725   output-file-ext: ".rst"
2726   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2727   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"
2728   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2729   data:
2730     "vpp-func-results-centos"
2731   filter: "all"
2732   parameters:
2733   - "name"
2734   - "doc"
2735   - "level"
2736   - "parent"
2737   data-start-level: 3
2738
2739 # VPP Functional Configuration - Ubuntu
2740 -
2741   type: "file"
2742   title: "VPP Functional Configuration - Ubuntu"
2743   algorithm: "file_test_results"
2744   output-file-ext: ".rst"
2745   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2746   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"
2747   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2748   data: "vpp-func-results-ubuntu"
2749   filter: "all"
2750   parameters:
2751   - "name"
2752   - "doc"
2753   - "level"
2754   - "parent"
2755   data-start-level: 3
2756
2757 # VPP Functional Configuration - CentOS
2758 -
2759   type: "file"
2760   title: "VPP Functional Configuration - CentOS"
2761   algorithm: "file_test_results"
2762   output-file-ext: ".rst"
2763   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2764   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"
2765   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2766   data:
2767     "vpp-func-results-centos"
2768   filter: "all"
2769   parameters:
2770   - "name"
2771   - "doc"
2772   - "level"
2773   - "parent"
2774   data-start-level: 3
2775
2776 # VPP Device Results - Ubuntu
2777 -
2778   type: "file"
2779   title: "VPP Device Results - Ubuntu"
2780   algorithm: "file_test_results"
2781   output-file-ext: ".rst"
2782   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2783   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"
2784   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2785   data: "vpp-device-results-ubuntu"
2786   filter: "all"
2787   parameters:
2788   - "name"
2789   - "doc"
2790   - "level"
2791   - "parent"
2792   data-start-level: 2
2793
2794 # VPP Device Configuration - Ubuntu
2795 -
2796   type: "file"
2797   title: "VPP Device Configuration - Ubuntu"
2798   algorithm: "file_test_results"
2799   output-file-ext: ".rst"
2800   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2801   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"
2802   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2803   data: "vpp-device-results-ubuntu"
2804   filter: "all"
2805   parameters:
2806   - "name"
2807   - "doc"
2808   - "level"
2809   - "parent"
2810   data-start-level: 2
2811
2812 # Container Orchestrated Performance Results 3n-hsw
2813 -
2814   type: "file"
2815   title: "Container Orchestrated Performance Results 3n-hsw"
2816   algorithm: "file_test_results"
2817   output-file-ext: ".rst"
2818   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2819   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"
2820   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2821   data: "ligato-perf-results-3n-hsw"
2822   filter: "all"
2823   parameters:
2824   - "name"
2825   - "doc"
2826   - "level"
2827   - "parent"
2828   data-start-level: 3
2829
2830 # DPDK Performance Results 3n-hsw
2831 -
2832   type: "file"
2833   title: "DPDK Performance Results 3n-hsw"
2834   algorithm: "file_test_results"
2835   output-file-ext: ".rst"
2836   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2837   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"
2838   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2839   data: "dpdk-perf-results-3n-hsw"
2840   filter: "all"
2841   parameters:
2842   - "name"
2843   - "doc"
2844   - "level"
2845   - "parent"
2846   data-start-level: 3
2847
2848 # DPDK Performance Results 3n-skx
2849 -
2850   type: "file"
2851   title: "DPDK Performance Results 3n-skx"
2852   algorithm: "file_test_results"
2853   output-file-ext: ".rst"
2854   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2855   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"
2856   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2857   data: "dpdk-perf-results-3n-skx"
2858   filter: "all"
2859   parameters:
2860   - "name"
2861   - "doc"
2862   - "level"
2863   - "parent"
2864   data-start-level: 3
2865
2866 # DPDK Performance Results 2n-skx
2867 -
2868   type: "file"
2869   title: "DPDK Performance Results 2n-skx"
2870   algorithm: "file_test_results"
2871   output-file-ext: ".rst"
2872   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2873   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"
2874   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2875   data: "dpdk-perf-results-2n-skx"
2876   filter: "all"
2877   parameters:
2878   - "name"
2879   - "doc"
2880   - "level"
2881   - "parent"
2882   data-start-level: 3
2883
2884 # Honeycomb Functional Results
2885 -
2886   type: "file"
2887   title: "Honeycomb Functional Results"
2888   algorithm: "file_test_results"
2889   output-file-ext: ".rst"
2890   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2891   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"
2892   dir-tables: "{DIR[DTR,FUNC,HC]}"
2893   data:
2894     "hc-func-results"
2895   filter: "all"
2896   parameters:
2897   - "name"
2898   - "doc"
2899   - "level"
2900   - "parent"
2901   data-start-level: 3
2902
2903 # NSH SFC Functional Results
2904 -
2905   type: "file"
2906   title: "NSH SFC Functional Results"
2907   algorithm: "file_test_results"
2908   output-file-ext: ".rst"
2909   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2910   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"
2911   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2912   data:
2913     "nsh-func-results"
2914   filter: "all"
2915   parameters:
2916   - "name"
2917   - "doc"
2918   - "level"
2919   - "parent"
2920   data-start-level: 3
2921
2922 # DMM Functional Results
2923 -
2924   type: "file"
2925   title: "DMM Functional Results"
2926   algorithm: "file_test_results"
2927   output-file-ext: ".rst"
2928   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2929   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"
2930   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2931   data:
2932     "dmm-func-results"
2933   filter: "all"
2934   parameters:
2935   - "name"
2936   - "doc"
2937   - "level"
2938   - "parent"
2939   data-start-level: 3
2940
2941 ################################################################################
2942 ###                                P L O T S                                 ###
2943 ################################################################################
2944
2945 ################################################################################
2946 # Plots VPP HTTP Server Performance
2947 -
2948   type: "plot"
2949   title: "VPP HTTP Server Performance"
2950   algorithm: "plot_http_server_performance_box"
2951   output-file-type: ".html"
2952   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2953   data:
2954     "plot-vpp-http-server-performance"
2955   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2956   # each tag is enclosed with ' (apostrophe).
2957   filter: "'HTTP' and 'TCP_CPS'"
2958   parameters:
2959   - "result"
2960   - "name"
2961   traces:
2962     hoverinfo: "x+y"
2963     boxpoints: "outliers"
2964     whiskerwidth: 0
2965   layout:
2966     title: "VPP HTTP Server Performance"
2967     layout:
2968       "plot-cps"
2969
2970 -
2971   type: "plot"
2972   title: "VPP HTTP Server Performance"
2973   algorithm: "plot_http_server_performance_box"
2974   output-file-type: ".html"
2975   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2976   data:
2977     "plot-vpp-http-server-performance"
2978   filter: "'HTTP' and 'TCP_RPS'"
2979   parameters:
2980   - "result"
2981   - "name"
2982   traces:
2983     hoverinfo: "x+y"
2984     boxpoints: "outliers"
2985     whiskerwidth: 0
2986   layout:
2987     title: "VPP HTTP Server Performance"
2988     layout:
2989       "plot-rps"
2990
2991 ################################################################################
2992
2993 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
2994 -
2995   type: "plot"
2996   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
2997   algorithm: "plot_performance_box"
2998   output-file-type: ".html"
2999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3000   data: "plot-vpp-throughput-latency-3n-hsw"
3001   filter: "'NIC_Intel-X520-DA2' and
3002            '64B' and
3003            ('BASE' or 'SCALE') and
3004            'NDRPDR' and
3005            'ETH' and
3006            '1T1C' and
3007            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3008            not 'VHOST' and
3009            not 'MEMIF'"
3010   parameters:
3011   - "throughput"
3012   - "parent"
3013   - "tags"
3014   sort:
3015   - "L2PATCH"
3016   - "L2XCBASE"
3017   - "BASE"
3018   - "FIB_10K"
3019   - "FIB_100K"
3020   - "FIB_1M"
3021   traces:
3022     hoverinfo: "x+y"
3023     boxpoints: "outliers"
3024     whiskerwidth: 0
3025   layout:
3026     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3027     layout: "plot-throughput"
3028
3029 -
3030   type: "plot"
3031   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3032   algorithm: "plot_performance_box"
3033   output-file-type: ".html"
3034   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3035   data: "plot-vpp-throughput-latency-3n-hsw"
3036   filter: "'NIC_Intel-X520-DA2' and
3037            '64B' and
3038            ('BASE' or 'SCALE') and
3039            'NDRPDR' and
3040            'ETH' and
3041            '1T1C' and
3042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3043            not 'VHOST' and
3044            not 'MEMIF'"
3045   parameters:
3046   - "throughput"
3047   - "parent"
3048   - "tags"
3049   sort:
3050   - "L2PATCH"
3051   - "L2XCBASE"
3052   - "BASE"
3053   - "FIB_10K"
3054   - "FIB_100K"
3055   - "FIB_1M"
3056   traces:
3057     hoverinfo: "x+y"
3058     boxpoints: "outliers"
3059     whiskerwidth: 0
3060   layout:
3061     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3062     layout: "plot-throughput"
3063
3064 -
3065   type: "plot"
3066   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3067   algorithm: "plot_performance_box"
3068   output-file-type: ".html"
3069   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3070   data: "plot-vpp-throughput-latency-3n-hsw"
3071   filter: "'NIC_Intel-X520-DA2' and
3072            '64B' and
3073            ('BASE' or 'SCALE') and
3074            'NDRPDR' and
3075            'ETH' and
3076            '2T2C' and
3077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3078            not 'VHOST' and
3079            not 'MEMIF'"
3080   parameters:
3081   - "throughput"
3082   - "parent"
3083   - "tags"
3084   sort:
3085   - "L2PATCH"
3086   - "L2XCBASE"
3087   - "BASE"
3088   - "FIB_10K"
3089   - "FIB_100K"
3090   - "FIB_1M"
3091   traces:
3092     hoverinfo: "x+y"
3093     boxpoints: "outliers"
3094     whiskerwidth: 0
3095   layout:
3096     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3097     layout: "plot-throughput"
3098
3099 -
3100   type: "plot"
3101   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3102   algorithm: "plot_performance_box"
3103   output-file-type: ".html"
3104   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3105   data: "plot-vpp-throughput-latency-3n-hsw"
3106   filter: "'NIC_Intel-X520-DA2' and
3107            '64B' and
3108            ('BASE' or 'SCALE') and
3109            'NDRPDR' and
3110            'ETH' and
3111            '2T2C' and
3112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3113            not 'VHOST' and
3114            not 'MEMIF'"
3115   parameters:
3116   - "throughput"
3117   - "parent"
3118   - "tags"
3119   sort:
3120   - "L2PATCH"
3121   - "L2XCBASE"
3122   - "BASE"
3123   - "FIB_10K"
3124   - "FIB_100K"
3125   - "FIB_1M"
3126   traces:
3127     hoverinfo: "x+y"
3128     boxpoints: "outliers"
3129     whiskerwidth: 0
3130   layout:
3131     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3132     layout: "plot-throughput"
3133
3134 # Packet Throughput - VPP L2 3n-hsw-x520 features
3135 -
3136   type: "plot"
3137   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3138   algorithm: "plot_performance_box"
3139   output-file-type: ".html"
3140   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3141   data: "plot-vpp-throughput-latency-3n-hsw"
3142   filter: "'NIC_Intel-X520-DA2' and
3143            '64B' and
3144            'NDRPDR' and
3145            '1T1C' and
3146            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3147            not 'ACL' and
3148            not 'VHOST' and
3149            not 'MEMIF'"
3150   parameters:
3151   - "throughput"
3152   - "parent"
3153   - "tags"
3154   sort:
3155   - "L2XCBASE"    # l2xcbase
3156   - "L2BDBASE"    # l2bdbase
3157   - "L2XCFWD"     # dot1q-l2xcbase
3158   - "L2BDMACLRN"  # dot1q-l2bdbase
3159   traces:
3160     hoverinfo: "x+y"
3161     boxpoints: "outliers"
3162     whiskerwidth: 0
3163   layout:
3164     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3165     layout: "plot-throughput"
3166
3167 -
3168   type: "plot"
3169   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3170   algorithm: "plot_performance_box"
3171   output-file-type: ".html"
3172   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3173   data: "plot-vpp-throughput-latency-3n-hsw"
3174   filter: "'NIC_Intel-X520-DA2' and
3175            '64B' and
3176            'NDRPDR' and
3177            '1T1C' and
3178            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3179            not 'ACL' and
3180            not 'VHOST' and
3181            not 'MEMIF'"
3182   parameters:
3183   - "throughput"
3184   - "parent"
3185   - "tags"
3186   sort:
3187   - "L2XCBASE"    # l2xcbase
3188   - "L2BDBASE"    # l2bdbase
3189   - "L2XCFWD"     # dot1q-l2xcbase
3190   - "L2BDMACLRN"  # dot1q-l2bdbase
3191   traces:
3192     hoverinfo: "x+y"
3193     boxpoints: "outliers"
3194     whiskerwidth: 0
3195   layout:
3196     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3197     layout: "plot-throughput"
3198
3199 -
3200   type: "plot"
3201   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3202   algorithm: "plot_performance_box"
3203   output-file-type: ".html"
3204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3205   data: "plot-vpp-throughput-latency-3n-hsw"
3206   filter: "'NIC_Intel-X520-DA2' and
3207            '64B' and
3208            'NDRPDR' and
3209            '2T2C' and
3210            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3211            not 'ACL' and
3212            not 'VHOST' and
3213            not 'MEMIF'"
3214   parameters:
3215   - "throughput"
3216   - "parent"
3217   - "tags"
3218   sort:
3219   - "L2XCBASE"    # l2xcbase
3220   - "L2BDBASE"    # l2bdbase
3221   - "L2XCFWD"     # dot1q-l2xcbase
3222   - "L2BDMACLRN"  # dot1q-l2bdbase
3223   traces:
3224     hoverinfo: "x+y"
3225     boxpoints: "outliers"
3226     whiskerwidth: 0
3227   layout:
3228     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3229     layout: "plot-throughput"
3230
3231 -
3232   type: "plot"
3233   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3234   algorithm: "plot_performance_box"
3235   output-file-type: ".html"
3236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3237   data: "plot-vpp-throughput-latency-3n-hsw"
3238   filter: "'NIC_Intel-X520-DA2' and
3239            '64B' and
3240            'NDRPDR' and
3241            '2T2C' and
3242            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3243            not 'ACL' and
3244            not 'VHOST' and
3245            not 'MEMIF'"
3246   parameters:
3247   - "throughput"
3248   - "parent"
3249   - "tags"
3250   sort:
3251   - "L2XCBASE"    # l2xcbase
3252   - "L2BDBASE"    # l2bdbase
3253   - "L2XCFWD"     # dot1q-l2xcbase
3254   - "L2BDMACLRN"  # dot1q-l2bdbase
3255   traces:
3256     hoverinfo: "x+y"
3257     boxpoints: "outliers"
3258     whiskerwidth: 0
3259   layout:
3260     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3261     layout: "plot-throughput"
3262
3263 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3264 -
3265   type: "plot"
3266   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3267   algorithm: "plot_performance_box"
3268   output-file-type: ".html"
3269   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3270   data: "plot-vpp-throughput-latency-3n-hsw"
3271   filter: "'NIC_Intel-X710' and
3272            '64B' and
3273            ('BASE' or 'SCALE') and
3274            'NDRPDR' and
3275            'ETH' and
3276            '1T1C' and
3277            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3278            not 'VHOST' and
3279            not 'MEMIF'"
3280   parameters:
3281   - "throughput"
3282   - "parent"
3283   - "tags"
3284   sort:
3285   - "L2PATCH"
3286   - "L2XCBASE"
3287   - "BASE"
3288   - "FIB_10K"
3289   - "FIB_100K"
3290   - "FIB_1M"
3291   traces:
3292     hoverinfo: "x+y"
3293     boxpoints: "outliers"
3294     whiskerwidth: 0
3295   layout:
3296     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3297     layout: "plot-throughput"
3298
3299 -
3300   type: "plot"
3301   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3302   algorithm: "plot_performance_box"
3303   output-file-type: ".html"
3304   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3305   data: "plot-vpp-throughput-latency-3n-hsw"
3306   filter: "'NIC_Intel-X710' and
3307            '64B' and
3308            ('BASE' or 'SCALE') and
3309            'NDRPDR' and
3310            'ETH' and
3311            '1T1C' and
3312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3313            not 'VHOST' and
3314            not 'MEMIF'"
3315   parameters:
3316   - "throughput"
3317   - "parent"
3318   - "tags"
3319   sort:
3320   - "L2PATCH"
3321   - "L2XCBASE"
3322   - "BASE"
3323   - "FIB_10K"
3324   - "FIB_100K"
3325   - "FIB_1M"
3326   traces:
3327     hoverinfo: "x+y"
3328     boxpoints: "outliers"
3329     whiskerwidth: 0
3330   layout:
3331     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3332     layout: "plot-throughput"
3333
3334 -
3335   type: "plot"
3336   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3337   algorithm: "plot_performance_box"
3338   output-file-type: ".html"
3339   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3340   data: "plot-vpp-throughput-latency-3n-hsw"
3341   filter: "'NIC_Intel-X710' and
3342            '64B' and
3343            ('BASE' or 'SCALE') and
3344            'NDRPDR' and
3345            'ETH' and
3346            '2T2C' and
3347            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3348            not 'VHOST' and
3349            not 'MEMIF'"
3350   parameters:
3351   - "throughput"
3352   - "parent"
3353   - "tags"
3354   sort:
3355   - "L2PATCH"
3356   - "L2XCBASE"
3357   - "BASE"
3358   - "FIB_10K"
3359   - "FIB_100K"
3360   - "FIB_1M"
3361   traces:
3362     hoverinfo: "x+y"
3363     boxpoints: "outliers"
3364     whiskerwidth: 0
3365   layout:
3366     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3367     layout: "plot-throughput"
3368
3369 -
3370   type: "plot"
3371   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3372   algorithm: "plot_performance_box"
3373   output-file-type: ".html"
3374   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3375   data: "plot-vpp-throughput-latency-3n-hsw"
3376   filter: "'NIC_Intel-X710' and
3377            '64B' and
3378            ('BASE' or 'SCALE') and
3379            'NDRPDR' and
3380            'ETH' and
3381            '2T2C' and
3382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3383            not 'VHOST' and
3384            not 'MEMIF'"
3385   parameters:
3386   - "throughput"
3387   - "parent"
3388   - "tags"
3389   sort:
3390   - "L2PATCH"
3391   - "L2XCBASE"
3392   - "BASE"
3393   - "FIB_10K"
3394   - "FIB_100K"
3395   - "FIB_1M"
3396   traces:
3397     hoverinfo: "x+y"
3398     boxpoints: "outliers"
3399     whiskerwidth: 0
3400   layout:
3401     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3402     layout: "plot-throughput"
3403
3404 # Packet Throughput - VPP L2 3n-hsw-x710 features
3405 -
3406   type: "plot"
3407   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3408   algorithm: "plot_performance_box"
3409   output-file-type: ".html"
3410   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3411   data: "plot-vpp-throughput-latency-3n-hsw"
3412   filter: "'NIC_Intel-X710' and
3413            '64B' and
3414            'NDRPDR' and
3415            '1T1C' and
3416            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3417            not 'ACL' and
3418            not 'VHOST' and
3419            not 'MEMIF'"
3420   parameters:
3421   - "throughput"
3422   - "parent"
3423   - "tags"
3424   sort:
3425   - "L2XCBASE"    # l2xcbase
3426   - "L2BDBASE"    # l2bdbase
3427   - "L2XCFWD"     # dot1q-l2xcbase
3428   - "L2BDMACLRN"  # dot1q-l2bdbase
3429   traces:
3430     hoverinfo: "x+y"
3431     boxpoints: "outliers"
3432     whiskerwidth: 0
3433   layout:
3434     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3435     layout: "plot-throughput"
3436
3437 -
3438   type: "plot"
3439   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3440   algorithm: "plot_performance_box"
3441   output-file-type: ".html"
3442   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3443   data: "plot-vpp-throughput-latency-3n-hsw"
3444   filter: "'NIC_Intel-X710' and
3445            '64B' and
3446            'NDRPDR' and
3447            '1T1C' and
3448            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3449            not 'ACL' and
3450            not 'VHOST' and
3451            not 'MEMIF'"
3452   parameters:
3453   - "throughput"
3454   - "parent"
3455   - "tags"
3456   sort:
3457   - "L2XCBASE"    # l2xcbase
3458   - "L2BDBASE"    # l2bdbase
3459   - "L2XCFWD"     # dot1q-l2xcbase
3460   - "L2BDMACLRN"  # dot1q-l2bdbase
3461   traces:
3462     hoverinfo: "x+y"
3463     boxpoints: "outliers"
3464     whiskerwidth: 0
3465   layout:
3466     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3467     layout: "plot-throughput"
3468
3469 -
3470   type: "plot"
3471   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3472   algorithm: "plot_performance_box"
3473   output-file-type: ".html"
3474   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3475   data: "plot-vpp-throughput-latency-3n-hsw"
3476   filter: "'NIC_Intel-X710' and
3477            '64B' and
3478            'NDRPDR' and
3479            '2T2C' and
3480            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3481            not 'ACL' and
3482            not 'VHOST' and
3483            not 'MEMIF'"
3484   parameters:
3485   - "throughput"
3486   - "parent"
3487   - "tags"
3488   sort:
3489   - "L2XCBASE"    # l2xcbase
3490   - "L2BDBASE"    # l2bdbase
3491   - "L2XCFWD"     # dot1q-l2xcbase
3492   - "L2BDMACLRN"  # dot1q-l2bdbase
3493   traces:
3494     hoverinfo: "x+y"
3495     boxpoints: "outliers"
3496     whiskerwidth: 0
3497   layout:
3498     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3499     layout: "plot-throughput"
3500
3501 -
3502   type: "plot"
3503   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3504   algorithm: "plot_performance_box"
3505   output-file-type: ".html"
3506   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3507   data: "plot-vpp-throughput-latency-3n-hsw"
3508   filter: "'NIC_Intel-X710' and
3509            '64B' and
3510            'NDRPDR' and
3511            '2T2C' and
3512            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3513            not 'ACL' and
3514            not 'VHOST' and
3515            not 'MEMIF'"
3516   parameters:
3517   - "throughput"
3518   - "parent"
3519   - "tags"
3520   sort:
3521   - "L2XCBASE"    # l2xcbase
3522   - "L2BDBASE"    # l2bdbase
3523   - "L2XCFWD"     # dot1q-l2xcbase
3524   - "L2BDMACLRN"  # dot1q-l2bdbase
3525   traces:
3526     hoverinfo: "x+y"
3527     boxpoints: "outliers"
3528     whiskerwidth: 0
3529   layout:
3530     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3531     layout: "plot-throughput"
3532
3533 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3534 -
3535   type: "plot"
3536   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3537   algorithm: "plot_performance_box"
3538   output-file-type: ".html"
3539   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3540   data: "plot-vpp-throughput-latency-3n-hsw"
3541   filter: "'NIC_Intel-XL710' and
3542            '64B' and
3543            ('BASE' or 'SCALE') and
3544            'NDRPDR' and
3545            'ETH' and
3546            '1T1C' and
3547            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3548            not 'VHOST' and
3549            not 'MEMIF'"
3550   parameters:
3551   - "throughput"
3552   - "parent"
3553   - "tags"
3554   sort:
3555   - "L2PATCH"
3556   - "L2XCBASE"
3557   - "BASE"
3558   - "FIB_10K"
3559   - "FIB_100K"
3560   - "FIB_1M"
3561   traces:
3562     hoverinfo: "x+y"
3563     boxpoints: "outliers"
3564     whiskerwidth: 0
3565   layout:
3566     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3567     layout: "plot-throughput"
3568
3569 -
3570   type: "plot"
3571   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3572   algorithm: "plot_performance_box"
3573   output-file-type: ".html"
3574   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3575   data: "plot-vpp-throughput-latency-3n-hsw"
3576   filter: "'NIC_Intel-XL710' and
3577            '64B' and
3578            ('BASE' or 'SCALE') and
3579            'NDRPDR' and
3580            'ETH' and
3581            '1T1C' and
3582            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3583            not 'VHOST' and
3584            not 'MEMIF'"
3585   parameters:
3586   - "throughput"
3587   - "parent"
3588   - "tags"
3589   sort:
3590   - "L2PATCH"
3591   - "L2XCBASE"
3592   - "BASE"
3593   - "FIB_10K"
3594   - "FIB_100K"
3595   - "FIB_1M"
3596   traces:
3597     hoverinfo: "x+y"
3598     boxpoints: "outliers"
3599     whiskerwidth: 0
3600   layout:
3601     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3602     layout: "plot-throughput"
3603
3604 -
3605   type: "plot"
3606   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3607   algorithm: "plot_performance_box"
3608   output-file-type: ".html"
3609   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3610   data: "plot-vpp-throughput-latency-3n-hsw"
3611   filter: "'NIC_Intel-XL710' and
3612            '64B' and
3613            ('BASE' or 'SCALE') and
3614            'NDRPDR' and
3615            'ETH' and
3616            '2T2C' and
3617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3618            not 'VHOST' and
3619            not 'MEMIF'"
3620   parameters:
3621   - "throughput"
3622   - "parent"
3623   - "tags"
3624   sort:
3625   - "L2PATCH"
3626   - "L2XCBASE"
3627   - "BASE"
3628   - "FIB_10K"
3629   - "FIB_100K"
3630   - "FIB_1M"
3631   traces:
3632     hoverinfo: "x+y"
3633     boxpoints: "outliers"
3634     whiskerwidth: 0
3635   layout:
3636     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3637     layout: "plot-throughput"
3638
3639 -
3640   type: "plot"
3641   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3642   algorithm: "plot_performance_box"
3643   output-file-type: ".html"
3644   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3645   data: "plot-vpp-throughput-latency-3n-hsw"
3646   filter: "'NIC_Intel-XL710' and
3647            '64B' and
3648            ('BASE' or 'SCALE') and
3649            'NDRPDR' and
3650            'ETH' and
3651            '2T2C' and
3652            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3653            not 'VHOST' and
3654            not 'MEMIF'"
3655   parameters:
3656   - "throughput"
3657   - "parent"
3658   - "tags"
3659   sort:
3660   - "L2PATCH"
3661   - "L2XCBASE"
3662   - "BASE"
3663   - "FIB_10K"
3664   - "FIB_100K"
3665   - "FIB_1M"
3666   traces:
3667     hoverinfo: "x+y"
3668     boxpoints: "outliers"
3669     whiskerwidth: 0
3670   layout:
3671     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3672     layout: "plot-throughput"
3673
3674 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3675 -
3676   type: "plot"
3677   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3678   algorithm: "plot_performance_box"
3679   output-file-type: ".html"
3680   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3681   data: "plot-vpp-throughput-latency-3n-skx"
3682   filter: "'NIC_Intel-X710' and
3683            '64B' and
3684            ('BASE' or 'SCALE') and
3685            'NDRPDR' and
3686            'ETH' and
3687            '2T1C' and
3688            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3689            not 'VHOST' and
3690            not 'MEMIF'"
3691   parameters:
3692   - "throughput"
3693   - "parent"
3694   - "tags"
3695   sort:
3696   - "L2PATCH"
3697   - "L2XCBASE"
3698   - "BASE"
3699   - "FIB_10K"
3700   - "FIB_100K"
3701   - "FIB_1M"
3702   traces:
3703     hoverinfo: "x+y"
3704     boxpoints: "outliers"
3705     whiskerwidth: 0
3706   layout:
3707     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3708     layout: "plot-throughput"
3709
3710 -
3711   type: "plot"
3712   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3713   algorithm: "plot_performance_box"
3714   output-file-type: ".html"
3715   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3716   data: "plot-vpp-throughput-latency-3n-skx"
3717   filter: "'NIC_Intel-X710' and
3718            '64B' and
3719            ('BASE' or 'SCALE') and
3720            'NDRPDR' and
3721            'ETH' and
3722            '2T1C' and
3723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3724            not 'VHOST' and
3725            not 'MEMIF'"
3726   parameters:
3727   - "throughput"
3728   - "parent"
3729   - "tags"
3730   sort:
3731   - "L2PATCH"
3732   - "L2XCBASE"
3733   - "BASE"
3734   - "FIB_10K"
3735   - "FIB_100K"
3736   - "FIB_1M"
3737   traces:
3738     hoverinfo: "x+y"
3739     boxpoints: "outliers"
3740     whiskerwidth: 0
3741   layout:
3742     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3743     layout: "plot-throughput"
3744
3745 -
3746   type: "plot"
3747   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3748   algorithm: "plot_performance_box"
3749   output-file-type: ".html"
3750   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3751   data: "plot-vpp-throughput-latency-3n-skx"
3752   filter: "'NIC_Intel-X710' and
3753            '64B' and
3754            ('BASE' or 'SCALE') and
3755            'NDRPDR' and
3756            'ETH' and
3757            '4T2C' and
3758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3759            not 'VHOST' and
3760            not 'MEMIF'"
3761   parameters:
3762   - "throughput"
3763   - "parent"
3764   - "tags"
3765   sort:
3766   - "L2PATCH"
3767   - "L2XCBASE"
3768   - "BASE"
3769   - "FIB_10K"
3770   - "FIB_100K"
3771   - "FIB_1M"
3772   traces:
3773     hoverinfo: "x+y"
3774     boxpoints: "outliers"
3775     whiskerwidth: 0
3776   layout:
3777     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3778     layout: "plot-throughput"
3779
3780 -
3781   type: "plot"
3782   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3783   algorithm: "plot_performance_box"
3784   output-file-type: ".html"
3785   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3786   data: "plot-vpp-throughput-latency-3n-skx"
3787   filter: "'NIC_Intel-X710' and
3788            '64B' and
3789            ('BASE' or 'SCALE') and
3790            'NDRPDR' and
3791            'ETH' and
3792            '4T2C' and
3793            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3794            not 'VHOST' and
3795            not 'MEMIF'"
3796   parameters:
3797   - "throughput"
3798   - "parent"
3799   - "tags"
3800   sort:
3801   - "L2PATCH"
3802   - "L2XCBASE"
3803   - "BASE"
3804   - "FIB_10K"
3805   - "FIB_100K"
3806   - "FIB_1M"
3807   traces:
3808     hoverinfo: "x+y"
3809     boxpoints: "outliers"
3810     whiskerwidth: 0
3811   layout:
3812     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3813     layout: "plot-throughput"
3814
3815 # Packet Throughput - VPP L2 3n-skx-x710 features
3816 -
3817   type: "plot"
3818   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3819   algorithm: "plot_performance_box"
3820   output-file-type: ".html"
3821   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3822   data: "plot-vpp-throughput-latency-3n-skx"
3823   filter: "'NIC_Intel-X710' and
3824            '64B' and
3825            'NDRPDR' and
3826            '2T1C' and
3827            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3828            not 'ACL' and
3829            not 'VHOST' and
3830            not 'MEMIF'"
3831   parameters:
3832   - "throughput"
3833   - "parent"
3834   - "tags"
3835   sort:
3836   - "L2XCBASE"    # l2xcbase
3837   - "L2BDBASE"    # l2bdbase
3838   - "L2XCFWD"     # dot1q-l2xcbase
3839   - "L2BDMACLRN"  # dot1q-l2bdbase
3840   traces:
3841     hoverinfo: "x+y"
3842     boxpoints: "outliers"
3843     whiskerwidth: 0
3844   layout:
3845     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3846     layout: "plot-throughput"
3847
3848 -
3849   type: "plot"
3850   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3851   algorithm: "plot_performance_box"
3852   output-file-type: ".html"
3853   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3854   data: "plot-vpp-throughput-latency-3n-skx"
3855   filter: "'NIC_Intel-X710' and
3856            '64B' and
3857            'NDRPDR' and
3858            '2T1C' and
3859            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3860            not 'ACL' and
3861            not 'VHOST' and
3862            not 'MEMIF'"
3863   parameters:
3864   - "throughput"
3865   - "parent"
3866   - "tags"
3867   sort:
3868   - "L2XCBASE"    # l2xcbase
3869   - "L2BDBASE"    # l2bdbase
3870   - "L2XCFWD"     # dot1q-l2xcbase
3871   - "L2BDMACLRN"  # dot1q-l2bdbase
3872   traces:
3873     hoverinfo: "x+y"
3874     boxpoints: "outliers"
3875     whiskerwidth: 0
3876   layout:
3877     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3878     layout: "plot-throughput"
3879
3880 -
3881   type: "plot"
3882   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3883   algorithm: "plot_performance_box"
3884   output-file-type: ".html"
3885   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3886   data: "plot-vpp-throughput-latency-3n-skx"
3887   filter: "'NIC_Intel-X710' and
3888            '64B' and
3889            'NDRPDR' and
3890            '4T2C' and
3891            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3892            not 'ACL' and
3893            not 'VHOST' and
3894            not 'MEMIF'"
3895   parameters:
3896   - "throughput"
3897   - "parent"
3898   - "tags"
3899   sort:
3900   - "L2XCBASE"    # l2xcbase
3901   - "L2BDBASE"    # l2bdbase
3902   - "L2XCFWD"     # dot1q-l2xcbase
3903   - "L2BDMACLRN"  # dot1q-l2bdbase
3904   traces:
3905     hoverinfo: "x+y"
3906     boxpoints: "outliers"
3907     whiskerwidth: 0
3908   layout:
3909     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3910     layout: "plot-throughput"
3911
3912 -
3913   type: "plot"
3914   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3915   algorithm: "plot_performance_box"
3916   output-file-type: ".html"
3917   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3918   data: "plot-vpp-throughput-latency-3n-skx"
3919   filter: "'NIC_Intel-X710' and
3920            '64B' and
3921            'NDRPDR' and
3922            '4T2C' and
3923            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3924            not 'ACL' and
3925            not 'VHOST' and
3926            not 'MEMIF'"
3927   parameters:
3928   - "throughput"
3929   - "parent"
3930   - "tags"
3931   sort:
3932   - "L2XCBASE"    # l2xcbase
3933   - "L2BDBASE"    # l2bdbase
3934   - "L2XCFWD"     # dot1q-l2xcbase
3935   - "L2BDMACLRN"  # dot1q-l2bdbase
3936   traces:
3937     hoverinfo: "x+y"
3938     boxpoints: "outliers"
3939     whiskerwidth: 0
3940   layout:
3941     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3942     layout: "plot-throughput"
3943
3944 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
3945 -
3946   type: "plot"
3947   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3948   algorithm: "plot_performance_box"
3949   output-file-type: ".html"
3950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3951   data: "plot-vpp-throughput-latency-3n-skx"
3952   filter: "'NIC_Intel-XXV710' and
3953            '64B' and
3954            ('BASE' or 'SCALE') and
3955            'NDRPDR' and
3956            'ETH' and
3957            '2T1C' and
3958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3959            not 'VHOST' and
3960            not 'MEMIF'"
3961   parameters:
3962   - "throughput"
3963   - "parent"
3964   - "tags"
3965   sort:
3966   - "L2PATCH"
3967   - "L2XCBASE"
3968   - "BASE"
3969   - "FIB_10K"
3970   - "FIB_100K"
3971   - "FIB_1M"
3972   traces:
3973     hoverinfo: "x+y"
3974     boxpoints: "outliers"
3975     whiskerwidth: 0
3976   layout:
3977     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3978     layout: "plot-throughput"
3979
3980 -
3981   type: "plot"
3982   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3983   algorithm: "plot_performance_box"
3984   output-file-type: ".html"
3985   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3986   data: "plot-vpp-throughput-latency-3n-skx"
3987   filter: "'NIC_Intel-XXV710' and
3988            '64B' and
3989            ('BASE' or 'SCALE') and
3990            'NDRPDR' and
3991            'ETH' and
3992            '2T1C' and
3993            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3994            not 'VHOST' and
3995            not 'MEMIF'"
3996   parameters:
3997   - "throughput"
3998   - "parent"
3999   - "tags"
4000   sort:
4001   - "L2PATCH"
4002   - "L2XCBASE"
4003   - "BASE"
4004   - "FIB_10K"
4005   - "FIB_100K"
4006   - "FIB_1M"
4007   traces:
4008     hoverinfo: "x+y"
4009     boxpoints: "outliers"
4010     whiskerwidth: 0
4011   layout:
4012     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4013     layout: "plot-throughput"
4014
4015 -
4016   type: "plot"
4017   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4018   algorithm: "plot_performance_box"
4019   output-file-type: ".html"
4020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4021   data: "plot-vpp-throughput-latency-3n-skx"
4022   filter: "'NIC_Intel-XXV710' and
4023            '64B' and
4024            ('BASE' or 'SCALE') and
4025            'NDRPDR' and
4026            'ETH' and
4027            '4T2C' and
4028            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4029            not 'VHOST' and
4030            not 'MEMIF'"
4031   parameters:
4032   - "throughput"
4033   - "parent"
4034   - "tags"
4035   sort:
4036   - "L2PATCH"
4037   - "L2XCBASE"
4038   - "BASE"
4039   - "FIB_10K"
4040   - "FIB_100K"
4041   - "FIB_1M"
4042   traces:
4043     hoverinfo: "x+y"
4044     boxpoints: "outliers"
4045     whiskerwidth: 0
4046   layout:
4047     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4048     layout: "plot-throughput"
4049
4050 -
4051   type: "plot"
4052   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4053   algorithm: "plot_performance_box"
4054   output-file-type: ".html"
4055   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4056   data: "plot-vpp-throughput-latency-3n-skx"
4057   filter: "'NIC_Intel-XXV710' and
4058            '64B' and
4059            ('BASE' or 'SCALE') and
4060            'NDRPDR' and
4061            'ETH' and
4062            '4T2C' and
4063            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4064            not 'VHOST' and
4065            not 'MEMIF'"
4066   parameters:
4067   - "throughput"
4068   - "parent"
4069   - "tags"
4070   sort:
4071   - "L2PATCH"
4072   - "L2XCBASE"
4073   - "BASE"
4074   - "FIB_10K"
4075   - "FIB_100K"
4076   - "FIB_1M"
4077   traces:
4078     hoverinfo: "x+y"
4079     boxpoints: "outliers"
4080     whiskerwidth: 0
4081   layout:
4082     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4083     layout: "plot-throughput"
4084
4085 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4086 -
4087   type: "plot"
4088   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4089   algorithm: "plot_performance_box"
4090   output-file-type: ".html"
4091   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4092   data: "plot-vpp-throughput-latency-2n-skx"
4093   filter: "'NIC_Intel-X710' and
4094            '64B' and
4095            ('BASE' or 'SCALE') and
4096            'NDRPDR' and
4097            'ETH' and
4098            '2T1C' and
4099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4100            not 'VHOST' and
4101            not 'MEMIF'"
4102   parameters:
4103   - "throughput"
4104   - "parent"
4105   - "tags"
4106   sort:
4107   - "L2PATCH"
4108   - "L2XCBASE"
4109   - "BASE"
4110   - "FIB_10K"
4111   - "FIB_100K"
4112   - "FIB_1M"
4113   traces:
4114     hoverinfo: "x+y"
4115     boxpoints: "outliers"
4116     whiskerwidth: 0
4117   layout:
4118     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4119     layout: "plot-throughput"
4120
4121 -
4122   type: "plot"
4123   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4124   algorithm: "plot_performance_box"
4125   output-file-type: ".html"
4126   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4127   data: "plot-vpp-throughput-latency-2n-skx"
4128   filter: "'NIC_Intel-X710' and
4129            '64B' and
4130            ('BASE' or 'SCALE') and
4131            'NDRPDR' and
4132            'ETH' and
4133            '2T1C' and
4134            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4135            not 'VHOST' and
4136            not 'MEMIF'"
4137   parameters:
4138   - "throughput"
4139   - "parent"
4140   - "tags"
4141   sort:
4142   - "L2PATCH"
4143   - "L2XCBASE"
4144   - "BASE"
4145   - "FIB_10K"
4146   - "FIB_100K"
4147   - "FIB_1M"
4148   traces:
4149     hoverinfo: "x+y"
4150     boxpoints: "outliers"
4151     whiskerwidth: 0
4152   layout:
4153     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4154     layout: "plot-throughput"
4155
4156 -
4157   type: "plot"
4158   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4159   algorithm: "plot_performance_box"
4160   output-file-type: ".html"
4161   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4162   data: "plot-vpp-throughput-latency-2n-skx"
4163   filter: "'NIC_Intel-X710' and
4164            '64B' and
4165            ('BASE' or 'SCALE') and
4166            'NDRPDR' and
4167            'ETH' and
4168            '4T2C' and
4169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4170            not 'VHOST' and
4171            not 'MEMIF'"
4172   parameters:
4173   - "throughput"
4174   - "parent"
4175   - "tags"
4176   sort:
4177   - "L2PATCH"
4178   - "L2XCBASE"
4179   - "BASE"
4180   - "FIB_10K"
4181   - "FIB_100K"
4182   - "FIB_1M"
4183   traces:
4184     hoverinfo: "x+y"
4185     boxpoints: "outliers"
4186     whiskerwidth: 0
4187   layout:
4188     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4189     layout: "plot-throughput"
4190
4191 -
4192   type: "plot"
4193   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4194   algorithm: "plot_performance_box"
4195   output-file-type: ".html"
4196   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4197   data: "plot-vpp-throughput-latency-2n-skx"
4198   filter: "'NIC_Intel-X710' and
4199            '64B' and
4200            ('BASE' or 'SCALE') and
4201            'NDRPDR' and
4202            'ETH' and
4203            '4T2C' and
4204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4205            not 'VHOST' and
4206            not 'MEMIF'"
4207   parameters:
4208   - "throughput"
4209   - "parent"
4210   - "tags"
4211   sort:
4212   - "L2PATCH"
4213   - "L2XCBASE"
4214   - "BASE"
4215   - "FIB_10K"
4216   - "FIB_100K"
4217   - "FIB_1M"
4218   traces:
4219     hoverinfo: "x+y"
4220     boxpoints: "outliers"
4221     whiskerwidth: 0
4222   layout:
4223     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4224     layout: "plot-throughput"
4225
4226 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4227 -
4228   type: "plot"
4229   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4230   algorithm: "plot_performance_box"
4231   output-file-type: ".html"
4232   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4233   data: "plot-vpp-throughput-latency-2n-skx"
4234   filter: "'NIC_Intel-XXV710' and
4235            '64B' and
4236            ('BASE' or 'SCALE') and
4237            'NDRPDR' and
4238            'ETH' and
4239            '2T1C' and
4240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4241            not 'VHOST' and
4242            not 'MEMIF'"
4243   parameters:
4244   - "throughput"
4245   - "parent"
4246   - "tags"
4247   sort:
4248   - "L2PATCH"
4249   - "L2XCBASE"
4250   - "BASE"
4251   - "FIB_10K"
4252   - "FIB_100K"
4253   - "FIB_1M"
4254   traces:
4255     hoverinfo: "x+y"
4256     boxpoints: "outliers"
4257     whiskerwidth: 0
4258   layout:
4259     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4260     layout: "plot-throughput"
4261
4262 -
4263   type: "plot"
4264   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4265   algorithm: "plot_performance_box"
4266   output-file-type: ".html"
4267   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4268   data: "plot-vpp-throughput-latency-2n-skx"
4269   filter: "'NIC_Intel-XXV710' and
4270            '64B' and
4271            ('BASE' or 'SCALE') and
4272            'NDRPDR' and
4273            'ETH' and
4274            '2T1C' and
4275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4276            not 'VHOST' and
4277            not 'MEMIF'"
4278   parameters:
4279   - "throughput"
4280   - "parent"
4281   - "tags"
4282   sort:
4283   - "L2PATCH"
4284   - "L2XCBASE"
4285   - "BASE"
4286   - "FIB_10K"
4287   - "FIB_100K"
4288   - "FIB_1M"
4289   traces:
4290     hoverinfo: "x+y"
4291     boxpoints: "outliers"
4292     whiskerwidth: 0
4293   layout:
4294     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4295     layout: "plot-throughput"
4296
4297 -
4298   type: "plot"
4299   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4300   algorithm: "plot_performance_box"
4301   output-file-type: ".html"
4302   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4303   data: "plot-vpp-throughput-latency-2n-skx"
4304   filter: "'NIC_Intel-XXV710' and
4305            '64B' and
4306            ('BASE' or 'SCALE') and
4307            'NDRPDR' and
4308            'ETH' and
4309            '4T2C' and
4310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4311            not 'VHOST' and
4312            not 'MEMIF'"
4313   parameters:
4314   - "throughput"
4315   - "parent"
4316   - "tags"
4317   sort:
4318   - "L2PATCH"
4319   - "L2XCBASE"
4320   - "BASE"
4321   - "FIB_10K"
4322   - "FIB_100K"
4323   - "FIB_1M"
4324   traces:
4325     hoverinfo: "x+y"
4326     boxpoints: "outliers"
4327     whiskerwidth: 0
4328   layout:
4329     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4330     layout: "plot-throughput"
4331
4332 -
4333   type: "plot"
4334   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4335   algorithm: "plot_performance_box"
4336   output-file-type: ".html"
4337   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4338   data: "plot-vpp-throughput-latency-2n-skx"
4339   filter: "'NIC_Intel-XXV710' and
4340            '64B' and
4341            ('BASE' or 'SCALE') and
4342            'NDRPDR' and
4343            'ETH' and
4344            '4T2C' and
4345            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4346            not 'VHOST' and
4347            not 'MEMIF'"
4348   parameters:
4349   - "throughput"
4350   - "parent"
4351   - "tags"
4352   sort:
4353   - "L2PATCH"
4354   - "L2XCBASE"
4355   - "BASE"
4356   - "FIB_10K"
4357   - "FIB_100K"
4358   - "FIB_1M"
4359   traces:
4360     hoverinfo: "x+y"
4361     boxpoints: "outliers"
4362     whiskerwidth: 0
4363   layout:
4364     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4365     layout: "plot-throughput"
4366
4367 ################################################################################
4368
4369 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4370 -
4371   type: "plot"
4372   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4373   algorithm: "plot_performance_box"
4374   output-file-type: ".html"
4375   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4376   data: "plot-vpp-throughput-latency-3n-hsw"
4377   filter: "'NIC_Intel-X520-DA2' and
4378            '64B' and
4379            ('BASE' or 'SCALE') and
4380            'NDRPDR' and
4381            '1T1C' and
4382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4383            not 'VHOST' and
4384            'MEMIF'"
4385   parameters:
4386   - "throughput"
4387   - "parent"
4388   - "tags"
4389   sort:
4390   - "L2XCFWD"
4391   - "L2XCFWD"
4392   - "L2XCFWD"
4393   - "L2BDMACLRN"
4394   - "L2BDMACLRN"
4395   - "L2BDMACLRN"
4396   traces:
4397     hoverinfo: "x+y"
4398     boxpoints: "outliers"
4399     whiskerwidth: 0
4400   layout:
4401     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4402     layout: "plot-throughput"
4403
4404 -
4405   type: "plot"
4406   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4407   algorithm: "plot_performance_box"
4408   output-file-type: ".html"
4409   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4410   data: "plot-vpp-throughput-latency-3n-hsw"
4411   filter: "'NIC_Intel-X520-DA2' and
4412            '64B' and
4413            ('BASE' or 'SCALE') and
4414            'NDRPDR' and
4415            '1T1C' and
4416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4417            not 'VHOST' and
4418            'MEMIF'"
4419   parameters:
4420   - "throughput"
4421   - "parent"
4422   - "tags"
4423   sort:
4424   - "L2XCFWD"
4425   - "L2XCFWD"
4426   - "L2XCFWD"
4427   - "L2BDMACLRN"
4428   - "L2BDMACLRN"
4429   - "L2BDMACLRN"
4430   traces:
4431     hoverinfo: "x+y"
4432     boxpoints: "outliers"
4433     whiskerwidth: 0
4434   layout:
4435     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4436     layout: "plot-throughput"
4437
4438 -
4439   type: "plot"
4440   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4441   algorithm: "plot_performance_box"
4442   output-file-type: ".html"
4443   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4444   data: "plot-vpp-throughput-latency-3n-hsw"
4445   filter: "'NIC_Intel-X520-DA2' and
4446            '64B' and
4447            ('BASE' or 'SCALE') and
4448            'NDRPDR' and
4449            '2T2C' and
4450            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4451            not 'VHOST' and
4452            'MEMIF'"
4453   parameters:
4454   - "throughput"
4455   - "parent"
4456   - "tags"
4457   sort:
4458   - "L2XCFWD"
4459   - "L2XCFWD"
4460   - "L2XCFWD"
4461   - "L2BDMACLRN"
4462   - "L2BDMACLRN"
4463   - "L2BDMACLRN"
4464   traces:
4465     hoverinfo: "x+y"
4466     boxpoints: "outliers"
4467     whiskerwidth: 0
4468   layout:
4469     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4470     layout: "plot-throughput"
4471
4472 -
4473   type: "plot"
4474   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4475   algorithm: "plot_performance_box"
4476   output-file-type: ".html"
4477   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4478   data: "plot-vpp-throughput-latency-3n-hsw"
4479   filter: "'NIC_Intel-X520-DA2' and
4480            '64B' and
4481            ('BASE' or 'SCALE') and
4482            'NDRPDR' and
4483            '2T2C' and
4484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4485            not 'VHOST' and
4486            'MEMIF'"
4487   parameters:
4488   - "throughput"
4489   - "parent"
4490   - "tags"
4491   sort:
4492   - "L2XCFWD"
4493   - "L2XCFWD"
4494   - "L2XCFWD"
4495   - "L2BDMACLRN"
4496   - "L2BDMACLRN"
4497   - "L2BDMACLRN"
4498   traces:
4499     hoverinfo: "x+y"
4500     boxpoints: "outliers"
4501     whiskerwidth: 0
4502   layout:
4503     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4504     layout: "plot-throughput"
4505
4506 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4507 -
4508   type: "plot"
4509   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4510   algorithm: "plot_performance_box"
4511   output-file-type: ".html"
4512   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4513   data: "plot-vpp-throughput-latency-3n-hsw"
4514   filter: "'NIC_Intel-X710' and
4515            '64B' and
4516            ('BASE' or 'SCALE') and
4517            'NDRPDR' and
4518            '1T1C' and
4519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4520            not 'VHOST' and
4521            'MEMIF'"
4522   parameters:
4523   - "throughput"
4524   - "parent"
4525   - "tags"
4526   sort:
4527   - "L2XCFWD"
4528   - "L2XCFWD"
4529   - "L2XCFWD"
4530   - "L2BDMACLRN"
4531   - "L2BDMACLRN"
4532   - "L2BDMACLRN"
4533   traces:
4534     hoverinfo: "x+y"
4535     boxpoints: "outliers"
4536     whiskerwidth: 0
4537   layout:
4538     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4539     layout: "plot-throughput"
4540
4541 -
4542   type: "plot"
4543   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4544   algorithm: "plot_performance_box"
4545   output-file-type: ".html"
4546   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4547   data: "plot-vpp-throughput-latency-3n-hsw"
4548   filter: "'NIC_Intel-X710' and
4549            '64B' and
4550            ('BASE' or 'SCALE') and
4551            'NDRPDR' and
4552            '1T1C' and
4553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4554            not 'VHOST' and
4555            'MEMIF'"
4556   parameters:
4557   - "throughput"
4558   - "parent"
4559   - "tags"
4560   sort:
4561   - "L2XCFWD"
4562   - "L2XCFWD"
4563   - "L2XCFWD"
4564   - "L2BDMACLRN"
4565   - "L2BDMACLRN"
4566   - "L2BDMACLRN"
4567   traces:
4568     hoverinfo: "x+y"
4569     boxpoints: "outliers"
4570     whiskerwidth: 0
4571   layout:
4572     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4573     layout: "plot-throughput"
4574
4575 -
4576   type: "plot"
4577   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4578   algorithm: "plot_performance_box"
4579   output-file-type: ".html"
4580   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4581   data: "plot-vpp-throughput-latency-3n-hsw"
4582   filter: "'NIC_Intel-X710' and
4583            '64B' and
4584            ('BASE' or 'SCALE') and
4585            'NDRPDR' and
4586            '2T2C' and
4587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4588            not 'VHOST' and
4589            'MEMIF'"
4590   parameters:
4591   - "throughput"
4592   - "parent"
4593   - "tags"
4594   sort:
4595   - "L2XCFWD"
4596   - "L2XCFWD"
4597   - "L2XCFWD"
4598   - "L2BDMACLRN"
4599   - "L2BDMACLRN"
4600   - "L2BDMACLRN"
4601   traces:
4602     hoverinfo: "x+y"
4603     boxpoints: "outliers"
4604     whiskerwidth: 0
4605   layout:
4606     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4607     layout: "plot-throughput"
4608
4609 -
4610   type: "plot"
4611   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4612   algorithm: "plot_performance_box"
4613   output-file-type: ".html"
4614   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4615   data: "plot-vpp-throughput-latency-3n-hsw"
4616   filter: "'NIC_Intel-X710' and
4617            '64B' and
4618            ('BASE' or 'SCALE') and
4619            'NDRPDR' and
4620            '2T2C' and
4621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4622            not 'VHOST' and
4623            'MEMIF'"
4624   parameters:
4625   - "throughput"
4626   - "parent"
4627   - "tags"
4628   sort:
4629   - "L2XCFWD"
4630   - "L2XCFWD"
4631   - "L2XCFWD"
4632   - "L2BDMACLRN"
4633   - "L2BDMACLRN"
4634   - "L2BDMACLRN"
4635   traces:
4636     hoverinfo: "x+y"
4637     boxpoints: "outliers"
4638     whiskerwidth: 0
4639   layout:
4640     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4641     layout: "plot-throughput"
4642
4643 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4644 -
4645   type: "plot"
4646   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4647   algorithm: "plot_performance_box"
4648   output-file-type: ".html"
4649   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4650   data: "plot-vpp-throughput-latency-3n-hsw"
4651   filter: "'NIC_Intel-XL710' and
4652            '64B' and
4653            ('BASE' or 'SCALE') and
4654            'NDRPDR' and
4655            '1T1C' and
4656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4657            not 'VHOST' and
4658            'MEMIF'"
4659   parameters:
4660   - "throughput"
4661   - "parent"
4662   - "tags"
4663   sort:
4664   - "L2XCFWD"
4665   - "L2XCFWD"
4666   - "L2XCFWD"
4667   - "L2BDMACLRN"
4668   - "L2BDMACLRN"
4669   - "L2BDMACLRN"
4670   traces:
4671     hoverinfo: "x+y"
4672     boxpoints: "outliers"
4673     whiskerwidth: 0
4674   layout:
4675     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4676     layout: "plot-throughput"
4677
4678 -
4679   type: "plot"
4680   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4681   algorithm: "plot_performance_box"
4682   output-file-type: ".html"
4683   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4684   data: "plot-vpp-throughput-latency-3n-hsw"
4685   filter: "'NIC_Intel-XL710' and
4686            '64B' and
4687            ('BASE' or 'SCALE') and
4688            'NDRPDR' and
4689            '1T1C' and
4690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4691            not 'VHOST' and
4692            'MEMIF'"
4693   parameters:
4694   - "throughput"
4695   - "parent"
4696   - "tags"
4697   sort:
4698   - "L2XCFWD"
4699   - "L2XCFWD"
4700   - "L2XCFWD"
4701   - "L2BDMACLRN"
4702   - "L2BDMACLRN"
4703   - "L2BDMACLRN"
4704   traces:
4705     hoverinfo: "x+y"
4706     boxpoints: "outliers"
4707     whiskerwidth: 0
4708   layout:
4709     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4710     layout: "plot-throughput"
4711
4712 -
4713   type: "plot"
4714   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4715   algorithm: "plot_performance_box"
4716   output-file-type: ".html"
4717   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4718   data: "plot-vpp-throughput-latency-3n-hsw"
4719   filter: "'NIC_Intel-XL710' and
4720            '64B' and
4721            ('BASE' or 'SCALE') and
4722            'NDRPDR' and
4723            '2T2C' and
4724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4725            not 'VHOST' and
4726            'MEMIF'"
4727   parameters:
4728   - "throughput"
4729   - "parent"
4730   - "tags"
4731   sort:
4732   - "L2XCFWD"
4733   - "L2XCFWD"
4734   - "L2XCFWD"
4735   - "L2BDMACLRN"
4736   - "L2BDMACLRN"
4737   - "L2BDMACLRN"
4738   traces:
4739     hoverinfo: "x+y"
4740     boxpoints: "outliers"
4741     whiskerwidth: 0
4742   layout:
4743     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4744     layout: "plot-throughput"
4745
4746 -
4747   type: "plot"
4748   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4749   algorithm: "plot_performance_box"
4750   output-file-type: ".html"
4751   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4752   data: "plot-vpp-throughput-latency-3n-hsw"
4753   filter: "'NIC_Intel-XL710' and
4754            '64B' and
4755            ('BASE' or 'SCALE') and
4756            'NDRPDR' and
4757            '2T2C' and
4758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4759            not 'VHOST' and
4760            'MEMIF'"
4761   parameters:
4762   - "throughput"
4763   - "parent"
4764   - "tags"
4765   sort:
4766   - "L2XCFWD"
4767   - "L2XCFWD"
4768   - "L2XCFWD"
4769   - "L2BDMACLRN"
4770   - "L2BDMACLRN"
4771   - "L2BDMACLRN"
4772   traces:
4773     hoverinfo: "x+y"
4774     boxpoints: "outliers"
4775     whiskerwidth: 0
4776   layout:
4777     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4778     layout: "plot-throughput"
4779
4780 # Packet Throughput - VPP Container Memif 3n-skx-x710
4781 -
4782   type: "plot"
4783   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4784   algorithm: "plot_performance_box"
4785   output-file-type: ".html"
4786   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4787   data: "plot-vpp-throughput-latency-3n-skx"
4788   filter: "'NIC_Intel-X710' and
4789            '64B' and
4790            ('BASE' or 'SCALE') and
4791            'NDRPDR' and
4792            '2T1C' and
4793            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4794            not 'VHOST' and
4795            'MEMIF'"
4796   parameters:
4797   - "throughput"
4798   - "parent"
4799   - "tags"
4800   sort:
4801   - "L2XCFWD"
4802   - "L2XCFWD"
4803   - "L2XCFWD"
4804   - "L2BDMACLRN"
4805   - "L2BDMACLRN"
4806   - "L2BDMACLRN"
4807   traces:
4808     hoverinfo: "x+y"
4809     boxpoints: "outliers"
4810     whiskerwidth: 0
4811   layout:
4812     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4813     layout: "plot-throughput"
4814
4815 -
4816   type: "plot"
4817   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4818   algorithm: "plot_performance_box"
4819   output-file-type: ".html"
4820   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4821   data: "plot-vpp-throughput-latency-3n-skx"
4822   filter: "'NIC_Intel-X710' and
4823            '64B' and
4824            ('BASE' or 'SCALE') and
4825            'NDRPDR' and
4826            '2T1C' and
4827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4828            not 'VHOST' and
4829            'MEMIF'"
4830   parameters:
4831   - "throughput"
4832   - "parent"
4833   - "tags"
4834   sort:
4835   - "L2XCFWD"
4836   - "L2XCFWD"
4837   - "L2XCFWD"
4838   - "L2BDMACLRN"
4839   - "L2BDMACLRN"
4840   - "L2BDMACLRN"
4841   traces:
4842     hoverinfo: "x+y"
4843     boxpoints: "outliers"
4844     whiskerwidth: 0
4845   layout:
4846     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4847     layout: "plot-throughput"
4848
4849 -
4850   type: "plot"
4851   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4852   algorithm: "plot_performance_box"
4853   output-file-type: ".html"
4854   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4855   data: "plot-vpp-throughput-latency-3n-skx"
4856   filter: "'NIC_Intel-X710' and
4857            '64B' and
4858            ('BASE' or 'SCALE') and
4859            'NDRPDR' and
4860            '4T2C' and
4861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4862            not 'VHOST' and
4863            'MEMIF'"
4864   parameters:
4865   - "throughput"
4866   - "parent"
4867   - "tags"
4868   sort:
4869   - "L2XCFWD"
4870   - "L2XCFWD"
4871   - "L2XCFWD"
4872   - "L2BDMACLRN"
4873   - "L2BDMACLRN"
4874   - "L2BDMACLRN"
4875   traces:
4876     hoverinfo: "x+y"
4877     boxpoints: "outliers"
4878     whiskerwidth: 0
4879   layout:
4880     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4881     layout: "plot-throughput"
4882
4883 -
4884   type: "plot"
4885   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4886   algorithm: "plot_performance_box"
4887   output-file-type: ".html"
4888   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4889   data: "plot-vpp-throughput-latency-3n-skx"
4890   filter: "'NIC_Intel-X710' and
4891            '64B' and
4892            ('BASE' or 'SCALE') and
4893            'NDRPDR' and
4894            '4T2C' and
4895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4896            not 'VHOST' and
4897            'MEMIF'"
4898   parameters:
4899   - "throughput"
4900   - "parent"
4901   - "tags"
4902   sort:
4903   - "L2XCFWD"
4904   - "L2XCFWD"
4905   - "L2XCFWD"
4906   - "L2BDMACLRN"
4907   - "L2BDMACLRN"
4908   - "L2BDMACLRN"
4909   traces:
4910     hoverinfo: "x+y"
4911     boxpoints: "outliers"
4912     whiskerwidth: 0
4913   layout:
4914     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4915     layout: "plot-throughput"
4916
4917 # Packet Throughput - VPP Container Memif 2n-skx-x710
4918 -
4919   type: "plot"
4920   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4921   algorithm: "plot_performance_box"
4922   output-file-type: ".html"
4923   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4924   data: "plot-vpp-throughput-latency-2n-skx"
4925   filter: "'NIC_Intel-X710' and
4926            '64B' and
4927            ('BASE' or 'SCALE') and
4928            'NDRPDR' and
4929            '2T1C' and
4930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4931            not 'VHOST' and
4932            'MEMIF'"
4933   parameters:
4934   - "throughput"
4935   - "parent"
4936   - "tags"
4937   sort:
4938   - "L2XCFWD"
4939   - "L2XCFWD"
4940   - "L2XCFWD"
4941   - "L2BDMACLRN"
4942   - "L2BDMACLRN"
4943   - "L2BDMACLRN"
4944   traces:
4945     hoverinfo: "x+y"
4946     boxpoints: "outliers"
4947     whiskerwidth: 0
4948   layout:
4949     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4950     layout: "plot-throughput"
4951
4952 -
4953   type: "plot"
4954   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4955   algorithm: "plot_performance_box"
4956   output-file-type: ".html"
4957   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4958   data: "plot-vpp-throughput-latency-2n-skx"
4959   filter: "'NIC_Intel-X710' and
4960            '64B' and
4961            ('BASE' or 'SCALE') and
4962            'NDRPDR' and
4963            '2T1C' and
4964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4965            not 'VHOST' and
4966            'MEMIF'"
4967   parameters:
4968   - "throughput"
4969   - "parent"
4970   - "tags"
4971   sort:
4972   - "L2XCFWD"
4973   - "L2XCFWD"
4974   - "L2XCFWD"
4975   - "L2BDMACLRN"
4976   - "L2BDMACLRN"
4977   - "L2BDMACLRN"
4978   traces:
4979     hoverinfo: "x+y"
4980     boxpoints: "outliers"
4981     whiskerwidth: 0
4982   layout:
4983     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4984     layout: "plot-throughput"
4985
4986 -
4987   type: "plot"
4988   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4989   algorithm: "plot_performance_box"
4990   output-file-type: ".html"
4991   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4992   data: "plot-vpp-throughput-latency-2n-skx"
4993   filter: "'NIC_Intel-X710' and
4994            '64B' and
4995            ('BASE' or 'SCALE') and
4996            'NDRPDR' and
4997            '4T2C' and
4998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4999            not 'VHOST' and
5000            'MEMIF'"
5001   parameters:
5002   - "throughput"
5003   - "parent"
5004   - "tags"
5005   sort:
5006   - "L2XCFWD"
5007   - "L2XCFWD"
5008   - "L2XCFWD"
5009   - "L2BDMACLRN"
5010   - "L2BDMACLRN"
5011   - "L2BDMACLRN"
5012   traces:
5013     hoverinfo: "x+y"
5014     boxpoints: "outliers"
5015     whiskerwidth: 0
5016   layout:
5017     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5018     layout: "plot-throughput"
5019
5020 -
5021   type: "plot"
5022   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5023   algorithm: "plot_performance_box"
5024   output-file-type: ".html"
5025   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5026   data: "plot-vpp-throughput-latency-2n-skx"
5027   filter: "'NIC_Intel-X710' and
5028            '64B' and
5029            ('BASE' or 'SCALE') and
5030            'NDRPDR' and
5031            '4T2C' and
5032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5033            not 'VHOST' and
5034            'MEMIF'"
5035   parameters:
5036   - "throughput"
5037   - "parent"
5038   - "tags"
5039   sort:
5040   - "L2XCFWD"
5041   - "L2XCFWD"
5042   - "L2XCFWD"
5043   - "L2BDMACLRN"
5044   - "L2BDMACLRN"
5045   - "L2BDMACLRN"
5046   traces:
5047     hoverinfo: "x+y"
5048     boxpoints: "outliers"
5049     whiskerwidth: 0
5050   layout:
5051     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5052     layout: "plot-throughput"
5053
5054 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5055 -
5056   type: "plot"
5057   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5058   algorithm: "plot_performance_box"
5059   output-file-type: ".html"
5060   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5061   data: "plot-vpp-throughput-latency-2n-skx"
5062   filter: "'NIC_Intel-XXV710' and
5063            '64B' and
5064            ('BASE' or 'SCALE') and
5065            'NDRPDR' and
5066            '2T1C' and
5067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5068            not 'VHOST' and
5069            'MEMIF'"
5070   parameters:
5071   - "throughput"
5072   - "parent"
5073   - "tags"
5074   sort:
5075   - "L2XCFWD"
5076   - "L2XCFWD"
5077   - "L2XCFWD"
5078   - "L2BDMACLRN"
5079   - "L2BDMACLRN"
5080   - "L2BDMACLRN"
5081   traces:
5082     hoverinfo: "x+y"
5083     boxpoints: "outliers"
5084     whiskerwidth: 0
5085   layout:
5086     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5087     layout: "plot-throughput"
5088
5089 -
5090   type: "plot"
5091   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5092   algorithm: "plot_performance_box"
5093   output-file-type: ".html"
5094   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5095   data: "plot-vpp-throughput-latency-2n-skx"
5096   filter: "'NIC_Intel-XXV710' and
5097            '64B' and
5098            ('BASE' or 'SCALE') and
5099            'NDRPDR' and
5100            '2T1C' and
5101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5102            not 'VHOST' and
5103            'MEMIF'"
5104   parameters:
5105   - "throughput"
5106   - "parent"
5107   - "tags"
5108   sort:
5109   - "L2XCFWD"
5110   - "L2XCFWD"
5111   - "L2XCFWD"
5112   - "L2BDMACLRN"
5113   - "L2BDMACLRN"
5114   - "L2BDMACLRN"
5115   traces:
5116     hoverinfo: "x+y"
5117     boxpoints: "outliers"
5118     whiskerwidth: 0
5119   layout:
5120     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5121     layout: "plot-throughput"
5122
5123 -
5124   type: "plot"
5125   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5126   algorithm: "plot_performance_box"
5127   output-file-type: ".html"
5128   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5129   data: "plot-vpp-throughput-latency-2n-skx"
5130   filter: "'NIC_Intel-XXV710' and
5131            '64B' and
5132            ('BASE' or 'SCALE') and
5133            'NDRPDR' and
5134            '4T2C' and
5135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5136            not 'VHOST' and
5137            'MEMIF'"
5138   parameters:
5139   - "throughput"
5140   - "parent"
5141   - "tags"
5142   sort:
5143   - "L2XCFWD"
5144   - "L2XCFWD"
5145   - "L2XCFWD"
5146   - "L2BDMACLRN"
5147   - "L2BDMACLRN"
5148   - "L2BDMACLRN"
5149   traces:
5150     hoverinfo: "x+y"
5151     boxpoints: "outliers"
5152     whiskerwidth: 0
5153   layout:
5154     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5155     layout: "plot-throughput"
5156
5157 -
5158   type: "plot"
5159   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5160   algorithm: "plot_performance_box"
5161   output-file-type: ".html"
5162   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5163   data: "plot-vpp-throughput-latency-2n-skx"
5164   filter: "'NIC_Intel-XXV710' and
5165            '64B' and
5166            ('BASE' or 'SCALE') and
5167            'NDRPDR' and
5168            '4T2C' and
5169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5170            not 'VHOST' and
5171            'MEMIF'"
5172   parameters:
5173   - "throughput"
5174   - "parent"
5175   - "tags"
5176   sort:
5177   - "L2XCFWD"
5178   - "L2XCFWD"
5179   - "L2XCFWD"
5180   - "L2BDMACLRN"
5181   - "L2BDMACLRN"
5182   - "L2BDMACLRN"
5183   traces:
5184     hoverinfo: "x+y"
5185     boxpoints: "outliers"
5186     whiskerwidth: 0
5187   layout:
5188     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5189     layout: "plot-throughput"
5190
5191 ################################################################################
5192
5193 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5194 -
5195   type: "plot"
5196   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5197   algorithm: "plot_performance_box"
5198   output-file-type: ".html"
5199   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5200   data: "plot-ligato-throughput-latency-3n-hsw"
5201   filter: "'NIC_Intel-X520-DA2' and
5202            '64B' and
5203            ('BASE' or 'SCALE') and
5204            'NDRPDR' and
5205            '1T1C' and
5206            'L2XCFWD' and
5207            not 'VHOST' and
5208            'MEMIF'"
5209   parameters:
5210   - "throughput"
5211   - "parent"
5212   - "tags"
5213   sort:
5214   - "1VNF"
5215   - "2VNF"
5216   - "4VNF"
5217   - "2VNF"
5218   - "4VNF"
5219   traces:
5220     hoverinfo: "x+y"
5221     boxpoints: "outliers"
5222     whiskerwidth: 0
5223   layout:
5224     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5225     layout: "plot-throughput"
5226
5227 -
5228   type: "plot"
5229   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5230   algorithm: "plot_performance_box"
5231   output-file-type: ".html"
5232   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5233   data: "plot-ligato-throughput-latency-3n-hsw"
5234   filter: "'NIC_Intel-X520-DA2' and
5235            '64B' and
5236            ('BASE' or 'SCALE') and
5237            'NDRPDR' and
5238            '1T1C' and
5239            'L2XCFWD' and
5240            not 'VHOST' and
5241            'MEMIF'"
5242   parameters:
5243   - "throughput"
5244   - "parent"
5245   - "tags"
5246   sort:
5247   - "1VNF"
5248   - "2VNF"
5249   - "4VNF"
5250   - "2VNF"
5251   - "4VNF"
5252   traces:
5253     hoverinfo: "x+y"
5254     boxpoints: "outliers"
5255     whiskerwidth: 0
5256   layout:
5257     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5258     layout: "plot-throughput"
5259
5260 -
5261   type: "plot"
5262   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5263   algorithm: "plot_performance_box"
5264   output-file-type: ".html"
5265   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5266   data: "plot-ligato-throughput-latency-3n-hsw"
5267   filter: "'NIC_Intel-X520-DA2' and
5268            '64B' and
5269            ('BASE' or 'SCALE') and
5270            'NDRPDR' and
5271            '2T2C' and
5272            'L2XCFWD' and
5273            not 'VHOST' and
5274            'MEMIF'"
5275   parameters:
5276   - "throughput"
5277   - "parent"
5278   - "tags"
5279   sort:
5280   - "1VNF"
5281   - "2VNF"
5282   - "4VNF"
5283   - "2VNF"
5284   - "4VNF"
5285   traces:
5286     hoverinfo: "x+y"
5287     boxpoints: "outliers"
5288     whiskerwidth: 0
5289   layout:
5290     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5291     layout: "plot-throughput"
5292
5293 -
5294   type: "plot"
5295   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5296   algorithm: "plot_performance_box"
5297   output-file-type: ".html"
5298   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5299   data: "plot-ligato-throughput-latency-3n-hsw"
5300   filter: "'NIC_Intel-X520-DA2' and
5301            '64B' and
5302            ('BASE' or 'SCALE') and
5303            'NDRPDR' and
5304            '2T2C' and
5305            'L2XCFWD' and
5306            not 'VHOST' and
5307            'MEMIF'"
5308   parameters:
5309   - "throughput"
5310   - "parent"
5311   - "tags"
5312   sort:
5313   - "1VNF"
5314   - "2VNF"
5315   - "4VNF"
5316   - "2VNF"
5317   - "4VNF"
5318   traces:
5319     hoverinfo: "x+y"
5320     boxpoints: "outliers"
5321     whiskerwidth: 0
5322   layout:
5323     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5324     layout: "plot-throughput"
5325
5326 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5327 -
5328   type: "plot"
5329   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5330   algorithm: "plot_performance_box"
5331   output-file-type: ".html"
5332   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5333   data: "plot-ligato-throughput-latency-3n-hsw"
5334   filter: "'NIC_Intel-X520-DA2' and
5335            '64B' and
5336            ('BASE' or 'SCALE') and
5337            'NDRPDR' and
5338            '1T1C' and
5339            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5340            not 'VHOST' and
5341            'MEMIF'"
5342   parameters:
5343   - "throughput"
5344   - "parent"
5345   - "tags"
5346   sort:
5347   - "1VNF"
5348   - "2VNF"
5349   - "4VNF"
5350   - "2VNF"
5351   - "4VNF"
5352   traces:
5353     hoverinfo: "x+y"
5354     boxpoints: "outliers"
5355     whiskerwidth: 0
5356   layout:
5357     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5358     layout: "plot-throughput"
5359
5360 -
5361   type: "plot"
5362   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5363   algorithm: "plot_performance_box"
5364   output-file-type: ".html"
5365   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5366   data: "plot-ligato-throughput-latency-3n-hsw"
5367   filter: "'NIC_Intel-X520-DA2' and
5368            '64B' and
5369            ('BASE' or 'SCALE') and
5370            'NDRPDR' and
5371            '1T1C' and
5372            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5373            not 'VHOST' and
5374            'MEMIF'"
5375   parameters:
5376   - "throughput"
5377   - "parent"
5378   - "tags"
5379   sort:
5380   - "1VNF"
5381   - "2VNF"
5382   - "4VNF"
5383   - "2VNF"
5384   - "4VNF"
5385   traces:
5386     hoverinfo: "x+y"
5387     boxpoints: "outliers"
5388     whiskerwidth: 0
5389   layout:
5390     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5391     layout: "plot-throughput"
5392
5393 -
5394   type: "plot"
5395   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5396   algorithm: "plot_performance_box"
5397   output-file-type: ".html"
5398   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5399   data: "plot-ligato-throughput-latency-3n-hsw"
5400   filter: "'NIC_Intel-X520-DA2' and
5401            '64B' and
5402            ('BASE' or 'SCALE') and
5403            'NDRPDR' and
5404            '2T2C' and
5405            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5406            not 'VHOST' and
5407            'MEMIF'"
5408   parameters:
5409   - "throughput"
5410   - "parent"
5411   - "tags"
5412   sort:
5413   - "1VNF"
5414   - "2VNF"
5415   - "4VNF"
5416   - "2VNF"
5417   - "4VNF"
5418   traces:
5419     hoverinfo: "x+y"
5420     boxpoints: "outliers"
5421     whiskerwidth: 0
5422   layout:
5423     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5424     layout: "plot-throughput"
5425
5426 -
5427   type: "plot"
5428   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5429   algorithm: "plot_performance_box"
5430   output-file-type: ".html"
5431   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5432   data: "plot-ligato-throughput-latency-3n-hsw"
5433   filter: "'NIC_Intel-X520-DA2' and
5434            '64B' and
5435            ('BASE' or 'SCALE') and
5436            'NDRPDR' and
5437            '2T2C' and
5438            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5439            not 'VHOST' and
5440            'MEMIF'"
5441   parameters:
5442   - "throughput"
5443   - "parent"
5444   - "tags"
5445   sort:
5446   - "1VNF"
5447   - "2VNF"
5448   - "4VNF"
5449   - "2VNF"
5450   - "4VNF"
5451   traces:
5452     hoverinfo: "x+y"
5453     boxpoints: "outliers"
5454     whiskerwidth: 0
5455   layout:
5456     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5457     layout: "plot-throughput"
5458
5459 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5460 -
5461   type: "plot"
5462   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5463   algorithm: "plot_performance_box"
5464   output-file-type: ".html"
5465   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5466   data: "plot-ligato-throughput-latency-3n-hsw"
5467   filter: "'NIC_Intel-X710' and
5468            '64B' and
5469            ('BASE' or 'SCALE') and
5470            'NDRPDR' and
5471            '1T1C' and
5472            'L2XCFWD' and
5473            not 'VHOST' and
5474            'MEMIF'"
5475   parameters:
5476   - "throughput"
5477   - "parent"
5478   - "tags"
5479   sort:
5480   - "1VNF"
5481   - "2VNF"
5482   - "4VNF"
5483   - "2VNF"
5484   - "4VNF"
5485   traces:
5486     hoverinfo: "x+y"
5487     boxpoints: "outliers"
5488     whiskerwidth: 0
5489   layout:
5490     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5491     layout: "plot-throughput"
5492
5493 -
5494   type: "plot"
5495   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5496   algorithm: "plot_performance_box"
5497   output-file-type: ".html"
5498   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5499   data: "plot-ligato-throughput-latency-3n-hsw"
5500   filter: "'NIC_Intel-X710' and
5501            '64B' and
5502            ('BASE' or 'SCALE') and
5503            'NDRPDR' and
5504            '1T1C' and
5505            'L2XCFWD' and
5506            not 'VHOST' and
5507            'MEMIF'"
5508   parameters:
5509   - "throughput"
5510   - "parent"
5511   - "tags"
5512   sort:
5513   - "1VNF"
5514   - "2VNF"
5515   - "4VNF"
5516   - "2VNF"
5517   - "4VNF"
5518   traces:
5519     hoverinfo: "x+y"
5520     boxpoints: "outliers"
5521     whiskerwidth: 0
5522   layout:
5523     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5524     layout: "plot-throughput"
5525
5526 -
5527   type: "plot"
5528   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5529   algorithm: "plot_performance_box"
5530   output-file-type: ".html"
5531   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5532   data: "plot-ligato-throughput-latency-3n-hsw"
5533   filter: "'NIC_Intel-X710' and
5534            '64B' and
5535            ('BASE' or 'SCALE') and
5536            'NDRPDR' and
5537            '2T2C' and
5538            'L2XCFWD' and
5539            not 'VHOST' and
5540            'MEMIF'"
5541   parameters:
5542   - "throughput"
5543   - "parent"
5544   - "tags"
5545   sort:
5546   - "1VNF"
5547   - "2VNF"
5548   - "4VNF"
5549   - "2VNF"
5550   - "4VNF"
5551   traces:
5552     hoverinfo: "x+y"
5553     boxpoints: "outliers"
5554     whiskerwidth: 0
5555   layout:
5556     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5557     layout: "plot-throughput"
5558
5559 -
5560   type: "plot"
5561   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5562   algorithm: "plot_performance_box"
5563   output-file-type: ".html"
5564   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5565   data: "plot-ligato-throughput-latency-3n-hsw"
5566   filter: "'NIC_Intel-X710' and
5567            '64B' and
5568            ('BASE' or 'SCALE') and
5569            'NDRPDR' and
5570            '2T2C' and
5571            'L2XCFWD' and
5572            not 'VHOST' and
5573            'MEMIF'"
5574   parameters:
5575   - "throughput"
5576   - "parent"
5577   - "tags"
5578   sort:
5579   - "1VNF"
5580   - "2VNF"
5581   - "4VNF"
5582   - "2VNF"
5583   - "4VNF"
5584   traces:
5585     hoverinfo: "x+y"
5586     boxpoints: "outliers"
5587     whiskerwidth: 0
5588   layout:
5589     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5590     layout: "plot-throughput"
5591
5592 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5593 -
5594   type: "plot"
5595   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5596   algorithm: "plot_performance_box"
5597   output-file-type: ".html"
5598   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5599   data: "plot-ligato-throughput-latency-3n-hsw"
5600   filter: "'NIC_Intel-X710' and
5601            '64B' and
5602            ('BASE' or 'SCALE') and
5603            'NDRPDR' and
5604            '1T1C' and
5605            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5606            not 'VHOST' and
5607            'MEMIF'"
5608   parameters:
5609   - "throughput"
5610   - "parent"
5611   - "tags"
5612   sort:
5613   - "1VNF"
5614   - "2VNF"
5615   - "4VNF"
5616   - "2VNF"
5617   - "4VNF"
5618   traces:
5619     hoverinfo: "x+y"
5620     boxpoints: "outliers"
5621     whiskerwidth: 0
5622   layout:
5623     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5624     layout: "plot-throughput"
5625
5626 -
5627   type: "plot"
5628   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5629   algorithm: "plot_performance_box"
5630   output-file-type: ".html"
5631   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5632   data: "plot-ligato-throughput-latency-3n-hsw"
5633   filter: "'NIC_Intel-X710' and
5634            '64B' and
5635            ('BASE' or 'SCALE') and
5636            'NDRPDR' and
5637            '1T1C' and
5638            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5639            not 'VHOST' and
5640            'MEMIF'"
5641   parameters:
5642   - "throughput"
5643   - "parent"
5644   - "tags"
5645   sort:
5646   - "1VNF"
5647   - "2VNF"
5648   - "4VNF"
5649   - "2VNF"
5650   - "4VNF"
5651   traces:
5652     hoverinfo: "x+y"
5653     boxpoints: "outliers"
5654     whiskerwidth: 0
5655   layout:
5656     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5657     layout: "plot-throughput"
5658
5659 -
5660   type: "plot"
5661   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5662   algorithm: "plot_performance_box"
5663   output-file-type: ".html"
5664   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5665   data: "plot-ligato-throughput-latency-3n-hsw"
5666   filter: "'NIC_Intel-X710' and
5667            '64B' and
5668            ('BASE' or 'SCALE') and
5669            'NDRPDR' and
5670            '2T2C' and
5671            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5672            not 'VHOST' and
5673            'MEMIF'"
5674   parameters:
5675   - "throughput"
5676   - "parent"
5677   - "tags"
5678   sort:
5679   - "1VNF"
5680   - "2VNF"
5681   - "4VNF"
5682   - "2VNF"
5683   - "4VNF"
5684   traces:
5685     hoverinfo: "x+y"
5686     boxpoints: "outliers"
5687     whiskerwidth: 0
5688   layout:
5689     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5690     layout: "plot-throughput"
5691
5692 -
5693   type: "plot"
5694   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5695   algorithm: "plot_performance_box"
5696   output-file-type: ".html"
5697   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5698   data: "plot-ligato-throughput-latency-3n-hsw"
5699   filter: "'NIC_Intel-X710' and
5700            '64B' and
5701            ('BASE' or 'SCALE') and
5702            'NDRPDR' and
5703            '2T2C' and
5704            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5705            not 'VHOST' and
5706            'MEMIF'"
5707   parameters:
5708   - "throughput"
5709   - "parent"
5710   - "tags"
5711   sort:
5712   - "1VNF"
5713   - "2VNF"
5714   - "4VNF"
5715   - "2VNF"
5716   - "4VNF"
5717   traces:
5718     hoverinfo: "x+y"
5719     boxpoints: "outliers"
5720     whiskerwidth: 0
5721   layout:
5722     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5723     layout: "plot-throughput"
5724
5725 ################################################################################
5726
5727 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5728 -
5729   type: "plot"
5730   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5731   algorithm: "plot_performance_box"
5732   output-file-type: ".html"
5733   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5734   data: "plot-vpp-throughput-latency-3n-hsw"
5735   filter: "'NIC_Intel-X520-DA2' and
5736            '64B' and
5737            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5738            'NDRPDR' and
5739            '1T1C' and
5740            'IP4FWD' and
5741            not 'IPSEC' and
5742            not 'VHOST'"
5743   parameters:
5744   - "throughput"
5745   - "parent"
5746   - "tags"
5747   sort:
5748   - "IP4BASE"
5749   - "FIB_20K"
5750   - "FIB_200K"
5751   - "FIB_2M"
5752   traces:
5753     hoverinfo: "x+y"
5754     boxpoints: "outliers"
5755     whiskerwidth: 0
5756   layout:
5757     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5758     layout: "plot-throughput"
5759
5760 -
5761   type: "plot"
5762   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5763   algorithm: "plot_performance_box"
5764   output-file-type: ".html"
5765   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5766   data: "plot-vpp-throughput-latency-3n-hsw"
5767   filter: "'NIC_Intel-X520-DA2' and
5768            '64B' and
5769            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5770            'NDRPDR' and
5771            '1T1C' and
5772            'IP4FWD' and
5773            not 'IPSEC' and
5774            not 'VHOST'"
5775   parameters:
5776   - "throughput"
5777   - "parent"
5778   - "tags"
5779   sort:
5780   - "IP4BASE"
5781   - "FIB_20K"
5782   - "FIB_200K"
5783   - "FIB_2M"
5784   traces:
5785     hoverinfo: "x+y"
5786     boxpoints: "outliers"
5787     whiskerwidth: 0
5788   layout:
5789     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5790     layout: "plot-throughput"
5791
5792 -
5793   type: "plot"
5794   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5795   algorithm: "plot_performance_box"
5796   output-file-type: ".html"
5797   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5798   data: "plot-vpp-throughput-latency-3n-hsw"
5799   filter: "'NIC_Intel-X520-DA2' and
5800            '64B' and
5801            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5802            'NDRPDR' and
5803            '2T2C' and
5804            'IP4FWD' and
5805            not 'IPSEC' and
5806            not 'VHOST'"
5807   parameters:
5808   - "throughput"
5809   - "parent"
5810   - "tags"
5811   sort:
5812   - "IP4BASE"
5813   - "FIB_20K"
5814   - "FIB_200K"
5815   - "FIB_2M"
5816   traces:
5817     hoverinfo: "x+y"
5818     boxpoints: "outliers"
5819     whiskerwidth: 0
5820   layout:
5821     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5822     layout: "plot-throughput"
5823
5824 -
5825   type: "plot"
5826   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5827   algorithm: "plot_performance_box"
5828   output-file-type: ".html"
5829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5830   data: "plot-vpp-throughput-latency-3n-hsw"
5831   filter: "'NIC_Intel-X520-DA2' and
5832            '64B' and
5833            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5834            'NDRPDR' and
5835            '2T2C' and
5836            'IP4FWD' and
5837            not 'IPSEC' and
5838            not 'VHOST'"
5839   parameters:
5840   - "throughput"
5841   - "parent"
5842   - "tags"
5843   sort:
5844   - "IP4BASE"
5845   - "FIB_20K"
5846   - "FIB_200K"
5847   - "FIB_2M"
5848   traces:
5849     hoverinfo: "x+y"
5850     boxpoints: "outliers"
5851     whiskerwidth: 0
5852   layout:
5853     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5854     layout: "plot-throughput"
5855
5856 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
5857 -
5858   type: "plot"
5859   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5860   algorithm: "plot_performance_box"
5861   output-file-type: ".html"
5862   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5863   data: "plot-vpp-throughput-latency-3n-hsw"
5864   filter: "'NIC_Intel-X520-DA2' and
5865            '64B' and
5866            ('IP4BASE' or
5867             'POLICE_MARK' or
5868             'COPWHLIST' or
5869             ('NAT44' and 'BASE') or
5870             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5871            'NDRPDR' and
5872            '1T1C' and
5873            'IP4FWD' and
5874            not 'IPSEC' and
5875            not 'VHOST'"
5876   parameters:
5877   - "throughput"
5878   - "parent"
5879   - "tags"
5880   sort:
5881   - "IP4BASE"
5882   - "NAT44"
5883   - "POLICE_MARK"
5884   - "COPWHLIST"
5885   - "IACL"
5886   - "OACL"
5887   traces:
5888     hoverinfo: "x+y"
5889     boxpoints: "outliers"
5890     whiskerwidth: 0
5891   layout:
5892     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5893     layout: "plot-throughput"
5894
5895 -
5896   type: "plot"
5897   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5898   algorithm: "plot_performance_box"
5899   output-file-type: ".html"
5900   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5901   data: "plot-vpp-throughput-latency-3n-hsw"
5902   filter: "'NIC_Intel-X520-DA2' and
5903            '64B' and
5904            ('IP4BASE' or
5905             'POLICE_MARK' or
5906             'COPWHLIST' or
5907             ('NAT44' and 'BASE') or
5908             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5909            'NDRPDR' and
5910            '1T1C' and
5911            'IP4FWD' and
5912            not 'IPSEC' and
5913            not 'VHOST'"
5914   parameters:
5915   - "throughput"
5916   - "parent"
5917   - "tags"
5918   sort:
5919   - "IP4BASE"
5920   - "NAT44"
5921   - "POLICE_MARK"
5922   - "COPWHLIST"
5923   - "IACL"
5924   - "OACL"
5925   traces:
5926     hoverinfo: "x+y"
5927     boxpoints: "outliers"
5928     whiskerwidth: 0
5929   layout:
5930     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5931     layout: "plot-throughput"
5932
5933 -
5934   type: "plot"
5935   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5936   algorithm: "plot_performance_box"
5937   output-file-type: ".html"
5938   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5939   data: "plot-vpp-throughput-latency-3n-hsw"
5940   filter: "'NIC_Intel-X520-DA2' and
5941            '64B' and
5942            ('IP4BASE' or
5943             'POLICE_MARK' or
5944             'COPWHLIST' or
5945             ('NAT44' and 'BASE') or
5946             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5947            'NDRPDR' and
5948            '2T2C' and
5949            'IP4FWD' and
5950            not 'IPSEC' and
5951            not 'VHOST'"
5952   parameters:
5953   - "throughput"
5954   - "parent"
5955   - "tags"
5956   sort:
5957   - "IP4BASE"
5958   - "NAT44"
5959   - "POLICE_MARK"
5960   - "COPWHLIST"
5961   - "IACL"
5962   - "OACL"
5963   traces:
5964     hoverinfo: "x+y"
5965     boxpoints: "outliers"
5966     whiskerwidth: 0
5967   layout:
5968     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5969     layout: "plot-throughput"
5970
5971 -
5972   type: "plot"
5973   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5974   algorithm: "plot_performance_box"
5975   output-file-type: ".html"
5976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5977   data: "plot-vpp-throughput-latency-3n-hsw"
5978   filter: "'NIC_Intel-X520-DA2' and
5979            '64B' and
5980            ('IP4BASE' or
5981             'POLICE_MARK' or
5982             'COPWHLIST' or
5983             ('NAT44' and 'BASE') or
5984             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5985            'NDRPDR' and
5986            '2T2C' and
5987            'IP4FWD' and
5988            not 'IPSEC' and
5989            not 'VHOST'"
5990   parameters:
5991   - "throughput"
5992   - "parent"
5993   - "tags"
5994   sort:
5995   - "IP4BASE"
5996   - "NAT44"
5997   - "POLICE_MARK"
5998   - "COPWHLIST"
5999   - "IACL"
6000   - "OACL"
6001   traces:
6002     hoverinfo: "x+y"
6003     boxpoints: "outliers"
6004     whiskerwidth: 0
6005   layout:
6006     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6007     layout: "plot-throughput"
6008
6009 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6010 -
6011   type: "plot"
6012   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6013   algorithm: "plot_performance_box"
6014   output-file-type: ".html"
6015   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6016   data: "plot-vpp-throughput-latency-3n-hsw"
6017   filter: "'NIC_Intel-X520-DA2' and
6018            '64B' and
6019            'NDRPDR' and
6020            '1T1C' and
6021            'IP4FWD' and
6022            'NAT44' and
6023            not 'IPSEC' and
6024            not 'VHOST'"
6025   parameters:
6026   - "throughput"
6027   - "parent"
6028   - "tags"
6029   sort:
6030   - "BASE"
6031   - "BASE"
6032   - "SRC_USER_10"
6033   - "SRC_USER_100"
6034   - "SRC_USER_1000"
6035   - "SRC_USER_2000"
6036   traces:
6037     hoverinfo: "x+y"
6038     boxpoints: "outliers"
6039     whiskerwidth: 0
6040   layout:
6041     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6042     layout: "plot-throughput"
6043
6044 -
6045   type: "plot"
6046   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6047   algorithm: "plot_performance_box"
6048   output-file-type: ".html"
6049   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6050   data: "plot-vpp-throughput-latency-3n-hsw"
6051   filter: "'NIC_Intel-X520-DA2' and
6052            '64B' and
6053            'NDRPDR' and
6054            '1T1C' and
6055            'IP4FWD' and
6056            'NAT44' and
6057            not 'IPSEC' and
6058            not 'VHOST'"
6059   parameters:
6060   - "throughput"
6061   - "parent"
6062   - "tags"
6063   sort:
6064   - "BASE"
6065   - "BASE"
6066   - "SRC_USER_10"
6067   - "SRC_USER_100"
6068   - "SRC_USER_1000"
6069   - "SRC_USER_2000"
6070   traces:
6071     hoverinfo: "x+y"
6072     boxpoints: "outliers"
6073     whiskerwidth: 0
6074   layout:
6075     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6076     layout: "plot-throughput"
6077
6078 -
6079   type: "plot"
6080   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6081   algorithm: "plot_performance_box"
6082   output-file-type: ".html"
6083   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6084   data: "plot-vpp-throughput-latency-3n-hsw"
6085   filter: "'NIC_Intel-X520-DA2' and
6086            '64B' and
6087            'NDRPDR' and
6088            '2T2C' and
6089            'IP4FWD' and
6090            'NAT44' and
6091            not 'IPSEC' and
6092            not 'VHOST'"
6093   parameters:
6094   - "throughput"
6095   - "parent"
6096   - "tags"
6097   sort:
6098   - "BASE"
6099   - "BASE"
6100   - "SRC_USER_10"
6101   - "SRC_USER_100"
6102   - "SRC_USER_1000"
6103   - "SRC_USER_2000"
6104   traces:
6105     hoverinfo: "x+y"
6106     boxpoints: "outliers"
6107     whiskerwidth: 0
6108   layout:
6109     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6110     layout: "plot-throughput"
6111
6112 -
6113   type: "plot"
6114   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6115   algorithm: "plot_performance_box"
6116   output-file-type: ".html"
6117   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6118   data: "plot-vpp-throughput-latency-3n-hsw"
6119   filter: "'NIC_Intel-X520-DA2' and
6120            '64B' and
6121            'NDRPDR' and
6122            '2T2C' and
6123            'IP4FWD' and
6124            'NAT44' and
6125            not 'IPSEC' and
6126            not 'VHOST'"
6127   parameters:
6128   - "throughput"
6129   - "parent"
6130   - "tags"
6131   sort:
6132   - "BASE"
6133   - "BASE"
6134   - "SRC_USER_10"
6135   - "SRC_USER_100"
6136   - "SRC_USER_1000"
6137   - "SRC_USER_2000"
6138   traces:
6139     hoverinfo: "x+y"
6140     boxpoints: "outliers"
6141     whiskerwidth: 0
6142   layout:
6143     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6144     layout: "plot-throughput"
6145
6146 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6147 -
6148   type: "plot"
6149   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6150   algorithm: "plot_performance_box"
6151   output-file-type: ".html"
6152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6153   data: "plot-vpp-throughput-latency-3n-hsw"
6154   filter: "'NIC_Intel-X520-DA2' and
6155            '64B' and
6156            'NDRPDR' and
6157            '1T1C' and
6158            'IP4FWD' and
6159            'IACL' and
6160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6161            not 'IPSEC' and
6162            not 'VHOST'"
6163   parameters:
6164   - "throughput"
6165   - "parent"
6166   - "tags"
6167   sort:
6168   - "ACL_STATELESS"
6169   - "ACL_STATEFUL"
6170   - "ACL_STATELESS"
6171   - "ACL_STATEFUL"
6172   traces:
6173     hoverinfo: "x+y"
6174     boxpoints: "outliers"
6175     whiskerwidth: 0
6176   layout:
6177     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6178     layout: "plot-throughput"
6179
6180 -
6181   type: "plot"
6182   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6183   algorithm: "plot_performance_box"
6184   output-file-type: ".html"
6185   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6186   data: "plot-vpp-throughput-latency-3n-hsw"
6187   filter: "'NIC_Intel-X520-DA2' and
6188            '64B' and
6189            'NDRPDR' and
6190            '1T1C' and
6191            'IP4FWD' and
6192            'IACL' and
6193            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6194            not 'IPSEC' and
6195            not 'VHOST'"
6196   parameters:
6197   - "throughput"
6198   - "parent"
6199   - "tags"
6200   sort:
6201   - "ACL_STATELESS"
6202   - "ACL_STATEFUL"
6203   - "ACL_STATELESS"
6204   - "ACL_STATEFUL"
6205   traces:
6206     hoverinfo: "x+y"
6207     boxpoints: "outliers"
6208     whiskerwidth: 0
6209   layout:
6210     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6211     layout: "plot-throughput"
6212
6213 -
6214   type: "plot"
6215   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6216   algorithm: "plot_performance_box"
6217   output-file-type: ".html"
6218   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6219   data: "plot-vpp-throughput-latency-3n-hsw"
6220   filter: "'NIC_Intel-X520-DA2' and
6221            '64B' and
6222            'NDRPDR' and
6223            '2T2C' and
6224            'IP4FWD' and
6225            'IACL' and
6226            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6227            not 'IPSEC' and
6228            not 'VHOST'"
6229   parameters:
6230   - "throughput"
6231   - "parent"
6232   - "tags"
6233   sort:
6234   - "ACL_STATELESS"
6235   - "ACL_STATEFUL"
6236   - "ACL_STATELESS"
6237   - "ACL_STATEFUL"
6238   traces:
6239     hoverinfo: "x+y"
6240     boxpoints: "outliers"
6241     whiskerwidth: 0
6242   layout:
6243     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6244     layout: "plot-throughput"
6245
6246 -
6247   type: "plot"
6248   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6249   algorithm: "plot_performance_box"
6250   output-file-type: ".html"
6251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6252   data: "plot-vpp-throughput-latency-3n-hsw"
6253   filter: "'NIC_Intel-X520-DA2' and
6254            '64B' and
6255            'NDRPDR' and
6256            '2T2C' and
6257            'IP4FWD' and
6258            'IACL' and
6259            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6260            not 'IPSEC' and
6261            not 'VHOST'"
6262   parameters:
6263   - "throughput"
6264   - "parent"
6265   - "tags"
6266   sort:
6267   - "ACL_STATELESS"
6268   - "ACL_STATEFUL"
6269   - "ACL_STATELESS"
6270   - "ACL_STATEFUL"
6271   traces:
6272     hoverinfo: "x+y"
6273     boxpoints: "outliers"
6274     whiskerwidth: 0
6275   layout:
6276     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6277     layout: "plot-throughput"
6278
6279 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6280 -
6281   type: "plot"
6282   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6283   algorithm: "plot_performance_box"
6284   output-file-type: ".html"
6285   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6286   data: "plot-vpp-throughput-latency-3n-hsw"
6287   filter: "'NIC_Intel-X520-DA2' and
6288            '64B' and
6289            'NDRPDR' and
6290            '1T1C' and
6291            'IP4FWD' and
6292            'OACL' and
6293            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6294            not 'IPSEC' and
6295            not 'VHOST'"
6296   parameters:
6297   - "throughput"
6298   - "parent"
6299   - "tags"
6300   sort:
6301   - "ACL_STATELESS"
6302   - "ACL_STATEFUL"
6303   - "ACL_STATELESS"
6304   - "ACL_STATEFUL"
6305   traces:
6306     hoverinfo: "x+y"
6307     boxpoints: "outliers"
6308     whiskerwidth: 0
6309   layout:
6310     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6311     layout: "plot-throughput"
6312
6313 -
6314   type: "plot"
6315   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6316   algorithm: "plot_performance_box"
6317   output-file-type: ".html"
6318   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6319   data: "plot-vpp-throughput-latency-3n-hsw"
6320   filter: "'NIC_Intel-X520-DA2' and
6321            '64B' and
6322            'NDRPDR' and
6323            '1T1C' and
6324            'IP4FWD' and
6325            'OACL' and
6326            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6327            not 'IPSEC' and
6328            not 'VHOST'"
6329   parameters:
6330   - "throughput"
6331   - "parent"
6332   - "tags"
6333   sort:
6334   - "ACL_STATELESS"
6335   - "ACL_STATEFUL"
6336   - "ACL_STATELESS"
6337   - "ACL_STATEFUL"
6338   traces:
6339     hoverinfo: "x+y"
6340     boxpoints: "outliers"
6341     whiskerwidth: 0
6342   layout:
6343     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6344     layout: "plot-throughput"
6345
6346 -
6347   type: "plot"
6348   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6349   algorithm: "plot_performance_box"
6350   output-file-type: ".html"
6351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6352   data: "plot-vpp-throughput-latency-3n-hsw"
6353   filter: "'NIC_Intel-X520-DA2' and
6354            '64B' and
6355            'NDRPDR' and
6356            '2T2C' and
6357            'IP4FWD' and
6358            'OACL' and
6359            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6360            not 'IPSEC' and
6361            not 'VHOST'"
6362   parameters:
6363   - "throughput"
6364   - "parent"
6365   - "tags"
6366   sort:
6367   - "ACL_STATELESS"
6368   - "ACL_STATEFUL"
6369   - "ACL_STATELESS"
6370   - "ACL_STATEFUL"
6371   traces:
6372     hoverinfo: "x+y"
6373     boxpoints: "outliers"
6374     whiskerwidth: 0
6375   layout:
6376     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6377     layout: "plot-throughput"
6378
6379 -
6380   type: "plot"
6381   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6382   algorithm: "plot_performance_box"
6383   output-file-type: ".html"
6384   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6385   data: "plot-vpp-throughput-latency-3n-hsw"
6386   filter: "'NIC_Intel-X520-DA2' and
6387            '64B' and
6388            'NDRPDR' and
6389            '2T2C' and
6390            'IP4FWD' and
6391            'OACL' and
6392            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6393            not 'IPSEC' and
6394            not 'VHOST'"
6395   parameters:
6396   - "throughput"
6397   - "parent"
6398   - "tags"
6399   sort:
6400   - "ACL_STATELESS"
6401   - "ACL_STATEFUL"
6402   - "ACL_STATELESS"
6403   - "ACL_STATEFUL"
6404   traces:
6405     hoverinfo: "x+y"
6406     boxpoints: "outliers"
6407     whiskerwidth: 0
6408   layout:
6409     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6410     layout: "plot-throughput"
6411
6412 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6413 -
6414   type: "plot"
6415   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6416   algorithm: "plot_performance_box"
6417   output-file-type: ".html"
6418   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6419   data: "plot-vpp-throughput-latency-3n-hsw"
6420   filter: "'NIC_Intel-X710' and
6421            '64B' and
6422            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6423            'NDRPDR' and
6424            '1T1C' and
6425            'IP4FWD' and
6426            not 'IPSEC' and
6427            not 'VHOST'"
6428   parameters:
6429   - "throughput"
6430   - "parent"
6431   - "tags"
6432   sort:
6433   - "IP4BASE"
6434   - "FIB_20K"
6435   - "FIB_200K"
6436   - "FIB_2M"
6437   traces:
6438     hoverinfo: "x+y"
6439     boxpoints: "outliers"
6440     whiskerwidth: 0
6441   layout:
6442     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6443     layout: "plot-throughput"
6444
6445 -
6446   type: "plot"
6447   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6448   algorithm: "plot_performance_box"
6449   output-file-type: ".html"
6450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6451   data: "plot-vpp-throughput-latency-3n-hsw"
6452   filter: "'NIC_Intel-X710' and
6453            '64B' and
6454            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6455            'NDRPDR' and
6456            '1T1C' and
6457            'IP4FWD' and
6458            not 'IPSEC' and
6459            not 'VHOST'"
6460   parameters:
6461   - "throughput"
6462   - "parent"
6463   - "tags"
6464   sort:
6465   - "IP4BASE"
6466   - "FIB_20K"
6467   - "FIB_200K"
6468   - "FIB_2M"
6469   traces:
6470     hoverinfo: "x+y"
6471     boxpoints: "outliers"
6472     whiskerwidth: 0
6473   layout:
6474     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6475     layout: "plot-throughput"
6476
6477 -
6478   type: "plot"
6479   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6480   algorithm: "plot_performance_box"
6481   output-file-type: ".html"
6482   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6483   data: "plot-vpp-throughput-latency-3n-hsw"
6484   filter: "'NIC_Intel-X710' and
6485            '64B' and
6486            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6487            'NDRPDR' and
6488            '2T2C' and
6489            'IP4FWD' and
6490            not 'IPSEC' and
6491            not 'VHOST'"
6492   parameters:
6493   - "throughput"
6494   - "parent"
6495   - "tags"
6496   sort:
6497   - "IP4BASE"
6498   - "FIB_20K"
6499   - "FIB_200K"
6500   - "FIB_2M"
6501   traces:
6502     hoverinfo: "x+y"
6503     boxpoints: "outliers"
6504     whiskerwidth: 0
6505   layout:
6506     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6507     layout: "plot-throughput"
6508
6509 -
6510   type: "plot"
6511   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6512   algorithm: "plot_performance_box"
6513   output-file-type: ".html"
6514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6515   data: "plot-vpp-throughput-latency-3n-hsw"
6516   filter: "'NIC_Intel-X710' and
6517            '64B' and
6518            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6519            'NDRPDR' and
6520            '2T2C' and
6521            'IP4FWD' and
6522            not 'IPSEC' and
6523            not 'VHOST'"
6524   parameters:
6525   - "throughput"
6526   - "parent"
6527   - "tags"
6528   sort:
6529   - "IP4BASE"
6530   - "FIB_20K"
6531   - "FIB_200K"
6532   - "FIB_2M"
6533   traces:
6534     hoverinfo: "x+y"
6535     boxpoints: "outliers"
6536     whiskerwidth: 0
6537   layout:
6538     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6539     layout: "plot-throughput"
6540
6541 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6542 -
6543   type: "plot"
6544   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6545   algorithm: "plot_performance_box"
6546   output-file-type: ".html"
6547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6548   data: "plot-vpp-throughput-latency-3n-hsw"
6549   filter: "'NIC_Intel-X710' and
6550            '64B' and
6551            ('IP4BASE' or
6552             'POLICE_MARK' or
6553             'COPWHLIST' or
6554             ('NAT44' and 'BASE') or
6555             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6556            'NDRPDR' and
6557            '1T1C' and
6558            'IP4FWD' and
6559            not 'IPSEC' and
6560            not 'VHOST'"
6561   parameters:
6562   - "throughput"
6563   - "parent"
6564   - "tags"
6565   sort:
6566   - "IP4BASE"
6567   - "NAT44"
6568   - "POLICE_MARK"
6569   - "COPWHLIST"
6570   - "IACL"
6571   - "OACL"
6572   traces:
6573     hoverinfo: "x+y"
6574     boxpoints: "outliers"
6575     whiskerwidth: 0
6576   layout:
6577     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6578     layout: "plot-throughput"
6579
6580 -
6581   type: "plot"
6582   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6583   algorithm: "plot_performance_box"
6584   output-file-type: ".html"
6585   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6586   data: "plot-vpp-throughput-latency-3n-hsw"
6587   filter: "'NIC_Intel-X710' and
6588            '64B' and
6589            ('IP4BASE' or
6590             'POLICE_MARK' or
6591             'COPWHLIST' or
6592             ('NAT44' and 'BASE') or
6593             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6594            'NDRPDR' and
6595            '1T1C' and
6596            'IP4FWD' and
6597            not 'IPSEC' and
6598            not 'VHOST'"
6599   parameters:
6600   - "throughput"
6601   - "parent"
6602   - "tags"
6603   sort:
6604   - "IP4BASE"
6605   - "NAT44"
6606   - "POLICE_MARK"
6607   - "COPWHLIST"
6608   - "IACL"
6609   - "OACL"
6610   traces:
6611     hoverinfo: "x+y"
6612     boxpoints: "outliers"
6613     whiskerwidth: 0
6614   layout:
6615     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6616     layout: "plot-throughput"
6617
6618 -
6619   type: "plot"
6620   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6621   algorithm: "plot_performance_box"
6622   output-file-type: ".html"
6623   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6624   data: "plot-vpp-throughput-latency-3n-hsw"
6625   filter: "'NIC_Intel-X710' and
6626            '64B' and
6627            ('IP4BASE' or
6628             'POLICE_MARK' or
6629             'COPWHLIST' or
6630             ('NAT44' and 'BASE') or
6631             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6632            'NDRPDR' and
6633            '2T2C' and
6634            'IP4FWD' and
6635            not 'IPSEC' and
6636            not 'VHOST'"
6637   parameters:
6638   - "throughput"
6639   - "parent"
6640   - "tags"
6641   sort:
6642   - "IP4BASE"
6643   - "NAT44"
6644   - "POLICE_MARK"
6645   - "COPWHLIST"
6646   - "IACL"
6647   - "OACL"
6648   traces:
6649     hoverinfo: "x+y"
6650     boxpoints: "outliers"
6651     whiskerwidth: 0
6652   layout:
6653     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6654     layout: "plot-throughput"
6655
6656 -
6657   type: "plot"
6658   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6659   algorithm: "plot_performance_box"
6660   output-file-type: ".html"
6661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6662   data: "plot-vpp-throughput-latency-3n-hsw"
6663   filter: "'NIC_Intel-X710' and
6664            '64B' and
6665            ('IP4BASE' or
6666             'POLICE_MARK' or
6667             'COPWHLIST' or
6668             ('NAT44' and 'BASE') or
6669             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6670            'NDRPDR' and
6671            '2T2C' and
6672            'IP4FWD' and
6673            not 'IPSEC' and
6674            not 'VHOST'"
6675   parameters:
6676   - "throughput"
6677   - "parent"
6678   - "tags"
6679   sort:
6680   - "IP4BASE"
6681   - "NAT44"
6682   - "POLICE_MARK"
6683   - "COPWHLIST"
6684   - "IACL"
6685   - "OACL"
6686   traces:
6687     hoverinfo: "x+y"
6688     boxpoints: "outliers"
6689     whiskerwidth: 0
6690   layout:
6691     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6692     layout: "plot-throughput"
6693
6694 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6695 -
6696   type: "plot"
6697   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6698   algorithm: "plot_performance_box"
6699   output-file-type: ".html"
6700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6701   data: "plot-vpp-throughput-latency-3n-skx"
6702   filter: "'NIC_Intel-X710' and
6703            '64B' and
6704            'NDRPDR' and
6705            '2T1C' and
6706            'IP4FWD' and
6707            'NAT44' and
6708            not 'IPSEC' and
6709            not 'VHOST'"
6710   parameters:
6711   - "throughput"
6712   - "parent"
6713   - "tags"
6714   sort:
6715   - "BASE"
6716   - "BASE"
6717   - "SRC_USER_10"
6718   - "SRC_USER_100"
6719   - "SRC_USER_1000"
6720   - "SRC_USER_2000"
6721   traces:
6722     hoverinfo: "x+y"
6723     boxpoints: "outliers"
6724     whiskerwidth: 0
6725   layout:
6726     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6727     layout: "plot-throughput"
6728
6729 -
6730   type: "plot"
6731   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6732   algorithm: "plot_performance_box"
6733   output-file-type: ".html"
6734   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6735   data: "plot-vpp-throughput-latency-3n-skx"
6736   filter: "'NIC_Intel-X710' and
6737            '64B' and
6738            'NDRPDR' and
6739            '2T1C' and
6740            'IP4FWD' and
6741            'NAT44' and
6742            not 'IPSEC' and
6743            not 'VHOST'"
6744   parameters:
6745   - "throughput"
6746   - "parent"
6747   - "tags"
6748   sort:
6749   - "BASE"
6750   - "BASE"
6751   - "SRC_USER_10"
6752   - "SRC_USER_100"
6753   - "SRC_USER_1000"
6754   - "SRC_USER_2000"
6755   traces:
6756     hoverinfo: "x+y"
6757     boxpoints: "outliers"
6758     whiskerwidth: 0
6759   layout:
6760     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6761     layout: "plot-throughput"
6762
6763 -
6764   type: "plot"
6765   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6766   algorithm: "plot_performance_box"
6767   output-file-type: ".html"
6768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6769   data: "plot-vpp-throughput-latency-3n-skx"
6770   filter: "'NIC_Intel-X710' and
6771            '64B' and
6772            'NDRPDR' and
6773            '4T2C' and
6774            'IP4FWD' and
6775            'NAT44' and
6776            not 'IPSEC' and
6777            not 'VHOST'"
6778   parameters:
6779   - "throughput"
6780   - "parent"
6781   - "tags"
6782   sort:
6783   - "BASE"
6784   - "BASE"
6785   - "SRC_USER_10"
6786   - "SRC_USER_100"
6787   - "SRC_USER_1000"
6788   - "SRC_USER_2000"
6789   traces:
6790     hoverinfo: "x+y"
6791     boxpoints: "outliers"
6792     whiskerwidth: 0
6793   layout:
6794     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6795     layout: "plot-throughput"
6796
6797 -
6798   type: "plot"
6799   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6800   algorithm: "plot_performance_box"
6801   output-file-type: ".html"
6802   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6803   data: "plot-vpp-throughput-latency-3n-skx"
6804   filter: "'NIC_Intel-X710' and
6805            '64B' and
6806            'NDRPDR' and
6807            '4T2C' and
6808            'IP4FWD' and
6809            'NAT44' and
6810            not 'IPSEC' and
6811            not 'VHOST'"
6812   parameters:
6813   - "throughput"
6814   - "parent"
6815   - "tags"
6816   sort:
6817   - "BASE"
6818   - "BASE"
6819   - "SRC_USER_10"
6820   - "SRC_USER_100"
6821   - "SRC_USER_1000"
6822   - "SRC_USER_2000"
6823   traces:
6824     hoverinfo: "x+y"
6825     boxpoints: "outliers"
6826     whiskerwidth: 0
6827   layout:
6828     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6829     layout: "plot-throughput"
6830
6831 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
6832 -
6833   type: "plot"
6834   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6835   algorithm: "plot_performance_box"
6836   output-file-type: ".html"
6837   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6838   data: "plot-vpp-throughput-latency-3n-skx"
6839   filter: "'NIC_Intel-X710' and
6840            '64B' and
6841            'NDRPDR' and
6842            '2T1C' and
6843            'IP4FWD' and
6844            'IACL' and
6845            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6846            not 'IPSEC' and
6847            not 'VHOST'"
6848   parameters:
6849   - "throughput"
6850   - "parent"
6851   - "tags"
6852   sort:
6853   - "ACL_STATELESS"
6854   - "ACL_STATEFUL"
6855   - "ACL_STATELESS"
6856   - "ACL_STATEFUL"
6857   traces:
6858     hoverinfo: "x+y"
6859     boxpoints: "outliers"
6860     whiskerwidth: 0
6861   layout:
6862     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6863     layout: "plot-throughput"
6864
6865 -
6866   type: "plot"
6867   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6868   algorithm: "plot_performance_box"
6869   output-file-type: ".html"
6870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6871   data: "plot-vpp-throughput-latency-3n-skx"
6872   filter: "'NIC_Intel-X710' and
6873            '64B' and
6874            'NDRPDR' and
6875            '2T1C' and
6876            'IP4FWD' and
6877            'IACL' and
6878            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6879            not 'IPSEC' and
6880            not 'VHOST'"
6881   parameters:
6882   - "throughput"
6883   - "parent"
6884   - "tags"
6885   sort:
6886   - "ACL_STATELESS"
6887   - "ACL_STATEFUL"
6888   - "ACL_STATELESS"
6889   - "ACL_STATEFUL"
6890   traces:
6891     hoverinfo: "x+y"
6892     boxpoints: "outliers"
6893     whiskerwidth: 0
6894   layout:
6895     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6896     layout: "plot-throughput"
6897
6898 -
6899   type: "plot"
6900   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6901   algorithm: "plot_performance_box"
6902   output-file-type: ".html"
6903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6904   data: "plot-vpp-throughput-latency-3n-skx"
6905   filter: "'NIC_Intel-X710' and
6906            '64B' and
6907            'NDRPDR' and
6908            '4T2C' and
6909            'IP4FWD' and
6910            'IACL' and
6911            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6912            not 'IPSEC' and
6913            not 'VHOST'"
6914   parameters:
6915   - "throughput"
6916   - "parent"
6917   - "tags"
6918   sort:
6919   - "ACL_STATELESS"
6920   - "ACL_STATEFUL"
6921   - "ACL_STATELESS"
6922   - "ACL_STATEFUL"
6923   traces:
6924     hoverinfo: "x+y"
6925     boxpoints: "outliers"
6926     whiskerwidth: 0
6927   layout:
6928     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6929     layout: "plot-throughput"
6930
6931 -
6932   type: "plot"
6933   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6934   algorithm: "plot_performance_box"
6935   output-file-type: ".html"
6936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6937   data: "plot-vpp-throughput-latency-3n-skx"
6938   filter: "'NIC_Intel-X710' and
6939            '64B' and
6940            'NDRPDR' and
6941            '4T2C' and
6942            'IP4FWD' and
6943            'IACL' and
6944            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6945            not 'IPSEC' and
6946            not 'VHOST'"
6947   parameters:
6948   - "throughput"
6949   - "parent"
6950   - "tags"
6951   sort:
6952   - "ACL_STATELESS"
6953   - "ACL_STATEFUL"
6954   - "ACL_STATELESS"
6955   - "ACL_STATEFUL"
6956   traces:
6957     hoverinfo: "x+y"
6958     boxpoints: "outliers"
6959     whiskerwidth: 0
6960   layout:
6961     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6962     layout: "plot-throughput"
6963
6964 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
6965 -
6966   type: "plot"
6967   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6968   algorithm: "plot_performance_box"
6969   output-file-type: ".html"
6970   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6971   data: "plot-vpp-throughput-latency-3n-skx"
6972   filter: "'NIC_Intel-X710' and
6973            '64B' and
6974            'NDRPDR' and
6975            '2T1C' and
6976            'IP4FWD' and
6977            'OACL' and
6978            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6979            not 'IPSEC' and
6980            not 'VHOST'"
6981   parameters:
6982   - "throughput"
6983   - "parent"
6984   - "tags"
6985   sort:
6986   - "ACL_STATELESS"
6987   - "ACL_STATEFUL"
6988   - "ACL_STATELESS"
6989   - "ACL_STATEFUL"
6990   traces:
6991     hoverinfo: "x+y"
6992     boxpoints: "outliers"
6993     whiskerwidth: 0
6994   layout:
6995     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6996     layout: "plot-throughput"
6997
6998 -
6999   type: "plot"
7000   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7001   algorithm: "plot_performance_box"
7002   output-file-type: ".html"
7003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7004   data: "plot-vpp-throughput-latency-3n-skx"
7005   filter: "'NIC_Intel-X710' and
7006            '64B' and
7007            'NDRPDR' and
7008            '2T1C' and
7009            'IP4FWD' and
7010            'OACL' and
7011            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7012            not 'IPSEC' and
7013            not 'VHOST'"
7014   parameters:
7015   - "throughput"
7016   - "parent"
7017   - "tags"
7018   sort:
7019   - "ACL_STATELESS"
7020   - "ACL_STATEFUL"
7021   - "ACL_STATELESS"
7022   - "ACL_STATEFUL"
7023   traces:
7024     hoverinfo: "x+y"
7025     boxpoints: "outliers"
7026     whiskerwidth: 0
7027   layout:
7028     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7029     layout: "plot-throughput"
7030
7031 -
7032   type: "plot"
7033   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7034   algorithm: "plot_performance_box"
7035   output-file-type: ".html"
7036   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7037   data: "plot-vpp-throughput-latency-3n-skx"
7038   filter: "'NIC_Intel-X710' and
7039            '64B' and
7040            'NDRPDR' and
7041            '4T2C' and
7042            'IP4FWD' and
7043            'OACL' and
7044            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7045            not 'IPSEC' and
7046            not 'VHOST'"
7047   parameters:
7048   - "throughput"
7049   - "parent"
7050   - "tags"
7051   sort:
7052   - "ACL_STATELESS"
7053   - "ACL_STATEFUL"
7054   - "ACL_STATELESS"
7055   - "ACL_STATEFUL"
7056   traces:
7057     hoverinfo: "x+y"
7058     boxpoints: "outliers"
7059     whiskerwidth: 0
7060   layout:
7061     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7062     layout: "plot-throughput"
7063
7064 -
7065   type: "plot"
7066   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7067   algorithm: "plot_performance_box"
7068   output-file-type: ".html"
7069   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7070   data: "plot-vpp-throughput-latency-3n-skx"
7071   filter: "'NIC_Intel-X710' and
7072            '64B' and
7073            'NDRPDR' and
7074            '4T2C' and
7075            'IP4FWD' and
7076            'OACL' and
7077            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7078            not 'IPSEC' and
7079            not 'VHOST'"
7080   parameters:
7081   - "throughput"
7082   - "parent"
7083   - "tags"
7084   sort:
7085   - "ACL_STATELESS"
7086   - "ACL_STATEFUL"
7087   - "ACL_STATELESS"
7088   - "ACL_STATEFUL"
7089   traces:
7090     hoverinfo: "x+y"
7091     boxpoints: "outliers"
7092     whiskerwidth: 0
7093   layout:
7094     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7095     layout: "plot-throughput"
7096
7097 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7098 -
7099   type: "plot"
7100   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7101   algorithm: "plot_performance_box"
7102   output-file-type: ".html"
7103   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7104   data: "plot-vpp-throughput-latency-3n-hsw"
7105   filter: "'NIC_Intel-XL710' and
7106            '64B' and
7107            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7108            'NDRPDR' and
7109            '1T1C' and
7110            'IP4FWD' and
7111            not 'IPSEC' and
7112            not 'VHOST'"
7113   parameters:
7114   - "throughput"
7115   - "parent"
7116   - "tags"
7117   sort:
7118   - "IP4BASE"
7119   - "FIB_20K"
7120   - "FIB_200K"
7121   - "FIB_2M"
7122   traces:
7123     hoverinfo: "x+y"
7124     boxpoints: "outliers"
7125     whiskerwidth: 0
7126   layout:
7127     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7128     layout: "plot-throughput"
7129
7130 -
7131   type: "plot"
7132   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7133   algorithm: "plot_performance_box"
7134   output-file-type: ".html"
7135   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7136   data: "plot-vpp-throughput-latency-3n-hsw"
7137   filter: "'NIC_Intel-XL710' and
7138            '64B' and
7139            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7140            'NDRPDR' and
7141            '1T1C' and
7142            'IP4FWD' and
7143            not 'IPSEC' and
7144            not 'VHOST'"
7145   parameters:
7146   - "throughput"
7147   - "parent"
7148   - "tags"
7149   sort:
7150   - "IP4BASE"
7151   - "FIB_20K"
7152   - "FIB_200K"
7153   - "FIB_2M"
7154   traces:
7155     hoverinfo: "x+y"
7156     boxpoints: "outliers"
7157     whiskerwidth: 0
7158   layout:
7159     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7160     layout: "plot-throughput"
7161
7162 -
7163   type: "plot"
7164   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7165   algorithm: "plot_performance_box"
7166   output-file-type: ".html"
7167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7168   data: "plot-vpp-throughput-latency-3n-hsw"
7169   filter: "'NIC_Intel-XL710' and
7170            '64B' and
7171            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7172            'NDRPDR' and
7173            '2T2C' and
7174            'IP4FWD' and
7175            not 'IPSEC' and
7176            not 'VHOST'"
7177   parameters:
7178   - "throughput"
7179   - "parent"
7180   - "tags"
7181   sort:
7182   - "IP4BASE"
7183   - "FIB_20K"
7184   - "FIB_200K"
7185   - "FIB_2M"
7186   traces:
7187     hoverinfo: "x+y"
7188     boxpoints: "outliers"
7189     whiskerwidth: 0
7190   layout:
7191     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7192     layout: "plot-throughput"
7193
7194 -
7195   type: "plot"
7196   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7197   algorithm: "plot_performance_box"
7198   output-file-type: ".html"
7199   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7200   data: "plot-vpp-throughput-latency-3n-hsw"
7201   filter: "'NIC_Intel-XL710' and
7202            '64B' and
7203            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7204            'NDRPDR' and
7205            '2T2C' and
7206            'IP4FWD' and
7207            not 'IPSEC' and
7208            not 'VHOST'"
7209   parameters:
7210   - "throughput"
7211   - "parent"
7212   - "tags"
7213   sort:
7214   - "IP4BASE"
7215   - "FIB_20K"
7216   - "FIB_200K"
7217   - "FIB_2M"
7218   traces:
7219     hoverinfo: "x+y"
7220     boxpoints: "outliers"
7221     whiskerwidth: 0
7222   layout:
7223     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7224     layout: "plot-throughput"
7225
7226 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7227 -
7228   type: "plot"
7229   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7230   algorithm: "plot_performance_box"
7231   output-file-type: ".html"
7232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7233   data: "plot-vpp-throughput-latency-3n-skx"
7234   filter: "'NIC_Intel-X710' and
7235            '64B' and
7236            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7237            'NDRPDR' and
7238            '2T1C' and
7239            'IP4FWD' and
7240            not 'IPSEC' and
7241            not 'VHOST'"
7242   parameters:
7243   - "throughput"
7244   - "parent"
7245   - "tags"
7246   sort:
7247   - "IP4BASE"
7248   - "FIB_20K"
7249   - "FIB_200K"
7250   - "FIB_2M"
7251   traces:
7252     hoverinfo: "x+y"
7253     boxpoints: "outliers"
7254     whiskerwidth: 0
7255   layout:
7256     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7257     layout: "plot-throughput"
7258
7259 -
7260   type: "plot"
7261   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7262   algorithm: "plot_performance_box"
7263   output-file-type: ".html"
7264   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7265   data: "plot-vpp-throughput-latency-3n-skx"
7266   filter: "'NIC_Intel-X710' and
7267            '64B' and
7268            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7269            'NDRPDR' and
7270            '2T1C' and
7271            'IP4FWD' and
7272            not 'IPSEC' and
7273            not 'VHOST'"
7274   parameters:
7275   - "throughput"
7276   - "parent"
7277   - "tags"
7278   sort:
7279   - "IP4BASE"
7280   - "FIB_20K"
7281   - "FIB_200K"
7282   - "FIB_2M"
7283   traces:
7284     hoverinfo: "x+y"
7285     boxpoints: "outliers"
7286     whiskerwidth: 0
7287   layout:
7288     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7289     layout: "plot-throughput"
7290
7291 -
7292   type: "plot"
7293   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7294   algorithm: "plot_performance_box"
7295   output-file-type: ".html"
7296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7297   data: "plot-vpp-throughput-latency-3n-skx"
7298   filter: "'NIC_Intel-X710' and
7299            '64B' and
7300            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7301            'NDRPDR' and
7302            '4T2C' and
7303            'IP4FWD' and
7304            not 'IPSEC' and
7305            not 'VHOST'"
7306   parameters:
7307   - "throughput"
7308   - "parent"
7309   - "tags"
7310   sort:
7311   - "IP4BASE"
7312   - "FIB_20K"
7313   - "FIB_200K"
7314   - "FIB_2M"
7315   traces:
7316     hoverinfo: "x+y"
7317     boxpoints: "outliers"
7318     whiskerwidth: 0
7319   layout:
7320     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7321     layout: "plot-throughput"
7322
7323 -
7324   type: "plot"
7325   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7326   algorithm: "plot_performance_box"
7327   output-file-type: ".html"
7328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7329   data: "plot-vpp-throughput-latency-3n-skx"
7330   filter: "'NIC_Intel-X710' and
7331            '64B' and
7332            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7333            'NDRPDR' and
7334            '4T2C' and
7335            'IP4FWD' and
7336            not 'IPSEC' and
7337            not 'VHOST'"
7338   parameters:
7339   - "throughput"
7340   - "parent"
7341   - "tags"
7342   sort:
7343   - "IP4BASE"
7344   - "FIB_20K"
7345   - "FIB_200K"
7346   - "FIB_2M"
7347   traces:
7348     hoverinfo: "x+y"
7349     boxpoints: "outliers"
7350     whiskerwidth: 0
7351   layout:
7352     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7353     layout: "plot-throughput"
7354
7355 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7356 -
7357   type: "plot"
7358   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7359   algorithm: "plot_performance_box"
7360   output-file-type: ".html"
7361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7362   data: "plot-vpp-throughput-latency-3n-skx"
7363   filter: "'NIC_Intel-X710' and
7364            '64B' and
7365            ('IP4BASE' or
7366             'POLICE_MARK' or
7367             'COPWHLIST' or
7368             ('NAT44' and 'BASE') or
7369             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7370            'NDRPDR' and
7371            '2T1C' and
7372            'IP4FWD' and
7373            not 'IPSEC' and
7374            not 'VHOST'"
7375   parameters:
7376   - "throughput"
7377   - "parent"
7378   - "tags"
7379   sort:
7380   - "IP4BASE"
7381   - "NAT44"
7382   - "POLICE_MARK"
7383   - "COPWHLIST"
7384   - "IACL"
7385   - "OACL"
7386   traces:
7387     hoverinfo: "x+y"
7388     boxpoints: "outliers"
7389     whiskerwidth: 0
7390   layout:
7391     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7392     layout: "plot-throughput"
7393
7394 -
7395   type: "plot"
7396   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7397   algorithm: "plot_performance_box"
7398   output-file-type: ".html"
7399   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7400   data: "plot-vpp-throughput-latency-3n-skx"
7401   filter: "'NIC_Intel-X710' and
7402            '64B' and
7403            ('IP4BASE' or
7404             'POLICE_MARK' or
7405             'COPWHLIST' or
7406             ('NAT44' and 'BASE') or
7407             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7408            'NDRPDR' and
7409            '2T1C' and
7410            'IP4FWD' and
7411            not 'IPSEC' and
7412            not 'VHOST'"
7413   parameters:
7414   - "throughput"
7415   - "parent"
7416   - "tags"
7417   sort:
7418   - "IP4BASE"
7419   - "NAT44"
7420   - "POLICE_MARK"
7421   - "COPWHLIST"
7422   - "IACL"
7423   - "OACL"
7424   traces:
7425     hoverinfo: "x+y"
7426     boxpoints: "outliers"
7427     whiskerwidth: 0
7428   layout:
7429     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7430     layout: "plot-throughput"
7431
7432 -
7433   type: "plot"
7434   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7435   algorithm: "plot_performance_box"
7436   output-file-type: ".html"
7437   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7438   data: "plot-vpp-throughput-latency-3n-skx"
7439   filter: "'NIC_Intel-X710' and
7440            '64B' and
7441            ('IP4BASE' or
7442             'POLICE_MARK' or
7443             'COPWHLIST' or
7444             ('NAT44' and 'BASE') or
7445             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7446            'NDRPDR' and
7447            '4T2C' and
7448            'IP4FWD' and
7449            not 'IPSEC' and
7450            not 'VHOST'"
7451   parameters:
7452   - "throughput"
7453   - "parent"
7454   - "tags"
7455   sort:
7456   - "IP4BASE"
7457   - "NAT44"
7458   - "POLICE_MARK"
7459   - "COPWHLIST"
7460   - "IACL"
7461   - "OACL"
7462   traces:
7463     hoverinfo: "x+y"
7464     boxpoints: "outliers"
7465     whiskerwidth: 0
7466   layout:
7467     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7468     layout: "plot-throughput"
7469
7470 -
7471   type: "plot"
7472   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7473   algorithm: "plot_performance_box"
7474   output-file-type: ".html"
7475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7476   data: "plot-vpp-throughput-latency-3n-skx"
7477   filter: "'NIC_Intel-X710' and
7478            '64B' and
7479            ('IP4BASE' or
7480             'POLICE_MARK' or
7481             'COPWHLIST' or
7482             ('NAT44' and 'BASE') or
7483             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7484            'NDRPDR' and
7485            '4T2C' and
7486            'IP4FWD' and
7487            not 'IPSEC' and
7488            not 'VHOST'"
7489   parameters:
7490   - "throughput"
7491   - "parent"
7492   - "tags"
7493   sort:
7494   - "IP4BASE"
7495   - "NAT44"
7496   - "POLICE_MARK"
7497   - "COPWHLIST"
7498   - "IACL"
7499   - "OACL"
7500   traces:
7501     hoverinfo: "x+y"
7502     boxpoints: "outliers"
7503     whiskerwidth: 0
7504   layout:
7505     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7506     layout: "plot-throughput"
7507
7508 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7509 -
7510   type: "plot"
7511   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7512   algorithm: "plot_performance_box"
7513   output-file-type: ".html"
7514   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7515   data: "plot-vpp-throughput-latency-3n-hsw"
7516   filter: "'NIC_Intel-X710' and
7517            '64B' and
7518            'NDRPDR' and
7519            '1T1C' and
7520            'IP4FWD' and
7521            'NAT44' and
7522            not 'IPSEC' and
7523            not 'VHOST'"
7524   parameters:
7525   - "throughput"
7526   - "parent"
7527   - "tags"
7528   sort:
7529   - "BASE"
7530   - "BASE"
7531   - "SRC_USER_10"
7532   - "SRC_USER_100"
7533   - "SRC_USER_1000"
7534   - "SRC_USER_2000"
7535   traces:
7536     hoverinfo: "x+y"
7537     boxpoints: "outliers"
7538     whiskerwidth: 0
7539   layout:
7540     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7541     layout: "plot-throughput"
7542
7543 -
7544   type: "plot"
7545   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7546   algorithm: "plot_performance_box"
7547   output-file-type: ".html"
7548   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7549   data: "plot-vpp-throughput-latency-3n-hsw"
7550   filter: "'NIC_Intel-X710' and
7551            '64B' and
7552            'NDRPDR' and
7553            '1T1C' and
7554            'IP4FWD' and
7555            'NAT44' and
7556            not 'IPSEC' and
7557            not 'VHOST'"
7558   parameters:
7559   - "throughput"
7560   - "parent"
7561   - "tags"
7562   sort:
7563   - "BASE"
7564   - "BASE"
7565   - "SRC_USER_10"
7566   - "SRC_USER_100"
7567   - "SRC_USER_1000"
7568   - "SRC_USER_2000"
7569   traces:
7570     hoverinfo: "x+y"
7571     boxpoints: "outliers"
7572     whiskerwidth: 0
7573   layout:
7574     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7575     layout: "plot-throughput"
7576
7577 -
7578   type: "plot"
7579   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7580   algorithm: "plot_performance_box"
7581   output-file-type: ".html"
7582   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7583   data: "plot-vpp-throughput-latency-3n-hsw"
7584   filter: "'NIC_Intel-X710' and
7585            '64B' and
7586            'NDRPDR' and
7587            '2T2C' and
7588            'IP4FWD' and
7589            'NAT44' and
7590            not 'IPSEC' and
7591            not 'VHOST'"
7592   parameters:
7593   - "throughput"
7594   - "parent"
7595   - "tags"
7596   sort:
7597   - "BASE"
7598   - "BASE"
7599   - "SRC_USER_10"
7600   - "SRC_USER_100"
7601   - "SRC_USER_1000"
7602   - "SRC_USER_2000"
7603   traces:
7604     hoverinfo: "x+y"
7605     boxpoints: "outliers"
7606     whiskerwidth: 0
7607   layout:
7608     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7609     layout: "plot-throughput"
7610
7611 -
7612   type: "plot"
7613   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7614   algorithm: "plot_performance_box"
7615   output-file-type: ".html"
7616   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7617   data: "plot-vpp-throughput-latency-3n-hsw"
7618   filter: "'NIC_Intel-X710' and
7619            '64B' and
7620            'NDRPDR' and
7621            '2T2C' and
7622            'IP4FWD' and
7623            'NAT44' and
7624            not 'IPSEC' and
7625            not 'VHOST'"
7626   parameters:
7627   - "throughput"
7628   - "parent"
7629   - "tags"
7630   sort:
7631   - "BASE"
7632   - "BASE"
7633   - "SRC_USER_10"
7634   - "SRC_USER_100"
7635   - "SRC_USER_1000"
7636   - "SRC_USER_2000"
7637   traces:
7638     hoverinfo: "x+y"
7639     boxpoints: "outliers"
7640     whiskerwidth: 0
7641   layout:
7642     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7643     layout: "plot-throughput"
7644
7645 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7646 -
7647   type: "plot"
7648   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7649   algorithm: "plot_performance_box"
7650   output-file-type: ".html"
7651   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7652   data: "plot-vpp-throughput-latency-3n-hsw"
7653   filter: "'NIC_Intel-X710' and
7654            '64B' and
7655            'NDRPDR' and
7656            '1T1C' and
7657            'IP4FWD' and
7658            'IACL' and
7659            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7660            not 'IPSEC' and
7661            not 'VHOST'"
7662   parameters:
7663   - "throughput"
7664   - "parent"
7665   - "tags"
7666   sort:
7667   - "ACL_STATELESS"
7668   - "ACL_STATEFUL"
7669   - "ACL_STATELESS"
7670   - "ACL_STATEFUL"
7671   traces:
7672     hoverinfo: "x+y"
7673     boxpoints: "outliers"
7674     whiskerwidth: 0
7675   layout:
7676     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7677     layout: "plot-throughput"
7678
7679 -
7680   type: "plot"
7681   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7682   algorithm: "plot_performance_box"
7683   output-file-type: ".html"
7684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7685   data: "plot-vpp-throughput-latency-3n-hsw"
7686   filter: "'NIC_Intel-X710' and
7687            '64B' and
7688            'NDRPDR' and
7689            '1T1C' and
7690            'IP4FWD' and
7691            'IACL' and
7692            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7693            not 'IPSEC' and
7694            not 'VHOST'"
7695   parameters:
7696   - "throughput"
7697   - "parent"
7698   - "tags"
7699   sort:
7700   - "ACL_STATELESS"
7701   - "ACL_STATEFUL"
7702   - "ACL_STATELESS"
7703   - "ACL_STATEFUL"
7704   traces:
7705     hoverinfo: "x+y"
7706     boxpoints: "outliers"
7707     whiskerwidth: 0
7708   layout:
7709     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7710     layout: "plot-throughput"
7711
7712 -
7713   type: "plot"
7714   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7715   algorithm: "plot_performance_box"
7716   output-file-type: ".html"
7717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7718   data: "plot-vpp-throughput-latency-3n-hsw"
7719   filter: "'NIC_Intel-X710' and
7720            '64B' and
7721            'NDRPDR' and
7722            '2T2C' and
7723            'IP4FWD' and
7724            'IACL' and
7725            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7726            not 'IPSEC' and
7727            not 'VHOST'"
7728   parameters:
7729   - "throughput"
7730   - "parent"
7731   - "tags"
7732   sort:
7733   - "ACL_STATELESS"
7734   - "ACL_STATEFUL"
7735   - "ACL_STATELESS"
7736   - "ACL_STATEFUL"
7737   traces:
7738     hoverinfo: "x+y"
7739     boxpoints: "outliers"
7740     whiskerwidth: 0
7741   layout:
7742     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7743     layout: "plot-throughput"
7744
7745 -
7746   type: "plot"
7747   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7748   algorithm: "plot_performance_box"
7749   output-file-type: ".html"
7750   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7751   data: "plot-vpp-throughput-latency-3n-hsw"
7752   filter: "'NIC_Intel-X710' and
7753            '64B' and
7754            'NDRPDR' and
7755            '2T2C' and
7756            'IP4FWD' and
7757            'IACL' and
7758            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7759            not 'IPSEC' and
7760            not 'VHOST'"
7761   parameters:
7762   - "throughput"
7763   - "parent"
7764   - "tags"
7765   sort:
7766   - "ACL_STATELESS"
7767   - "ACL_STATEFUL"
7768   - "ACL_STATELESS"
7769   - "ACL_STATEFUL"
7770   traces:
7771     hoverinfo: "x+y"
7772     boxpoints: "outliers"
7773     whiskerwidth: 0
7774   layout:
7775     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7776     layout: "plot-throughput"
7777
7778 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7779 -
7780   type: "plot"
7781   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7782   algorithm: "plot_performance_box"
7783   output-file-type: ".html"
7784   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7785   data: "plot-vpp-throughput-latency-3n-hsw"
7786   filter: "'NIC_Intel-X710' and
7787            '64B' and
7788            'NDRPDR' and
7789            '1T1C' and
7790            'IP4FWD' and
7791            'OACL' and
7792            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7793            not 'IPSEC' and
7794            not 'VHOST'"
7795   parameters:
7796   - "throughput"
7797   - "parent"
7798   - "tags"
7799   sort:
7800   - "ACL_STATELESS"
7801   - "ACL_STATEFUL"
7802   - "ACL_STATELESS"
7803   - "ACL_STATEFUL"
7804   traces:
7805     hoverinfo: "x+y"
7806     boxpoints: "outliers"
7807     whiskerwidth: 0
7808   layout:
7809     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7810     layout: "plot-throughput"
7811
7812 -
7813   type: "plot"
7814   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7815   algorithm: "plot_performance_box"
7816   output-file-type: ".html"
7817   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7818   data: "plot-vpp-throughput-latency-3n-hsw"
7819   filter: "'NIC_Intel-X710' and
7820            '64B' and
7821            'NDRPDR' and
7822            '1T1C' and
7823            'IP4FWD' and
7824            'OACL' and
7825            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7826            not 'IPSEC' and
7827            not 'VHOST'"
7828   parameters:
7829   - "throughput"
7830   - "parent"
7831   - "tags"
7832   sort:
7833   - "ACL_STATELESS"
7834   - "ACL_STATEFUL"
7835   - "ACL_STATELESS"
7836   - "ACL_STATEFUL"
7837   traces:
7838     hoverinfo: "x+y"
7839     boxpoints: "outliers"
7840     whiskerwidth: 0
7841   layout:
7842     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7843     layout: "plot-throughput"
7844
7845 -
7846   type: "plot"
7847   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7848   algorithm: "plot_performance_box"
7849   output-file-type: ".html"
7850   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7851   data: "plot-vpp-throughput-latency-3n-hsw"
7852   filter: "'NIC_Intel-X710' and
7853            '64B' and
7854            'NDRPDR' and
7855            '2T2C' and
7856            'IP4FWD' and
7857            'OACL' and
7858            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7859            not 'IPSEC' and
7860            not 'VHOST'"
7861   parameters:
7862   - "throughput"
7863   - "parent"
7864   - "tags"
7865   sort:
7866   - "ACL_STATELESS"
7867   - "ACL_STATEFUL"
7868   - "ACL_STATELESS"
7869   - "ACL_STATEFUL"
7870   traces:
7871     hoverinfo: "x+y"
7872     boxpoints: "outliers"
7873     whiskerwidth: 0
7874   layout:
7875     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7876     layout: "plot-throughput"
7877
7878 -
7879   type: "plot"
7880   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7881   algorithm: "plot_performance_box"
7882   output-file-type: ".html"
7883   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7884   data: "plot-vpp-throughput-latency-3n-hsw"
7885   filter: "'NIC_Intel-X710' and
7886            '64B' and
7887            'NDRPDR' and
7888            '2T2C' and
7889            'IP4FWD' and
7890            'OACL' and
7891            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7892            not 'IPSEC' and
7893            not 'VHOST'"
7894   parameters:
7895   - "throughput"
7896   - "parent"
7897   - "tags"
7898   sort:
7899   - "ACL_STATELESS"
7900   - "ACL_STATEFUL"
7901   - "ACL_STATELESS"
7902   - "ACL_STATEFUL"
7903   traces:
7904     hoverinfo: "x+y"
7905     boxpoints: "outliers"
7906     whiskerwidth: 0
7907   layout:
7908     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7909     layout: "plot-throughput"
7910
7911 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
7912 -
7913   type: "plot"
7914   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7915   algorithm: "plot_performance_box"
7916   output-file-type: ".html"
7917   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7918   data: "plot-vpp-throughput-latency-2n-skx"
7919   filter: "'NIC_Intel-X710' and
7920            '64B' and
7921            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7922            'NDRPDR' and
7923            '2T1C' and
7924            'IP4FWD' and
7925            not 'IPSEC' and
7926            not 'VHOST'"
7927   parameters:
7928   - "throughput"
7929   - "parent"
7930   - "tags"
7931   sort:
7932   - "IP4BASE"
7933   - "FIB_20K"
7934   - "FIB_200K"
7935   - "FIB_2M"
7936   traces:
7937     hoverinfo: "x+y"
7938     boxpoints: "outliers"
7939     whiskerwidth: 0
7940   layout:
7941     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7942     layout: "plot-throughput"
7943
7944 -
7945   type: "plot"
7946   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7947   algorithm: "plot_performance_box"
7948   output-file-type: ".html"
7949   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7950   data: "plot-vpp-throughput-latency-2n-skx"
7951   filter: "'NIC_Intel-X710' and
7952            '64B' and
7953            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7954            'NDRPDR' and
7955            '2T1C' and
7956            'IP4FWD' and
7957            not 'IPSEC' and
7958            not 'VHOST'"
7959   parameters:
7960   - "throughput"
7961   - "parent"
7962   - "tags"
7963   sort:
7964   - "IP4BASE"
7965   - "FIB_20K"
7966   - "FIB_200K"
7967   - "FIB_2M"
7968   traces:
7969     hoverinfo: "x+y"
7970     boxpoints: "outliers"
7971     whiskerwidth: 0
7972   layout:
7973     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7974     layout: "plot-throughput"
7975
7976 -
7977   type: "plot"
7978   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7979   algorithm: "plot_performance_box"
7980   output-file-type: ".html"
7981   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7982   data: "plot-vpp-throughput-latency-2n-skx"
7983   filter: "'NIC_Intel-X710' and
7984            '64B' and
7985            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7986            'NDRPDR' and
7987            '4T2C' and
7988            'IP4FWD' and
7989            not 'IPSEC' and
7990            not 'VHOST'"
7991   parameters:
7992   - "throughput"
7993   - "parent"
7994   - "tags"
7995   sort:
7996   - "IP4BASE"
7997   - "FIB_20K"
7998   - "FIB_200K"
7999   - "FIB_2M"
8000   traces:
8001     hoverinfo: "x+y"
8002     boxpoints: "outliers"
8003     whiskerwidth: 0
8004   layout:
8005     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8006     layout: "plot-throughput"
8007
8008 -
8009   type: "plot"
8010   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8011   algorithm: "plot_performance_box"
8012   output-file-type: ".html"
8013   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8014   data: "plot-vpp-throughput-latency-2n-skx"
8015   filter: "'NIC_Intel-X710' and
8016            '64B' and
8017            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8018            'NDRPDR' and
8019            '4T2C' and
8020            'IP4FWD' and
8021            not 'IPSEC' and
8022            not 'VHOST'"
8023   parameters:
8024   - "throughput"
8025   - "parent"
8026   - "tags"
8027   sort:
8028   - "IP4BASE"
8029   - "FIB_20K"
8030   - "FIB_200K"
8031   - "FIB_2M"
8032   traces:
8033     hoverinfo: "x+y"
8034     boxpoints: "outliers"
8035     whiskerwidth: 0
8036   layout:
8037     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8038     layout: "plot-throughput"
8039
8040 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8041 -
8042   type: "plot"
8043   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8044   algorithm: "plot_performance_box"
8045   output-file-type: ".html"
8046   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8047   data: "plot-vpp-throughput-latency-2n-skx"
8048   filter: "'NIC_Intel-XXV710' and
8049            '64B' and
8050            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8051            'NDRPDR' and
8052            '2T1C' and
8053            'IP4FWD' and
8054            not 'IPSEC' and
8055            not 'VHOST'"
8056   parameters:
8057   - "throughput"
8058   - "parent"
8059   - "tags"
8060   sort:
8061   - "IP4BASE"
8062   - "FIB_20K"
8063   - "FIB_200K"
8064   - "FIB_2M"
8065   traces:
8066     hoverinfo: "x+y"
8067     boxpoints: "outliers"
8068     whiskerwidth: 0
8069   layout:
8070     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8071     layout: "plot-throughput"
8072
8073 -
8074   type: "plot"
8075   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8076   algorithm: "plot_performance_box"
8077   output-file-type: ".html"
8078   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8079   data: "plot-vpp-throughput-latency-2n-skx"
8080   filter: "'NIC_Intel-XXV710' and
8081            '64B' and
8082            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8083            'NDRPDR' and
8084            '2T1C' and
8085            'IP4FWD' and
8086            not 'IPSEC' and
8087            not 'VHOST'"
8088   parameters:
8089   - "throughput"
8090   - "parent"
8091   - "tags"
8092   sort:
8093   - "IP4BASE"
8094   - "FIB_20K"
8095   - "FIB_200K"
8096   - "FIB_2M"
8097   traces:
8098     hoverinfo: "x+y"
8099     boxpoints: "outliers"
8100     whiskerwidth: 0
8101   layout:
8102     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8103     layout: "plot-throughput"
8104
8105 -
8106   type: "plot"
8107   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8108   algorithm: "plot_performance_box"
8109   output-file-type: ".html"
8110   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8111   data: "plot-vpp-throughput-latency-2n-skx"
8112   filter: "'NIC_Intel-XXV710' and
8113            '64B' and
8114            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8115            'NDRPDR' and
8116            '4T2C' and
8117            'IP4FWD' and
8118            not 'IPSEC' and
8119            not 'VHOST'"
8120   parameters:
8121   - "throughput"
8122   - "parent"
8123   - "tags"
8124   sort:
8125   - "IP4BASE"
8126   - "FIB_20K"
8127   - "FIB_200K"
8128   - "FIB_2M"
8129   traces:
8130     hoverinfo: "x+y"
8131     boxpoints: "outliers"
8132     whiskerwidth: 0
8133   layout:
8134     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8135     layout: "plot-throughput"
8136
8137 -
8138   type: "plot"
8139   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8140   algorithm: "plot_performance_box"
8141   output-file-type: ".html"
8142   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8143   data: "plot-vpp-throughput-latency-2n-skx"
8144   filter: "'NIC_Intel-XXV710' and
8145            '64B' and
8146            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8147            'NDRPDR' and
8148            '4T2C' and
8149            'IP4FWD' and
8150            not 'IPSEC' and
8151            not 'VHOST'"
8152   parameters:
8153   - "throughput"
8154   - "parent"
8155   - "tags"
8156   sort:
8157   - "IP4BASE"
8158   - "FIB_20K"
8159   - "FIB_200K"
8160   - "FIB_2M"
8161   traces:
8162     hoverinfo: "x+y"
8163     boxpoints: "outliers"
8164     whiskerwidth: 0
8165   layout:
8166     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8167     layout: "plot-throughput"
8168
8169 ################################################################################
8170
8171 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8172 -
8173   type: "plot"
8174   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8175   algorithm: "plot_performance_box"
8176   output-file-type: ".html"
8177   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8178   data: "plot-vpp-throughput-latency-3n-hsw"
8179   filter: "'NIC_Intel-X520-DA2' and
8180            '64B' and
8181            'ENCAP' and
8182            'NDRPDR' and
8183            '1T1C' and
8184            'VXLAN' and
8185            'L2BDMACLRN' and
8186            not 'VHOST' and
8187            not 'IPSECHW'"
8188   parameters:
8189   - "throughput"
8190   - "parent"
8191   - "tags"
8192   sort:
8193   - "not DOT1Q"
8194   - "VXLAN_1"
8195   - "VXLAN_10"
8196   - "VXLAN_100"
8197   - "VXLAN_1000"
8198   traces:
8199     hoverinfo: "x+y"
8200     boxpoints: "outliers"
8201     whiskerwidth: 0
8202   layout:
8203     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8204     layout: "plot-throughput"
8205
8206 -
8207   type: "plot"
8208   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8209   algorithm: "plot_performance_box"
8210   output-file-type: ".html"
8211   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8212   data: "plot-vpp-throughput-latency-3n-hsw"
8213   filter: "'NIC_Intel-X520-DA2' and
8214            '64B' and
8215            'ENCAP' and
8216            'NDRPDR' and
8217            '1T1C' and
8218            'VXLAN' and
8219            'L2BDMACLRN' and
8220            not 'VHOST' and
8221            not 'IPSECHW'"
8222   parameters:
8223   - "throughput"
8224   - "parent"
8225   - "tags"
8226   sort:
8227   - "not DOT1Q"
8228   - "VXLAN_1"
8229   - "VXLAN_10"
8230   - "VXLAN_100"
8231   - "VXLAN_1000"
8232   traces:
8233     hoverinfo: "x+y"
8234     boxpoints: "outliers"
8235     whiskerwidth: 0
8236   layout:
8237     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8238     layout: "plot-throughput"
8239
8240 -
8241   type: "plot"
8242   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8243   algorithm: "plot_performance_box"
8244   output-file-type: ".html"
8245   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8246   data: "plot-vpp-throughput-latency-3n-hsw"
8247   filter: "'NIC_Intel-X520-DA2' and
8248            '64B' and
8249            'ENCAP' and
8250            'NDRPDR' and
8251            '2T2C' and
8252            'VXLAN' and
8253            'L2BDMACLRN' and
8254            not 'VHOST' and
8255            not 'IPSECHW'"
8256   parameters:
8257   - "throughput"
8258   - "parent"
8259   - "tags"
8260   sort:
8261   - "not DOT1Q"
8262   - "VXLAN_1"
8263   - "VXLAN_10"
8264   - "VXLAN_100"
8265   - "VXLAN_1000"
8266   traces:
8267     hoverinfo: "x+y"
8268     boxpoints: "outliers"
8269     whiskerwidth: 0
8270   layout:
8271     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8272     layout: "plot-throughput"
8273
8274 -
8275   type: "plot"
8276   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8277   algorithm: "plot_performance_box"
8278   output-file-type: ".html"
8279   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8280   data: "plot-vpp-throughput-latency-3n-hsw"
8281   filter: "'NIC_Intel-X520-DA2' and
8282            '64B' and
8283            'ENCAP' and
8284            'NDRPDR' and
8285            '2T2C' and
8286            'VXLAN' and
8287            'L2BDMACLRN' and
8288            not 'VHOST' and
8289            not 'IPSECHW'"
8290   parameters:
8291   - "throughput"
8292   - "parent"
8293   - "tags"
8294   sort:
8295   - "not DOT1Q"
8296   - "VXLAN_1"
8297   - "VXLAN_10"
8298   - "VXLAN_100"
8299   - "VXLAN_1000"
8300   traces:
8301     hoverinfo: "x+y"
8302     boxpoints: "outliers"
8303     whiskerwidth: 0
8304   layout:
8305     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8306     layout: "plot-throughput"
8307
8308 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8309 -
8310   type: "plot"
8311   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8312   algorithm: "plot_performance_box"
8313   output-file-type: ".html"
8314   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8315   data: "plot-vpp-throughput-latency-3n-hsw"
8316   filter: "'NIC_Intel-X520-DA2' and
8317            '64B' and
8318            'ENCAP' and
8319            'NDRPDR' and
8320            '1T1C' and
8321            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8322            not 'DOT1Q' and
8323            not 'VHOST' and
8324            not 'IPSECHW'"
8325   parameters:
8326   - "throughput"
8327   - "parent"
8328   - "tags"
8329   sort:
8330   - "L2BDMACLRN"
8331   - "L2XCFWD"
8332   - "LISP"
8333   traces:
8334     hoverinfo: "x+y"
8335     boxpoints: "outliers"
8336     whiskerwidth: 0
8337   layout:
8338     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8339     layout: "plot-throughput"
8340
8341 -
8342   type: "plot"
8343   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8344   algorithm: "plot_performance_box"
8345   output-file-type: ".html"
8346   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8347   data: "plot-vpp-throughput-latency-3n-hsw"
8348   filter: "'NIC_Intel-X520-DA2' and
8349            '64B' and
8350            'ENCAP' and
8351            'NDRPDR' and
8352            '2T2C' and
8353            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8354            not 'DOT1Q' and
8355            not 'VHOST' and
8356            not 'IPSECHW'"
8357   parameters:
8358   - "throughput"
8359   - "parent"
8360   - "tags"
8361   sort:
8362   - "L2BDMACLRN"
8363   - "L2XCFWD"
8364   - "LISP"
8365   traces:
8366     hoverinfo: "x+y"
8367     boxpoints: "outliers"
8368     whiskerwidth: 0
8369   layout:
8370     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8371     layout: "plot-throughput"
8372
8373 -
8374   type: "plot"
8375   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8376   algorithm: "plot_performance_box"
8377   output-file-type: ".html"
8378   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8379   data: "plot-vpp-throughput-latency-3n-hsw"
8380   filter: "'NIC_Intel-X520-DA2' and
8381            '64B' and
8382            'ENCAP' and
8383            'NDRPDR' and
8384            '1T1C' and
8385            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8386            not 'DOT1Q' and
8387            not 'VHOST' and
8388            not 'IPSECHW'"
8389   parameters:
8390   - "throughput"
8391   - "parent"
8392   - "tags"
8393   sort:
8394   - "L2BDMACLRN"
8395   - "L2XCFWD"
8396   - "LISP"
8397   traces:
8398     hoverinfo: "x+y"
8399     boxpoints: "outliers"
8400     whiskerwidth: 0
8401   layout:
8402     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8403     layout: "plot-throughput"
8404
8405 -
8406   type: "plot"
8407   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8408   algorithm: "plot_performance_box"
8409   output-file-type: ".html"
8410   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8411   data: "plot-vpp-throughput-latency-3n-hsw"
8412   filter: "'NIC_Intel-X520-DA2' and
8413            '64B' and
8414            'ENCAP' and
8415            'NDRPDR' and
8416            '2T2C' and
8417            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8418            not 'DOT1Q' and
8419            not 'VHOST' and
8420            not 'IPSECHW'"
8421   parameters:
8422   - "throughput"
8423   - "parent"
8424   - "tags"
8425   sort:
8426   - "L2BDMACLRN"
8427   - "L2XCFWD"
8428   - "LISP"
8429   traces:
8430     hoverinfo: "x+y"
8431     boxpoints: "outliers"
8432     whiskerwidth: 0
8433   layout:
8434     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8435     layout: "plot-throughput"
8436
8437 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8438 -
8439   type: "plot"
8440   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8441   algorithm: "plot_performance_box"
8442   output-file-type: ".html"
8443   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8444   data: "plot-vpp-throughput-latency-3n-hsw"
8445   filter: "'NIC_Intel-X710' and
8446            '64B' and
8447            'ENCAP' and
8448            'NDRPDR' and
8449            '1T1C' and
8450            'VXLAN' and
8451            'L2BDMACLRN' and
8452            not 'VHOST' and
8453            not 'IPSECHW'"
8454   parameters:
8455   - "throughput"
8456   - "parent"
8457   - "tags"
8458   sort:
8459   - "not DOT1Q"
8460   - "VXLAN_1"
8461   - "VXLAN_10"
8462   - "VXLAN_100"
8463   - "VXLAN_1000"
8464   traces:
8465     hoverinfo: "x+y"
8466     boxpoints: "outliers"
8467     whiskerwidth: 0
8468   layout:
8469     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8470     layout: "plot-throughput"
8471
8472 -
8473   type: "plot"
8474   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8475   algorithm: "plot_performance_box"
8476   output-file-type: ".html"
8477   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8478   data: "plot-vpp-throughput-latency-3n-hsw"
8479   filter: "'NIC_Intel-X710' and
8480            '64B' and
8481            'ENCAP' and
8482            'NDRPDR' and
8483            '1T1C' and
8484            'VXLAN' and
8485            'L2BDMACLRN' and
8486            not 'VHOST' and
8487            not 'IPSECHW'"
8488   parameters:
8489   - "throughput"
8490   - "parent"
8491   - "tags"
8492   sort:
8493   - "not DOT1Q"
8494   - "VXLAN_1"
8495   - "VXLAN_10"
8496   - "VXLAN_100"
8497   - "VXLAN_1000"
8498   traces:
8499     hoverinfo: "x+y"
8500     boxpoints: "outliers"
8501     whiskerwidth: 0
8502   layout:
8503     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8504     layout: "plot-throughput"
8505
8506 -
8507   type: "plot"
8508   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8509   algorithm: "plot_performance_box"
8510   output-file-type: ".html"
8511   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8512   data: "plot-vpp-throughput-latency-3n-hsw"
8513   filter: "'NIC_Intel-X710' and
8514            '64B' and
8515            'ENCAP' and
8516            'NDRPDR' and
8517            '2T2C' and
8518            'VXLAN' and
8519            'L2BDMACLRN' and
8520            not 'VHOST' and
8521            not 'IPSECHW'"
8522   parameters:
8523   - "throughput"
8524   - "parent"
8525   - "tags"
8526   sort:
8527   - "not DOT1Q"
8528   - "VXLAN_1"
8529   - "VXLAN_10"
8530   - "VXLAN_100"
8531   - "VXLAN_1000"
8532   traces:
8533     hoverinfo: "x+y"
8534     boxpoints: "outliers"
8535     whiskerwidth: 0
8536   layout:
8537     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8538     layout: "plot-throughput"
8539
8540 -
8541   type: "plot"
8542   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8543   algorithm: "plot_performance_box"
8544   output-file-type: ".html"
8545   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8546   data: "plot-vpp-throughput-latency-3n-hsw"
8547   filter: "'NIC_Intel-X710' and
8548            '64B' and
8549            'ENCAP' and
8550            'NDRPDR' and
8551            '2T2C' and
8552            'VXLAN' and
8553            'L2BDMACLRN' and
8554            not 'VHOST' and
8555            not 'IPSECHW'"
8556   parameters:
8557   - "throughput"
8558   - "parent"
8559   - "tags"
8560   sort:
8561   - "not DOT1Q"
8562   - "VXLAN_1"
8563   - "VXLAN_10"
8564   - "VXLAN_100"
8565   - "VXLAN_1000"
8566   traces:
8567     hoverinfo: "x+y"
8568     boxpoints: "outliers"
8569     whiskerwidth: 0
8570   layout:
8571     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8572     layout: "plot-throughput"
8573
8574 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8575 -
8576   type: "plot"
8577   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8578   algorithm: "plot_performance_box"
8579   output-file-type: ".html"
8580   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8581   data: "plot-vpp-throughput-latency-3n-hsw"
8582   filter: "'NIC_Intel-X710' and
8583            '64B' and
8584            'ENCAP' and
8585            'NDRPDR' and
8586            '1T1C' and
8587            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8588            not 'DOT1Q' and
8589            not 'VHOST' and
8590            not 'IPSECHW'"
8591   parameters:
8592   - "throughput"
8593   - "parent"
8594   - "tags"
8595   sort:
8596   - "L2BDMACLRN"
8597   - "L2XCFWD"
8598   - "LISP"
8599   traces:
8600     hoverinfo: "x+y"
8601     boxpoints: "outliers"
8602     whiskerwidth: 0
8603   layout:
8604     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8605     layout: "plot-throughput"
8606
8607 -
8608   type: "plot"
8609   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8610   algorithm: "plot_performance_box"
8611   output-file-type: ".html"
8612   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8613   data: "plot-vpp-throughput-latency-3n-hsw"
8614   filter: "'NIC_Intel-X710' and
8615            '64B' and
8616            'ENCAP' and
8617            'NDRPDR' and
8618            '2T2C' and
8619            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8620            not 'DOT1Q' and
8621            not 'VHOST' and
8622            not 'IPSECHW'"
8623   parameters:
8624   - "throughput"
8625   - "parent"
8626   - "tags"
8627   sort:
8628   - "L2BDMACLRN"
8629   - "L2XCFWD"
8630   - "LISP"
8631   traces:
8632     hoverinfo: "x+y"
8633     boxpoints: "outliers"
8634     whiskerwidth: 0
8635   layout:
8636     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8637     layout: "plot-throughput"
8638
8639 -
8640   type: "plot"
8641   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8642   algorithm: "plot_performance_box"
8643   output-file-type: ".html"
8644   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8645   data: "plot-vpp-throughput-latency-3n-hsw"
8646   filter: "'NIC_Intel-X710' and
8647            '64B' and
8648            'ENCAP' and
8649            'NDRPDR' and
8650            '1T1C' and
8651            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8652            not 'DOT1Q' and
8653            not 'VHOST' and
8654            not 'IPSECHW'"
8655   parameters:
8656   - "throughput"
8657   - "parent"
8658   - "tags"
8659   sort:
8660   - "L2BDMACLRN"
8661   - "L2XCFWD"
8662   - "LISP"
8663   traces:
8664     hoverinfo: "x+y"
8665     boxpoints: "outliers"
8666     whiskerwidth: 0
8667   layout:
8668     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8669     layout: "plot-throughput"
8670
8671 -
8672   type: "plot"
8673   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8674   algorithm: "plot_performance_box"
8675   output-file-type: ".html"
8676   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8677   data: "plot-vpp-throughput-latency-3n-hsw"
8678   filter: "'NIC_Intel-X710' and
8679            '64B' and
8680            'ENCAP' and
8681            'NDRPDR' and
8682            '2T2C' and
8683            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8684            not 'DOT1Q' and
8685            not 'VHOST' and
8686            not 'IPSECHW'"
8687   parameters:
8688   - "throughput"
8689   - "parent"
8690   - "tags"
8691   sort:
8692   - "L2BDMACLRN"
8693   - "L2XCFWD"
8694   - "LISP"
8695   traces:
8696     hoverinfo: "x+y"
8697     boxpoints: "outliers"
8698     whiskerwidth: 0
8699   layout:
8700     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8701     layout: "plot-throughput"
8702
8703 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8704 -
8705   type: "plot"
8706   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8707   algorithm: "plot_performance_box"
8708   output-file-type: ".html"
8709   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8710   data: "plot-vpp-throughput-latency-3n-skx"
8711   filter: "'NIC_Intel-X710' and
8712            '64B' and
8713            'ENCAP' and
8714            'NDRPDR' and
8715            '2T1C' and
8716            'VXLAN' and
8717            'L2BDMACLRN' and
8718            not 'VHOST' and
8719            not 'IPSECHW'"
8720   parameters:
8721   - "throughput"
8722   - "parent"
8723   - "tags"
8724   sort:
8725   - "not DOT1Q"
8726   - "VXLAN_1"
8727   - "VXLAN_10"
8728   - "VXLAN_100"
8729   - "VXLAN_1000"
8730   traces:
8731     hoverinfo: "x+y"
8732     boxpoints: "outliers"
8733     whiskerwidth: 0
8734   layout:
8735     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8736     layout: "plot-throughput"
8737
8738 -
8739   type: "plot"
8740   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8741   algorithm: "plot_performance_box"
8742   output-file-type: ".html"
8743   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8744   data: "plot-vpp-throughput-latency-3n-skx"
8745   filter: "'NIC_Intel-X710' and
8746            '64B' and
8747            'ENCAP' and
8748            'NDRPDR' and
8749            '2T1C' and
8750            'VXLAN' and
8751            'L2BDMACLRN' and
8752            not 'VHOST' and
8753            not 'IPSECHW'"
8754   parameters:
8755   - "throughput"
8756   - "parent"
8757   - "tags"
8758   sort:
8759   - "not DOT1Q"
8760   - "VXLAN_1"
8761   - "VXLAN_10"
8762   - "VXLAN_100"
8763   - "VXLAN_1000"
8764   traces:
8765     hoverinfo: "x+y"
8766     boxpoints: "outliers"
8767     whiskerwidth: 0
8768   layout:
8769     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8770     layout: "plot-throughput"
8771
8772 -
8773   type: "plot"
8774   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8775   algorithm: "plot_performance_box"
8776   output-file-type: ".html"
8777   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8778   data: "plot-vpp-throughput-latency-3n-skx"
8779   filter: "'NIC_Intel-X710' and
8780            '64B' and
8781            'ENCAP' and
8782            'NDRPDR' and
8783            '4T2C' and
8784            'VXLAN' and
8785            'L2BDMACLRN' and
8786            not 'VHOST' and
8787            not 'IPSECHW'"
8788   parameters:
8789   - "throughput"
8790   - "parent"
8791   - "tags"
8792   sort:
8793   - "not DOT1Q"
8794   - "VXLAN_1"
8795   - "VXLAN_10"
8796   - "VXLAN_100"
8797   - "VXLAN_1000"
8798   traces:
8799     hoverinfo: "x+y"
8800     boxpoints: "outliers"
8801     whiskerwidth: 0
8802   layout:
8803     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8804     layout: "plot-throughput"
8805
8806 -
8807   type: "plot"
8808   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8809   algorithm: "plot_performance_box"
8810   output-file-type: ".html"
8811   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8812   data: "plot-vpp-throughput-latency-3n-skx"
8813   filter: "'NIC_Intel-X710' and
8814            '64B' and
8815            'ENCAP' and
8816            'NDRPDR' and
8817            '4T2C' and
8818            'VXLAN' and
8819            'L2BDMACLRN' and
8820            not 'VHOST' and
8821            not 'IPSECHW'"
8822   parameters:
8823   - "throughput"
8824   - "parent"
8825   - "tags"
8826   sort:
8827   - "not DOT1Q"
8828   - "VXLAN_1"
8829   - "VXLAN_10"
8830   - "VXLAN_100"
8831   - "VXLAN_1000"
8832   traces:
8833     hoverinfo: "x+y"
8834     boxpoints: "outliers"
8835     whiskerwidth: 0
8836   layout:
8837     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8838     layout: "plot-throughput"
8839
8840 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
8841 -
8842   type: "plot"
8843   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8844   algorithm: "plot_performance_box"
8845   output-file-type: ".html"
8846   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8847   data: "plot-vpp-throughput-latency-3n-skx"
8848   filter: "'NIC_Intel-X710' and
8849            '64B' and
8850            'ENCAP' and
8851            'NDRPDR' and
8852            '2T1C' and
8853            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8854            not 'DOT1Q' and
8855            not 'VHOST' and
8856            not 'IPSECHW'"
8857   parameters:
8858   - "throughput"
8859   - "parent"
8860   - "tags"
8861   sort:
8862   - "L2BDMACLRN"
8863   - "L2XCFWD"
8864   - "LISP"
8865   traces:
8866     hoverinfo: "x+y"
8867     boxpoints: "outliers"
8868     whiskerwidth: 0
8869   layout:
8870     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8871     layout: "plot-throughput"
8872
8873 -
8874   type: "plot"
8875   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8876   algorithm: "plot_performance_box"
8877   output-file-type: ".html"
8878   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8879   data: "plot-vpp-throughput-latency-3n-skx"
8880   filter: "'NIC_Intel-X710' and
8881            '64B' and
8882            'ENCAP' and
8883            'NDRPDR' and
8884            '4T2C' and
8885            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8886            not 'DOT1Q' and
8887            not 'VHOST' and
8888            not 'IPSECHW'"
8889   parameters:
8890   - "throughput"
8891   - "parent"
8892   - "tags"
8893   sort:
8894   - "L2BDMACLRN"
8895   - "L2XCFWD"
8896   - "LISP"
8897   traces:
8898     hoverinfo: "x+y"
8899     boxpoints: "outliers"
8900     whiskerwidth: 0
8901   layout:
8902     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8903     layout: "plot-throughput"
8904
8905 -
8906   type: "plot"
8907   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8908   algorithm: "plot_performance_box"
8909   output-file-type: ".html"
8910   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8911   data: "plot-vpp-throughput-latency-3n-skx"
8912   filter: "'NIC_Intel-X710' and
8913            '64B' and
8914            'ENCAP' and
8915            'NDRPDR' and
8916            '2T1C' and
8917            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8918            not 'DOT1Q' and
8919            not 'VHOST' and
8920            not 'IPSECHW'"
8921   parameters:
8922   - "throughput"
8923   - "parent"
8924   - "tags"
8925   sort:
8926   - "L2BDMACLRN"
8927   - "L2XCFWD"
8928   - "LISP"
8929   traces:
8930     hoverinfo: "x+y"
8931     boxpoints: "outliers"
8932     whiskerwidth: 0
8933   layout:
8934     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8935     layout: "plot-throughput"
8936
8937 -
8938   type: "plot"
8939   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8940   algorithm: "plot_performance_box"
8941   output-file-type: ".html"
8942   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8943   data: "plot-vpp-throughput-latency-3n-skx"
8944   filter: "'NIC_Intel-X710' and
8945            '64B' and
8946            'ENCAP' and
8947            'NDRPDR' and
8948            '4T2C' and
8949            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8950            not 'DOT1Q' and
8951            not 'VHOST' and
8952            not 'IPSECHW'"
8953   parameters:
8954   - "throughput"
8955   - "parent"
8956   - "tags"
8957   sort:
8958   - "L2BDMACLRN"
8959   - "L2XCFWD"
8960   - "LISP"
8961   traces:
8962     hoverinfo: "x+y"
8963     boxpoints: "outliers"
8964     whiskerwidth: 0
8965   layout:
8966     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8967     layout: "plot-throughput"
8968
8969 ################################################################################
8970
8971 # Packet Throughput - VPP IPv6 3n-hsw-x520
8972 -
8973   type: "plot"
8974   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8975   algorithm: "plot_performance_box"
8976   output-file-type: ".html"
8977   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8978   data: "plot-vpp-throughput-latency-3n-hsw"
8979   filter: "'NIC_Intel-X520-DA2' and
8980            '78B' and
8981            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8982            'NDRPDR' and
8983            '1T1C' and
8984            'IP6FWD' and
8985            not 'SRv6' and
8986            not 'IPSEC' and
8987            not 'VHOST'"
8988   parameters:
8989   - "throughput"
8990   - "parent"
8991   - "tags"
8992   sort:
8993   - "IP6BASE"
8994   - "FIB_20K"
8995   - "FIB_200K"
8996   - "FIB_2M"
8997   traces:
8998     hoverinfo: "x+y"
8999     boxpoints: "outliers"
9000     whiskerwidth: 0
9001   layout:
9002     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9003     layout: "plot-throughput"
9004
9005 -
9006   type: "plot"
9007   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9008   algorithm: "plot_performance_box"
9009   output-file-type: ".html"
9010   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9011   data: "plot-vpp-throughput-latency-3n-hsw"
9012   filter: "'NIC_Intel-X520-DA2' and
9013            '78B' and
9014            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9015            'NDRPDR' and
9016            '1T1C' and
9017            'IP6FWD' and
9018            not 'SRv6' and
9019            not 'IPSEC' and
9020            not 'VHOST'"
9021   parameters:
9022   - "throughput"
9023   - "parent"
9024   - "tags"
9025   sort:
9026   - "IP6BASE"
9027   - "FIB_20K"
9028   - "FIB_200K"
9029   - "FIB_2M"
9030   traces:
9031     hoverinfo: "x+y"
9032     boxpoints: "outliers"
9033     whiskerwidth: 0
9034   layout:
9035     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9036     layout: "plot-throughput"
9037
9038 -
9039   type: "plot"
9040   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9041   algorithm: "plot_performance_box"
9042   output-file-type: ".html"
9043   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9044   data: "plot-vpp-throughput-latency-3n-hsw"
9045   filter: "'NIC_Intel-X520-DA2' and
9046            '78B' and
9047            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9048            'NDRPDR' and
9049            '2T2C' and
9050            'IP6FWD' and
9051            not 'SRv6' and
9052            not 'IPSEC' and
9053            not 'VHOST'"
9054   parameters:
9055   - "throughput"
9056   - "parent"
9057   - "tags"
9058   sort:
9059   - "IP6BASE"
9060   - "FIB_20K"
9061   - "FIB_200K"
9062   - "FIB_2M"
9063   traces:
9064     hoverinfo: "x+y"
9065     boxpoints: "outliers"
9066     whiskerwidth: 0
9067   layout:
9068     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9069     layout: "plot-throughput"
9070
9071 -
9072   type: "plot"
9073   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9074   algorithm: "plot_performance_box"
9075   output-file-type: ".html"
9076   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9077   data: "plot-vpp-throughput-latency-3n-hsw"
9078   filter: "'NIC_Intel-X520-DA2' and
9079            '78B' and
9080            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9081            'NDRPDR' and
9082            '2T2C' and
9083            'IP6FWD' and
9084            not 'SRv6' and
9085            not 'IPSEC' and
9086            not 'VHOST'"
9087   parameters:
9088   - "throughput"
9089   - "parent"
9090   - "tags"
9091   sort:
9092   - "IP6BASE"
9093   - "FIB_20K"
9094   - "FIB_200K"
9095   - "FIB_2M"
9096   traces:
9097     hoverinfo: "x+y"
9098     boxpoints: "outliers"
9099     whiskerwidth: 0
9100   layout:
9101     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9102     layout: "plot-throughput"
9103
9104 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9105 -
9106   type: "plot"
9107   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9108   algorithm: "plot_performance_box"
9109   output-file-type: ".html"
9110   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9111   data: "plot-vpp-throughput-latency-3n-hsw"
9112   filter: "'NIC_Intel-X520-DA2' and
9113            '78B' and
9114            ('IP6BASE' or
9115             'POLICE_MARK' or
9116             'COPWHLIST' or
9117             'IACLDST') and
9118            'NDRPDR' and
9119            '1T1C' and
9120            'IP6FWD' and
9121            not 'SRv6' and
9122            not 'IPSEC' and
9123            not 'VHOST'"
9124   parameters:
9125   - "throughput"
9126   - "parent"
9127   - "tags"
9128   sort:
9129   - "IP6BASE"
9130   - "POLICE_MARK"
9131   - "COPWHLIST"
9132   - "IACLDST"
9133   traces:
9134     hoverinfo: "x+y"
9135     boxpoints: "outliers"
9136     whiskerwidth: 0
9137   layout:
9138     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9139     layout: "plot-throughput"
9140
9141 -
9142   type: "plot"
9143   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9144   algorithm: "plot_performance_box"
9145   output-file-type: ".html"
9146   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9147   data: "plot-vpp-throughput-latency-3n-hsw"
9148   filter: "'NIC_Intel-X520-DA2' and
9149            '78B' and
9150            ('IP6BASE' or
9151             'POLICE_MARK' or
9152             'COPWHLIST' or
9153             'IACLDST') and
9154            'NDRPDR' and
9155            '2T2C' and
9156            'IP6FWD' and
9157            not 'SRv6' and
9158            not 'IPSEC' and
9159            not 'VHOST'"
9160   parameters:
9161   - "throughput"
9162   - "parent"
9163   - "tags"
9164   sort:
9165   - "IP6BASE"
9166   - "POLICE_MARK"
9167   - "COPWHLIST"
9168   - "IACLDST"
9169   traces:
9170     hoverinfo: "x+y"
9171     boxpoints: "outliers"
9172     whiskerwidth: 0
9173   layout:
9174     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9175     layout: "plot-throughput"
9176
9177 -
9178   type: "plot"
9179   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9180   algorithm: "plot_performance_box"
9181   output-file-type: ".html"
9182   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9183   data: "plot-vpp-throughput-latency-3n-hsw"
9184   filter: "'NIC_Intel-X520-DA2' and
9185            '78B' and
9186            ('IP6BASE' or
9187             'POLICE_MARK' or
9188             'COPWHLIST' or
9189             'IACLDST') and
9190            'NDRPDR' and
9191            '1T1C' and
9192            'IP6FWD' and
9193            not 'SRv6' and
9194            not 'IPSEC' and
9195            not 'VHOST'"
9196   parameters:
9197   - "throughput"
9198   - "parent"
9199   - "tags"
9200   sort:
9201   - "IP6BASE"
9202   - "POLICE_MARK"
9203   - "COPWHLIST"
9204   - "IACLDST"
9205   traces:
9206     hoverinfo: "x+y"
9207     boxpoints: "outliers"
9208     whiskerwidth: 0
9209   layout:
9210     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9211     layout: "plot-throughput"
9212
9213 -
9214   type: "plot"
9215   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9216   algorithm: "plot_performance_box"
9217   output-file-type: ".html"
9218   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9219   data: "plot-vpp-throughput-latency-3n-hsw"
9220   filter: "'NIC_Intel-X520-DA2' and
9221            '78B' and
9222            ('IP6BASE' or
9223             'POLICE_MARK' or
9224             'COPWHLIST' or
9225             'IACLDST') and
9226            'NDRPDR' and
9227            '2T2C' and
9228            'IP6FWD' and
9229            not 'SRv6' and
9230            not 'IPSEC' and
9231            not 'VHOST'"
9232   parameters:
9233   - "throughput"
9234   - "parent"
9235   - "tags"
9236   sort:
9237   - "IP6BASE"
9238   - "POLICE_MARK"
9239   - "COPWHLIST"
9240   - "IACLDST"
9241   traces:
9242     hoverinfo: "x+y"
9243     boxpoints: "outliers"
9244     whiskerwidth: 0
9245   layout:
9246     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9247     layout: "plot-throughput"
9248
9249 # Packet Throughput - VPP IPv6 3n-hsw-x710
9250 -
9251   type: "plot"
9252   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9253   algorithm: "plot_performance_box"
9254   output-file-type: ".html"
9255   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9256   data: "plot-vpp-throughput-latency-3n-hsw"
9257   filter: "'NIC_Intel-X710' and
9258            '78B' and
9259            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9260            'NDRPDR' and
9261            '1T1C' and
9262            'IP6FWD' and
9263            not 'SRv6' and
9264            not 'IPSEC' and
9265            not 'VHOST'"
9266   parameters:
9267   - "throughput"
9268   - "parent"
9269   - "tags"
9270   sort:
9271   - "IP6BASE"
9272   - "FIB_20K"
9273   - "FIB_200K"
9274   - "FIB_2M"
9275   traces:
9276     hoverinfo: "x+y"
9277     boxpoints: "outliers"
9278     whiskerwidth: 0
9279   layout:
9280     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9281     layout: "plot-throughput"
9282
9283 -
9284   type: "plot"
9285   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9286   algorithm: "plot_performance_box"
9287   output-file-type: ".html"
9288   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9289   data: "plot-vpp-throughput-latency-3n-hsw"
9290   filter: "'NIC_Intel-X710' and
9291            '78B' and
9292            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9293            'NDRPDR' and
9294            '1T1C' and
9295            'IP6FWD' and
9296            not 'SRv6' and
9297            not 'IPSEC' and
9298            not 'VHOST'"
9299   parameters:
9300   - "throughput"
9301   - "parent"
9302   - "tags"
9303   sort:
9304   - "IP6BASE"
9305   - "FIB_20K"
9306   - "FIB_200K"
9307   - "FIB_2M"
9308   traces:
9309     hoverinfo: "x+y"
9310     boxpoints: "outliers"
9311     whiskerwidth: 0
9312   layout:
9313     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9314     layout: "plot-throughput"
9315
9316 -
9317   type: "plot"
9318   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9319   algorithm: "plot_performance_box"
9320   output-file-type: ".html"
9321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9322   data: "plot-vpp-throughput-latency-3n-hsw"
9323   filter: "'NIC_Intel-X710' and
9324            '78B' and
9325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9326            'NDRPDR' and
9327            '2T2C' and
9328            'IP6FWD' and
9329            not 'SRv6' and
9330            not 'IPSEC' and
9331            not 'VHOST'"
9332   parameters:
9333   - "throughput"
9334   - "parent"
9335   - "tags"
9336   sort:
9337   - "IP6BASE"
9338   - "FIB_20K"
9339   - "FIB_200K"
9340   - "FIB_2M"
9341   traces:
9342     hoverinfo: "x+y"
9343     boxpoints: "outliers"
9344     whiskerwidth: 0
9345   layout:
9346     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9347     layout: "plot-throughput"
9348
9349 -
9350   type: "plot"
9351   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9352   algorithm: "plot_performance_box"
9353   output-file-type: ".html"
9354   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9355   data: "plot-vpp-throughput-latency-3n-hsw"
9356   filter: "'NIC_Intel-X710' and
9357            '78B' and
9358            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9359            'NDRPDR' and
9360            '2T2C' and
9361            'IP6FWD' and
9362            not 'SRv6' and
9363            not 'IPSEC' and
9364            not 'VHOST'"
9365   parameters:
9366   - "throughput"
9367   - "parent"
9368   - "tags"
9369   sort:
9370   - "IP6BASE"
9371   - "FIB_20K"
9372   - "FIB_200K"
9373   - "FIB_2M"
9374   traces:
9375     hoverinfo: "x+y"
9376     boxpoints: "outliers"
9377     whiskerwidth: 0
9378   layout:
9379     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9380     layout: "plot-throughput"
9381
9382 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9383 -
9384   type: "plot"
9385   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9386   algorithm: "plot_performance_box"
9387   output-file-type: ".html"
9388   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9389   data: "plot-vpp-throughput-latency-3n-hsw"
9390   filter: "'NIC_Intel-X710' and
9391            '78B' and
9392            ('IP6BASE' or
9393             'POLICE_MARK' or
9394             'COPWHLIST' or
9395             'IACLDST') and
9396            'NDRPDR' and
9397            '1T1C' and
9398            'IP6FWD' and
9399            not 'SRv6' and
9400            not 'IPSEC' and
9401            not 'VHOST'"
9402   parameters:
9403   - "throughput"
9404   - "parent"
9405   - "tags"
9406   sort:
9407   - "IP6BASE"
9408   - "POLICE_MARK"
9409   - "COPWHLIST"
9410   - "IACLDST"
9411   traces:
9412     hoverinfo: "x+y"
9413     boxpoints: "outliers"
9414     whiskerwidth: 0
9415   layout:
9416     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9417     layout: "plot-throughput"
9418
9419 -
9420   type: "plot"
9421   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9422   algorithm: "plot_performance_box"
9423   output-file-type: ".html"
9424   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9425   data: "plot-vpp-throughput-latency-3n-hsw"
9426   filter: "'NIC_Intel-X710' and
9427            '78B' and
9428            ('IP6BASE' or
9429             'POLICE_MARK' or
9430             'COPWHLIST' or
9431             'IACLDST') and
9432            'NDRPDR' and
9433            '2T2C' and
9434            'IP6FWD' and
9435            not 'SRv6' and
9436            not 'IPSEC' and
9437            not 'VHOST'"
9438   parameters:
9439   - "throughput"
9440   - "parent"
9441   - "tags"
9442   sort:
9443   - "IP6BASE"
9444   - "POLICE_MARK"
9445   - "COPWHLIST"
9446   - "IACLDST"
9447   traces:
9448     hoverinfo: "x+y"
9449     boxpoints: "outliers"
9450     whiskerwidth: 0
9451   layout:
9452     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9453     layout: "plot-throughput"
9454
9455 -
9456   type: "plot"
9457   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9458   algorithm: "plot_performance_box"
9459   output-file-type: ".html"
9460   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9461   data: "plot-vpp-throughput-latency-3n-hsw"
9462   filter: "'NIC_Intel-X710' and
9463            '78B' and
9464            ('IP6BASE' or
9465             'POLICE_MARK' or
9466             'COPWHLIST' or
9467             'IACLDST') and
9468            'NDRPDR' and
9469            '1T1C' and
9470            'IP6FWD' and
9471            not 'SRv6' and
9472            not 'IPSEC' and
9473            not 'VHOST'"
9474   parameters:
9475   - "throughput"
9476   - "parent"
9477   - "tags"
9478   sort:
9479   - "IP6BASE"
9480   - "POLICE_MARK"
9481   - "COPWHLIST"
9482   - "IACLDST"
9483   traces:
9484     hoverinfo: "x+y"
9485     boxpoints: "outliers"
9486     whiskerwidth: 0
9487   layout:
9488     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9489     layout: "plot-throughput"
9490
9491 -
9492   type: "plot"
9493   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9494   algorithm: "plot_performance_box"
9495   output-file-type: ".html"
9496   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9497   data: "plot-vpp-throughput-latency-3n-hsw"
9498   filter: "'NIC_Intel-X710' and
9499            '78B' and
9500            ('IP6BASE' or
9501             'POLICE_MARK' or
9502             'COPWHLIST' or
9503             'IACLDST') and
9504            'NDRPDR' and
9505            '2T2C' and
9506            'IP6FWD' and
9507            not 'SRv6' and
9508            not 'IPSEC' and
9509            not 'VHOST'"
9510   parameters:
9511   - "throughput"
9512   - "parent"
9513   - "tags"
9514   sort:
9515   - "IP6BASE"
9516   - "POLICE_MARK"
9517   - "COPWHLIST"
9518   - "IACLDST"
9519   traces:
9520     hoverinfo: "x+y"
9521     boxpoints: "outliers"
9522     whiskerwidth: 0
9523   layout:
9524     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9525     layout: "plot-throughput"
9526
9527 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9528 -
9529   type: "plot"
9530   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9531   algorithm: "plot_performance_box"
9532   output-file-type: ".html"
9533   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9534   data: "plot-vpp-throughput-latency-3n-hsw"
9535   filter: "'NIC_Intel-XL710' and
9536            '78B' and
9537            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9538            'NDRPDR' and
9539            '1T1C' and
9540            'IP6FWD' and
9541            not 'SRv6' and
9542            not 'IPSEC' and
9543            not 'VHOST'"
9544   parameters:
9545   - "throughput"
9546   - "parent"
9547   - "tags"
9548   sort:
9549   - "IP6BASE"
9550   - "FIB_20K"
9551   - "FIB_200K"
9552   - "FIB_2M"
9553   traces:
9554     hoverinfo: "x+y"
9555     boxpoints: "outliers"
9556     whiskerwidth: 0
9557   layout:
9558     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9559     layout: "plot-throughput"
9560
9561 -
9562   type: "plot"
9563   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9564   algorithm: "plot_performance_box"
9565   output-file-type: ".html"
9566   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9567   data: "plot-vpp-throughput-latency-3n-hsw"
9568   filter: "'NIC_Intel-XL710' and
9569            '78B' and
9570            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9571            'NDRPDR' and
9572            '1T1C' and
9573            'IP6FWD' and
9574            not 'SRv6' and
9575            not 'IPSEC' and
9576            not 'VHOST'"
9577   parameters:
9578   - "throughput"
9579   - "parent"
9580   - "tags"
9581   sort:
9582   - "IP6BASE"
9583   - "FIB_20K"
9584   - "FIB_200K"
9585   - "FIB_2M"
9586   traces:
9587     hoverinfo: "x+y"
9588     boxpoints: "outliers"
9589     whiskerwidth: 0
9590   layout:
9591     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9592     layout: "plot-throughput"
9593
9594 -
9595   type: "plot"
9596   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9597   algorithm: "plot_performance_box"
9598   output-file-type: ".html"
9599   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9600   data: "plot-vpp-throughput-latency-3n-hsw"
9601   filter: "'NIC_Intel-XL710' and
9602            '78B' and
9603            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9604            'NDRPDR' and
9605            '2T2C' and
9606            'IP6FWD' and
9607            not 'SRv6' and
9608            not 'IPSEC' and
9609            not 'VHOST'"
9610   parameters:
9611   - "throughput"
9612   - "parent"
9613   - "tags"
9614   sort:
9615   - "IP6BASE"
9616   - "FIB_20K"
9617   - "FIB_200K"
9618   - "FIB_2M"
9619   traces:
9620     hoverinfo: "x+y"
9621     boxpoints: "outliers"
9622     whiskerwidth: 0
9623   layout:
9624     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9625     layout: "plot-throughput"
9626
9627 -
9628   type: "plot"
9629   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9630   algorithm: "plot_performance_box"
9631   output-file-type: ".html"
9632   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9633   data: "plot-vpp-throughput-latency-3n-hsw"
9634   filter: "'NIC_Intel-XL710' and
9635            '78B' and
9636            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9637            'NDRPDR' and
9638            '2T2C' and
9639            'IP6FWD' and
9640            not 'SRv6' and
9641            not 'IPSEC' and
9642            not 'VHOST'"
9643   parameters:
9644   - "throughput"
9645   - "parent"
9646   - "tags"
9647   sort:
9648   - "IP6BASE"
9649   - "FIB_20K"
9650   - "FIB_200K"
9651   - "FIB_2M"
9652   traces:
9653     hoverinfo: "x+y"
9654     boxpoints: "outliers"
9655     whiskerwidth: 0
9656   layout:
9657     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9658     layout: "plot-throughput"
9659
9660 # Packet Throughput - VPP IPv6 3n-skx-x710
9661 -
9662   type: "plot"
9663   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9664   algorithm: "plot_performance_box"
9665   output-file-type: ".html"
9666   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9667   data: "plot-vpp-throughput-latency-3n-skx"
9668   filter: "'NIC_Intel-X710' and
9669            '78B' and
9670            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9671            'NDRPDR' and
9672            '2T1C' and
9673            'IP6FWD' and
9674            not 'SRv6' and
9675            not 'IPSEC' and
9676            not 'VHOST'"
9677   parameters:
9678   - "throughput"
9679   - "parent"
9680   - "tags"
9681   sort:
9682   - "IP6BASE"
9683   - "FIB_20K"
9684   - "FIB_200K"
9685   - "FIB_2M"
9686   traces:
9687     hoverinfo: "x+y"
9688     boxpoints: "outliers"
9689     whiskerwidth: 0
9690   layout:
9691     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9692     layout: "plot-throughput"
9693
9694 -
9695   type: "plot"
9696   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9697   algorithm: "plot_performance_box"
9698   output-file-type: ".html"
9699   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9700   data: "plot-vpp-throughput-latency-3n-skx"
9701   filter: "'NIC_Intel-X710' and
9702            '78B' and
9703            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9704            'NDRPDR' and
9705            '2T1C' and
9706            'IP6FWD' and
9707            not 'SRv6' and
9708            not 'IPSEC' and
9709            not 'VHOST'"
9710   parameters:
9711   - "throughput"
9712   - "parent"
9713   - "tags"
9714   sort:
9715   - "IP6BASE"
9716   - "FIB_20K"
9717   - "FIB_200K"
9718   - "FIB_2M"
9719   traces:
9720     hoverinfo: "x+y"
9721     boxpoints: "outliers"
9722     whiskerwidth: 0
9723   layout:
9724     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9725     layout: "plot-throughput"
9726
9727 -
9728   type: "plot"
9729   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9730   algorithm: "plot_performance_box"
9731   output-file-type: ".html"
9732   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9733   data: "plot-vpp-throughput-latency-3n-skx"
9734   filter: "'NIC_Intel-X710' and
9735            '78B' and
9736            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9737            'NDRPDR' and
9738            '4T12' and
9739            'IP6FWD' and
9740            not 'SRv6' and
9741            not 'IPSEC' and
9742            not 'VHOST'"
9743   parameters:
9744   - "throughput"
9745   - "parent"
9746   - "tags"
9747   sort:
9748   - "IP6BASE"
9749   - "FIB_20K"
9750   - "FIB_200K"
9751   - "FIB_2M"
9752   traces:
9753     hoverinfo: "x+y"
9754     boxpoints: "outliers"
9755     whiskerwidth: 0
9756   layout:
9757     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9758     layout: "plot-throughput"
9759
9760 -
9761   type: "plot"
9762   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9763   algorithm: "plot_performance_box"
9764   output-file-type: ".html"
9765   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9766   data: "plot-vpp-throughput-latency-3n-skx"
9767   filter: "'NIC_Intel-X710' and
9768            '78B' and
9769            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9770            'NDRPDR' and
9771            '4T2C' and
9772            'IP6FWD' and
9773            not 'SRv6' and
9774            not 'IPSEC' and
9775            not 'VHOST'"
9776   parameters:
9777   - "throughput"
9778   - "parent"
9779   - "tags"
9780   sort:
9781   - "IP6BASE"
9782   - "FIB_20K"
9783   - "FIB_200K"
9784   - "FIB_2M"
9785   traces:
9786     hoverinfo: "x+y"
9787     boxpoints: "outliers"
9788     whiskerwidth: 0
9789   layout:
9790     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9791     layout: "plot-throughput"
9792
9793 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9794 -
9795   type: "plot"
9796   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9797   algorithm: "plot_performance_box"
9798   output-file-type: ".html"
9799   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9800   data: "plot-vpp-throughput-latency-3n-skx"
9801   filter: "'NIC_Intel-X710' and
9802            '78B' and
9803            ('IP6BASE' or
9804             'POLICE_MARK' or
9805             'COPWHLIST' or
9806             'IACLDST') and
9807            'NDRPDR' and
9808            '2T1C' and
9809            'IP6FWD' and
9810            not 'SRv6' and
9811            not 'IPSEC' and
9812            not 'VHOST'"
9813   parameters:
9814   - "throughput"
9815   - "parent"
9816   - "tags"
9817   sort:
9818   - "IP6BASE"
9819   - "POLICE_MARK"
9820   - "COPWHLIST"
9821   - "IACLDST"
9822   traces:
9823     hoverinfo: "x+y"
9824     boxpoints: "outliers"
9825     whiskerwidth: 0
9826   layout:
9827     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9828     layout: "plot-throughput"
9829
9830 -
9831   type: "plot"
9832   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9833   algorithm: "plot_performance_box"
9834   output-file-type: ".html"
9835   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9836   data: "plot-vpp-throughput-latency-3n-hsw"
9837   filter: "'NIC_Intel-X710' and
9838            '78B' and
9839            ('IP6BASE' or
9840             'POLICE_MARK' or
9841             'COPWHLIST' or
9842             'IACLDST') and
9843            'NDRPDR' and
9844            '4T2C' and
9845            'IP6FWD' and
9846            not 'SRv6' and
9847            not 'IPSEC' and
9848            not 'VHOST'"
9849   parameters:
9850   - "throughput"
9851   - "parent"
9852   - "tags"
9853   sort:
9854   - "IP6BASE"
9855   - "POLICE_MARK"
9856   - "COPWHLIST"
9857   - "IACLDST"
9858   traces:
9859     hoverinfo: "x+y"
9860     boxpoints: "outliers"
9861     whiskerwidth: 0
9862   layout:
9863     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9864     layout: "plot-throughput"
9865
9866 -
9867   type: "plot"
9868   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9869   algorithm: "plot_performance_box"
9870   output-file-type: ".html"
9871   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9872   data: "plot-vpp-throughput-latency-3n-skx"
9873   filter: "'NIC_Intel-X710' and
9874            '78B' and
9875            ('IP6BASE' or
9876             'POLICE_MARK' or
9877             'COPWHLIST' or
9878             'IACLDST') and
9879            'NDRPDR' and
9880            '2T1C' and
9881            'IP6FWD' and
9882            not 'SRv6' and
9883            not 'IPSEC' and
9884            not 'VHOST'"
9885   parameters:
9886   - "throughput"
9887   - "parent"
9888   - "tags"
9889   sort:
9890   - "IP6BASE"
9891   - "POLICE_MARK"
9892   - "COPWHLIST"
9893   - "IACLDST"
9894   traces:
9895     hoverinfo: "x+y"
9896     boxpoints: "outliers"
9897     whiskerwidth: 0
9898   layout:
9899     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9900     layout: "plot-throughput"
9901
9902 -
9903   type: "plot"
9904   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9905   algorithm: "plot_performance_box"
9906   output-file-type: ".html"
9907   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9908   data: "plot-vpp-throughput-latency-3n-skx"
9909   filter: "'NIC_Intel-X710' and
9910            '78B' and
9911            ('IP6BASE' or
9912             'POLICE_MARK' or
9913             'COPWHLIST' or
9914             'IACLDST') and
9915            'NDRPDR' and
9916            '4T2C' and
9917            'IP6FWD' and
9918            not 'SRv6' and
9919            not 'IPSEC' and
9920            not 'VHOST'"
9921   parameters:
9922   - "throughput"
9923   - "parent"
9924   - "tags"
9925   sort:
9926   - "IP6BASE"
9927   - "POLICE_MARK"
9928   - "COPWHLIST"
9929   - "IACLDST"
9930   traces:
9931     hoverinfo: "x+y"
9932     boxpoints: "outliers"
9933     whiskerwidth: 0
9934   layout:
9935     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9936     layout: "plot-throughput"
9937
9938 # Packet Throughput - VPP IPv6 2n-skx-x710
9939 -
9940   type: "plot"
9941   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9942   algorithm: "plot_performance_box"
9943   output-file-type: ".html"
9944   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9945   data: "plot-vpp-throughput-latency-2n-skx"
9946   filter: "'NIC_Intel-X710' and
9947            '78B' and
9948            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9949            'NDRPDR' and
9950            '2T1C' and
9951            'IP6FWD' and
9952            not 'SRv6' and
9953            not 'IPSEC' and
9954            not 'VHOST'"
9955   parameters:
9956   - "throughput"
9957   - "parent"
9958   - "tags"
9959   sort:
9960   - "IP6BASE"
9961   - "FIB_20K"
9962   - "FIB_200K"
9963   - "FIB_2M"
9964   traces:
9965     hoverinfo: "x+y"
9966     boxpoints: "outliers"
9967     whiskerwidth: 0
9968   layout:
9969     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9970     layout: "plot-throughput"
9971
9972 -
9973   type: "plot"
9974   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
9975   algorithm: "plot_performance_box"
9976   output-file-type: ".html"
9977   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
9978   data: "plot-vpp-throughput-latency-2n-skx"
9979   filter: "'NIC_Intel-X710' and
9980            '78B' and
9981            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9982            'NDRPDR' and
9983            '2T1C' and
9984            'IP6FWD' and
9985            not 'SRv6' and
9986            not 'IPSEC' and
9987            not 'VHOST'"
9988   parameters:
9989   - "throughput"
9990   - "parent"
9991   - "tags"
9992   sort:
9993   - "IP6BASE"
9994   - "FIB_20K"
9995   - "FIB_200K"
9996   - "FIB_2M"
9997   traces:
9998     hoverinfo: "x+y"
9999     boxpoints: "outliers"
10000     whiskerwidth: 0
10001   layout:
10002     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10003     layout: "plot-throughput"
10004
10005 -
10006   type: "plot"
10007   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10008   algorithm: "plot_performance_box"
10009   output-file-type: ".html"
10010   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10011   data: "plot-vpp-throughput-latency-2n-skx"
10012   filter: "'NIC_Intel-X710' and
10013            '78B' and
10014            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10015            'NDRPDR' and
10016            '4T2C' and
10017            'IP6FWD' and
10018            not 'SRv6' and
10019            not 'IPSEC' and
10020            not 'VHOST'"
10021   parameters:
10022   - "throughput"
10023   - "parent"
10024   - "tags"
10025   sort:
10026   - "IP6BASE"
10027   - "FIB_20K"
10028   - "FIB_200K"
10029   - "FIB_2M"
10030   traces:
10031     hoverinfo: "x+y"
10032     boxpoints: "outliers"
10033     whiskerwidth: 0
10034   layout:
10035     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10036     layout: "plot-throughput"
10037
10038 -
10039   type: "plot"
10040   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10041   algorithm: "plot_performance_box"
10042   output-file-type: ".html"
10043   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10044   data: "plot-vpp-throughput-latency-2n-skx"
10045   filter: "'NIC_Intel-X710' and
10046            '78B' and
10047            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10048            'NDRPDR' and
10049            '4T2C' and
10050            'IP6FWD' and
10051            not 'SRv6' and
10052            not 'IPSEC' and
10053            not 'VHOST'"
10054   parameters:
10055   - "throughput"
10056   - "parent"
10057   - "tags"
10058   sort:
10059   - "IP6BASE"
10060   - "FIB_20K"
10061   - "FIB_200K"
10062   - "FIB_2M"
10063   traces:
10064     hoverinfo: "x+y"
10065     boxpoints: "outliers"
10066     whiskerwidth: 0
10067   layout:
10068     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10069     layout: "plot-throughput"
10070
10071 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10072 -
10073   type: "plot"
10074   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10075   algorithm: "plot_performance_box"
10076   output-file-type: ".html"
10077   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10078   data: "plot-vpp-throughput-latency-2n-skx"
10079   filter: "'NIC_Intel-XXV710' and
10080            '78B' and
10081            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10082            'NDRPDR' and
10083            '2T1C' and
10084            'IP6FWD' and
10085            not 'SRv6' and
10086            not 'IPSEC' and
10087            not 'VHOST'"
10088   parameters:
10089   - "throughput"
10090   - "parent"
10091   - "tags"
10092   sort:
10093   - "IP6BASE"
10094   - "FIB_20K"
10095   - "FIB_200K"
10096   - "FIB_2M"
10097   traces:
10098     hoverinfo: "x+y"
10099     boxpoints: "outliers"
10100     whiskerwidth: 0
10101   layout:
10102     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10103     layout: "plot-throughput"
10104
10105 -
10106   type: "plot"
10107   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10108   algorithm: "plot_performance_box"
10109   output-file-type: ".html"
10110   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10111   data: "plot-vpp-throughput-latency-2n-skx"
10112   filter: "'NIC_Intel-XXV710' and
10113            '78B' and
10114            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10115            'NDRPDR' and
10116            '2T1C' and
10117            'IP6FWD' and
10118            not 'SRv6' and
10119            not 'IPSEC' and
10120            not 'VHOST'"
10121   parameters:
10122   - "throughput"
10123   - "parent"
10124   - "tags"
10125   sort:
10126   - "IP6BASE"
10127   - "FIB_20K"
10128   - "FIB_200K"
10129   - "FIB_2M"
10130   traces:
10131     hoverinfo: "x+y"
10132     boxpoints: "outliers"
10133     whiskerwidth: 0
10134   layout:
10135     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10136     layout: "plot-throughput"
10137
10138 -
10139   type: "plot"
10140   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10141   algorithm: "plot_performance_box"
10142   output-file-type: ".html"
10143   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10144   data: "plot-vpp-throughput-latency-2n-skx"
10145   filter: "'NIC_Intel-XXV710' and
10146            '78B' and
10147            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10148            'NDRPDR' and
10149            '4T2C' and
10150            'IP6FWD' and
10151            not 'SRv6' and
10152            not 'IPSEC' and
10153            not 'VHOST'"
10154   parameters:
10155   - "throughput"
10156   - "parent"
10157   - "tags"
10158   sort:
10159   - "IP6BASE"
10160   - "FIB_20K"
10161   - "FIB_200K"
10162   - "FIB_2M"
10163   traces:
10164     hoverinfo: "x+y"
10165     boxpoints: "outliers"
10166     whiskerwidth: 0
10167   layout:
10168     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10169     layout: "plot-throughput"
10170
10171 -
10172   type: "plot"
10173   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10174   algorithm: "plot_performance_box"
10175   output-file-type: ".html"
10176   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10177   data: "plot-vpp-throughput-latency-2n-skx"
10178   filter: "'NIC_Intel-XXV710' and
10179            '78B' and
10180            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10181            'NDRPDR' and
10182            '4T2C' and
10183            'IP6FWD' and
10184            not 'SRv6' and
10185            not 'IPSEC' and
10186            not 'VHOST'"
10187   parameters:
10188   - "throughput"
10189   - "parent"
10190   - "tags"
10191   sort:
10192   - "IP6BASE"
10193   - "FIB_20K"
10194   - "FIB_200K"
10195   - "FIB_2M"
10196   traces:
10197     hoverinfo: "x+y"
10198     boxpoints: "outliers"
10199     whiskerwidth: 0
10200   layout:
10201     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10202     layout: "plot-throughput"
10203
10204 ################################################################################
10205
10206 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10207 -
10208   type: "plot"
10209   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10210   algorithm: "plot_performance_box"
10211   output-file-type: ".html"
10212   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10213   data: "plot-vpp-throughput-latency-3n-hsw"
10214   filter: "'NIC_Intel-X520-DA2' and
10215            '78B' and
10216            'ENCAP' and
10217            'NDRPDR' and
10218            '1T1C' and
10219            'LISP' and
10220            not 'VHOST'"
10221   parameters:
10222   - "throughput"
10223   - "parent"
10224   - "tags"
10225   sort:
10226   - "IP4UNRLAY"
10227   - "IP6UNRLAY"
10228   traces:
10229     hoverinfo: "x+y"
10230     boxpoints: "outliers"
10231     whiskerwidth: 0
10232   layout:
10233     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10234     layout: "plot-throughput"
10235
10236 -
10237   type: "plot"
10238   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10239   algorithm: "plot_performance_box"
10240   output-file-type: ".html"
10241   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10242   data: "plot-vpp-throughput-latency-3n-hsw"
10243   filter: "'NIC_Intel-X520-DA2' and
10244            '78B' and
10245            'ENCAP' and
10246            'NDRPDR' and
10247            '1T1C' and
10248            'LISP' and
10249            not 'VHOST'"
10250   parameters:
10251   - "throughput"
10252   - "parent"
10253   - "tags"
10254   sort:
10255   - "IP4UNRLAY"
10256   - "IP6UNRLAY"
10257   traces:
10258     hoverinfo: "x+y"
10259     boxpoints: "outliers"
10260     whiskerwidth: 0
10261   layout:
10262     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10263     layout: "plot-throughput"
10264
10265 -
10266   type: "plot"
10267   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10268   algorithm: "plot_performance_box"
10269   output-file-type: ".html"
10270   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10271   data: "plot-vpp-throughput-latency-3n-hsw"
10272   filter: "'NIC_Intel-X520-DA2' and
10273            '78B' and
10274            'ENCAP' and
10275            'NDRPDR' and
10276            '2T2C' and
10277            'LISP' and
10278            not 'VHOST'"
10279   parameters:
10280   - "throughput"
10281   - "parent"
10282   - "tags"
10283   sort:
10284   - "IP4UNRLAY"
10285   - "IP6UNRLAY"
10286   traces:
10287     hoverinfo: "x+y"
10288     boxpoints: "outliers"
10289     whiskerwidth: 0
10290   layout:
10291     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10292     layout: "plot-throughput"
10293
10294 -
10295   type: "plot"
10296   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10297   algorithm: "plot_performance_box"
10298   output-file-type: ".html"
10299   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10300   data: "plot-vpp-throughput-latency-3n-hsw"
10301   filter: "'NIC_Intel-X520-DA2' and
10302            '78B' and
10303            'ENCAP' and
10304            'NDRPDR' and
10305            '2T2C' and
10306            'LISP' and
10307            not 'VHOST'"
10308   parameters:
10309   - "throughput"
10310   - "parent"
10311   - "tags"
10312   sort:
10313   - "IP4UNRLAY"
10314   - "IP6UNRLAY"
10315   traces:
10316     hoverinfo: "x+y"
10317     boxpoints: "outliers"
10318     whiskerwidth: 0
10319   layout:
10320     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10321     layout: "plot-throughput"
10322
10323 ################################################################################
10324
10325 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10326 -
10327   type: "plot"
10328   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10329   algorithm: "plot_performance_box"
10330   output-file-type: ".html"
10331   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10332   data: "plot-vpp-throughput-latency-3n-hsw"
10333   filter: "'NIC_Intel-XL710' and
10334            '64B' and
10335            'IP4FWD' and
10336            'NDRPDR' and
10337            'BASE' and
10338            '1T1C' and
10339            'IPSECHW' and
10340            ('IPSECTRAN' or 'IPSECTUN') and
10341            not 'VHOST'"
10342   parameters:
10343   - "throughput"
10344   - "parent"
10345   - "tags"
10346   traces:
10347     hoverinfo: "x+y"
10348     boxpoints: "outliers"
10349     whiskerwidth: 0
10350   layout:
10351     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10352     layout: "plot-throughput"
10353
10354 -
10355   type: "plot"
10356   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10357   algorithm: "plot_performance_box"
10358   output-file-type: ".html"
10359   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10360   data: "plot-vpp-throughput-latency-3n-hsw"
10361   filter: "'NIC_Intel-XL710' and
10362            '64B' and
10363            'IP4FWD' and
10364            'NDRPDR' and
10365            'BASE' and
10366            '1T1C' and
10367            'IPSECHW' and
10368            ('IPSECTRAN' or 'IPSECTUN') and
10369            not 'VHOST'"
10370   parameters:
10371   - "throughput"
10372   - "parent"
10373   - "tags"
10374   traces:
10375     hoverinfo: "x+y"
10376     boxpoints: "outliers"
10377     whiskerwidth: 0
10378   layout:
10379     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10380     layout: "plot-throughput"
10381
10382 -
10383   type: "plot"
10384   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10385   algorithm: "plot_performance_box"
10386   output-file-type: ".html"
10387   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10388   data: "plot-vpp-throughput-latency-3n-hsw"
10389   filter: "'NIC_Intel-XL710' and
10390            '64B' and
10391            'IP4FWD' and
10392            'NDRPDR' and
10393            'BASE' and
10394            '2T2C' and
10395            'IPSECHW' and
10396            ('IPSECTRAN' or 'IPSECTUN') and
10397            not 'VHOST'"
10398   parameters:
10399   - "throughput"
10400   - "parent"
10401   - "tags"
10402   traces:
10403     hoverinfo: "x+y"
10404     boxpoints: "outliers"
10405     whiskerwidth: 0
10406   layout:
10407     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10408     layout: "plot-throughput"
10409
10410 -
10411   type: "plot"
10412   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10413   algorithm: "plot_performance_box"
10414   output-file-type: ".html"
10415   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10416   data: "plot-vpp-throughput-latency-3n-hsw"
10417   filter: "'NIC_Intel-XL710' and
10418            '64B' and
10419            'IP4FWD' and
10420            'NDRPDR' and
10421            'BASE' and
10422            '2T2C' and
10423            'IPSECHW' and
10424            ('IPSECTRAN' or 'IPSECTUN') and
10425            not 'VHOST'"
10426   parameters:
10427   - "throughput"
10428   - "parent"
10429   - "tags"
10430   traces:
10431     hoverinfo: "x+y"
10432     boxpoints: "outliers"
10433     whiskerwidth: 0
10434   layout:
10435     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10436     layout: "plot-throughput"
10437
10438 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10439 -
10440   type: "plot"
10441   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10442   algorithm: "plot_performance_box"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10445   data: "plot-vpp-throughput-latency-3n-hsw"
10446   filter: "'NIC_Intel-XL710' and
10447            '64B' and
10448            'IP4FWD' and
10449            'NDRPDR' and
10450            'SCALE' and
10451            '1T1C' and
10452            'IPSECHW' and
10453            ('IPSECTRAN' or 'IPSECTUN') and
10454            not 'VHOST'"
10455   parameters:
10456   - "throughput"
10457   - "parent"
10458   - "tags"
10459   traces:
10460     hoverinfo: "x+y"
10461     boxpoints: "outliers"
10462     whiskerwidth: 0
10463   layout:
10464     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10465     layout: "plot-throughput"
10466
10467 -
10468   type: "plot"
10469   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10470   algorithm: "plot_performance_box"
10471   output-file-type: ".html"
10472   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10473   data: "plot-vpp-throughput-latency-3n-hsw"
10474   filter: "'NIC_Intel-XL710' and
10475            '64B' and
10476            'IP4FWD' and
10477            'NDRPDR' and
10478            'SCALE' and
10479            '1T1C' and
10480            'IPSECHW' and
10481            ('IPSECTRAN' or 'IPSECTUN') and
10482            not 'VHOST'"
10483   parameters:
10484   - "throughput"
10485   - "parent"
10486   - "tags"
10487   traces:
10488     hoverinfo: "x+y"
10489     boxpoints: "outliers"
10490     whiskerwidth: 0
10491   layout:
10492     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10493     layout: "plot-throughput"
10494
10495 -
10496   type: "plot"
10497   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10498   algorithm: "plot_performance_box"
10499   output-file-type: ".html"
10500   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10501   data: "plot-vpp-throughput-latency-3n-hsw"
10502   filter: "'NIC_Intel-XL710' and
10503            '64B' and
10504            'IP4FWD' and
10505            'NDRPDR' and
10506            'SCALE' and
10507            '2T2C' and
10508            'IPSECHW' and
10509            ('IPSECTRAN' or 'IPSECTUN') and
10510            not 'VHOST'"
10511   parameters:
10512   - "throughput"
10513   - "parent"
10514   - "tags"
10515   traces:
10516     hoverinfo: "x+y"
10517     boxpoints: "outliers"
10518     whiskerwidth: 0
10519   layout:
10520     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10521     layout: "plot-throughput"
10522
10523 -
10524   type: "plot"
10525   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10526   algorithm: "plot_performance_box"
10527   output-file-type: ".html"
10528   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10529   data: "plot-vpp-throughput-latency-3n-hsw"
10530   filter: "'NIC_Intel-XL710' and
10531            '64B' and
10532            'IP4FWD' and
10533            'NDRPDR' and
10534            'SCALE' and
10535            '2T2C' and
10536            'IPSECHW' and
10537            ('IPSECTRAN' or 'IPSECTUN') and
10538            not 'VHOST'"
10539   parameters:
10540   - "throughput"
10541   - "parent"
10542   - "tags"
10543   traces:
10544     hoverinfo: "x+y"
10545     boxpoints: "outliers"
10546     whiskerwidth: 0
10547   layout:
10548     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10549     layout: "plot-throughput"
10550
10551 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10552 -
10553   type: "plot"
10554   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10555   algorithm: "plot_performance_box"
10556   output-file-type: ".html"
10557   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10558   data: "plot-vpp-throughput-latency-3n-hsw"
10559   filter: "'NIC_Intel-XL710' and
10560            '64B' and
10561            'IP4FWD' and
10562            'NDRPDR' and
10563            '1T1C' and
10564            'IPSECSW' and
10565            ('IPSECTRAN' or 'IPSECTUN') and
10566            not 'VHOST'"
10567   parameters:
10568   - "throughput"
10569   - "parent"
10570   - "tags"
10571   traces:
10572     hoverinfo: "x+y"
10573     boxpoints: "outliers"
10574     whiskerwidth: 0
10575   layout:
10576     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10577     layout: "plot-throughput"
10578
10579 -
10580   type: "plot"
10581   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10582   algorithm: "plot_performance_box"
10583   output-file-type: ".html"
10584   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10585   data: "plot-vpp-throughput-latency-3n-hsw"
10586   filter: "'NIC_Intel-XL710' and
10587            '64B' and
10588            'IP4FWD' and
10589            'NDRPDR' and
10590            '1T1C' and
10591            'IPSECSW' and
10592            ('IPSECTRAN' or 'IPSECTUN') and
10593            not 'VHOST'"
10594   parameters:
10595   - "throughput"
10596   - "parent"
10597   - "tags"
10598   traces:
10599     hoverinfo: "x+y"
10600     boxpoints: "outliers"
10601     whiskerwidth: 0
10602   layout:
10603     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10604     layout: "plot-throughput"
10605
10606 -
10607   type: "plot"
10608   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10609   algorithm: "plot_performance_box"
10610   output-file-type: ".html"
10611   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10612   data: "plot-vpp-throughput-latency-3n-hsw"
10613   filter: "'NIC_Intel-XL710' and
10614            '64B' and
10615            'IP4FWD' and
10616            'NDRPDR' and
10617            '2T2C' and
10618            'IPSECSW' and
10619            ('IPSECTRAN' or 'IPSECTUN') and
10620            not 'VHOST'"
10621   parameters:
10622   - "throughput"
10623   - "parent"
10624   - "tags"
10625   traces:
10626     hoverinfo: "x+y"
10627     boxpoints: "outliers"
10628     whiskerwidth: 0
10629   layout:
10630     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10631     layout: "plot-throughput"
10632
10633 -
10634   type: "plot"
10635   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10636   algorithm: "plot_performance_box"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10639   data: "plot-vpp-throughput-latency-3n-hsw"
10640   filter: "'NIC_Intel-XL710' and
10641            '64B' and
10642            'IP4FWD' and
10643            'NDRPDR' and
10644            '2T2C' and
10645            'IPSECSW' and
10646            ('IPSECTRAN' or 'IPSECTUN') and
10647            not 'VHOST'"
10648   parameters:
10649   - "throughput"
10650   - "parent"
10651   - "tags"
10652   traces:
10653     hoverinfo: "x+y"
10654     boxpoints: "outliers"
10655     whiskerwidth: 0
10656   layout:
10657     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10658     layout: "plot-throughput"
10659
10660 ################################################################################
10661
10662 # Packet Throughput - VPP SRv6 3n-hsw-x520
10663 -
10664   type: "plot"
10665   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10666   algorithm: "plot_performance_box"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10669   data: "plot-vpp-throughput-latency-3n-hsw"
10670   filter: "'NIC_Intel-X520-DA2' and
10671            '78B' and
10672            'FEATURE' and
10673            'NDRPDR' and
10674            '1T1C' and
10675            'IP6FWD' and
10676            'SRv6'"
10677   parameters:
10678   - "throughput"
10679   - "parent"
10680   - "tags"
10681   traces:
10682     hoverinfo: "x+y"
10683     boxpoints: "outliers"
10684     whiskerwidth: 0
10685   layout:
10686     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10687     layout: "plot-throughput"
10688
10689 -
10690   type: "plot"
10691   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10692   algorithm: "plot_performance_box"
10693   output-file-type: ".html"
10694   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10695   data: "plot-vpp-throughput-latency-3n-hsw"
10696   filter: "'NIC_Intel-X520-DA2' and
10697            '78B' and
10698            'FEATURE' and
10699            'NDRPDR' and
10700            '1T1C' and
10701            'IP6FWD' and
10702            'SRv6'"
10703   parameters:
10704   - "throughput"
10705   - "parent"
10706   - "tags"
10707   traces:
10708     hoverinfo: "x+y"
10709     boxpoints: "outliers"
10710     whiskerwidth: 0
10711   layout:
10712     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10713     layout: "plot-throughput"
10714
10715 -
10716   type: "plot"
10717   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10718   algorithm: "plot_performance_box"
10719   output-file-type: ".html"
10720   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10721   data: "plot-vpp-throughput-latency-3n-hsw"
10722   filter: "'NIC_Intel-X520-DA2' and
10723            '78B' and
10724            'FEATURE' and
10725            'NDRPDR' and
10726            '2T2C' and
10727            'IP6FWD' and
10728            'SRv6'"
10729   parameters:
10730   - "throughput"
10731   - "parent"
10732   - "tags"
10733   traces:
10734     hoverinfo: "x+y"
10735     boxpoints: "outliers"
10736     whiskerwidth: 0
10737   layout:
10738     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10739     layout: "plot-throughput"
10740
10741 -
10742   type: "plot"
10743   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10744   algorithm: "plot_performance_box"
10745   output-file-type: ".html"
10746   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10747   data: "plot-vpp-throughput-latency-3n-hsw"
10748   filter: "'NIC_Intel-X520-DA2' and
10749            '78B' and
10750            'FEATURE' and
10751            'NDRPDR' and
10752            '2T2C' and
10753            'IP6FWD' and
10754            'SRv6'"
10755   parameters:
10756   - "throughput"
10757   - "parent"
10758   - "tags"
10759   traces:
10760     hoverinfo: "x+y"
10761     boxpoints: "outliers"
10762     whiskerwidth: 0
10763   layout:
10764     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10765     layout: "plot-throughput"
10766
10767 ################################################################################
10768
10769 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10770 -
10771   type: "plot"
10772   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10773   algorithm: "plot_performance_box"
10774   output-file-type: ".html"
10775   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10776   data: "plot-vpp-throughput-latency-3n-hsw"
10777   filter: "'NIC_Intel-X520-DA2' and
10778            '64B' and
10779            'NDRPDR' and
10780            'ETH' and
10781            'IP4FWD' and
10782            '1T1C' and
10783            'VHOST_1024' and
10784            not 'VXLAN' and
10785            not 'DOT1Q'"
10786   parameters:
10787   - "throughput"
10788   - "parent"
10789   - "tags"
10790   sort:
10791   - "not CFS_OPT"
10792   - "1VM"
10793   - "2VM"
10794   traces:
10795     hoverinfo: "x+y"
10796     boxpoints: "outliers"
10797     whiskerwidth: 0
10798   layout:
10799     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10800     layout: "plot-throughput"
10801
10802 -
10803   type: "plot"
10804   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10805   algorithm: "plot_performance_box"
10806   output-file-type: ".html"
10807   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10808   data: "plot-vpp-throughput-latency-3n-hsw"
10809   filter: "'NIC_Intel-X520-DA2' and
10810            '64B' and
10811            'NDRPDR' and
10812            'ETH' and
10813            'IP4FWD' and
10814            '2T2C' and
10815            'VHOST_1024' and
10816            not 'VXLAN' and
10817            not 'DOT1Q'"
10818   parameters:
10819   - "throughput"
10820   - "parent"
10821   - "tags"
10822   sort:
10823   - "not CFS_OPT"
10824   - "1VM"
10825   - "2VM"
10826   traces:
10827     hoverinfo: "x+y"
10828     boxpoints: "outliers"
10829     whiskerwidth: 0
10830   layout:
10831     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10832     layout: "plot-throughput"
10833
10834 -
10835   type: "plot"
10836   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10837   algorithm: "plot_performance_box"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10840   data: "plot-vpp-throughput-latency-3n-hsw"
10841   filter: "'NIC_Intel-X520-DA2' and
10842            '64B' and
10843            'NDRPDR' and
10844            'ETH' and
10845            'IP4FWD' and
10846            '1T1C' and
10847            'VHOST_1024' and
10848            not 'VXLAN' and
10849            not 'DOT1Q'"
10850   parameters:
10851   - "throughput"
10852   - "parent"
10853   - "tags"
10854   sort:
10855   - "not CFS_OPT"
10856   - "1VM"
10857   - "2VM"
10858   traces:
10859     hoverinfo: "x+y"
10860     boxpoints: "outliers"
10861     whiskerwidth: 0
10862   layout:
10863     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10864     layout: "plot-throughput"
10865
10866 -
10867   type: "plot"
10868   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10869   algorithm: "plot_performance_box"
10870   output-file-type: ".html"
10871   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10872   data: "plot-vpp-throughput-latency-3n-hsw"
10873   filter: "'NIC_Intel-X520-DA2' and
10874            '64B' and
10875            'NDRPDR' and
10876            'ETH' and
10877            'IP4FWD' and
10878            '2T2C' and
10879            'VHOST_1024' and
10880            not 'VXLAN' and
10881            not 'DOT1Q'"
10882   parameters:
10883   - "throughput"
10884   - "parent"
10885   - "tags"
10886   sort:
10887   - "not CFS_OPT"
10888   - "1VM"
10889   - "2VM"
10890   traces:
10891     hoverinfo: "x+y"
10892     boxpoints: "outliers"
10893     whiskerwidth: 0
10894   layout:
10895     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10896     layout: "plot-throughput"
10897
10898 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
10899 -
10900   type: "plot"
10901   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10902   algorithm: "plot_performance_box"
10903   output-file-type: ".html"
10904   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10905   data: "plot-vpp-throughput-latency-3n-hsw"
10906   filter: "'NIC_Intel-X520-DA2' and
10907            '64B' and
10908            'NDRPDR' and
10909            'ETH' and
10910            '1T1C' and
10911            'L2BDMACLRN' and
10912            'VHOST_1024' and
10913            not 'VXLAN' and
10914            not 'IP4FWD' and
10915            not 'DOT1Q' and
10916            not '2VM'"
10917   parameters:
10918   - "throughput"
10919   - "parent"
10920   - "tags"
10921   sort:
10922   - "VM"  # "not CFS_OPT"
10923   - "CFS_OPT"
10924   - "FIB_10K"
10925   - "FIB_100K"
10926   - "FIB_1M"
10927   traces:
10928     hoverinfo: "x+y"
10929     boxpoints: "outliers"
10930     whiskerwidth: 0
10931   layout:
10932     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10933     layout: "plot-throughput"
10934
10935 -
10936   type: "plot"
10937   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10938   algorithm: "plot_performance_box"
10939   output-file-type: ".html"
10940   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10941   data: "plot-vpp-throughput-latency-3n-hsw"
10942   filter: "'NIC_Intel-X520-DA2' and
10943            '64B' and
10944            'NDRPDR' and
10945            'ETH' and
10946            '2T2C' and
10947            'L2BDMACLRN' and
10948            'VHOST_1024' and
10949            not 'VXLAN' and
10950            not 'IP4FWD' and
10951            not 'DOT1Q' and
10952            not '2VM'"
10953   parameters:
10954   - "throughput"
10955   - "parent"
10956   - "tags"
10957   sort:
10958   - "VM"  # "not CFS_OPT"
10959   - "CFS_OPT"
10960   - "FIB_10K"
10961   - "FIB_100K"
10962   - "FIB_1M"
10963   traces:
10964     hoverinfo: "x+y"
10965     boxpoints: "outliers"
10966     whiskerwidth: 0
10967   layout:
10968     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10969     layout: "plot-throughput"
10970
10971 -
10972   type: "plot"
10973   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10974   algorithm: "plot_performance_box"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10977   data: "plot-vpp-throughput-latency-3n-hsw"
10978   filter: "'NIC_Intel-X520-DA2' and
10979            '64B' and
10980            'NDRPDR' and
10981            'ETH' and
10982            '1T1C' and
10983            'L2BDMACLRN' and
10984            'VHOST_1024' and
10985            not 'VXLAN' and
10986            not 'IP4FWD' and
10987            not 'DOT1Q' and
10988            not '2VM'"
10989   parameters:
10990   - "throughput"
10991   - "parent"
10992   - "tags"
10993   sort:
10994   - "VM"  # "not CFS_OPT"
10995   - "CFS_OPT"
10996   - "FIB_10K"
10997   - "FIB_100K"
10998   - "FIB_1M"
10999   traces:
11000     hoverinfo: "x+y"
11001     boxpoints: "outliers"
11002     whiskerwidth: 0
11003   layout:
11004     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11005     layout: "plot-throughput"
11006
11007 -
11008   type: "plot"
11009   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11010   algorithm: "plot_performance_box"
11011   output-file-type: ".html"
11012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11013   data: "plot-vpp-throughput-latency-3n-hsw"
11014   filter: "'NIC_Intel-X520-DA2' and
11015            '64B' and
11016            'NDRPDR' and
11017            'ETH' and
11018            '2T2C' and
11019            'L2BDMACLRN' and
11020            'VHOST_1024' and
11021            not 'VXLAN' and
11022            not 'IP4FWD' and
11023            not 'DOT1Q' and
11024            not '2VM'"
11025   parameters:
11026   - "throughput"
11027   - "parent"
11028   - "tags"
11029   sort:
11030   - "VM"  # "not CFS_OPT"
11031   - "CFS_OPT"
11032   - "FIB_10K"
11033   - "FIB_100K"
11034   - "FIB_1M"
11035   traces:
11036     hoverinfo: "x+y"
11037     boxpoints: "outliers"
11038     whiskerwidth: 0
11039   layout:
11040     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11041     layout: "plot-throughput"
11042
11043 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11044 -
11045   type: "plot"
11046   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11047   algorithm: "plot_performance_box"
11048   output-file-type: ".html"
11049   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11050   data: "plot-vpp-throughput-latency-3n-hsw"
11051   filter: "'NIC_Intel-X520-DA2' and
11052            '64B' and
11053            'NDRPDR' and
11054            'ETH' and
11055            'BASE' and
11056            '1T1C' and
11057            ('L2BDMACLRN' or 'L2XCFWD') and
11058            'VHOST_1024' and
11059            not 'VXLAN' and
11060            not 'IP4FWD' and
11061            not 'DOT1Q' and
11062            not '2VM'"
11063   parameters:
11064   - "throughput"
11065   - "parent"
11066   - "tags"
11067   sort:
11068   - "not CFS_OPT"
11069   - "L2XCFWD"
11070   - "not CFS_OPT"
11071   - "CFS_OPT"
11072   traces:
11073     hoverinfo: "x+y"
11074     boxpoints: "outliers"
11075     whiskerwidth: 0
11076   layout:
11077     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11078     layout: "plot-throughput"
11079
11080 -
11081   type: "plot"
11082   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11083   algorithm: "plot_performance_box"
11084   output-file-type: ".html"
11085   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11086   data: "plot-vpp-throughput-latency-3n-hsw"
11087   filter: "'NIC_Intel-X520-DA2' and
11088            '64B' and
11089            'NDRPDR' and
11090            'ETH' and
11091            'BASE' and
11092            '1T1C' and
11093            ('L2BDMACLRN' or 'L2XCFWD') and
11094            'VHOST_1024' and
11095            not 'VXLAN' and
11096            not 'IP4FWD' and
11097            not 'DOT1Q' and
11098            not '2VM'"
11099   parameters:
11100   - "throughput"
11101   - "parent"
11102   - "tags"
11103   sort:
11104   - "not CFS_OPT"
11105   - "L2XCFWD"
11106   - "not CFS_OPT"
11107   - "CFS_OPT"
11108   traces:
11109     hoverinfo: "x+y"
11110     boxpoints: "outliers"
11111     whiskerwidth: 0
11112   layout:
11113     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11114     layout: "plot-throughput"
11115
11116 -
11117   type: "plot"
11118   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11119   algorithm: "plot_performance_box"
11120   output-file-type: ".html"
11121   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11122   data: "plot-vpp-throughput-latency-3n-hsw"
11123   filter: "'NIC_Intel-X520-DA2' and
11124            '64B' and
11125            'NDRPDR' and
11126            'ETH' and
11127            'BASE' and
11128            '2T2C' and
11129            ('L2BDMACLRN' or 'L2XCFWD') and
11130            'VHOST_1024' and
11131            not 'VXLAN' and
11132            not 'IP4FWD' and
11133            not 'DOT1Q' and
11134            not '2VM'"
11135   parameters:
11136   - "throughput"
11137   - "parent"
11138   - "tags"
11139   sort:
11140   - "not CFS_OPT"
11141   - "L2XCFWD"
11142   - "not CFS_OPT"
11143   - "CFS_OPT"
11144   traces:
11145     hoverinfo: "x+y"
11146     boxpoints: "outliers"
11147     whiskerwidth: 0
11148   layout:
11149     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11150     layout: "plot-throughput"
11151
11152 -
11153   type: "plot"
11154   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11155   algorithm: "plot_performance_box"
11156   output-file-type: ".html"
11157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11158   data: "plot-vpp-throughput-latency-3n-hsw"
11159   filter: "'NIC_Intel-X520-DA2' and
11160            '64B' and
11161            'NDRPDR' and
11162            'ETH' and
11163            'BASE' and
11164            '2T2C' and
11165            ('L2BDMACLRN' or 'L2XCFWD') and
11166            'VHOST_1024' and
11167            not 'VXLAN' and
11168            not 'IP4FWD' and
11169            not 'DOT1Q' and
11170            not '2VM'"
11171   parameters:
11172   - "throughput"
11173   - "parent"
11174   - "tags"
11175   sort:
11176   - "not CFS_OPT"
11177   - "L2XCFWD"
11178   - "not CFS_OPT"
11179   - "CFS_OPT"
11180   traces:
11181     hoverinfo: "x+y"
11182     boxpoints: "outliers"
11183     whiskerwidth: 0
11184   layout:
11185     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11186     layout: "plot-throughput"
11187
11188 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11189 -
11190   type: "plot"
11191   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11192   algorithm: "plot_performance_box"
11193   output-file-type: ".html"
11194   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11195   data: "plot-vpp-throughput-latency-3n-hsw"
11196   filter: "'NIC_Intel-X520-DA2' and
11197            '64B' and
11198            'NDRPDR' and
11199            'ETH' and
11200            '1T1C' and
11201            ('L2BDMACLRN' or 'L2XCFWD') and
11202            'VHOST_1024' and
11203            not 'CFS_OPT' and
11204            not 'VXLAN' and
11205            not 'IP4FWD' and
11206            not 'DOT1Q'"
11207   parameters:
11208   - "throughput"
11209   - "parent"
11210   - "tags"
11211   sort:
11212   - "1VM"
11213   - "L2XCFWD"
11214   - "1VM"
11215   - "L2BDMACLRN"
11216   traces:
11217     hoverinfo: "x+y"
11218     boxpoints: "outliers"
11219     whiskerwidth: 0
11220   layout:
11221     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11222     layout: "plot-throughput"
11223
11224 -
11225   type: "plot"
11226   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11227   algorithm: "plot_performance_box"
11228   output-file-type: ".html"
11229   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11230   data: "plot-vpp-throughput-latency-3n-hsw"
11231   filter: "'NIC_Intel-X520-DA2' and
11232            '64B' and
11233            'NDRPDR' and
11234            'ETH' and
11235            '1T1C' and
11236            ('L2BDMACLRN' or 'L2XCFWD') and
11237            'VHOST_1024' and
11238            not 'CFS_OPT' and
11239            not 'VXLAN' and
11240            not 'IP4FWD' and
11241            not 'DOT1Q'"
11242   parameters:
11243   - "throughput"
11244   - "parent"
11245   - "tags"
11246   sort:
11247   - "1VM"
11248   - "L2XCFWD"
11249   - "1VM"
11250   - "L2BDMACLRN"
11251   traces:
11252     hoverinfo: "x+y"
11253     boxpoints: "outliers"
11254     whiskerwidth: 0
11255   layout:
11256     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11257     layout: "plot-throughput"
11258
11259 -
11260   type: "plot"
11261   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11262   algorithm: "plot_performance_box"
11263   output-file-type: ".html"
11264   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11265   data: "plot-vpp-throughput-latency-3n-hsw"
11266   filter: "'NIC_Intel-X520-DA2' and
11267            '64B' and
11268            'NDRPDR' and
11269            'ETH' and
11270            '2T2C' and
11271            ('L2BDMACLRN' or 'L2XCFWD') and
11272            'VHOST_1024' and
11273            not 'CFS_OPT' and
11274            not 'VXLAN' and
11275            not 'IP4FWD' and
11276            not 'DOT1Q'"
11277   parameters:
11278   - "throughput"
11279   - "parent"
11280   - "tags"
11281   sort:
11282   - "1VM"
11283   - "L2XCFWD"
11284   - "1VM"
11285   - "L2BDMACLRN"
11286   traces:
11287     hoverinfo: "x+y"
11288     boxpoints: "outliers"
11289     whiskerwidth: 0
11290   layout:
11291     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11292     layout: "plot-throughput"
11293
11294 -
11295   type: "plot"
11296   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11297   algorithm: "plot_performance_box"
11298   output-file-type: ".html"
11299   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11300   data: "plot-vpp-throughput-latency-3n-hsw"
11301   filter: "'NIC_Intel-X520-DA2' and
11302            '64B' and
11303            'NDRPDR' and
11304            'ETH' and
11305            '2T2C' and
11306            ('L2BDMACLRN' or 'L2XCFWD') and
11307            'VHOST_1024' and
11308            not 'CFS_OPT' and
11309            not 'VXLAN' and
11310            not 'IP4FWD' and
11311            not 'DOT1Q'"
11312   parameters:
11313   - "throughput"
11314   - "parent"
11315   - "tags"
11316   sort:
11317   - "1VM"
11318   - "L2XCFWD"
11319   - "1VM"
11320   - "L2BDMACLRN"
11321   traces:
11322     hoverinfo: "x+y"
11323     boxpoints: "outliers"
11324     whiskerwidth: 0
11325   layout:
11326     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11327     layout: "plot-throughput"
11328
11329 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11330 -
11331   type: "plot"
11332   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11333   algorithm: "plot_performance_box"
11334   output-file-type: ".html"
11335   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11336   data: "plot-vpp-throughput-latency-3n-hsw"
11337   filter: "'NIC_Intel-X710' and
11338            '64B' and
11339            'NDRPDR' and
11340            'ETH' and
11341            'IP4FWD' and
11342            '1T1C' and
11343            'VHOST_1024' and
11344            not 'VXLAN' and
11345            not 'DOT1Q'"
11346   parameters:
11347   - "throughput"
11348   - "parent"
11349   - "tags"
11350   sort:
11351   - "not CFS_OPT"
11352   - "1VM"
11353   - "2VM"
11354   traces:
11355     hoverinfo: "x+y"
11356     boxpoints: "outliers"
11357     whiskerwidth: 0
11358   layout:
11359     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11360     layout: "plot-throughput"
11361
11362 -
11363   type: "plot"
11364   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11365   algorithm: "plot_performance_box"
11366   output-file-type: ".html"
11367   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11368   data: "plot-vpp-throughput-latency-3n-hsw"
11369   filter: "'NIC_Intel-X710' and
11370            '64B' and
11371            'NDRPDR' and
11372            'ETH' and
11373            'IP4FWD' and
11374            '2T2C' and
11375            'VHOST_1024' and
11376            not 'VXLAN' and
11377            not 'DOT1Q'"
11378   parameters:
11379   - "throughput"
11380   - "parent"
11381   - "tags"
11382   sort:
11383   - "not CFS_OPT"
11384   - "1VM"
11385   - "2VM"
11386   traces:
11387     hoverinfo: "x+y"
11388     boxpoints: "outliers"
11389     whiskerwidth: 0
11390   layout:
11391     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11392     layout: "plot-throughput"
11393
11394 -
11395   type: "plot"
11396   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11397   algorithm: "plot_performance_box"
11398   output-file-type: ".html"
11399   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11400   data: "plot-vpp-throughput-latency-3n-hsw"
11401   filter: "'NIC_Intel-X710' and
11402            '64B' and
11403            'NDRPDR' and
11404            'ETH' and
11405            'IP4FWD' and
11406            '1T1C' and
11407            'VHOST_1024' and
11408            not 'VXLAN' and
11409            not 'DOT1Q'"
11410   parameters:
11411   - "throughput"
11412   - "parent"
11413   - "tags"
11414   sort:
11415   - "not CFS_OPT"
11416   - "1VM"
11417   - "2VM"
11418   traces:
11419     hoverinfo: "x+y"
11420     boxpoints: "outliers"
11421     whiskerwidth: 0
11422   layout:
11423     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11424     layout: "plot-throughput"
11425
11426 -
11427   type: "plot"
11428   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11429   algorithm: "plot_performance_box"
11430   output-file-type: ".html"
11431   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11432   data: "plot-vpp-throughput-latency-3n-hsw"
11433   filter: "'NIC_Intel-X710' and
11434            '64B' and
11435            'NDRPDR' and
11436            'ETH' and
11437            'IP4FWD' and
11438            '2T2C' and
11439            'VHOST_1024' and
11440            not 'VXLAN' and
11441            not 'DOT1Q'"
11442   parameters:
11443   - "throughput"
11444   - "parent"
11445   - "tags"
11446   sort:
11447   - "not CFS_OPT"
11448   - "1VM"
11449   - "2VM"
11450   traces:
11451     hoverinfo: "x+y"
11452     boxpoints: "outliers"
11453     whiskerwidth: 0
11454   layout:
11455     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11456     layout: "plot-throughput"
11457
11458 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11459 -
11460   type: "plot"
11461   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11462   algorithm: "plot_performance_box"
11463   output-file-type: ".html"
11464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11465   data: "plot-vpp-throughput-latency-3n-hsw"
11466   filter: "'NIC_Intel-X710' and
11467            '64B' and
11468            'NDRPDR' and
11469            'ETH' and
11470            '1T1C' and
11471            'L2BDMACLRN' and
11472            'VHOST_1024' and
11473            not 'VXLAN' and
11474            not 'IP4FWD' and
11475            not 'DOT1Q' and
11476            not '2VM'"
11477   parameters:
11478   - "throughput"
11479   - "parent"
11480   - "tags"
11481   sort:
11482   - "VM"  # "not CFS_OPT"
11483   - "CFS_OPT"
11484   - "FIB_10K"
11485   - "FIB_100K"
11486   - "FIB_1M"
11487   traces:
11488     hoverinfo: "x+y"
11489     boxpoints: "outliers"
11490     whiskerwidth: 0
11491   layout:
11492     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11493     layout: "plot-throughput"
11494
11495 -
11496   type: "plot"
11497   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11498   algorithm: "plot_performance_box"
11499   output-file-type: ".html"
11500   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11501   data: "plot-vpp-throughput-latency-3n-hsw"
11502   filter: "'NIC_Intel-X710' and
11503            '64B' and
11504            'NDRPDR' and
11505            'ETH' and
11506            '2T2C' and
11507            'L2BDMACLRN' and
11508            'VHOST_1024' and
11509            not 'VXLAN' and
11510            not 'IP4FWD' and
11511            not 'DOT1Q' and
11512            not '2VM'"
11513   parameters:
11514   - "throughput"
11515   - "parent"
11516   - "tags"
11517   sort:
11518   - "VM"  # "not CFS_OPT"
11519   - "CFS_OPT"
11520   - "FIB_10K"
11521   - "FIB_100K"
11522   - "FIB_1M"
11523   traces:
11524     hoverinfo: "x+y"
11525     boxpoints: "outliers"
11526     whiskerwidth: 0
11527   layout:
11528     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11529     layout: "plot-throughput"
11530
11531 -
11532   type: "plot"
11533   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11534   algorithm: "plot_performance_box"
11535   output-file-type: ".html"
11536   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11537   data: "plot-vpp-throughput-latency-3n-hsw"
11538   filter: "'NIC_Intel-X710' and
11539            '64B' and
11540            'NDRPDR' and
11541            'ETH' and
11542            '1T1C' and
11543            'L2BDMACLRN' and
11544            'VHOST_1024' and
11545            not 'VXLAN' and
11546            not 'IP4FWD' and
11547            not 'DOT1Q' and
11548            not '2VM'"
11549   parameters:
11550   - "throughput"
11551   - "parent"
11552   - "tags"
11553   sort:
11554   - "VM"  # "not CFS_OPT"
11555   - "CFS_OPT"
11556   - "FIB_10K"
11557   - "FIB_100K"
11558   - "FIB_1M"
11559   traces:
11560     hoverinfo: "x+y"
11561     boxpoints: "outliers"
11562     whiskerwidth: 0
11563   layout:
11564     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11565     layout: "plot-throughput"
11566
11567 -
11568   type: "plot"
11569   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11570   algorithm: "plot_performance_box"
11571   output-file-type: ".html"
11572   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11573   data: "plot-vpp-throughput-latency-3n-hsw"
11574   filter: "'NIC_Intel-X710' and
11575            '64B' and
11576            'NDRPDR' and
11577            'ETH' and
11578            '2T2C' and
11579            'L2BDMACLRN' and
11580            'VHOST_1024' and
11581            not 'VXLAN' and
11582            not 'IP4FWD' and
11583            not 'DOT1Q' and
11584            not '2VM'"
11585   parameters:
11586   - "throughput"
11587   - "parent"
11588   - "tags"
11589   sort:
11590   - "VM"  # "not CFS_OPT"
11591   - "CFS_OPT"
11592   - "FIB_10K"
11593   - "FIB_100K"
11594   - "FIB_1M"
11595   traces:
11596     hoverinfo: "x+y"
11597     boxpoints: "outliers"
11598     whiskerwidth: 0
11599   layout:
11600     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11601     layout: "plot-throughput"
11602
11603 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11604 -
11605   type: "plot"
11606   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11607   algorithm: "plot_performance_box"
11608   output-file-type: ".html"
11609   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11610   data: "plot-vpp-throughput-latency-3n-hsw"
11611   filter: "'NIC_Intel-X710' and
11612            '64B' and
11613            'NDRPDR' and
11614            'ETH' and
11615            'BASE' and
11616            '1T1C' and
11617            ('L2BDMACLRN' or 'L2XCFWD') and
11618            'VHOST_1024' and
11619            not 'VXLAN' and
11620            not 'IP4FWD' and
11621            not 'DOT1Q' and
11622            not '2VM'"
11623   parameters:
11624   - "throughput"
11625   - "parent"
11626   - "tags"
11627   sort:
11628   - "not CFS_OPT"
11629   - "L2XCFWD"
11630   - "not CFS_OPT"
11631   - "CFS_OPT"
11632   traces:
11633     hoverinfo: "x+y"
11634     boxpoints: "outliers"
11635     whiskerwidth: 0
11636   layout:
11637     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11638     layout: "plot-throughput"
11639
11640 -
11641   type: "plot"
11642   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11643   algorithm: "plot_performance_box"
11644   output-file-type: ".html"
11645   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11646   data: "plot-vpp-throughput-latency-3n-hsw"
11647   filter: "'NIC_Intel-X710' and
11648            '64B' and
11649            'NDRPDR' and
11650            'ETH' and
11651            'BASE' and
11652            '1T1C' and
11653            ('L2BDMACLRN' or 'L2XCFWD') and
11654            'VHOST_1024' and
11655            not 'VXLAN' and
11656            not 'IP4FWD' and
11657            not 'DOT1Q' and
11658            not '2VM'"
11659   parameters:
11660   - "throughput"
11661   - "parent"
11662   - "tags"
11663   sort:
11664   - "not CFS_OPT"
11665   - "L2XCFWD"
11666   - "not CFS_OPT"
11667   - "CFS_OPT"
11668   traces:
11669     hoverinfo: "x+y"
11670     boxpoints: "outliers"
11671     whiskerwidth: 0
11672   layout:
11673     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11674     layout: "plot-throughput"
11675
11676 -
11677   type: "plot"
11678   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11679   algorithm: "plot_performance_box"
11680   output-file-type: ".html"
11681   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11682   data: "plot-vpp-throughput-latency-3n-hsw"
11683   filter: "'NIC_Intel-X710' and
11684            '64B' and
11685            'NDRPDR' and
11686            'ETH' and
11687            'BASE' and
11688            '2T2C' and
11689            ('L2BDMACLRN' or 'L2XCFWD') and
11690            'VHOST_1024' and
11691            not 'VXLAN' and
11692            not 'IP4FWD' and
11693            not 'DOT1Q' and
11694            not '2VM'"
11695   parameters:
11696   - "throughput"
11697   - "parent"
11698   - "tags"
11699   sort:
11700   - "not CFS_OPT"
11701   - "L2XCFWD"
11702   - "not CFS_OPT"
11703   - "CFS_OPT"
11704   traces:
11705     hoverinfo: "x+y"
11706     boxpoints: "outliers"
11707     whiskerwidth: 0
11708   layout:
11709     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11710     layout: "plot-throughput"
11711
11712 -
11713   type: "plot"
11714   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11715   algorithm: "plot_performance_box"
11716   output-file-type: ".html"
11717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11718   data: "plot-vpp-throughput-latency-3n-hsw"
11719   filter: "'NIC_Intel-X710' and
11720            '64B' and
11721            'NDRPDR' and
11722            'ETH' and
11723            'BASE' and
11724            '2T2C' and
11725            ('L2BDMACLRN' or 'L2XCFWD') and
11726            'VHOST_1024' and
11727            not 'VXLAN' and
11728            not 'IP4FWD' and
11729            not 'DOT1Q' and
11730            not '2VM'"
11731   parameters:
11732   - "throughput"
11733   - "parent"
11734   - "tags"
11735   sort:
11736   - "not CFS_OPT"
11737   - "L2XCFWD"
11738   - "not CFS_OPT"
11739   - "CFS_OPT"
11740   traces:
11741     hoverinfo: "x+y"
11742     boxpoints: "outliers"
11743     whiskerwidth: 0
11744   layout:
11745     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11746     layout: "plot-throughput"
11747
11748 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11749 -
11750   type: "plot"
11751   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11752   algorithm: "plot_performance_box"
11753   output-file-type: ".html"
11754   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11755   data: "plot-vpp-throughput-latency-3n-hsw"
11756   filter: "'NIC_Intel-X710' and
11757            '64B' and
11758            'NDRPDR' and
11759            'ETH' and
11760            '1T1C' and
11761            ('L2BDMACLRN' or 'L2XCFWD') and
11762            'VHOST_1024' and
11763            not 'CFS_OPT' and
11764            not 'VXLAN' and
11765            not 'IP4FWD' and
11766            not 'DOT1Q'"
11767   parameters:
11768   - "throughput"
11769   - "parent"
11770   - "tags"
11771   sort:
11772   - "1VM"
11773   - "L2XCFWD"
11774   - "1VM"
11775   - "L2BDMACLRN"
11776   traces:
11777     hoverinfo: "x+y"
11778     boxpoints: "outliers"
11779     whiskerwidth: 0
11780   layout:
11781     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11782     layout: "plot-throughput"
11783
11784 -
11785   type: "plot"
11786   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11787   algorithm: "plot_performance_box"
11788   output-file-type: ".html"
11789   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11790   data: "plot-vpp-throughput-latency-3n-hsw"
11791   filter: "'NIC_Intel-X710' and
11792            '64B' and
11793            'NDRPDR' and
11794            'ETH' and
11795            '1T1C' and
11796            ('L2BDMACLRN' or 'L2XCFWD') and
11797            'VHOST_1024' and
11798            not 'CFS_OPT' and
11799            not 'VXLAN' and
11800            not 'IP4FWD' and
11801            not 'DOT1Q'"
11802   parameters:
11803   - "throughput"
11804   - "parent"
11805   - "tags"
11806   sort:
11807   - "1VM"
11808   - "L2XCFWD"
11809   - "1VM"
11810   - "L2BDMACLRN"
11811   traces:
11812     hoverinfo: "x+y"
11813     boxpoints: "outliers"
11814     whiskerwidth: 0
11815   layout:
11816     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11817     layout: "plot-throughput"
11818
11819 -
11820   type: "plot"
11821   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11822   algorithm: "plot_performance_box"
11823   output-file-type: ".html"
11824   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11825   data: "plot-vpp-throughput-latency-3n-hsw"
11826   filter: "'NIC_Intel-X710' and
11827            '64B' and
11828            'NDRPDR' and
11829            'ETH' and
11830            '2T2C' and
11831            ('L2BDMACLRN' or 'L2XCFWD') and
11832            'VHOST_1024' and
11833            not 'CFS_OPT' and
11834            not 'VXLAN' and
11835            not 'IP4FWD' and
11836            not 'DOT1Q'"
11837   parameters:
11838   - "throughput"
11839   - "parent"
11840   - "tags"
11841   sort:
11842   - "1VM"
11843   - "L2XCFWD"
11844   - "1VM"
11845   - "L2BDMACLRN"
11846   traces:
11847     hoverinfo: "x+y"
11848     boxpoints: "outliers"
11849     whiskerwidth: 0
11850   layout:
11851     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11852     layout: "plot-throughput"
11853
11854 -
11855   type: "plot"
11856   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11857   algorithm: "plot_performance_box"
11858   output-file-type: ".html"
11859   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11860   data: "plot-vpp-throughput-latency-3n-hsw"
11861   filter: "'NIC_Intel-X710' and
11862            '64B' and
11863            'NDRPDR' and
11864            'ETH' and
11865            '2T2C' and
11866            ('L2BDMACLRN' or 'L2XCFWD') and
11867            'VHOST_1024' and
11868            not 'CFS_OPT' and
11869            not 'VXLAN' and
11870            not 'IP4FWD' and
11871            not 'DOT1Q'"
11872   parameters:
11873   - "throughput"
11874   - "parent"
11875   - "tags"
11876   sort:
11877   - "1VM"
11878   - "L2XCFWD"
11879   - "1VM"
11880   - "L2BDMACLRN"
11881   traces:
11882     hoverinfo: "x+y"
11883     boxpoints: "outliers"
11884     whiskerwidth: 0
11885   layout:
11886     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11887     layout: "plot-throughput"
11888
11889 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
11890 -
11891   type: "plot"
11892   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11893   algorithm: "plot_performance_box"
11894   output-file-type: ".html"
11895   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11896   data: "plot-vpp-throughput-latency-3n-hsw"
11897   filter: "'NIC_Intel-XL710' and
11898            '64B' and
11899            'NDRPDR' and
11900            'ETH' and
11901            'IP4FWD' and
11902            '1T1C' and
11903            'VHOST_1024' and
11904            not 'VXLAN' and
11905            not 'DOT1Q'"
11906   parameters:
11907   - "throughput"
11908   - "parent"
11909   - "tags"
11910   sort:
11911   - "not CFS_OPT"
11912   - "1VM"
11913   - "2VM"
11914   traces:
11915     hoverinfo: "x+y"
11916     boxpoints: "outliers"
11917     whiskerwidth: 0
11918   layout:
11919     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11920     layout: "plot-throughput"
11921
11922 -
11923   type: "plot"
11924   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11925   algorithm: "plot_performance_box"
11926   output-file-type: ".html"
11927   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11928   data: "plot-vpp-throughput-latency-3n-hsw"
11929   filter: "'NIC_Intel-XL710' and
11930            '64B' and
11931            'NDRPDR' and
11932            'ETH' and
11933            'IP4FWD' and
11934            '2T2C' and
11935            'VHOST_1024' and
11936            not 'VXLAN' and
11937            not 'DOT1Q'"
11938   parameters:
11939   - "throughput"
11940   - "parent"
11941   - "tags"
11942   sort:
11943   - "not CFS_OPT"
11944   - "1VM"
11945   - "2VM"
11946   traces:
11947     hoverinfo: "x+y"
11948     boxpoints: "outliers"
11949     whiskerwidth: 0
11950   layout:
11951     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11952     layout: "plot-throughput"
11953
11954 -
11955   type: "plot"
11956   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11957   algorithm: "plot_performance_box"
11958   output-file-type: ".html"
11959   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11960   data: "plot-vpp-throughput-latency-3n-hsw"
11961   filter: "'NIC_Intel-XL710' and
11962            '64B' and
11963            'NDRPDR' and
11964            'ETH' and
11965            'IP4FWD' and
11966            '1T1C' and
11967            'VHOST_1024' and
11968            not 'VXLAN' and
11969            not 'DOT1Q'"
11970   parameters:
11971   - "throughput"
11972   - "parent"
11973   - "tags"
11974   sort:
11975   - "not CFS_OPT"
11976   - "1VM"
11977   - "2VM"
11978   traces:
11979     hoverinfo: "x+y"
11980     boxpoints: "outliers"
11981     whiskerwidth: 0
11982   layout:
11983     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11984     layout: "plot-throughput"
11985
11986 -
11987   type: "plot"
11988   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11989   algorithm: "plot_performance_box"
11990   output-file-type: ".html"
11991   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11992   data: "plot-vpp-throughput-latency-3n-hsw"
11993   filter: "'NIC_Intel-XL710' and
11994            '64B' and
11995            'NDRPDR' and
11996            'ETH' and
11997            'IP4FWD' and
11998            '2T2C' and
11999            'VHOST_1024' and
12000            not 'VXLAN' and
12001            not 'DOT1Q'"
12002   parameters:
12003   - "throughput"
12004   - "parent"
12005   - "tags"
12006   sort:
12007   - "not CFS_OPT"
12008   - "1VM"
12009   - "2VM"
12010   traces:
12011     hoverinfo: "x+y"
12012     boxpoints: "outliers"
12013     whiskerwidth: 0
12014   layout:
12015     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12016     layout: "plot-throughput"
12017
12018 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12019 -
12020   type: "plot"
12021   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12022   algorithm: "plot_performance_box"
12023   output-file-type: ".html"
12024   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12025   data: "plot-vpp-throughput-latency-3n-hsw"
12026   filter: "'NIC_Intel-XL710' and
12027            '64B' and
12028            'NDRPDR' and
12029            'ETH' and
12030            '1T1C' and
12031            'L2BDMACLRN' and
12032            'VHOST_1024' and
12033            not 'VXLAN' and
12034            not 'IP4FWD' and
12035            not 'DOT1Q' and
12036            not '2VM'"
12037   parameters:
12038   - "throughput"
12039   - "parent"
12040   - "tags"
12041   sort:
12042   - "VM"  # "not CFS_OPT"
12043   - "CFS_OPT"
12044   - "FIB_10K"
12045   - "FIB_100K"
12046   - "FIB_1M"
12047   traces:
12048     hoverinfo: "x+y"
12049     boxpoints: "outliers"
12050     whiskerwidth: 0
12051   layout:
12052     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12053     layout: "plot-throughput"
12054
12055 -
12056   type: "plot"
12057   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12058   algorithm: "plot_performance_box"
12059   output-file-type: ".html"
12060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12061   data: "plot-vpp-throughput-latency-3n-hsw"
12062   filter: "'NIC_Intel-XL710' and
12063            '64B' and
12064            'NDRPDR' and
12065            'ETH' and
12066            '2T2C' and
12067            'L2BDMACLRN' and
12068            'VHOST_1024' and
12069            not 'VXLAN' and
12070            not 'IP4FWD' and
12071            not 'DOT1Q' and
12072            not '2VM'"
12073   parameters:
12074   - "throughput"
12075   - "parent"
12076   - "tags"
12077   sort:
12078   - "VM"  # "not CFS_OPT"
12079   - "CFS_OPT"
12080   - "FIB_10K"
12081   - "FIB_100K"
12082   - "FIB_1M"
12083   traces:
12084     hoverinfo: "x+y"
12085     boxpoints: "outliers"
12086     whiskerwidth: 0
12087   layout:
12088     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12089     layout: "plot-throughput"
12090
12091 -
12092   type: "plot"
12093   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12094   algorithm: "plot_performance_box"
12095   output-file-type: ".html"
12096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12097   data: "plot-vpp-throughput-latency-3n-hsw"
12098   filter: "'NIC_Intel-XL710' and
12099            '64B' and
12100            'NDRPDR' and
12101            'ETH' and
12102            '1T1C' and
12103            'L2BDMACLRN' and
12104            'VHOST_1024' and
12105            not 'VXLAN' and
12106            not 'IP4FWD' and
12107            not 'DOT1Q' and
12108            not '2VM'"
12109   parameters:
12110   - "throughput"
12111   - "parent"
12112   - "tags"
12113   sort:
12114   - "VM"  # "not CFS_OPT"
12115   - "CFS_OPT"
12116   - "FIB_10K"
12117   - "FIB_100K"
12118   - "FIB_1M"
12119   traces:
12120     hoverinfo: "x+y"
12121     boxpoints: "outliers"
12122     whiskerwidth: 0
12123   layout:
12124     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12125     layout: "plot-throughput"
12126
12127 -
12128   type: "plot"
12129   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12130   algorithm: "plot_performance_box"
12131   output-file-type: ".html"
12132   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12133   data: "plot-vpp-throughput-latency-3n-hsw"
12134   filter: "'NIC_Intel-XL710' and
12135            '64B' and
12136            'NDRPDR' and
12137            'ETH' and
12138            '2T2C' and
12139            'L2BDMACLRN' and
12140            'VHOST_1024' and
12141            not 'VXLAN' and
12142            not 'IP4FWD' and
12143            not 'DOT1Q' and
12144            not '2VM'"
12145   parameters:
12146   - "throughput"
12147   - "parent"
12148   - "tags"
12149   sort:
12150   - "VM"  # "not CFS_OPT"
12151   - "CFS_OPT"
12152   - "FIB_10K"
12153   - "FIB_100K"
12154   - "FIB_1M"
12155   traces:
12156     hoverinfo: "x+y"
12157     boxpoints: "outliers"
12158     whiskerwidth: 0
12159   layout:
12160     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12161     layout: "plot-throughput"
12162
12163 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12164 -
12165   type: "plot"
12166   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12167   algorithm: "plot_performance_box"
12168   output-file-type: ".html"
12169   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12170   data: "plot-vpp-throughput-latency-3n-hsw"
12171   filter: "'NIC_Intel-XL710' and
12172            '64B' and
12173            'NDRPDR' and
12174            'ETH' and
12175            'BASE' and
12176            '1T1C' and
12177            ('L2BDMACLRN' or 'L2XCFWD') and
12178            'VHOST_1024' and
12179            not 'VXLAN' and
12180            not 'IP4FWD' and
12181            not 'DOT1Q' and
12182            not '2VM'"
12183   parameters:
12184   - "throughput"
12185   - "parent"
12186   - "tags"
12187   sort:
12188   - "not CFS_OPT"
12189   - "L2XCFWD"
12190   - "not CFS_OPT"
12191   - "CFS_OPT"
12192   traces:
12193     hoverinfo: "x+y"
12194     boxpoints: "outliers"
12195     whiskerwidth: 0
12196   layout:
12197     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12198     layout: "plot-throughput"
12199
12200 -
12201   type: "plot"
12202   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12203   algorithm: "plot_performance_box"
12204   output-file-type: ".html"
12205   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12206   data: "plot-vpp-throughput-latency-3n-hsw"
12207   filter: "'NIC_Intel-XL710' and
12208            '64B' and
12209            'NDRPDR' and
12210            'ETH' and
12211            'BASE' and
12212            '1T1C' and
12213            ('L2BDMACLRN' or 'L2XCFWD') and
12214            'VHOST_1024' and
12215            not 'VXLAN' and
12216            not 'IP4FWD' and
12217            not 'DOT1Q' and
12218            not '2VM'"
12219   parameters:
12220   - "throughput"
12221   - "parent"
12222   - "tags"
12223   sort:
12224   - "not CFS_OPT"
12225   - "L2XCFWD"
12226   - "not CFS_OPT"
12227   - "CFS_OPT"
12228   traces:
12229     hoverinfo: "x+y"
12230     boxpoints: "outliers"
12231     whiskerwidth: 0
12232   layout:
12233     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12234     layout: "plot-throughput"
12235
12236 -
12237   type: "plot"
12238   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12239   algorithm: "plot_performance_box"
12240   output-file-type: ".html"
12241   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12242   data: "plot-vpp-throughput-latency-3n-hsw"
12243   filter: "'NIC_Intel-XL710' and
12244            '64B' and
12245            'NDRPDR' and
12246            'ETH' and
12247            'BASE' and
12248            '2T2C' and
12249            ('L2BDMACLRN' or 'L2XCFWD') and
12250            'VHOST_1024' and
12251            not 'VXLAN' and
12252            not 'IP4FWD' and
12253            not 'DOT1Q' and
12254            not '2VM'"
12255   parameters:
12256   - "throughput"
12257   - "parent"
12258   - "tags"
12259   sort:
12260   - "not CFS_OPT"
12261   - "L2XCFWD"
12262   - "not CFS_OPT"
12263   - "CFS_OPT"
12264   traces:
12265     hoverinfo: "x+y"
12266     boxpoints: "outliers"
12267     whiskerwidth: 0
12268   layout:
12269     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12270     layout: "plot-throughput"
12271
12272 -
12273   type: "plot"
12274   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12275   algorithm: "plot_performance_box"
12276   output-file-type: ".html"
12277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12278   data: "plot-vpp-throughput-latency-3n-hsw"
12279   filter: "'NIC_Intel-XL710' and
12280            '64B' and
12281            'NDRPDR' and
12282            'ETH' and
12283            'BASE' and
12284            '2T2C' and
12285            ('L2BDMACLRN' or 'L2XCFWD') and
12286            'VHOST_1024' and
12287            not 'VXLAN' and
12288            not 'IP4FWD' and
12289            not 'DOT1Q' and
12290            not '2VM'"
12291   parameters:
12292   - "throughput"
12293   - "parent"
12294   - "tags"
12295   sort:
12296   - "not CFS_OPT"
12297   - "L2XCFWD"
12298   - "not CFS_OPT"
12299   - "CFS_OPT"
12300   traces:
12301     hoverinfo: "x+y"
12302     boxpoints: "outliers"
12303     whiskerwidth: 0
12304   layout:
12305     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12306     layout: "plot-throughput"
12307
12308 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12309 -
12310   type: "plot"
12311   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12312   algorithm: "plot_performance_box"
12313   output-file-type: ".html"
12314   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12315   data: "plot-vpp-throughput-latency-3n-hsw"
12316   filter: "'NIC_Intel-XL710' and
12317            '64B' and
12318            'NDRPDR' and
12319            'ETH' and
12320            '1T1C' and
12321            ('L2BDMACLRN' or 'L2XCFWD') and
12322            'VHOST_1024' and
12323            not 'CFS_OPT' and
12324            not 'VXLAN' and
12325            not 'IP4FWD' and
12326            not 'DOT1Q'"
12327   parameters:
12328   - "throughput"
12329   - "parent"
12330   - "tags"
12331   sort:
12332   - "1VM"
12333   - "L2XCFWD"
12334   - "1VM"
12335   - "L2BDMACLRN"
12336   traces:
12337     hoverinfo: "x+y"
12338     boxpoints: "outliers"
12339     whiskerwidth: 0
12340   layout:
12341     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12342     layout: "plot-throughput"
12343
12344 -
12345   type: "plot"
12346   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12347   algorithm: "plot_performance_box"
12348   output-file-type: ".html"
12349   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12350   data: "plot-vpp-throughput-latency-3n-hsw"
12351   filter: "'NIC_Intel-XL710' and
12352            '64B' and
12353            'NDRPDR' and
12354            'ETH' and
12355            '1T1C' and
12356            ('L2BDMACLRN' or 'L2XCFWD') and
12357            'VHOST_1024' and
12358            not 'CFS_OPT' and
12359            not 'VXLAN' and
12360            not 'IP4FWD' and
12361            not 'DOT1Q'"
12362   parameters:
12363   - "throughput"
12364   - "parent"
12365   - "tags"
12366   sort:
12367   - "1VM"
12368   - "L2XCFWD"
12369   - "1VM"
12370   - "L2BDMACLRN"
12371   traces:
12372     hoverinfo: "x+y"
12373     boxpoints: "outliers"
12374     whiskerwidth: 0
12375   layout:
12376     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12377     layout: "plot-throughput"
12378
12379 -
12380   type: "plot"
12381   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12382   algorithm: "plot_performance_box"
12383   output-file-type: ".html"
12384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12385   data: "plot-vpp-throughput-latency-3n-hsw"
12386   filter: "'NIC_Intel-XL710' and
12387            '64B' and
12388            'NDRPDR' and
12389            'ETH' and
12390            '2T2C' and
12391            ('L2BDMACLRN' or 'L2XCFWD') and
12392            'VHOST_1024' and
12393            not 'CFS_OPT' and
12394            not 'VXLAN' and
12395            not 'IP4FWD' and
12396            not 'DOT1Q'"
12397   parameters:
12398   - "throughput"
12399   - "parent"
12400   - "tags"
12401   sort:
12402   - "1VM"
12403   - "L2XCFWD"
12404   - "1VM"
12405   - "L2BDMACLRN"
12406   traces:
12407     hoverinfo: "x+y"
12408     boxpoints: "outliers"
12409     whiskerwidth: 0
12410   layout:
12411     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12412     layout: "plot-throughput"
12413
12414 -
12415   type: "plot"
12416   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12417   algorithm: "plot_performance_box"
12418   output-file-type: ".html"
12419   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12420   data: "plot-vpp-throughput-latency-3n-hsw"
12421   filter: "'NIC_Intel-XL710' and
12422            '64B' and
12423            'NDRPDR' and
12424            'ETH' and
12425            '2T2C' and
12426            ('L2BDMACLRN' or 'L2XCFWD') and
12427            'VHOST_1024' and
12428            not 'CFS_OPT' and
12429            not 'VXLAN' and
12430            not 'IP4FWD' and
12431            not 'DOT1Q'"
12432   parameters:
12433   - "throughput"
12434   - "parent"
12435   - "tags"
12436   sort:
12437   - "1VM"
12438   - "L2XCFWD"
12439   - "1VM"
12440   - "L2BDMACLRN"
12441   traces:
12442     hoverinfo: "x+y"
12443     boxpoints: "outliers"
12444     whiskerwidth: 0
12445   layout:
12446     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12447     layout: "plot-throughput"
12448
12449 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12450 -
12451   type: "plot"
12452   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12453   algorithm: "plot_performance_box"
12454   output-file-type: ".html"
12455   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12456   data: "plot-vpp-throughput-latency-3n-skx"
12457   filter: "'NIC_Intel-X710' and
12458            '64B' and
12459            'NDRPDR' and
12460            'ETH' and
12461            'IP4FWD' and
12462            '2T1C' and
12463            'VHOST_1024' and
12464            not 'VXLAN' and
12465            not 'DOT1Q'"
12466   parameters:
12467   - "throughput"
12468   - "parent"
12469   - "tags"
12470   sort:
12471   - "not CFS_OPT"
12472   - "1VM"
12473   - "2VM"
12474   traces:
12475     hoverinfo: "x+y"
12476     boxpoints: "outliers"
12477     whiskerwidth: 0
12478   layout:
12479     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12480     layout: "plot-throughput"
12481
12482 -
12483   type: "plot"
12484   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12485   algorithm: "plot_performance_box"
12486   output-file-type: ".html"
12487   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12488   data: "plot-vpp-throughput-latency-3n-skx"
12489   filter: "'NIC_Intel-X710' and
12490            '64B' and
12491            'NDRPDR' and
12492            'ETH' and
12493            'IP4FWD' and
12494            '4T2C' and
12495            'VHOST_1024' and
12496            not 'VXLAN' and
12497            not 'DOT1Q'"
12498   parameters:
12499   - "throughput"
12500   - "parent"
12501   - "tags"
12502   sort:
12503   - "not CFS_OPT"
12504   - "1VM"
12505   - "2VM"
12506   traces:
12507     hoverinfo: "x+y"
12508     boxpoints: "outliers"
12509     whiskerwidth: 0
12510   layout:
12511     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12512     layout: "plot-throughput"
12513
12514 -
12515   type: "plot"
12516   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12517   algorithm: "plot_performance_box"
12518   output-file-type: ".html"
12519   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12520   data: "plot-vpp-throughput-latency-3n-skx"
12521   filter: "'NIC_Intel-X710' and
12522            '64B' and
12523            'NDRPDR' and
12524            'ETH' and
12525            'IP4FWD' and
12526            '2T1C' and
12527            'VHOST_1024' and
12528            not 'VXLAN' and
12529            not 'DOT1Q'"
12530   parameters:
12531   - "throughput"
12532   - "parent"
12533   - "tags"
12534   sort:
12535   - "not CFS_OPT"
12536   - "1VM"
12537   - "2VM"
12538   traces:
12539     hoverinfo: "x+y"
12540     boxpoints: "outliers"
12541     whiskerwidth: 0
12542   layout:
12543     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12544     layout: "plot-throughput"
12545
12546 -
12547   type: "plot"
12548   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12549   algorithm: "plot_performance_box"
12550   output-file-type: ".html"
12551   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12552   data: "plot-vpp-throughput-latency-3n-skx"
12553   filter: "'NIC_Intel-X710' and
12554            '64B' and
12555            'NDRPDR' and
12556            'ETH' and
12557            'IP4FWD' and
12558            '4T2C' and
12559            'VHOST_1024' and
12560            not 'VXLAN' and
12561            not 'DOT1Q'"
12562   parameters:
12563   - "throughput"
12564   - "parent"
12565   - "tags"
12566   sort:
12567   - "not CFS_OPT"
12568   - "1VM"
12569   - "2VM"
12570   traces:
12571     hoverinfo: "x+y"
12572     boxpoints: "outliers"
12573     whiskerwidth: 0
12574   layout:
12575     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12576     layout: "plot-throughput"
12577
12578 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12579 -
12580   type: "plot"
12581   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12582   algorithm: "plot_performance_box"
12583   output-file-type: ".html"
12584   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12585   data: "plot-vpp-throughput-latency-3n-skx"
12586   filter: "'NIC_Intel-X710' and
12587            '64B' and
12588            'NDRPDR' and
12589            'ETH' and
12590            '2T1C' and
12591            'L2BDMACLRN' and
12592            'VHOST_1024' and
12593            not 'VXLAN' and
12594            not 'IP4FWD' and
12595            not 'DOT1Q' and
12596            not '2VM'"
12597   parameters:
12598   - "throughput"
12599   - "parent"
12600   - "tags"
12601   sort:
12602   - "VM"  # "not CFS_OPT"
12603   - "CFS_OPT"
12604   - "FIB_10K"
12605   - "FIB_100K"
12606   - "FIB_1M"
12607   traces:
12608     hoverinfo: "x+y"
12609     boxpoints: "outliers"
12610     whiskerwidth: 0
12611   layout:
12612     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12613     layout: "plot-throughput"
12614
12615 -
12616   type: "plot"
12617   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12618   algorithm: "plot_performance_box"
12619   output-file-type: ".html"
12620   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12621   data: "plot-vpp-throughput-latency-3n-skx"
12622   filter: "'NIC_Intel-X710' and
12623            '64B' and
12624            'NDRPDR' and
12625            'ETH' and
12626            '4T2C' and
12627            'L2BDMACLRN' and
12628            'VHOST_1024' and
12629            not 'VXLAN' and
12630            not 'IP4FWD' and
12631            not 'DOT1Q' and
12632            not '2VM'"
12633   parameters:
12634   - "throughput"
12635   - "parent"
12636   - "tags"
12637   sort:
12638   - "VM"  # "not CFS_OPT"
12639   - "CFS_OPT"
12640   - "FIB_10K"
12641   - "FIB_100K"
12642   - "FIB_1M"
12643   traces:
12644     hoverinfo: "x+y"
12645     boxpoints: "outliers"
12646     whiskerwidth: 0
12647   layout:
12648     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12649     layout: "plot-throughput"
12650
12651 -
12652   type: "plot"
12653   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12654   algorithm: "plot_performance_box"
12655   output-file-type: ".html"
12656   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12657   data: "plot-vpp-throughput-latency-3n-skx"
12658   filter: "'NIC_Intel-X710' and
12659            '64B' and
12660            'NDRPDR' and
12661            'ETH' and
12662            '2T1C' and
12663            'L2BDMACLRN' and
12664            'VHOST_1024' and
12665            not 'VXLAN' and
12666            not 'IP4FWD' and
12667            not 'DOT1Q' and
12668            not '2VM'"
12669   parameters:
12670   - "throughput"
12671   - "parent"
12672   - "tags"
12673   sort:
12674   - "VM"  # "not CFS_OPT"
12675   - "CFS_OPT"
12676   - "FIB_10K"
12677   - "FIB_100K"
12678   - "FIB_1M"
12679   traces:
12680     hoverinfo: "x+y"
12681     boxpoints: "outliers"
12682     whiskerwidth: 0
12683   layout:
12684     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12685     layout: "plot-throughput"
12686
12687 -
12688   type: "plot"
12689   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12690   algorithm: "plot_performance_box"
12691   output-file-type: ".html"
12692   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12693   data: "plot-vpp-throughput-latency-3n-skx"
12694   filter: "'NIC_Intel-X710' and
12695            '64B' and
12696            'NDRPDR' and
12697            'ETH' and
12698            '4T2C' and
12699            'L2BDMACLRN' and
12700            'VHOST_1024' and
12701            not 'VXLAN' and
12702            not 'IP4FWD' and
12703            not 'DOT1Q' and
12704            not '2VM'"
12705   parameters:
12706   - "throughput"
12707   - "parent"
12708   - "tags"
12709   sort:
12710   - "VM"  # "not CFS_OPT"
12711   - "CFS_OPT"
12712   - "FIB_10K"
12713   - "FIB_100K"
12714   - "FIB_1M"
12715   traces:
12716     hoverinfo: "x+y"
12717     boxpoints: "outliers"
12718     whiskerwidth: 0
12719   layout:
12720     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12721     layout: "plot-throughput"
12722
12723 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12724 -
12725   type: "plot"
12726   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12727   algorithm: "plot_performance_box"
12728   output-file-type: ".html"
12729   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12730   data: "plot-vpp-throughput-latency-3n-skx"
12731   filter: "'NIC_Intel-X710' and
12732            '64B' and
12733            'NDRPDR' and
12734            'ETH' and
12735            'BASE' and
12736            '2T1C' and
12737            ('L2BDMACLRN' or 'L2XCFWD') and
12738            'VHOST_1024' and
12739            not 'VXLAN' and
12740            not 'IP4FWD' and
12741            not 'DOT1Q' and
12742            not '2VM'"
12743   parameters:
12744   - "throughput"
12745   - "parent"
12746   - "tags"
12747   sort:
12748   - "not CFS_OPT"
12749   - "L2XCFWD"
12750   - "not CFS_OPT"
12751   - "CFS_OPT"
12752   traces:
12753     hoverinfo: "x+y"
12754     boxpoints: "outliers"
12755     whiskerwidth: 0
12756   layout:
12757     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12758     layout: "plot-throughput"
12759
12760 -
12761   type: "plot"
12762   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12763   algorithm: "plot_performance_box"
12764   output-file-type: ".html"
12765   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12766   data: "plot-vpp-throughput-latency-3n-skx"
12767   filter: "'NIC_Intel-X710' and
12768            '64B' and
12769            'NDRPDR' and
12770            'ETH' and
12771            'BASE' and
12772            '2T1C' and
12773            ('L2BDMACLRN' or 'L2XCFWD') and
12774            'VHOST_1024' and
12775            not 'VXLAN' and
12776            not 'IP4FWD' and
12777            not 'DOT1Q' and
12778            not '2VM'"
12779   parameters:
12780   - "throughput"
12781   - "parent"
12782   - "tags"
12783   sort:
12784   - "not CFS_OPT"
12785   - "L2XCFWD"
12786   - "not CFS_OPT"
12787   - "CFS_OPT"
12788   traces:
12789     hoverinfo: "x+y"
12790     boxpoints: "outliers"
12791     whiskerwidth: 0
12792   layout:
12793     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12794     layout: "plot-throughput"
12795
12796 -
12797   type: "plot"
12798   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12799   algorithm: "plot_performance_box"
12800   output-file-type: ".html"
12801   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12802   data: "plot-vpp-throughput-latency-3n-skx"
12803   filter: "'NIC_Intel-X710' and
12804            '64B' and
12805            'NDRPDR' and
12806            'ETH' and
12807            'BASE' and
12808            '4T2C' and
12809            ('L2BDMACLRN' or 'L2XCFWD') and
12810            'VHOST_1024' and
12811            not 'VXLAN' and
12812            not 'IP4FWD' and
12813            not 'DOT1Q' and
12814            not '2VM'"
12815   parameters:
12816   - "throughput"
12817   - "parent"
12818   - "tags"
12819   sort:
12820   - "not CFS_OPT"
12821   - "L2XCFWD"
12822   - "not CFS_OPT"
12823   - "CFS_OPT"
12824   traces:
12825     hoverinfo: "x+y"
12826     boxpoints: "outliers"
12827     whiskerwidth: 0
12828   layout:
12829     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12830     layout: "plot-throughput"
12831
12832 -
12833   type: "plot"
12834   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12835   algorithm: "plot_performance_box"
12836   output-file-type: ".html"
12837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12838   data: "plot-vpp-throughput-latency-3n-skx"
12839   filter: "'NIC_Intel-X710' and
12840            '64B' and
12841            'NDRPDR' and
12842            'ETH' and
12843            'BASE' and
12844            '4T2C' and
12845            ('L2BDMACLRN' or 'L2XCFWD') and
12846            'VHOST_1024' and
12847            not 'VXLAN' and
12848            not 'IP4FWD' and
12849            not 'DOT1Q' and
12850            not '2VM'"
12851   parameters:
12852   - "throughput"
12853   - "parent"
12854   - "tags"
12855   sort:
12856   - "not CFS_OPT"
12857   - "L2XCFWD"
12858   - "not CFS_OPT"
12859   - "CFS_OPT"
12860   traces:
12861     hoverinfo: "x+y"
12862     boxpoints: "outliers"
12863     whiskerwidth: 0
12864   layout:
12865     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12866     layout: "plot-throughput"
12867
12868 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
12869 -
12870   type: "plot"
12871   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12872   algorithm: "plot_performance_box"
12873   output-file-type: ".html"
12874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12875   data: "plot-vpp-throughput-latency-3n-skx"
12876   filter: "'NIC_Intel-X710' and
12877            '64B' and
12878            'NDRPDR' and
12879            'ETH' and
12880            '2T1C' and
12881            ('L2BDMACLRN' or 'L2XCFWD') and
12882            'VHOST_1024' and
12883            not 'CFS_OPT' and
12884            not 'VXLAN' and
12885            not 'IP4FWD' and
12886            not 'DOT1Q'"
12887   parameters:
12888   - "throughput"
12889   - "parent"
12890   - "tags"
12891   sort:
12892   - "1VM"
12893   - "L2XCFWD"
12894   - "1VM"
12895   - "L2BDMACLRN"
12896   traces:
12897     hoverinfo: "x+y"
12898     boxpoints: "outliers"
12899     whiskerwidth: 0
12900   layout:
12901     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12902     layout: "plot-throughput"
12903
12904 -
12905   type: "plot"
12906   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12907   algorithm: "plot_performance_box"
12908   output-file-type: ".html"
12909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12910   data: "plot-vpp-throughput-latency-3n-skx"
12911   filter: "'NIC_Intel-X710' and
12912            '64B' and
12913            'NDRPDR' and
12914            'ETH' and
12915            '2T1C' and
12916            ('L2BDMACLRN' or 'L2XCFWD') and
12917            'VHOST_1024' and
12918            not 'CFS_OPT' and
12919            not 'VXLAN' and
12920            not 'IP4FWD' and
12921            not 'DOT1Q'"
12922   parameters:
12923   - "throughput"
12924   - "parent"
12925   - "tags"
12926   sort:
12927   - "1VM"
12928   - "L2XCFWD"
12929   - "1VM"
12930   - "L2BDMACLRN"
12931   traces:
12932     hoverinfo: "x+y"
12933     boxpoints: "outliers"
12934     whiskerwidth: 0
12935   layout:
12936     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12937     layout: "plot-throughput"
12938
12939 -
12940   type: "plot"
12941   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12942   algorithm: "plot_performance_box"
12943   output-file-type: ".html"
12944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12945   data: "plot-vpp-throughput-latency-3n-skx"
12946   filter: "'NIC_Intel-X710' and
12947            '64B' and
12948            'NDRPDR' and
12949            'ETH' and
12950            '4T2C' and
12951            ('L2BDMACLRN' or 'L2XCFWD') and
12952            'VHOST_1024' and
12953            not 'CFS_OPT' and
12954            not 'VXLAN' and
12955            not 'IP4FWD' and
12956            not 'DOT1Q'"
12957   parameters:
12958   - "throughput"
12959   - "parent"
12960   - "tags"
12961   sort:
12962   - "1VM"
12963   - "L2XCFWD"
12964   - "1VM"
12965   - "L2BDMACLRN"
12966   traces:
12967     hoverinfo: "x+y"
12968     boxpoints: "outliers"
12969     whiskerwidth: 0
12970   layout:
12971     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12972     layout: "plot-throughput"
12973
12974 -
12975   type: "plot"
12976   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
12977   algorithm: "plot_performance_box"
12978   output-file-type: ".html"
12979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
12980   data: "plot-vpp-throughput-latency-3n-skx"
12981   filter: "'NIC_Intel-X710' and
12982            '64B' and
12983            'NDRPDR' and
12984            'ETH' and
12985            '4T2C' and
12986            ('L2BDMACLRN' or 'L2XCFWD') and
12987            'VHOST_1024' and
12988            not 'CFS_OPT' and
12989            not 'VXLAN' and
12990            not 'IP4FWD' and
12991            not 'DOT1Q'"
12992   parameters:
12993   - "throughput"
12994   - "parent"
12995   - "tags"
12996   sort:
12997   - "1VM"
12998   - "L2XCFWD"
12999   - "1VM"
13000   - "L2BDMACLRN"
13001   traces:
13002     hoverinfo: "x+y"
13003     boxpoints: "outliers"
13004     whiskerwidth: 0
13005   layout:
13006     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13007     layout: "plot-throughput"
13008
13009 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13010 -
13011   type: "plot"
13012   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13013   algorithm: "plot_performance_box"
13014   output-file-type: ".html"
13015   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13016   data: "plot-vpp-throughput-latency-2n-skx"
13017   filter: "'NIC_Intel-X710' and
13018            '64B' and
13019            'NDRPDR' and
13020            'ETH' and
13021            'IP4FWD' and
13022            '2T1C' and
13023            'VHOST_1024' and
13024            not 'VXLAN' and
13025            not 'DOT1Q'"
13026   parameters:
13027   - "throughput"
13028   - "parent"
13029   - "tags"
13030   sort:
13031   - "not CFS_OPT"
13032   - "1VM"
13033   - "2VM"
13034   traces:
13035     hoverinfo: "x+y"
13036     boxpoints: "outliers"
13037     whiskerwidth: 0
13038   layout:
13039     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13040     layout: "plot-throughput"
13041
13042 -
13043   type: "plot"
13044   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13045   algorithm: "plot_performance_box"
13046   output-file-type: ".html"
13047   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13048   data: "plot-vpp-throughput-latency-2n-skx"
13049   filter: "'NIC_Intel-X710' and
13050            '64B' and
13051            'NDRPDR' and
13052            'ETH' and
13053            'IP4FWD' and
13054            '4T2C' and
13055            'VHOST_1024' and
13056            not 'VXLAN' and
13057            not 'DOT1Q'"
13058   parameters:
13059   - "throughput"
13060   - "parent"
13061   - "tags"
13062   sort:
13063   - "not CFS_OPT"
13064   - "1VM"
13065   - "2VM"
13066   traces:
13067     hoverinfo: "x+y"
13068     boxpoints: "outliers"
13069     whiskerwidth: 0
13070   layout:
13071     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13072     layout: "plot-throughput"
13073
13074 -
13075   type: "plot"
13076   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13077   algorithm: "plot_performance_box"
13078   output-file-type: ".html"
13079   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13080   data: "plot-vpp-throughput-latency-2n-skx"
13081   filter: "'NIC_Intel-X710' and
13082            '64B' and
13083            'NDRPDR' and
13084            'ETH' and
13085            'IP4FWD' and
13086            '2T1C' and
13087            'VHOST_1024' and
13088            not 'VXLAN' and
13089            not 'DOT1Q'"
13090   parameters:
13091   - "throughput"
13092   - "parent"
13093   - "tags"
13094   sort:
13095   - "not CFS_OPT"
13096   - "1VM"
13097   - "2VM"
13098   traces:
13099     hoverinfo: "x+y"
13100     boxpoints: "outliers"
13101     whiskerwidth: 0
13102   layout:
13103     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13104     layout: "plot-throughput"
13105
13106 -
13107   type: "plot"
13108   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13109   algorithm: "plot_performance_box"
13110   output-file-type: ".html"
13111   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13112   data: "plot-vpp-throughput-latency-2n-skx"
13113   filter: "'NIC_Intel-X710' and
13114            '64B' and
13115            'NDRPDR' and
13116            'ETH' and
13117            'IP4FWD' and
13118            '4T2C' and
13119            'VHOST_1024' and
13120            not 'VXLAN' and
13121            not 'DOT1Q'"
13122   parameters:
13123   - "throughput"
13124   - "parent"
13125   - "tags"
13126   sort:
13127   - "not CFS_OPT"
13128   - "1VM"
13129   - "2VM"
13130   traces:
13131     hoverinfo: "x+y"
13132     boxpoints: "outliers"
13133     whiskerwidth: 0
13134   layout:
13135     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13136     layout: "plot-throughput"
13137
13138 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13139 -
13140   type: "plot"
13141   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13142   algorithm: "plot_performance_box"
13143   output-file-type: ".html"
13144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13145   data: "plot-vpp-throughput-latency-2n-skx"
13146   filter: "'NIC_Intel-X710' and
13147            '64B' and
13148            'NDRPDR' and
13149            'ETH' and
13150            '2T1C' and
13151            'L2BDMACLRN' and
13152            'VHOST_1024' and
13153            not 'VXLAN' and
13154            not 'IP4FWD' and
13155            not 'DOT1Q' and
13156            not '2VM'"
13157   parameters:
13158   - "throughput"
13159   - "parent"
13160   - "tags"
13161   sort:
13162   - "VM"  # "not CFS_OPT"
13163   - "CFS_OPT"
13164   - "FIB_10K"
13165   - "FIB_100K"
13166   - "FIB_1M"
13167   traces:
13168     hoverinfo: "x+y"
13169     boxpoints: "outliers"
13170     whiskerwidth: 0
13171   layout:
13172     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13173     layout: "plot-throughput"
13174
13175 -
13176   type: "plot"
13177   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13178   algorithm: "plot_performance_box"
13179   output-file-type: ".html"
13180   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13181   data: "plot-vpp-throughput-latency-2n-skx"
13182   filter: "'NIC_Intel-X710' and
13183            '64B' and
13184            'NDRPDR' and
13185            'ETH' and
13186            '4T2C' and
13187            'L2BDMACLRN' and
13188            'VHOST_1024' and
13189            not 'VXLAN' and
13190            not 'IP4FWD' and
13191            not 'DOT1Q' and
13192            not '2VM'"
13193   parameters:
13194   - "throughput"
13195   - "parent"
13196   - "tags"
13197   sort:
13198   - "VM"  # "not CFS_OPT"
13199   - "CFS_OPT"
13200   - "FIB_10K"
13201   - "FIB_100K"
13202   - "FIB_1M"
13203   traces:
13204     hoverinfo: "x+y"
13205     boxpoints: "outliers"
13206     whiskerwidth: 0
13207   layout:
13208     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13209     layout: "plot-throughput"
13210
13211 -
13212   type: "plot"
13213   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13214   algorithm: "plot_performance_box"
13215   output-file-type: ".html"
13216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13217   data: "plot-vpp-throughput-latency-2n-skx"
13218   filter: "'NIC_Intel-X710' and
13219            '64B' and
13220            'NDRPDR' and
13221            'ETH' and
13222            '2T1C' and
13223            'L2BDMACLRN' and
13224            'VHOST_1024' and
13225            not 'VXLAN' and
13226            not 'IP4FWD' and
13227            not 'DOT1Q' and
13228            not '2VM'"
13229   parameters:
13230   - "throughput"
13231   - "parent"
13232   - "tags"
13233   sort:
13234   - "VM"  # "not CFS_OPT"
13235   - "CFS_OPT"
13236   - "FIB_10K"
13237   - "FIB_100K"
13238   - "FIB_1M"
13239   traces:
13240     hoverinfo: "x+y"
13241     boxpoints: "outliers"
13242     whiskerwidth: 0
13243   layout:
13244     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13245     layout: "plot-throughput"
13246
13247 -
13248   type: "plot"
13249   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13250   algorithm: "plot_performance_box"
13251   output-file-type: ".html"
13252   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13253   data: "plot-vpp-throughput-latency-2n-skx"
13254   filter: "'NIC_Intel-X710' and
13255            '64B' and
13256            'NDRPDR' and
13257            'ETH' and
13258            '4T2C' and
13259            'L2BDMACLRN' and
13260            'VHOST_1024' and
13261            not 'VXLAN' and
13262            not 'IP4FWD' and
13263            not 'DOT1Q' and
13264            not '2VM'"
13265   parameters:
13266   - "throughput"
13267   - "parent"
13268   - "tags"
13269   sort:
13270   - "VM"  # "not CFS_OPT"
13271   - "CFS_OPT"
13272   - "FIB_10K"
13273   - "FIB_100K"
13274   - "FIB_1M"
13275   traces:
13276     hoverinfo: "x+y"
13277     boxpoints: "outliers"
13278     whiskerwidth: 0
13279   layout:
13280     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13281     layout: "plot-throughput"
13282
13283 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13284 -
13285   type: "plot"
13286   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13287   algorithm: "plot_performance_box"
13288   output-file-type: ".html"
13289   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13290   data: "plot-vpp-throughput-latency-2n-skx"
13291   filter: "'NIC_Intel-X710' and
13292            '64B' and
13293            'NDRPDR' and
13294            'ETH' and
13295            'BASE' and
13296            '2T1C' and
13297            ('L2BDMACLRN' or 'L2XCFWD') and
13298            'VHOST_1024' and
13299            not 'VXLAN' and
13300            not 'IP4FWD' and
13301            not 'DOT1Q' and
13302            not '2VM'"
13303   parameters:
13304   - "throughput"
13305   - "parent"
13306   - "tags"
13307   sort:
13308   - "not CFS_OPT"
13309   - "L2XCFWD"
13310   - "not CFS_OPT"
13311   - "CFS_OPT"
13312   traces:
13313     hoverinfo: "x+y"
13314     boxpoints: "outliers"
13315     whiskerwidth: 0
13316   layout:
13317     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13318     layout: "plot-throughput"
13319
13320 -
13321   type: "plot"
13322   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13323   algorithm: "plot_performance_box"
13324   output-file-type: ".html"
13325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13326   data: "plot-vpp-throughput-latency-2n-skx"
13327   filter: "'NIC_Intel-X710' and
13328            '64B' and
13329            'NDRPDR' and
13330            'ETH' and
13331            'BASE' and
13332            '2T1C' and
13333            ('L2BDMACLRN' or 'L2XCFWD') and
13334            'VHOST_1024' and
13335            not 'VXLAN' and
13336            not 'IP4FWD' and
13337            not 'DOT1Q' and
13338            not '2VM'"
13339   parameters:
13340   - "throughput"
13341   - "parent"
13342   - "tags"
13343   sort:
13344   - "not CFS_OPT"
13345   - "L2XCFWD"
13346   - "not CFS_OPT"
13347   - "CFS_OPT"
13348   traces:
13349     hoverinfo: "x+y"
13350     boxpoints: "outliers"
13351     whiskerwidth: 0
13352   layout:
13353     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13354     layout: "plot-throughput"
13355
13356 -
13357   type: "plot"
13358   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13359   algorithm: "plot_performance_box"
13360   output-file-type: ".html"
13361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13362   data: "plot-vpp-throughput-latency-2n-skx"
13363   filter: "'NIC_Intel-X710' and
13364            '64B' and
13365            'NDRPDR' and
13366            'ETH' and
13367            'BASE' and
13368            '4T2C' and
13369            ('L2BDMACLRN' or 'L2XCFWD') and
13370            'VHOST_1024' and
13371            not 'VXLAN' and
13372            not 'IP4FWD' and
13373            not 'DOT1Q' and
13374            not '2VM'"
13375   parameters:
13376   - "throughput"
13377   - "parent"
13378   - "tags"
13379   sort:
13380   - "not CFS_OPT"
13381   - "L2XCFWD"
13382   - "not CFS_OPT"
13383   - "CFS_OPT"
13384   traces:
13385     hoverinfo: "x+y"
13386     boxpoints: "outliers"
13387     whiskerwidth: 0
13388   layout:
13389     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13390     layout: "plot-throughput"
13391
13392 -
13393   type: "plot"
13394   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13395   algorithm: "plot_performance_box"
13396   output-file-type: ".html"
13397   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13398   data: "plot-vpp-throughput-latency-2n-skx"
13399   filter: "'NIC_Intel-X710' and
13400            '64B' and
13401            'NDRPDR' and
13402            'ETH' and
13403            'BASE' and
13404            '4T2C' and
13405            ('L2BDMACLRN' or 'L2XCFWD') and
13406            'VHOST_1024' and
13407            not 'VXLAN' and
13408            not 'IP4FWD' and
13409            not 'DOT1Q' and
13410            not '2VM'"
13411   parameters:
13412   - "throughput"
13413   - "parent"
13414   - "tags"
13415   sort:
13416   - "not CFS_OPT"
13417   - "L2XCFWD"
13418   - "not CFS_OPT"
13419   - "CFS_OPT"
13420   traces:
13421     hoverinfo: "x+y"
13422     boxpoints: "outliers"
13423     whiskerwidth: 0
13424   layout:
13425     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13426     layout: "plot-throughput"
13427
13428 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13429 -
13430   type: "plot"
13431   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13432   algorithm: "plot_performance_box"
13433   output-file-type: ".html"
13434   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13435   data: "plot-vpp-throughput-latency-2n-skx"
13436   filter: "'NIC_Intel-X710' and
13437            '64B' and
13438            'NDRPDR' and
13439            'ETH' and
13440            '2T1C' and
13441            ('L2BDMACLRN' or 'L2XCFWD') and
13442            'VHOST_1024' and
13443            not 'CFS_OPT' and
13444            not 'VXLAN' and
13445            not 'IP4FWD' and
13446            not 'DOT1Q'"
13447   parameters:
13448   - "throughput"
13449   - "parent"
13450   - "tags"
13451   sort:
13452   - "1VM"
13453   - "L2XCFWD"
13454   - "1VM"
13455   - "L2BDMACLRN"
13456   traces:
13457     hoverinfo: "x+y"
13458     boxpoints: "outliers"
13459     whiskerwidth: 0
13460   layout:
13461     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13462     layout: "plot-throughput"
13463
13464 -
13465   type: "plot"
13466   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13467   algorithm: "plot_performance_box"
13468   output-file-type: ".html"
13469   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13470   data: "plot-vpp-throughput-latency-2n-skx"
13471   filter: "'NIC_Intel-X710' and
13472            '64B' and
13473            'NDRPDR' and
13474            'ETH' and
13475            '2T1C' and
13476            ('L2BDMACLRN' or 'L2XCFWD') and
13477            'VHOST_1024' and
13478            not 'CFS_OPT' and
13479            not 'VXLAN' and
13480            not 'IP4FWD' and
13481            not 'DOT1Q'"
13482   parameters:
13483   - "throughput"
13484   - "parent"
13485   - "tags"
13486   sort:
13487   - "1VM"
13488   - "L2XCFWD"
13489   - "1VM"
13490   - "L2BDMACLRN"
13491   traces:
13492     hoverinfo: "x+y"
13493     boxpoints: "outliers"
13494     whiskerwidth: 0
13495   layout:
13496     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13497     layout: "plot-throughput"
13498
13499 -
13500   type: "plot"
13501   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13502   algorithm: "plot_performance_box"
13503   output-file-type: ".html"
13504   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13505   data: "plot-vpp-throughput-latency-2n-skx"
13506   filter: "'NIC_Intel-X710' and
13507            '64B' and
13508            'NDRPDR' and
13509            'ETH' and
13510            '4T2C' and
13511            ('L2BDMACLRN' or 'L2XCFWD') and
13512            'VHOST_1024' and
13513            not 'CFS_OPT' and
13514            not 'VXLAN' and
13515            not 'IP4FWD' and
13516            not 'DOT1Q'"
13517   parameters:
13518   - "throughput"
13519   - "parent"
13520   - "tags"
13521   sort:
13522   - "1VM"
13523   - "L2XCFWD"
13524   - "1VM"
13525   - "L2BDMACLRN"
13526   traces:
13527     hoverinfo: "x+y"
13528     boxpoints: "outliers"
13529     whiskerwidth: 0
13530   layout:
13531     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13532     layout: "plot-throughput"
13533
13534 -
13535   type: "plot"
13536   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13537   algorithm: "plot_performance_box"
13538   output-file-type: ".html"
13539   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13540   data: "plot-vpp-throughput-latency-2n-skx"
13541   filter: "'NIC_Intel-X710' and
13542            '64B' and
13543            'NDRPDR' and
13544            'ETH' and
13545            '4T2C' and
13546            ('L2BDMACLRN' or 'L2XCFWD') and
13547            'VHOST_1024' and
13548            not 'CFS_OPT' and
13549            not 'VXLAN' and
13550            not 'IP4FWD' and
13551            not 'DOT1Q'"
13552   parameters:
13553   - "throughput"
13554   - "parent"
13555   - "tags"
13556   sort:
13557   - "1VM"
13558   - "L2XCFWD"
13559   - "1VM"
13560   - "L2BDMACLRN"
13561   traces:
13562     hoverinfo: "x+y"
13563     boxpoints: "outliers"
13564     whiskerwidth: 0
13565   layout:
13566     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13567     layout: "plot-throughput"
13568
13569 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13570 -
13571   type: "plot"
13572   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13573   algorithm: "plot_performance_box"
13574   output-file-type: ".html"
13575   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13576   data: "plot-vpp-throughput-latency-2n-skx"
13577   filter: "'NIC_Intel-XXV710' and
13578            '64B' and
13579            'NDRPDR' and
13580            'ETH' and
13581            'IP4FWD' and
13582            '2T1C' and
13583            'VHOST_1024' and
13584            not 'VXLAN' and
13585            not 'DOT1Q'"
13586   parameters:
13587   - "throughput"
13588   - "parent"
13589   - "tags"
13590   sort:
13591   - "not CFS_OPT"
13592   - "1VM"
13593   - "2VM"
13594   traces:
13595     hoverinfo: "x+y"
13596     boxpoints: "outliers"
13597     whiskerwidth: 0
13598   layout:
13599     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13600     layout: "plot-throughput"
13601
13602 -
13603   type: "plot"
13604   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13605   algorithm: "plot_performance_box"
13606   output-file-type: ".html"
13607   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13608   data: "plot-vpp-throughput-latency-2n-skx"
13609   filter: "'NIC_Intel-XXV710' and
13610            '64B' and
13611            'NDRPDR' and
13612            'ETH' and
13613            'IP4FWD' and
13614            '4T2C' and
13615            'VHOST_1024' and
13616            not 'VXLAN' and
13617            not 'DOT1Q'"
13618   parameters:
13619   - "throughput"
13620   - "parent"
13621   - "tags"
13622   sort:
13623   - "not CFS_OPT"
13624   - "1VM"
13625   - "2VM"
13626   traces:
13627     hoverinfo: "x+y"
13628     boxpoints: "outliers"
13629     whiskerwidth: 0
13630   layout:
13631     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13632     layout: "plot-throughput"
13633
13634 -
13635   type: "plot"
13636   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13637   algorithm: "plot_performance_box"
13638   output-file-type: ".html"
13639   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13640   data: "plot-vpp-throughput-latency-2n-skx"
13641   filter: "'NIC_Intel-XXV710' and
13642            '64B' and
13643            'NDRPDR' and
13644            'ETH' and
13645            'IP4FWD' and
13646            '2T1C' and
13647            'VHOST_1024' and
13648            not 'VXLAN' and
13649            not 'DOT1Q'"
13650   parameters:
13651   - "throughput"
13652   - "parent"
13653   - "tags"
13654   sort:
13655   - "not CFS_OPT"
13656   - "1VM"
13657   - "2VM"
13658   traces:
13659     hoverinfo: "x+y"
13660     boxpoints: "outliers"
13661     whiskerwidth: 0
13662   layout:
13663     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13664     layout: "plot-throughput"
13665
13666 -
13667   type: "plot"
13668   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13669   algorithm: "plot_performance_box"
13670   output-file-type: ".html"
13671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13672   data: "plot-vpp-throughput-latency-2n-skx"
13673   filter: "'NIC_Intel-XXV710' and
13674            '64B' and
13675            'NDRPDR' and
13676            'ETH' and
13677            'IP4FWD' and
13678            '4T2C' and
13679            'VHOST_1024' and
13680            not 'VXLAN' and
13681            not 'DOT1Q'"
13682   parameters:
13683   - "throughput"
13684   - "parent"
13685   - "tags"
13686   sort:
13687   - "not CFS_OPT"
13688   - "1VM"
13689   - "2VM"
13690   traces:
13691     hoverinfo: "x+y"
13692     boxpoints: "outliers"
13693     whiskerwidth: 0
13694   layout:
13695     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13696     layout: "plot-throughput"
13697
13698 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13699 -
13700   type: "plot"
13701   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13702   algorithm: "plot_performance_box"
13703   output-file-type: ".html"
13704   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13705   data: "plot-vpp-throughput-latency-2n-skx"
13706   filter: "'NIC_Intel-XXV710' and
13707            '64B' and
13708            'NDRPDR' and
13709            'ETH' and
13710            '2T1C' and
13711            'L2BDMACLRN' and
13712            'VHOST_1024' and
13713            not 'VXLAN' and
13714            not 'IP4FWD' and
13715            not 'DOT1Q' and
13716            not '2VM'"
13717   parameters:
13718   - "throughput"
13719   - "parent"
13720   - "tags"
13721   sort:
13722   - "VM"  # "not CFS_OPT"
13723   - "CFS_OPT"
13724   - "FIB_10K"
13725   - "FIB_100K"
13726   - "FIB_1M"
13727   traces:
13728     hoverinfo: "x+y"
13729     boxpoints: "outliers"
13730     whiskerwidth: 0
13731   layout:
13732     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13733     layout: "plot-throughput"
13734
13735 -
13736   type: "plot"
13737   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13738   algorithm: "plot_performance_box"
13739   output-file-type: ".html"
13740   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13741   data: "plot-vpp-throughput-latency-2n-skx"
13742   filter: "'NIC_Intel-XXV710' and
13743            '64B' and
13744            'NDRPDR' and
13745            'ETH' and
13746            '4T2C' and
13747            'L2BDMACLRN' and
13748            'VHOST_1024' and
13749            not 'VXLAN' and
13750            not 'IP4FWD' and
13751            not 'DOT1Q' and
13752            not '2VM'"
13753   parameters:
13754   - "throughput"
13755   - "parent"
13756   - "tags"
13757   sort:
13758   - "VM"  # "not CFS_OPT"
13759   - "CFS_OPT"
13760   - "FIB_10K"
13761   - "FIB_100K"
13762   - "FIB_1M"
13763   traces:
13764     hoverinfo: "x+y"
13765     boxpoints: "outliers"
13766     whiskerwidth: 0
13767   layout:
13768     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13769     layout: "plot-throughput"
13770
13771 -
13772   type: "plot"
13773   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13774   algorithm: "plot_performance_box"
13775   output-file-type: ".html"
13776   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13777   data: "plot-vpp-throughput-latency-2n-skx"
13778   filter: "'NIC_Intel-XXV710' and
13779            '64B' and
13780            'NDRPDR' and
13781            'ETH' and
13782            '2T1C' and
13783            'L2BDMACLRN' and
13784            'VHOST_1024' and
13785            not 'VXLAN' and
13786            not 'IP4FWD' and
13787            not 'DOT1Q' and
13788            not '2VM'"
13789   parameters:
13790   - "throughput"
13791   - "parent"
13792   - "tags"
13793   sort:
13794   - "VM"  # "not CFS_OPT"
13795   - "CFS_OPT"
13796   - "FIB_10K"
13797   - "FIB_100K"
13798   - "FIB_1M"
13799   traces:
13800     hoverinfo: "x+y"
13801     boxpoints: "outliers"
13802     whiskerwidth: 0
13803   layout:
13804     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13805     layout: "plot-throughput"
13806
13807 -
13808   type: "plot"
13809   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13810   algorithm: "plot_performance_box"
13811   output-file-type: ".html"
13812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13813   data: "plot-vpp-throughput-latency-2n-skx"
13814   filter: "'NIC_Intel-XXV710' and
13815            '64B' and
13816            'NDRPDR' and
13817            'ETH' and
13818            '4T2C' and
13819            'L2BDMACLRN' and
13820            'VHOST_1024' and
13821            not 'VXLAN' and
13822            not 'IP4FWD' and
13823            not 'DOT1Q' and
13824            not '2VM'"
13825   parameters:
13826   - "throughput"
13827   - "parent"
13828   - "tags"
13829   sort:
13830   - "VM"  # "not CFS_OPT"
13831   - "CFS_OPT"
13832   - "FIB_10K"
13833   - "FIB_100K"
13834   - "FIB_1M"
13835   traces:
13836     hoverinfo: "x+y"
13837     boxpoints: "outliers"
13838     whiskerwidth: 0
13839   layout:
13840     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13841     layout: "plot-throughput"
13842
13843 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
13844 -
13845   type: "plot"
13846   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13847   algorithm: "plot_performance_box"
13848   output-file-type: ".html"
13849   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13850   data: "plot-vpp-throughput-latency-2n-skx"
13851   filter: "'NIC_Intel-XXV710' and
13852            '64B' and
13853            'NDRPDR' and
13854            'ETH' and
13855            'BASE' and
13856            '2T1C' and
13857            ('L2BDMACLRN' or 'L2XCFWD') and
13858            'VHOST_1024' and
13859            not 'VXLAN' and
13860            not 'IP4FWD' and
13861            not 'DOT1Q' and
13862            not '2VM'"
13863   parameters:
13864   - "throughput"
13865   - "parent"
13866   - "tags"
13867   sort:
13868   - "not CFS_OPT"
13869   - "L2XCFWD"
13870   - "not CFS_OPT"
13871   - "CFS_OPT"
13872   traces:
13873     hoverinfo: "x+y"
13874     boxpoints: "outliers"
13875     whiskerwidth: 0
13876   layout:
13877     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13878     layout: "plot-throughput"
13879
13880 -
13881   type: "plot"
13882   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13883   algorithm: "plot_performance_box"
13884   output-file-type: ".html"
13885   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13886   data: "plot-vpp-throughput-latency-2n-skx"
13887   filter: "'NIC_Intel-XXV710' and
13888            '64B' and
13889            'NDRPDR' and
13890            'ETH' and
13891            'BASE' and
13892            '2T1C' and
13893            ('L2BDMACLRN' or 'L2XCFWD') and
13894            'VHOST_1024' and
13895            not 'VXLAN' and
13896            not 'IP4FWD' and
13897            not 'DOT1Q' and
13898            not '2VM'"
13899   parameters:
13900   - "throughput"
13901   - "parent"
13902   - "tags"
13903   sort:
13904   - "not CFS_OPT"
13905   - "L2XCFWD"
13906   - "not CFS_OPT"
13907   - "CFS_OPT"
13908   traces:
13909     hoverinfo: "x+y"
13910     boxpoints: "outliers"
13911     whiskerwidth: 0
13912   layout:
13913     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13914     layout: "plot-throughput"
13915
13916 -
13917   type: "plot"
13918   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13919   algorithm: "plot_performance_box"
13920   output-file-type: ".html"
13921   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13922   data: "plot-vpp-throughput-latency-2n-skx"
13923   filter: "'NIC_Intel-XXV710' and
13924            '64B' and
13925            'NDRPDR' and
13926            'ETH' and
13927            'BASE' and
13928            '4T2C' and
13929            ('L2BDMACLRN' or 'L2XCFWD') and
13930            'VHOST_1024' and
13931            not 'VXLAN' and
13932            not 'IP4FWD' and
13933            not 'DOT1Q' and
13934            not '2VM'"
13935   parameters:
13936   - "throughput"
13937   - "parent"
13938   - "tags"
13939   sort:
13940   - "not CFS_OPT"
13941   - "L2XCFWD"
13942   - "not CFS_OPT"
13943   - "CFS_OPT"
13944   traces:
13945     hoverinfo: "x+y"
13946     boxpoints: "outliers"
13947     whiskerwidth: 0
13948   layout:
13949     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13950     layout: "plot-throughput"
13951
13952 -
13953   type: "plot"
13954   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13955   algorithm: "plot_performance_box"
13956   output-file-type: ".html"
13957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13958   data: "plot-vpp-throughput-latency-2n-skx"
13959   filter: "'NIC_Intel-XXV710' and
13960            '64B' and
13961            'NDRPDR' and
13962            'ETH' and
13963            'BASE' and
13964            '4T2C' and
13965            ('L2BDMACLRN' or 'L2XCFWD') and
13966            'VHOST_1024' and
13967            not 'VXLAN' and
13968            not 'IP4FWD' and
13969            not 'DOT1Q' and
13970            not '2VM'"
13971   parameters:
13972   - "throughput"
13973   - "parent"
13974   - "tags"
13975   sort:
13976   - "not CFS_OPT"
13977   - "L2XCFWD"
13978   - "not CFS_OPT"
13979   - "CFS_OPT"
13980   traces:
13981     hoverinfo: "x+y"
13982     boxpoints: "outliers"
13983     whiskerwidth: 0
13984   layout:
13985     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13986     layout: "plot-throughput"
13987
13988 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
13989 -
13990   type: "plot"
13991   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
13992   algorithm: "plot_performance_box"
13993   output-file-type: ".html"
13994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
13995   data: "plot-vpp-throughput-latency-2n-skx"
13996   filter: "'NIC_Intel-XXV710' and
13997            '64B' and
13998            'NDRPDR' and
13999            'ETH' and
14000            '2T1C' and
14001            ('L2BDMACLRN' or 'L2XCFWD') and
14002            'VHOST_1024' and
14003            not 'CFS_OPT' and
14004            not 'VXLAN' and
14005            not 'IP4FWD' and
14006            not 'DOT1Q'"
14007   parameters:
14008   - "throughput"
14009   - "parent"
14010   - "tags"
14011   sort:
14012   - "1VM"
14013   - "L2XCFWD"
14014   - "1VM"
14015   - "L2BDMACLRN"
14016   traces:
14017     hoverinfo: "x+y"
14018     boxpoints: "outliers"
14019     whiskerwidth: 0
14020   layout:
14021     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14022     layout: "plot-throughput"
14023
14024 -
14025   type: "plot"
14026   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14027   algorithm: "plot_performance_box"
14028   output-file-type: ".html"
14029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14030   data: "plot-vpp-throughput-latency-2n-skx"
14031   filter: "'NIC_Intel-XXV710' and
14032            '64B' and
14033            'NDRPDR' and
14034            'ETH' and
14035            '2T1C' and
14036            ('L2BDMACLRN' or 'L2XCFWD') and
14037            'VHOST_1024' and
14038            not 'CFS_OPT' and
14039            not 'VXLAN' and
14040            not 'IP4FWD' and
14041            not 'DOT1Q'"
14042   parameters:
14043   - "throughput"
14044   - "parent"
14045   - "tags"
14046   sort:
14047   - "1VM"
14048   - "L2XCFWD"
14049   - "1VM"
14050   - "L2BDMACLRN"
14051   traces:
14052     hoverinfo: "x+y"
14053     boxpoints: "outliers"
14054     whiskerwidth: 0
14055   layout:
14056     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14057     layout: "plot-throughput"
14058
14059 -
14060   type: "plot"
14061   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14062   algorithm: "plot_performance_box"
14063   output-file-type: ".html"
14064   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14065   data: "plot-vpp-throughput-latency-2n-skx"
14066   filter: "'NIC_Intel-XXV710' and
14067            '64B' and
14068            'NDRPDR' and
14069            'ETH' and
14070            '4T2C' and
14071            ('L2BDMACLRN' or 'L2XCFWD') and
14072            'VHOST_1024' and
14073            not 'CFS_OPT' and
14074            not 'VXLAN' and
14075            not 'IP4FWD' and
14076            not 'DOT1Q'"
14077   parameters:
14078   - "throughput"
14079   - "parent"
14080   - "tags"
14081   sort:
14082   - "1VM"
14083   - "L2XCFWD"
14084   - "1VM"
14085   - "L2BDMACLRN"
14086   traces:
14087     hoverinfo: "x+y"
14088     boxpoints: "outliers"
14089     whiskerwidth: 0
14090   layout:
14091     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14092     layout: "plot-throughput"
14093
14094 -
14095   type: "plot"
14096   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14097   algorithm: "plot_performance_box"
14098   output-file-type: ".html"
14099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14100   data: "plot-vpp-throughput-latency-2n-skx"
14101   filter: "'NIC_Intel-XXV710' and
14102            '64B' and
14103            'NDRPDR' and
14104            'ETH' and
14105            '4T2C' and
14106            ('L2BDMACLRN' or 'L2XCFWD') and
14107            'VHOST_1024' and
14108            not 'CFS_OPT' and
14109            not 'VXLAN' and
14110            not 'IP4FWD' and
14111            not 'DOT1Q'"
14112   parameters:
14113   - "throughput"
14114   - "parent"
14115   - "tags"
14116   sort:
14117   - "1VM"
14118   - "L2XCFWD"
14119   - "1VM"
14120   - "L2BDMACLRN"
14121   traces:
14122     hoverinfo: "x+y"
14123     boxpoints: "outliers"
14124     whiskerwidth: 0
14125   layout:
14126     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14127     layout: "plot-throughput"
14128
14129 ################################################################################
14130
14131 # Packet Throughput - VPP VTS 3n-hsw-x520
14132 -
14133   type: "plot"
14134   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14135   algorithm: "plot_performance_box"
14136   output-file-type: ".html"
14137   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14138   data: "plot-vpp-throughput-latency-3n-hsw"
14139   filter: "'NIC_Intel-X520-DA2' and
14140            '114B' and
14141            'NDRPDR' and
14142            '1T1C' and
14143            'VTS'"
14144   parameters:
14145   - "throughput"
14146   - "parent"
14147   - "tags"
14148   traces:
14149     hoverinfo: "x+y"
14150     boxpoints: "outliers"
14151     whiskerwidth: 0
14152   layout:
14153     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14154     layout: "plot-throughput"
14155
14156 -
14157   type: "plot"
14158   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14159   algorithm: "plot_performance_box"
14160   output-file-type: ".html"
14161   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14162   data: "plot-vpp-throughput-latency-3n-hsw"
14163   filter: "'NIC_Intel-X520-DA2' and
14164            '114B' and
14165            'NDRPDR' and
14166            '2T2C' and
14167            'VTS'"
14168   parameters:
14169   - "throughput"
14170   - "parent"
14171   - "tags"
14172   traces:
14173     hoverinfo: "x+y"
14174     boxpoints: "outliers"
14175     whiskerwidth: 0
14176   layout:
14177     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14178     layout: "plot-throughput"
14179
14180 -
14181   type: "plot"
14182   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14183   algorithm: "plot_performance_box"
14184   output-file-type: ".html"
14185   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14186   data: "plot-vpp-throughput-latency-3n-hsw"
14187   filter: "'NIC_Intel-X520-DA2' and
14188            '114B' and
14189            'NDRPDR' and
14190            '1T1C' and
14191            'VTS'"
14192   parameters:
14193   - "throughput"
14194   - "parent"
14195   - "tags"
14196   traces:
14197     hoverinfo: "x+y"
14198     boxpoints: "outliers"
14199     whiskerwidth: 0
14200   layout:
14201     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14202     layout: "plot-throughput"
14203
14204 -
14205   type: "plot"
14206   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14207   algorithm: "plot_performance_box"
14208   output-file-type: ".html"
14209   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14210   data: "plot-vpp-throughput-latency-3n-hsw"
14211   filter: "'NIC_Intel-X520-DA2' and
14212            '114B' and
14213            'NDRPDR' and
14214            '2T2C' and
14215            'VTS'"
14216   parameters:
14217   - "throughput"
14218   - "parent"
14219   - "tags"
14220   traces:
14221     hoverinfo: "x+y"
14222     boxpoints: "outliers"
14223     whiskerwidth: 0
14224   layout:
14225     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14226     layout: "plot-throughput"
14227
14228 ################################################################################
14229
14230 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14231 -
14232   type: "plot"
14233   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14234   algorithm: "plot_performance_box"
14235   output-file-type: ".html"
14236   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14237   data: "plot-dpdk-throughput-latency-3n-hsw"
14238   filter: "'NIC_Intel-X520-DA2' and
14239            '64B' and
14240            'BASE' and
14241            'NDRPDR' and
14242            '1T1C' and
14243            'IP4FWD'"
14244   parameters:
14245   - "throughput"
14246   - "parent"
14247   - "tags"
14248   traces:
14249     hoverinfo: "x+y"
14250     boxpoints: "outliers"
14251     whiskerwidth: 0
14252   layout:
14253     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14254     layout: "plot-throughput"
14255
14256 -
14257   type: "plot"
14258   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14259   algorithm: "plot_performance_box"
14260   output-file-type: ".html"
14261   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14262   data: "plot-dpdk-throughput-latency-3n-hsw"
14263   filter: "'NIC_Intel-X520-DA2' and
14264            '64B' and
14265            'BASE' and
14266            'NDRPDR' and
14267            '2T2C' and
14268            'IP4FWD'"
14269   parameters:
14270   - "throughput"
14271   - "parent"
14272   - "tags"
14273   traces:
14274     hoverinfo: "x+y"
14275     boxpoints: "outliers"
14276     whiskerwidth: 0
14277   layout:
14278     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14279     layout: "plot-throughput"
14280
14281 -
14282   type: "plot"
14283   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14284   algorithm: "plot_performance_box"
14285   output-file-type: ".html"
14286   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14287   data: "plot-dpdk-throughput-latency-3n-hsw"
14288   filter: "'NIC_Intel-X520-DA2' and
14289            '64B' and
14290            'BASE' and
14291            'NDRPDR' and
14292            '1T1C' and
14293            'IP4FWD'"
14294   parameters:
14295   - "throughput"
14296   - "parent"
14297   - "tags"
14298   traces:
14299     hoverinfo: "x+y"
14300     boxpoints: "outliers"
14301     whiskerwidth: 0
14302   layout:
14303     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14304     layout: "plot-throughput"
14305
14306 -
14307   type: "plot"
14308   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14309   algorithm: "plot_performance_box"
14310   output-file-type: ".html"
14311   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14312   data: "plot-dpdk-throughput-latency-3n-hsw"
14313   filter: "'NIC_Intel-X520-DA2' and
14314            '64B' and
14315            'BASE' and
14316            'NDRPDR' and
14317            '2T2C' and
14318            'IP4FWD'"
14319   parameters:
14320   - "throughput"
14321   - "parent"
14322   - "tags"
14323   traces:
14324     hoverinfo: "x+y"
14325     boxpoints: "outliers"
14326     whiskerwidth: 0
14327   layout:
14328     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14329     layout: "plot-throughput"
14330
14331 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14332 -
14333   type: "plot"
14334   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14335   algorithm: "plot_performance_box"
14336   output-file-type: ".html"
14337   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14338   data: "plot-dpdk-throughput-latency-3n-hsw"
14339   filter: "'NIC_Intel-X710' and
14340            '64B' and
14341            'BASE' and
14342            'NDRPDR' and
14343            '1T1C' and
14344            'IP4FWD'"
14345   parameters:
14346   - "throughput"
14347   - "parent"
14348   - "tags"
14349   traces:
14350     hoverinfo: "x+y"
14351     boxpoints: "outliers"
14352     whiskerwidth: 0
14353   layout:
14354     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14355     layout: "plot-throughput"
14356
14357 -
14358   type: "plot"
14359   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14360   algorithm: "plot_performance_box"
14361   output-file-type: ".html"
14362   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14363   data: "plot-dpdk-throughput-latency-3n-hsw"
14364   filter: "'NIC_Intel-X710' and
14365            '64B' and
14366            'BASE' and
14367            'NDRPDR' and
14368            '2T2C' and
14369            'IP4FWD'"
14370   parameters:
14371   - "throughput"
14372   - "parent"
14373   - "tags"
14374   traces:
14375     hoverinfo: "x+y"
14376     boxpoints: "outliers"
14377     whiskerwidth: 0
14378   layout:
14379     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14380     layout: "plot-throughput"
14381
14382 -
14383   type: "plot"
14384   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14385   algorithm: "plot_performance_box"
14386   output-file-type: ".html"
14387   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14388   data: "plot-dpdk-throughput-latency-3n-hsw"
14389   filter: "'NIC_Intel-X710' and
14390            '64B' and
14391            'BASE' and
14392            'NDRPDR' and
14393            '1T1C' and
14394            'IP4FWD'"
14395   parameters:
14396   - "throughput"
14397   - "parent"
14398   - "tags"
14399   traces:
14400     hoverinfo: "x+y"
14401     boxpoints: "outliers"
14402     whiskerwidth: 0
14403   layout:
14404     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14405     layout: "plot-throughput"
14406
14407 -
14408   type: "plot"
14409   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14410   algorithm: "plot_performance_box"
14411   output-file-type: ".html"
14412   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14413   data: "plot-dpdk-throughput-latency-3n-hsw"
14414   filter: "'NIC_Intel-X710' and
14415            '64B' and
14416            'BASE' and
14417            'NDRPDR' and
14418            '2T2C' and
14419            'IP4FWD'"
14420   parameters:
14421   - "throughput"
14422   - "parent"
14423   - "tags"
14424   traces:
14425     hoverinfo: "x+y"
14426     boxpoints: "outliers"
14427     whiskerwidth: 0
14428   layout:
14429     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14430     layout: "plot-throughput"
14431
14432 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14433 -
14434   type: "plot"
14435   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14436   algorithm: "plot_performance_box"
14437   output-file-type: ".html"
14438   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14439   data: "plot-dpdk-throughput-latency-3n-hsw"
14440   filter: "'NIC_Intel-XL710' and
14441            '64B' and
14442            'BASE' and
14443            'NDRPDR' and
14444            '1T1C' and
14445            'IP4FWD'"
14446   parameters:
14447   - "throughput"
14448   - "parent"
14449   - "tags"
14450   traces:
14451     hoverinfo: "x+y"
14452     boxpoints: "outliers"
14453     whiskerwidth: 0
14454   layout:
14455     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14456     layout: "plot-throughput"
14457
14458 -
14459   type: "plot"
14460   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14461   algorithm: "plot_performance_box"
14462   output-file-type: ".html"
14463   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14464   data: "plot-dpdk-throughput-latency-3n-hsw"
14465   filter: "'NIC_Intel-XL710' and
14466            '64B' and
14467            'BASE' and
14468            'NDRPDR' and
14469            '2T2C' and
14470            'IP4FWD'"
14471   parameters:
14472   - "throughput"
14473   - "parent"
14474   - "tags"
14475   traces:
14476     hoverinfo: "x+y"
14477     boxpoints: "outliers"
14478     whiskerwidth: 0
14479   layout:
14480     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14481     layout: "plot-throughput"
14482
14483 -
14484   type: "plot"
14485   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14486   algorithm: "plot_performance_box"
14487   output-file-type: ".html"
14488   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14489   data: "plot-dpdk-throughput-latency-3n-hsw"
14490   filter: "'NIC_Intel-XL710' and
14491            '64B' and
14492            'BASE' and
14493            'NDRPDR' and
14494            '1T1C' and
14495            'IP4FWD'"
14496   parameters:
14497   - "throughput"
14498   - "parent"
14499   - "tags"
14500   traces:
14501     hoverinfo: "x+y"
14502     boxpoints: "outliers"
14503     whiskerwidth: 0
14504   layout:
14505     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14506     layout: "plot-throughput"
14507
14508 -
14509   type: "plot"
14510   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14511   algorithm: "plot_performance_box"
14512   output-file-type: ".html"
14513   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14514   data: "plot-dpdk-throughput-latency-3n-hsw"
14515   filter: "'NIC_Intel-XL710' and
14516            '64B' and
14517            'BASE' and
14518            'NDRPDR' and
14519            '2T2C' and
14520            'IP4FWD'"
14521   parameters:
14522   - "throughput"
14523   - "parent"
14524   - "tags"
14525   traces:
14526     hoverinfo: "x+y"
14527     boxpoints: "outliers"
14528     whiskerwidth: 0
14529   layout:
14530     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14531     layout: "plot-throughput"
14532
14533 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14534 -
14535   type: "plot"
14536   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14537   algorithm: "plot_performance_box"
14538   output-file-type: ".html"
14539   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14540   data: "plot-dpdk-throughput-latency-3n-skx"
14541   filter: "'NIC_Intel-X710' and
14542            '64B' and
14543            'BASE' and
14544            'NDRPDR' and
14545            '2T1C' and
14546            'IP4FWD'"
14547   parameters:
14548   - "throughput"
14549   - "parent"
14550   - "tags"
14551   traces:
14552     hoverinfo: "x+y"
14553     boxpoints: "outliers"
14554     whiskerwidth: 0
14555   layout:
14556     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14557     layout: "plot-throughput"
14558
14559 -
14560   type: "plot"
14561   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14562   algorithm: "plot_performance_box"
14563   output-file-type: ".html"
14564   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14565   data: "plot-dpdk-throughput-latency-3n-skx"
14566   filter: "'NIC_Intel-X710' and
14567            '64B' and
14568            'BASE' and
14569            'NDRPDR' and
14570            '4T2C' and
14571            'IP4FWD'"
14572   parameters:
14573   - "throughput"
14574   - "parent"
14575   - "tags"
14576   traces:
14577     hoverinfo: "x+y"
14578     boxpoints: "outliers"
14579     whiskerwidth: 0
14580   layout:
14581     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14582     layout: "plot-throughput"
14583
14584 -
14585   type: "plot"
14586   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14587   algorithm: "plot_performance_box"
14588   output-file-type: ".html"
14589   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14590   data: "plot-dpdk-throughput-latency-3n-skx"
14591   filter: "'NIC_Intel-X710' and
14592            '64B' and
14593            'BASE' and
14594            'NDRPDR' and
14595            '2T1C' and
14596            'IP4FWD'"
14597   parameters:
14598   - "throughput"
14599   - "parent"
14600   - "tags"
14601   traces:
14602     hoverinfo: "x+y"
14603     boxpoints: "outliers"
14604     whiskerwidth: 0
14605   layout:
14606     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14607     layout: "plot-throughput"
14608
14609 -
14610   type: "plot"
14611   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14612   algorithm: "plot_performance_box"
14613   output-file-type: ".html"
14614   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14615   data: "plot-dpdk-throughput-latency-3n-skx"
14616   filter: "'NIC_Intel-X710' and
14617            '64B' and
14618            'BASE' and
14619            'NDRPDR' and
14620            '4T2C' and
14621            'IP4FWD'"
14622   parameters:
14623   - "throughput"
14624   - "parent"
14625   - "tags"
14626   traces:
14627     hoverinfo: "x+y"
14628     boxpoints: "outliers"
14629     whiskerwidth: 0
14630   layout:
14631     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14632     layout: "plot-throughput"
14633
14634 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14635 -
14636   type: "plot"
14637   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14638   algorithm: "plot_performance_box"
14639   output-file-type: ".html"
14640   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14641   data: "plot-dpdk-throughput-latency-3n-skx"
14642   filter: "'NIC_Intel-XXV710' and
14643            '64B' and
14644            'BASE' and
14645            'NDRPDR' and
14646            '2T1C' and
14647            'IP4FWD'"
14648   parameters:
14649   - "throughput"
14650   - "parent"
14651   - "tags"
14652   traces:
14653     hoverinfo: "x+y"
14654     boxpoints: "outliers"
14655     whiskerwidth: 0
14656   layout:
14657     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14658     layout: "plot-throughput"
14659
14660 -
14661   type: "plot"
14662   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14663   algorithm: "plot_performance_box"
14664   output-file-type: ".html"
14665   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14666   data: "plot-dpdk-throughput-latency-3n-skx"
14667   filter: "'NIC_Intel-XXV710' and
14668            '64B' and
14669            'BASE' and
14670            'NDRPDR' and
14671            '4T2C' and
14672            'IP4FWD'"
14673   parameters:
14674   - "throughput"
14675   - "parent"
14676   - "tags"
14677   traces:
14678     hoverinfo: "x+y"
14679     boxpoints: "outliers"
14680     whiskerwidth: 0
14681   layout:
14682     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14683     layout: "plot-throughput"
14684
14685 -
14686   type: "plot"
14687   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14688   algorithm: "plot_performance_box"
14689   output-file-type: ".html"
14690   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14691   data: "plot-dpdk-throughput-latency-3n-skx"
14692   filter: "'NIC_Intel-XXV710' and
14693            '64B' and
14694            'BASE' and
14695            'NDRPDR' and
14696            '2T1C' and
14697            'IP4FWD'"
14698   parameters:
14699   - "throughput"
14700   - "parent"
14701   - "tags"
14702   traces:
14703     hoverinfo: "x+y"
14704     boxpoints: "outliers"
14705     whiskerwidth: 0
14706   layout:
14707     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14708     layout: "plot-throughput"
14709
14710 -
14711   type: "plot"
14712   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14713   algorithm: "plot_performance_box"
14714   output-file-type: ".html"
14715   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14716   data: "plot-dpdk-throughput-latency-3n-skx"
14717   filter: "'NIC_Intel-XXV710' and
14718            '64B' and
14719            'BASE' and
14720            'NDRPDR' and
14721            '4T2C' and
14722            'IP4FWD'"
14723   parameters:
14724   - "throughput"
14725   - "parent"
14726   - "tags"
14727   traces:
14728     hoverinfo: "x+y"
14729     boxpoints: "outliers"
14730     whiskerwidth: 0
14731   layout:
14732     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14733     layout: "plot-throughput"
14734
14735 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14736 -
14737   type: "plot"
14738   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14739   algorithm: "plot_performance_box"
14740   output-file-type: ".html"
14741   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14742   data: "plot-dpdk-throughput-latency-2n-skx"
14743   filter: "'NIC_Intel-X710' and
14744            '64B' and
14745            'BASE' and
14746            'NDRPDR' and
14747            '2T1C' and
14748            'IP4FWD'"
14749   parameters:
14750   - "throughput"
14751   - "parent"
14752   - "tags"
14753   traces:
14754     hoverinfo: "x+y"
14755     boxpoints: "outliers"
14756     whiskerwidth: 0
14757   layout:
14758     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14759     layout: "plot-throughput"
14760
14761 -
14762   type: "plot"
14763   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14764   algorithm: "plot_performance_box"
14765   output-file-type: ".html"
14766   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14767   data: "plot-dpdk-throughput-latency-2n-skx"
14768   filter: "'NIC_Intel-X710' and
14769            '64B' and
14770            'BASE' and
14771            'NDRPDR' and
14772            '4T2C' and
14773            'IP4FWD'"
14774   parameters:
14775   - "throughput"
14776   - "parent"
14777   - "tags"
14778   traces:
14779     hoverinfo: "x+y"
14780     boxpoints: "outliers"
14781     whiskerwidth: 0
14782   layout:
14783     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14784     layout: "plot-throughput"
14785
14786 -
14787   type: "plot"
14788   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14789   algorithm: "plot_performance_box"
14790   output-file-type: ".html"
14791   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14792   data: "plot-dpdk-throughput-latency-2n-skx"
14793   filter: "'NIC_Intel-X710' and
14794            '64B' and
14795            'BASE' and
14796            'NDRPDR' and
14797            '2T1C' and
14798            'IP4FWD'"
14799   parameters:
14800   - "throughput"
14801   - "parent"
14802   - "tags"
14803   traces:
14804     hoverinfo: "x+y"
14805     boxpoints: "outliers"
14806     whiskerwidth: 0
14807   layout:
14808     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14809     layout: "plot-throughput"
14810
14811 -
14812   type: "plot"
14813   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14814   algorithm: "plot_performance_box"
14815   output-file-type: ".html"
14816   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14817   data: "plot-dpdk-throughput-latency-2n-skx"
14818   filter: "'NIC_Intel-X710' and
14819            '64B' and
14820            'BASE' and
14821            'NDRPDR' and
14822            '4T2C' and
14823            'IP4FWD'"
14824   parameters:
14825   - "throughput"
14826   - "parent"
14827   - "tags"
14828   traces:
14829     hoverinfo: "x+y"
14830     boxpoints: "outliers"
14831     whiskerwidth: 0
14832   layout:
14833     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14834     layout: "plot-throughput"
14835
14836 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
14837 -
14838   type: "plot"
14839   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14840   algorithm: "plot_performance_box"
14841   output-file-type: ".html"
14842   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14843   data: "plot-dpdk-throughput-latency-2n-skx"
14844   filter: "'NIC_Intel-XXV710' and
14845            '64B' and
14846            'BASE' and
14847            'NDRPDR' and
14848            '2T1C' and
14849            'IP4FWD'"
14850   parameters:
14851   - "throughput"
14852   - "parent"
14853   - "tags"
14854   traces:
14855     hoverinfo: "x+y"
14856     boxpoints: "outliers"
14857     whiskerwidth: 0
14858   layout:
14859     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14860     layout: "plot-throughput"
14861
14862 -
14863   type: "plot"
14864   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14865   algorithm: "plot_performance_box"
14866   output-file-type: ".html"
14867   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14868   data: "plot-dpdk-throughput-latency-2n-skx"
14869   filter: "'NIC_Intel-XXV710' and
14870            '64B' and
14871            'BASE' and
14872            'NDRPDR' and
14873            '4T2C' and
14874            'IP4FWD'"
14875   parameters:
14876   - "throughput"
14877   - "parent"
14878   - "tags"
14879   traces:
14880     hoverinfo: "x+y"
14881     boxpoints: "outliers"
14882     whiskerwidth: 0
14883   layout:
14884     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14885     layout: "plot-throughput"
14886
14887 -
14888   type: "plot"
14889   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14890   algorithm: "plot_performance_box"
14891   output-file-type: ".html"
14892   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14893   data: "plot-dpdk-throughput-latency-2n-skx"
14894   filter: "'NIC_Intel-XXV710' and
14895            '64B' and
14896            'BASE' and
14897            'NDRPDR' and
14898            '2T1C' and
14899            'IP4FWD'"
14900   parameters:
14901   - "throughput"
14902   - "parent"
14903   - "tags"
14904   traces:
14905     hoverinfo: "x+y"
14906     boxpoints: "outliers"
14907     whiskerwidth: 0
14908   layout:
14909     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14910     layout: "plot-throughput"
14911
14912 -
14913   type: "plot"
14914   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14915   algorithm: "plot_performance_box"
14916   output-file-type: ".html"
14917   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14918   data: "plot-dpdk-throughput-latency-2n-skx"
14919   filter: "'NIC_Intel-XXV710' and
14920            '64B' and
14921            'BASE' and
14922            'NDRPDR' and
14923            '4T2C' and
14924            'IP4FWD'"
14925   parameters:
14926   - "throughput"
14927   - "parent"
14928   - "tags"
14929   traces:
14930     hoverinfo: "x+y"
14931     boxpoints: "outliers"
14932     whiskerwidth: 0
14933   layout:
14934     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14935     layout: "plot-throughput"
14936
14937 ################################################################################
14938
14939 # Packet Throughput - DPDK testpmd 3n-hsw-x520
14940 -
14941   type: "plot"
14942   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14943   algorithm: "plot_performance_box"
14944   output-file-type: ".html"
14945   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14946   data: "plot-dpdk-throughput-latency-3n-hsw"
14947   filter: "'NIC_Intel-X520-DA2' and
14948            '64B' and
14949            'BASE' and
14950            'NDRPDR' and
14951            '1T1C' and
14952            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14953   parameters:
14954   - "throughput"
14955   - "parent"
14956   - "tags"
14957   traces:
14958     hoverinfo: "x+y"
14959     boxpoints: "outliers"
14960     whiskerwidth: 0
14961   layout:
14962     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14963     layout: "plot-throughput"
14964
14965 -
14966   type: "plot"
14967   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14968   algorithm: "plot_performance_box"
14969   output-file-type: ".html"
14970   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14971   data: "plot-dpdk-throughput-latency-3n-hsw"
14972   filter: "'NIC_Intel-X520-DA2' and
14973            '64B' and
14974            'BASE' and
14975            'NDRPDR' and
14976            '2T2C' and
14977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14978   parameters:
14979   - "throughput"
14980   - "parent"
14981   - "tags"
14982   traces:
14983     hoverinfo: "x+y"
14984     boxpoints: "outliers"
14985     whiskerwidth: 0
14986   layout:
14987     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14988     layout: "plot-throughput"
14989
14990 -
14991   type: "plot"
14992   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
14993   algorithm: "plot_performance_box"
14994   output-file-type: ".html"
14995   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
14996   data: "plot-dpdk-throughput-latency-3n-hsw"
14997   filter: "'NIC_Intel-X520-DA2' and
14998            '64B' and
14999            'BASE' and
15000            'NDRPDR' and
15001            '1T1C' and
15002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15003   parameters:
15004   - "throughput"
15005   - "parent"
15006   - "tags"
15007   traces:
15008     hoverinfo: "x+y"
15009     boxpoints: "outliers"
15010     whiskerwidth: 0
15011   layout:
15012     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15013     layout: "plot-throughput"
15014
15015 -
15016   type: "plot"
15017   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15018   algorithm: "plot_performance_box"
15019   output-file-type: ".html"
15020   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15021   data: "plot-dpdk-throughput-latency-3n-hsw"
15022   filter: "'NIC_Intel-X520-DA2' and
15023            '64B' and
15024            'BASE' and
15025            'NDRPDR' and
15026            '2T2C' and
15027            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15028   parameters:
15029   - "throughput"
15030   - "parent"
15031   - "tags"
15032   traces:
15033     hoverinfo: "x+y"
15034     boxpoints: "outliers"
15035     whiskerwidth: 0
15036   layout:
15037     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15038     layout: "plot-throughput"
15039
15040 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15041 -
15042   type: "plot"
15043   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15044   algorithm: "plot_performance_box"
15045   output-file-type: ".html"
15046   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15047   data: "plot-dpdk-throughput-latency-3n-hsw"
15048   filter: "'NIC_Intel-X710' and
15049            '64B' and
15050            'BASE' and
15051            'NDRPDR' and
15052            '1T1C' and
15053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15054   parameters:
15055   - "throughput"
15056   - "parent"
15057   - "tags"
15058   traces:
15059     hoverinfo: "x+y"
15060     boxpoints: "outliers"
15061     whiskerwidth: 0
15062   layout:
15063     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15064     layout: "plot-throughput"
15065
15066 -
15067   type: "plot"
15068   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15069   algorithm: "plot_performance_box"
15070   output-file-type: ".html"
15071   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15072   data: "plot-dpdk-throughput-latency-3n-hsw"
15073   filter: "'NIC_Intel-X710' and
15074            '64B' and
15075            'BASE' and
15076            'NDRPDR' and
15077            '2T2C' and
15078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15079   parameters:
15080   - "throughput"
15081   - "parent"
15082   - "tags"
15083   traces:
15084     hoverinfo: "x+y"
15085     boxpoints: "outliers"
15086     whiskerwidth: 0
15087   layout:
15088     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15089     layout: "plot-throughput"
15090
15091 -
15092   type: "plot"
15093   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15094   algorithm: "plot_performance_box"
15095   output-file-type: ".html"
15096   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15097   data: "plot-dpdk-throughput-latency-3n-hsw"
15098   filter: "'NIC_Intel-X710' and
15099            '64B' and
15100            'BASE' and
15101            'NDRPDR' and
15102            '1T1C' and
15103            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15104   parameters:
15105   - "throughput"
15106   - "parent"
15107   - "tags"
15108   traces:
15109     hoverinfo: "x+y"
15110     boxpoints: "outliers"
15111     whiskerwidth: 0
15112   layout:
15113     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15114     layout: "plot-throughput"
15115
15116 -
15117   type: "plot"
15118   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15119   algorithm: "plot_performance_box"
15120   output-file-type: ".html"
15121   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15122   data: "plot-dpdk-throughput-latency-3n-hsw"
15123   filter: "'NIC_Intel-X710' and
15124            '64B' and
15125            'BASE' and
15126            'NDRPDR' and
15127            '2T2C' and
15128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15129   parameters:
15130   - "throughput"
15131   - "parent"
15132   - "tags"
15133   traces:
15134     hoverinfo: "x+y"
15135     boxpoints: "outliers"
15136     whiskerwidth: 0
15137   layout:
15138     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15139     layout: "plot-throughput"
15140
15141 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15142 -
15143   type: "plot"
15144   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15145   algorithm: "plot_performance_box"
15146   output-file-type: ".html"
15147   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15148   data: "plot-dpdk-throughput-latency-3n-hsw"
15149   filter: "'NIC_Intel-XL710' and
15150            '64B' and
15151            'BASE' and
15152            'NDRPDR' and
15153            '1T1C' and
15154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15155   parameters:
15156   - "throughput"
15157   - "parent"
15158   - "tags"
15159   traces:
15160     hoverinfo: "x+y"
15161     boxpoints: "outliers"
15162     whiskerwidth: 0
15163   layout:
15164     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15165     layout: "plot-throughput"
15166
15167 -
15168   type: "plot"
15169   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15170   algorithm: "plot_performance_box"
15171   output-file-type: ".html"
15172   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15173   data: "plot-dpdk-throughput-latency-3n-hsw"
15174   filter: "'NIC_Intel-XL710' and
15175            '64B' and
15176            'BASE' and
15177            'NDRPDR' and
15178            '2T2C' and
15179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15180   parameters:
15181   - "throughput"
15182   - "parent"
15183   - "tags"
15184   traces:
15185     hoverinfo: "x+y"
15186     boxpoints: "outliers"
15187     whiskerwidth: 0
15188   layout:
15189     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15190     layout: "plot-throughput"
15191
15192 -
15193   type: "plot"
15194   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15195   algorithm: "plot_performance_box"
15196   output-file-type: ".html"
15197   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15198   data: "plot-dpdk-throughput-latency-3n-hsw"
15199   filter: "'NIC_Intel-XL710' and
15200            '64B' and
15201            'BASE' and
15202            'NDRPDR' and
15203            '1T1C' and
15204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15205   parameters:
15206   - "throughput"
15207   - "parent"
15208   - "tags"
15209   traces:
15210     hoverinfo: "x+y"
15211     boxpoints: "outliers"
15212     whiskerwidth: 0
15213   layout:
15214     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15215     layout: "plot-throughput"
15216
15217 -
15218   type: "plot"
15219   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15220   algorithm: "plot_performance_box"
15221   output-file-type: ".html"
15222   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15223   data: "plot-dpdk-throughput-latency-3n-hsw"
15224   filter: "'NIC_Intel-XL710' and
15225            '64B' and
15226            'BASE' and
15227            'NDRPDR' and
15228            '2T2C' and
15229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15230   parameters:
15231   - "throughput"
15232   - "parent"
15233   - "tags"
15234   traces:
15235     hoverinfo: "x+y"
15236     boxpoints: "outliers"
15237     whiskerwidth: 0
15238   layout:
15239     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15240     layout: "plot-throughput"
15241
15242 # Packet Throughput - DPDK testpmd 3n-skx-x710
15243 -
15244   type: "plot"
15245   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15246   algorithm: "plot_performance_box"
15247   output-file-type: ".html"
15248   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15249   data: "plot-dpdk-throughput-latency-3n-skx"
15250   filter: "'NIC_Intel-X710' and
15251            '64B' and
15252            'BASE' and
15253            'NDRPDR' and
15254            '2T1C' and
15255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15256   parameters:
15257   - "throughput"
15258   - "parent"
15259   - "tags"
15260   traces:
15261     hoverinfo: "x+y"
15262     boxpoints: "outliers"
15263     whiskerwidth: 0
15264   layout:
15265     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15266     layout: "plot-throughput"
15267
15268 -
15269   type: "plot"
15270   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15271   algorithm: "plot_performance_box"
15272   output-file-type: ".html"
15273   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15274   data: "plot-dpdk-throughput-latency-3n-skx"
15275   filter: "'NIC_Intel-X710' and
15276            '64B' and
15277            'BASE' and
15278            'NDRPDR' and
15279            '4T2C' and
15280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15281   parameters:
15282   - "throughput"
15283   - "parent"
15284   - "tags"
15285   traces:
15286     hoverinfo: "x+y"
15287     boxpoints: "outliers"
15288     whiskerwidth: 0
15289   layout:
15290     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15291     layout: "plot-throughput"
15292
15293 -
15294   type: "plot"
15295   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15296   algorithm: "plot_performance_box"
15297   output-file-type: ".html"
15298   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15299   data: "plot-dpdk-throughput-latency-3n-skx"
15300   filter: "'NIC_Intel-X710' and
15301            '64B' and
15302            'BASE' and
15303            'NDRPDR' and
15304            '2T1C' and
15305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15306   parameters:
15307   - "throughput"
15308   - "parent"
15309   - "tags"
15310   traces:
15311     hoverinfo: "x+y"
15312     boxpoints: "outliers"
15313     whiskerwidth: 0
15314   layout:
15315     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15316     layout: "plot-throughput"
15317
15318 -
15319   type: "plot"
15320   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15321   algorithm: "plot_performance_box"
15322   output-file-type: ".html"
15323   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15324   data: "plot-dpdk-throughput-latency-3n-skx"
15325   filter: "'NIC_Intel-X710' and
15326            '64B' and
15327            'BASE' and
15328            'NDRPDR' and
15329            '4T2C' and
15330            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15331   parameters:
15332   - "throughput"
15333   - "parent"
15334   - "tags"
15335   traces:
15336     hoverinfo: "x+y"
15337     boxpoints: "outliers"
15338     whiskerwidth: 0
15339   layout:
15340     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15341     layout: "plot-throughput"
15342
15343 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15344 -
15345   type: "plot"
15346   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15347   algorithm: "plot_performance_box"
15348   output-file-type: ".html"
15349   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15350   data: "plot-dpdk-throughput-latency-3n-skx"
15351   filter: "'NIC_Intel-XXV710' and
15352            '64B' and
15353            'BASE' and
15354            'NDRPDR' and
15355            '2T1C' and
15356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15357   parameters:
15358   - "throughput"
15359   - "parent"
15360   - "tags"
15361   traces:
15362     hoverinfo: "x+y"
15363     boxpoints: "outliers"
15364     whiskerwidth: 0
15365   layout:
15366     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15367     layout: "plot-throughput"
15368
15369 -
15370   type: "plot"
15371   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15372   algorithm: "plot_performance_box"
15373   output-file-type: ".html"
15374   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15375   data: "plot-dpdk-throughput-latency-3n-skx"
15376   filter: "'NIC_Intel-XXV710' and
15377            '64B' and
15378            'BASE' and
15379            'NDRPDR' and
15380            '4T2C' and
15381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15382   parameters:
15383   - "throughput"
15384   - "parent"
15385   - "tags"
15386   traces:
15387     hoverinfo: "x+y"
15388     boxpoints: "outliers"
15389     whiskerwidth: 0
15390   layout:
15391     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15392     layout: "plot-throughput"
15393
15394 -
15395   type: "plot"
15396   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15397   algorithm: "plot_performance_box"
15398   output-file-type: ".html"
15399   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15400   data: "plot-dpdk-throughput-latency-3n-skx"
15401   filter: "'NIC_Intel-XXV710' and
15402            '64B' and
15403            'BASE' and
15404            'NDRPDR' and
15405            '2T1C' and
15406            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15407   parameters:
15408   - "throughput"
15409   - "parent"
15410   - "tags"
15411   traces:
15412     hoverinfo: "x+y"
15413     boxpoints: "outliers"
15414     whiskerwidth: 0
15415   layout:
15416     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15417     layout: "plot-throughput"
15418
15419 -
15420   type: "plot"
15421   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15422   algorithm: "plot_performance_box"
15423   output-file-type: ".html"
15424   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15425   data: "plot-dpdk-throughput-latency-3n-skx"
15426   filter: "'NIC_Intel-XXV710' and
15427            '64B' and
15428            'BASE' and
15429            'NDRPDR' and
15430            '4T2C' and
15431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15432   parameters:
15433   - "throughput"
15434   - "parent"
15435   - "tags"
15436   traces:
15437     hoverinfo: "x+y"
15438     boxpoints: "outliers"
15439     whiskerwidth: 0
15440   layout:
15441     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15442     layout: "plot-throughput"
15443
15444 # Packet Throughput - DPDK testpmd 2n-skx-x710
15445 -
15446   type: "plot"
15447   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15448   algorithm: "plot_performance_box"
15449   output-file-type: ".html"
15450   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15451   data: "plot-dpdk-throughput-latency-2n-skx"
15452   filter: "'NIC_Intel-X710' and
15453            '64B' and
15454            'BASE' and
15455            'NDRPDR' and
15456            '2T1C' and
15457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15458   parameters:
15459   - "throughput"
15460   - "parent"
15461   - "tags"
15462   traces:
15463     hoverinfo: "x+y"
15464     boxpoints: "outliers"
15465     whiskerwidth: 0
15466   layout:
15467     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15468     layout: "plot-throughput"
15469
15470 -
15471   type: "plot"
15472   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15473   algorithm: "plot_performance_box"
15474   output-file-type: ".html"
15475   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15476   data: "plot-dpdk-throughput-latency-2n-skx"
15477   filter: "'NIC_Intel-X710' and
15478            '64B' and
15479            'BASE' and
15480            'NDRPDR' and
15481            '4T2C' and
15482            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15483   parameters:
15484   - "throughput"
15485   - "parent"
15486   - "tags"
15487   traces:
15488     hoverinfo: "x+y"
15489     boxpoints: "outliers"
15490     whiskerwidth: 0
15491   layout:
15492     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15493     layout: "plot-throughput"
15494
15495 -
15496   type: "plot"
15497   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15498   algorithm: "plot_performance_box"
15499   output-file-type: ".html"
15500   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15501   data: "plot-dpdk-throughput-latency-2n-skx"
15502   filter: "'NIC_Intel-X710' and
15503            '64B' and
15504            'BASE' and
15505            'NDRPDR' and
15506            '2T1C' and
15507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15508   parameters:
15509   - "throughput"
15510   - "parent"
15511   - "tags"
15512   traces:
15513     hoverinfo: "x+y"
15514     boxpoints: "outliers"
15515     whiskerwidth: 0
15516   layout:
15517     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15518     layout: "plot-throughput"
15519
15520 -
15521   type: "plot"
15522   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15523   algorithm: "plot_performance_box"
15524   output-file-type: ".html"
15525   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15526   data: "plot-dpdk-throughput-latency-2n-skx"
15527   filter: "'NIC_Intel-X710' and
15528            '64B' and
15529            'BASE' and
15530            'NDRPDR' and
15531            '4T2C' and
15532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15533   parameters:
15534   - "throughput"
15535   - "parent"
15536   - "tags"
15537   traces:
15538     hoverinfo: "x+y"
15539     boxpoints: "outliers"
15540     whiskerwidth: 0
15541   layout:
15542     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15543     layout: "plot-throughput"
15544
15545 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15546 -
15547   type: "plot"
15548   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15549   algorithm: "plot_performance_box"
15550   output-file-type: ".html"
15551   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15552   data: "plot-dpdk-throughput-latency-2n-skx"
15553   filter: "'NIC_Intel-XXV710' and
15554            '64B' and
15555            'BASE' and
15556            'NDRPDR' and
15557            '2T1C' and
15558            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15559   parameters:
15560   - "throughput"
15561   - "parent"
15562   - "tags"
15563   traces:
15564     hoverinfo: "x+y"
15565     boxpoints: "outliers"
15566     whiskerwidth: 0
15567   layout:
15568     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15569     layout: "plot-throughput"
15570
15571 -
15572   type: "plot"
15573   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15574   algorithm: "plot_performance_box"
15575   output-file-type: ".html"
15576   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15577   data: "plot-dpdk-throughput-latency-2n-skx"
15578   filter: "'NIC_Intel-XXV710' and
15579            '64B' and
15580            'BASE' and
15581            'NDRPDR' and
15582            '4T2C' and
15583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15584   parameters:
15585   - "throughput"
15586   - "parent"
15587   - "tags"
15588   traces:
15589     hoverinfo: "x+y"
15590     boxpoints: "outliers"
15591     whiskerwidth: 0
15592   layout:
15593     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15594     layout: "plot-throughput"
15595
15596 -
15597   type: "plot"
15598   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15599   algorithm: "plot_performance_box"
15600   output-file-type: ".html"
15601   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15602   data: "plot-dpdk-throughput-latency-2n-skx"
15603   filter: "'NIC_Intel-XXV710' and
15604            '64B' and
15605            'BASE' and
15606            'NDRPDR' and
15607            '2T1C' and
15608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15609   parameters:
15610   - "throughput"
15611   - "parent"
15612   - "tags"
15613   traces:
15614     hoverinfo: "x+y"
15615     boxpoints: "outliers"
15616     whiskerwidth: 0
15617   layout:
15618     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15619     layout: "plot-throughput"
15620
15621 -
15622   type: "plot"
15623   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15624   algorithm: "plot_performance_box"
15625   output-file-type: ".html"
15626   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15627   data: "plot-dpdk-throughput-latency-2n-skx"
15628   filter: "'NIC_Intel-XXV710' and
15629            '64B' and
15630            'BASE' and
15631            'NDRPDR' and
15632            '4T2C' and
15633            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15634   parameters:
15635   - "throughput"
15636   - "parent"
15637   - "tags"
15638   traces:
15639     hoverinfo: "x+y"
15640     boxpoints: "outliers"
15641     whiskerwidth: 0
15642   layout:
15643     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15644     layout: "plot-throughput"
15645
15646 ################################################################################
15647
15648 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15649 -
15650   type: "plot"
15651   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15652   algorithm: "plot_latency_error_bars"
15653   output-file-type: ".html"
15654   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15655   data: "plot-vpp-throughput-latency-3n-hsw"
15656   filter: "'NIC_Intel-X520-DA2' and
15657            '64B' and
15658            ('BASE' or 'SCALE') and
15659            'NDRPDR' and
15660            'ETH' and
15661            '1T1C' and
15662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15663            not 'VHOST' and
15664            not 'MEMIF'"
15665   parameters:
15666   - "latency"
15667   - "parent"
15668   - "tags"
15669   sort:
15670   - "L2PATCH"
15671   - "L2XCBASE"
15672   - "BASE"
15673   - "FIB_10K"
15674   - "FIB_100K"
15675   - "FIB_1M"
15676   layout:
15677     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15678     layout: "plot-latency"
15679
15680 -
15681   type: "plot"
15682   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15683   algorithm: "plot_latency_error_bars"
15684   output-file-type: ".html"
15685   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15686   data: "plot-vpp-throughput-latency-3n-hsw"
15687   filter: "'NIC_Intel-X520-DA2' and
15688            '64B' and
15689            ('BASE' or 'SCALE') and
15690            'NDRPDR' and
15691            'ETH' and
15692            '2T2C' and
15693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15694            not 'VHOST' and
15695            not 'MEMIF'"
15696   parameters:
15697   - "latency"
15698   - "parent"
15699   - "tags"
15700   sort:
15701   - "L2PATCH"
15702   - "L2XCBASE"
15703   - "BASE"
15704   - "FIB_10K"
15705   - "FIB_100K"
15706   - "FIB_1M"
15707   layout:
15708     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15709     layout: "plot-latency"
15710
15711 # Packet Latency - VPP L2 3n-hsw-x520 features
15712 -
15713   type: "plot"
15714   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15715   algorithm: "plot_latency_error_bars"
15716   output-file-type: ".html"
15717   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15718   data: "plot-vpp-throughput-latency-3n-hsw"
15719   filter: "'NIC_Intel-X520-DA2' and
15720            '64B' and
15721            'NDRPDR' and
15722            '1T1C' and
15723            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15724            not 'ACL' and
15725            not 'VHOST' and
15726            not 'MEMIF'"
15727   parameters:
15728   - "latency"
15729   - "parent"
15730   - "tags"
15731   sort:
15732   - "L2XCBASE"    # l2xcbase
15733   - "L2BDBASE"    # l2bdbase
15734   - "L2XCFWD"     # dot1q-l2xcbase
15735   - "L2BDMACLRN"  # dot1q-l2bdbase
15736   layout:
15737     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15738     layout: "plot-latency"
15739
15740 -
15741   type: "plot"
15742   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15743   algorithm: "plot_latency_error_bars"
15744   output-file-type: ".html"
15745   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15746   data: "plot-vpp-throughput-latency-3n-hsw"
15747   filter: "'NIC_Intel-X520-DA2' and
15748            '64B' and
15749            'NDRPDR' and
15750            '2T2C' and
15751            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15752            not 'ACL' and
15753            not 'VHOST' and
15754            not 'MEMIF'"
15755   parameters:
15756   - "latency"
15757   - "parent"
15758   - "tags"
15759   sort:
15760   - "L2XCBASE"    # l2xcbase
15761   - "L2BDBASE"    # l2bdbase
15762   - "L2XCFWD"     # dot1q-l2xcbase
15763   - "L2BDMACLRN"  # dot1q-l2bdbase
15764   layout:
15765     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15766     layout: "plot-latency"
15767
15768 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15769 -
15770   type: "plot"
15771   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15772   algorithm: "plot_latency_error_bars"
15773   output-file-type: ".html"
15774   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15775   data: "plot-vpp-throughput-latency-3n-hsw"
15776   filter: "'NIC_Intel-X710' and
15777            '64B' and
15778            ('BASE' or 'SCALE') and
15779            'NDRPDR' and
15780            'ETH' and
15781            '1T1C' and
15782            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15783            not 'VHOST' and
15784            not 'MEMIF'"
15785   parameters:
15786   - "latency"
15787   - "parent"
15788   - "tags"
15789   sort:
15790   - "L2PATCH"
15791   - "L2XCBASE"
15792   - "BASE"
15793   - "FIB_10K"
15794   - "FIB_100K"
15795   - "FIB_1M"
15796   layout:
15797     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15798     layout: "plot-latency"
15799
15800 -
15801   type: "plot"
15802   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15803   algorithm: "plot_latency_error_bars"
15804   output-file-type: ".html"
15805   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15806   data: "plot-vpp-throughput-latency-3n-hsw"
15807   filter: "'NIC_Intel-X710' and
15808            '64B' and
15809            ('BASE' or 'SCALE') and
15810            'NDRPDR' and
15811            'ETH' and
15812            '2T2C' and
15813            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15814            not 'VHOST' and
15815            not 'MEMIF'"
15816   parameters:
15817   - "latency"
15818   - "parent"
15819   - "tags"
15820   sort:
15821   - "L2PATCH"
15822   - "L2XCBASE"
15823   - "BASE"
15824   - "FIB_10K"
15825   - "FIB_100K"
15826   - "FIB_1M"
15827   layout:
15828     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15829     layout: "plot-latency"
15830
15831 # Packet Latency - VPP L2 3n-hsw-x710 features
15832 -
15833   type: "plot"
15834   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15835   algorithm: "plot_latency_error_bars"
15836   output-file-type: ".html"
15837   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15838   data: "plot-vpp-throughput-latency-3n-hsw"
15839   filter: "'NIC_Intel-X710' and
15840            '64B' and
15841            'NDRPDR' and
15842            '1T1C' and
15843            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15844            not 'ACL' and
15845            not 'VHOST' and
15846            not 'MEMIF'"
15847   parameters:
15848   - "latency"
15849   - "parent"
15850   - "tags"
15851   sort:
15852   - "L2XCBASE"    # l2xcbase
15853   - "L2BDBASE"    # l2bdbase
15854   - "L2XCFWD"     # dot1q-l2xcbase
15855   - "L2BDMACLRN"  # dot1q-l2bdbase
15856   layout:
15857     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
15858     layout: "plot-latency"
15859
15860 -
15861   type: "plot"
15862   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15863   algorithm: "plot_latency_error_bars"
15864   output-file-type: ".html"
15865   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15866   data: "plot-vpp-throughput-latency-3n-hsw"
15867   filter: "'NIC_Intel-X710' and
15868            '64B' and
15869            'NDRPDR' and
15870            '2T2C' and
15871            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15872            not 'ACL' and
15873            not 'VHOST' and
15874            not 'MEMIF'"
15875   parameters:
15876   - "latency"
15877   - "parent"
15878   - "tags"
15879   sort:
15880   - "L2XCBASE"    # l2xcbase
15881   - "L2BDBASE"    # l2bdbase
15882   - "L2XCFWD"     # dot1q-l2xcbase
15883   - "L2BDMACLRN"  # dot1q-l2bdbase
15884   layout:
15885     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
15886     layout: "plot-latency"
15887
15888 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
15889 -
15890   type: "plot"
15891   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
15892   algorithm: "plot_latency_error_bars"
15893   output-file-type: ".html"
15894   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
15895   data: "plot-vpp-throughput-latency-3n-hsw"
15896   filter: "'NIC_Intel-XL710' and
15897            '64B' and
15898            ('BASE' or 'SCALE') and
15899            'NDRPDR' and
15900            'ETH' and
15901            '1T1C' and
15902            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15903            not 'VHOST' and
15904            not 'MEMIF'"
15905   parameters:
15906   - "latency"
15907   - "parent"
15908   - "tags"
15909   sort:
15910   - "L2PATCH"
15911   - "L2XCBASE"
15912   - "BASE"
15913   - "FIB_10K"
15914   - "FIB_100K"
15915   - "FIB_1M"
15916   layout:
15917     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15918     layout: "plot-latency"
15919
15920 -
15921   type: "plot"
15922   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
15923   algorithm: "plot_latency_error_bars"
15924   output-file-type: ".html"
15925   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
15926   data: "plot-vpp-throughput-latency-3n-hsw"
15927   filter: "'NIC_Intel-XL710' and
15928            '64B' and
15929            ('BASE' or 'SCALE') and
15930            'NDRPDR' and
15931            'ETH' and
15932            '2T2C' and
15933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15934            not 'VHOST' and
15935            not 'MEMIF'"
15936   parameters:
15937   - "latency"
15938   - "parent"
15939   - "tags"
15940   sort:
15941   - "L2PATCH"
15942   - "L2XCBASE"
15943   - "BASE"
15944   - "FIB_10K"
15945   - "FIB_100K"
15946   - "FIB_1M"
15947   layout:
15948     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15949     layout: "plot-latency"
15950
15951 # Packet Latency - VPP L2 3n-skx-x710 base and scale
15952 -
15953   type: "plot"
15954   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
15955   algorithm: "plot_latency_error_bars"
15956   output-file-type: ".html"
15957   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
15958   data: "plot-vpp-throughput-latency-3n-skx"
15959   filter: "'NIC_Intel-X710' and
15960            '64B' and
15961            ('BASE' or 'SCALE') and
15962            'NDRPDR' and
15963            'ETH' and
15964            '2T1C' and
15965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15966            not 'VHOST' and
15967            not 'MEMIF'"
15968   parameters:
15969   - "latency"
15970   - "parent"
15971   - "tags"
15972   sort:
15973   - "L2PATCH"
15974   - "L2XCBASE"
15975   - "BASE"
15976   - "FIB_10K"
15977   - "FIB_100K"
15978   - "FIB_1M"
15979   layout:
15980     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15981     layout: "plot-latency"
15982
15983 -
15984   type: "plot"
15985   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
15986   algorithm: "plot_latency_error_bars"
15987   output-file-type: ".html"
15988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
15989   data: "plot-vpp-throughput-latency-3n-skx"
15990   filter: "'NIC_Intel-X710' and
15991            '64B' and
15992            ('BASE' or 'SCALE') and
15993            'NDRPDR' and
15994            'ETH' and
15995            '4T2C' and
15996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15997            not 'VHOST' and
15998            not 'MEMIF'"
15999   parameters:
16000   - "latency"
16001   - "parent"
16002   - "tags"
16003   sort:
16004   - "L2PATCH"
16005   - "L2XCBASE"
16006   - "BASE"
16007   - "FIB_10K"
16008   - "FIB_100K"
16009   - "FIB_1M"
16010   layout:
16011     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16012     layout: "plot-latency"
16013
16014 # Packet Latency - VPP L2 3n-skx-x710 features
16015 -
16016   type: "plot"
16017   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16018   algorithm: "plot_latency_error_bars"
16019   output-file-type: ".html"
16020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16021   data: "plot-vpp-throughput-latency-3n-skx"
16022   filter: "'NIC_Intel-X710' and
16023            '64B' and
16024            'NDRPDR' and
16025            '2T1C' and
16026            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16027            not 'ACL' and
16028            not 'VHOST' and
16029            not 'MEMIF'"
16030   parameters:
16031   - "latency"
16032   - "parent"
16033   - "tags"
16034   sort:
16035   - "L2XCBASE"    # l2xcbase
16036   - "L2BDBASE"    # l2bdbase
16037   - "L2XCFWD"     # dot1q-l2xcbase
16038   - "L2BDMACLRN"  # dot1q-l2bdbase
16039   layout:
16040     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16041     layout: "plot-latency"
16042
16043 -
16044   type: "plot"
16045   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16046   algorithm: "plot_latency_error_bars"
16047   output-file-type: ".html"
16048   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16049   data: "plot-vpp-throughput-latency-3n-skx"
16050   filter: "'NIC_Intel-X710' and
16051            '64B' and
16052            'NDRPDR' and
16053            '4T2C' and
16054            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16055            not 'ACL' and
16056            not 'VHOST' and
16057            not 'MEMIF'"
16058   parameters:
16059   - "latency"
16060   - "parent"
16061   - "tags"
16062   sort:
16063   - "L2XCBASE"    # l2xcbase
16064   - "L2BDBASE"    # l2bdbase
16065   - "L2XCFWD"     # dot1q-l2xcbase
16066   - "L2BDMACLRN"  # dot1q-l2bdbase
16067   layout:
16068     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16069     layout: "plot-latency"
16070
16071 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16072 -
16073   type: "plot"
16074   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16075   algorithm: "plot_latency_error_bars"
16076   output-file-type: ".html"
16077   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16078   data: "plot-vpp-throughput-latency-3n-skx"
16079   filter: "'NIC_Intel-XXV710' and
16080            '64B' and
16081            ('BASE' or 'SCALE') and
16082            'NDRPDR' and
16083            'ETH' and
16084            '2T1C' and
16085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16086            not 'VHOST' and
16087            not 'MEMIF'"
16088   parameters:
16089   - "latency"
16090   - "parent"
16091   - "tags"
16092   sort:
16093   - "L2PATCH"
16094   - "L2XCBASE"
16095   - "BASE"
16096   - "FIB_10K"
16097   - "FIB_100K"
16098   - "FIB_1M"
16099   layout:
16100     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16101     layout: "plot-latency"
16102
16103 -
16104   type: "plot"
16105   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16106   algorithm: "plot_latency_error_bars"
16107   output-file-type: ".html"
16108   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16109   data: "plot-vpp-throughput-latency-3n-skx"
16110   filter: "'NIC_Intel-XXV710' and
16111            '64B' and
16112            ('BASE' or 'SCALE') and
16113            'NDRPDR' and
16114            'ETH' and
16115            '4T2C' and
16116            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16117            not 'VHOST' and
16118            not 'MEMIF'"
16119   parameters:
16120   - "latency"
16121   - "parent"
16122   - "tags"
16123   sort:
16124   - "L2PATCH"
16125   - "L2XCBASE"
16126   - "BASE"
16127   - "FIB_10K"
16128   - "FIB_100K"
16129   - "FIB_1M"
16130   layout:
16131     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16132     layout: "plot-latency"
16133
16134 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16135 -
16136   type: "plot"
16137   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16138   algorithm: "plot_latency_error_bars"
16139   output-file-type: ".html"
16140   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16141   data: "plot-vpp-throughput-latency-2n-skx"
16142   filter: "'NIC_Intel-X710' and
16143            '64B' and
16144            'ETH' and
16145            ('BASE' or 'SCALE') and
16146            'NDRPDR' and
16147            '2T1C' and
16148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16149            not 'VHOST' and
16150            not 'MEMIF'"
16151   parameters:
16152   - "latency"
16153   - "parent"
16154   - "tags"
16155   sort:
16156   - "L2PATCH"
16157   - "L2XCBASE"
16158   - "BASE"
16159   - "FIB_10K"
16160   - "FIB_100K"
16161   - "FIB_1M"
16162   layout:
16163     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16164     layout: "plot-latency"
16165
16166 -
16167   type: "plot"
16168   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16169   algorithm: "plot_latency_error_bars"
16170   output-file-type: ".html"
16171   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16172   data: "plot-vpp-throughput-latency-2n-skx"
16173   filter: "'NIC_Intel-X710' and
16174            '64B' and
16175            ('BASE' or 'SCALE') and
16176            'NDRPDR' and
16177            'ETH' and
16178            '4T2C' and
16179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16180            not 'VHOST' and
16181            not 'MEMIF'"
16182   parameters:
16183   - "latency"
16184   - "parent"
16185   - "tags"
16186   sort:
16187   - "L2PATCH"
16188   - "L2XCBASE"
16189   - "BASE"
16190   - "FIB_10K"
16191   - "FIB_100K"
16192   - "FIB_1M"
16193   layout:
16194     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16195     layout: "plot-latency"
16196
16197 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16198 -
16199   type: "plot"
16200   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16201   algorithm: "plot_latency_error_bars"
16202   output-file-type: ".html"
16203   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16204   data: "plot-vpp-throughput-latency-2n-skx"
16205   filter: "'NIC_Intel-XXV710' and
16206            '64B' and
16207            ('BASE' or 'SCALE') and
16208            'NDRPDR' and
16209            'ETH' and
16210            '2T1C' and
16211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16212            not 'VHOST' and
16213            not 'MEMIF'"
16214   parameters:
16215   - "latency"
16216   - "parent"
16217   - "tags"
16218   sort:
16219   - "L2PATCH"
16220   - "L2XCBASE"
16221   - "BASE"
16222   - "FIB_10K"
16223   - "FIB_100K"
16224   - "FIB_1M"
16225   layout:
16226     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16227     layout: "plot-latency"
16228
16229 -
16230   type: "plot"
16231   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16232   algorithm: "plot_latency_error_bars"
16233   output-file-type: ".html"
16234   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16235   data: "plot-vpp-throughput-latency-2n-skx"
16236   filter: "'NIC_Intel-XXV710' and
16237            '64B' and
16238            ('BASE' or 'SCALE') and
16239            'NDRPDR' and
16240            'ETH' and
16241            '4T2C' and
16242            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16243            not 'VHOST' and
16244            not 'MEMIF'"
16245   parameters:
16246   - "latency"
16247   - "parent"
16248   - "tags"
16249   sort:
16250   - "L2PATCH"
16251   - "L2XCBASE"
16252   - "BASE"
16253   - "FIB_10K"
16254   - "FIB_100K"
16255   - "FIB_1M"
16256   layout:
16257     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16258     layout: "plot-latency"
16259
16260 ################################################################################
16261
16262 # Packet Latency - VPP Container Memif 3n-hsw-x520
16263 -
16264   type: "plot"
16265   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16266   algorithm: "plot_latency_error_bars"
16267   output-file-type: ".html"
16268   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16269   data: "plot-vpp-throughput-latency-3n-hsw"
16270   filter: "'NIC_Intel-X520-DA2' and
16271            '64B' and
16272            ('BASE' or 'SCALE') and
16273            'NDRPDR' and
16274            '1T1C' and
16275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16276            not 'VHOST' and
16277            'MEMIF'"
16278   parameters:
16279   - "latency"
16280   - "parent"
16281   - "tags"
16282   sort:
16283   - "L2XCFWD"
16284   - "L2XCFWD"
16285   - "L2XCFWD"
16286   - "L2BDMACLRN"
16287   - "L2BDMACLRN"
16288   - "L2BDMACLRN"
16289   layout:
16290     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16291     layout: "plot-latency"
16292
16293 -
16294   type: "plot"
16295   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16296   algorithm: "plot_latency_error_bars"
16297   output-file-type: ".html"
16298   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16299   data: "plot-vpp-throughput-latency-3n-hsw"
16300   filter: "'NIC_Intel-X520-DA2' and
16301            '64B' and
16302            ('BASE' or 'SCALE') and
16303            'NDRPDR' and
16304            '2T2C' and
16305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16306            not 'VHOST' and
16307            'MEMIF'"
16308   parameters:
16309   - "latency"
16310   - "parent"
16311   - "tags"
16312   sort:
16313   - "L2XCFWD"
16314   - "L2XCFWD"
16315   - "L2XCFWD"
16316   - "L2BDMACLRN"
16317   - "L2BDMACLRN"
16318   - "L2BDMACLRN"
16319   layout:
16320     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16321     layout: "plot-latency"
16322
16323 # Packet Latency - VPP Container Memif 3n-hsw-x710
16324 -
16325   type: "plot"
16326   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16327   algorithm: "plot_latency_error_bars"
16328   output-file-type: ".html"
16329   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16330   data: "plot-vpp-throughput-latency-3n-hsw"
16331   filter: "'NIC_Intel-X710' and
16332            '64B' and
16333            ('BASE' or 'SCALE') and
16334            'NDRPDR' and
16335            '1T1C' and
16336            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16337            not 'VHOST' and
16338            'MEMIF'"
16339   parameters:
16340   - "latency"
16341   - "parent"
16342   - "tags"
16343   sort:
16344   - "L2XCFWD"
16345   - "L2XCFWD"
16346   - "L2XCFWD"
16347   - "L2BDMACLRN"
16348   - "L2BDMACLRN"
16349   - "L2BDMACLRN"
16350   layout:
16351     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16352     layout: "plot-latency"
16353
16354 -
16355   type: "plot"
16356   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16357   algorithm: "plot_latency_error_bars"
16358   output-file-type: ".html"
16359   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16360   data: "plot-vpp-throughput-latency-3n-hsw"
16361   filter: "'NIC_Intel-X710' and
16362            '64B' and
16363            ('BASE' or 'SCALE') and
16364            'NDRPDR' and
16365            '2T2C' and
16366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16367            not 'VHOST' and
16368            'MEMIF'"
16369   parameters:
16370   - "latency"
16371   - "parent"
16372   - "tags"
16373   sort:
16374   - "L2XCFWD"
16375   - "L2XCFWD"
16376   - "L2XCFWD"
16377   - "L2BDMACLRN"
16378   - "L2BDMACLRN"
16379   - "L2BDMACLRN"
16380   layout:
16381     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16382     layout: "plot-latency"
16383
16384 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16385 -
16386   type: "plot"
16387   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16388   algorithm: "plot_latency_error_bars"
16389   output-file-type: ".html"
16390   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16391   data: "plot-vpp-throughput-latency-3n-hsw"
16392   filter: "'NIC_Intel-XL710' and
16393            '64B' and
16394            ('BASE' or 'SCALE') and
16395            'NDRPDR' and
16396            '1T1C' and
16397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16398            not 'VHOST' and
16399            'MEMIF'"
16400   parameters:
16401   - "latency"
16402   - "parent"
16403   - "tags"
16404   sort:
16405   - "L2XCFWD"
16406   - "L2XCFWD"
16407   - "L2XCFWD"
16408   - "L2BDMACLRN"
16409   - "L2BDMACLRN"
16410   - "L2BDMACLRN"
16411   layout:
16412     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16413     layout: "plot-latency"
16414
16415 -
16416   type: "plot"
16417   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16418   algorithm: "plot_latency_error_bars"
16419   output-file-type: ".html"
16420   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16421   data: "plot-vpp-throughput-latency-3n-hsw"
16422   filter: "'NIC_Intel-XL710' and
16423            '64B' and
16424            ('BASE' or 'SCALE') and
16425            'NDRPDR' and
16426            '2T2C' and
16427            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16428            not 'VHOST' and
16429            'MEMIF'"
16430   parameters:
16431   - "latency"
16432   - "parent"
16433   - "tags"
16434   sort:
16435   - "L2XCFWD"
16436   - "L2XCFWD"
16437   - "L2XCFWD"
16438   - "L2BDMACLRN"
16439   - "L2BDMACLRN"
16440   - "L2BDMACLRN"
16441   layout:
16442     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16443     layout: "plot-latency"
16444
16445 # Packet Latency - VPP Container Memif 3n-skx-x710
16446 -
16447   type: "plot"
16448   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16449   algorithm: "plot_latency_error_bars"
16450   output-file-type: ".html"
16451   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16452   data: "plot-vpp-throughput-latency-3n-skx"
16453   filter: "'NIC_Intel-X710' and
16454            '64B' and
16455            ('BASE' or 'SCALE') and
16456            'NDRPDR' and
16457            '2T1C' and
16458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16459            not 'VHOST' and
16460            'MEMIF'"
16461   parameters:
16462   - "latency"
16463   - "parent"
16464   - "tags"
16465   sort:
16466   - "L2XCFWD"
16467   - "L2XCFWD"
16468   - "L2XCFWD"
16469   - "L2BDMACLRN"
16470   - "L2BDMACLRN"
16471   - "L2BDMACLRN"
16472   layout:
16473     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16474     layout: "plot-latency"
16475
16476 -
16477   type: "plot"
16478   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16479   algorithm: "plot_latency_error_bars"
16480   output-file-type: ".html"
16481   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16482   data: "plot-vpp-throughput-latency-3n-skx"
16483   filter: "'NIC_Intel-X710' and
16484            '64B' and
16485            ('BASE' or 'SCALE') and
16486            'NDRPDR' and
16487            '4T2C' and
16488            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16489            not 'VHOST' and
16490            'MEMIF'"
16491   parameters:
16492   - "latency"
16493   - "parent"
16494   - "tags"
16495   sort:
16496   - "L2XCFWD"
16497   - "L2XCFWD"
16498   - "L2XCFWD"
16499   - "L2BDMACLRN"
16500   - "L2BDMACLRN"
16501   - "L2BDMACLRN"
16502   layout:
16503     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16504     layout: "plot-latency"
16505
16506 # Packet Latency - VPP Container Memif 2n-skx-x710
16507 -
16508   type: "plot"
16509   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16510   algorithm: "plot_latency_error_bars"
16511   output-file-type: ".html"
16512   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16513   data: "plot-vpp-throughput-latency-2n-skx"
16514   filter: "'NIC_Intel-X710' and
16515            '64B' and
16516            ('BASE' or 'SCALE') and
16517            'NDRPDR' and
16518            '2T1C' and
16519            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16520            not 'VHOST' and
16521            'MEMIF'"
16522   parameters:
16523   - "latency"
16524   - "parent"
16525   - "tags"
16526   sort:
16527   - "L2XCFWD"
16528   - "L2XCFWD"
16529   - "L2XCFWD"
16530   - "L2BDMACLRN"
16531   - "L2BDMACLRN"
16532   - "L2BDMACLRN"
16533   layout:
16534     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16535     layout: "plot-latency"
16536
16537 -
16538   type: "plot"
16539   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16540   algorithm: "plot_latency_error_bars"
16541   output-file-type: ".html"
16542   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16543   data: "plot-vpp-throughput-latency-2n-skx"
16544   filter: "'NIC_Intel-X710' and
16545            '64B' and
16546            ('BASE' or 'SCALE') and
16547            'NDRPDR' and
16548            '4T2C' and
16549            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16550            not 'VHOST' and
16551            'MEMIF'"
16552   parameters:
16553   - "latency"
16554   - "parent"
16555   - "tags"
16556   sort:
16557   - "L2XCFWD"
16558   - "L2XCFWD"
16559   - "L2XCFWD"
16560   - "L2BDMACLRN"
16561   - "L2BDMACLRN"
16562   - "L2BDMACLRN"
16563   layout:
16564     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16565     layout: "plot-latency"
16566
16567 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16568 -
16569   type: "plot"
16570   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16571   algorithm: "plot_latency_error_bars"
16572   output-file-type: ".html"
16573   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16574   data: "plot-vpp-throughput-latency-2n-skx"
16575   filter: "'NIC_Intel-XXV710' and
16576            '64B' and
16577            ('BASE' or 'SCALE') and
16578            'NDRPDR' and
16579            '2T1C' and
16580            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16581            not 'VHOST' and
16582            'MEMIF'"
16583   parameters:
16584   - "latency"
16585   - "parent"
16586   - "tags"
16587   sort:
16588   - "L2XCFWD"
16589   - "L2XCFWD"
16590   - "L2XCFWD"
16591   - "L2BDMACLRN"
16592   - "L2BDMACLRN"
16593   - "L2BDMACLRN"
16594   layout:
16595     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16596     layout: "plot-latency"
16597
16598 -
16599   type: "plot"
16600   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16601   algorithm: "plot_latency_error_bars"
16602   output-file-type: ".html"
16603   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16604   data: "plot-vpp-throughput-latency-2n-skx"
16605   filter: "'NIC_Intel-XXV710' and
16606            '64B' and
16607            ('BASE' or 'SCALE') and
16608            'NDRPDR' and
16609            '4T2C' and
16610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16611            not 'VHOST' and
16612            'MEMIF'"
16613   parameters:
16614   - "latency"
16615   - "parent"
16616   - "tags"
16617   sort:
16618   - "L2XCFWD"
16619   - "L2XCFWD"
16620   - "L2XCFWD"
16621   - "L2BDMACLRN"
16622   - "L2BDMACLRN"
16623   - "L2BDMACLRN"
16624   layout:
16625     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16626     layout: "plot-latency"
16627
16628 ################################################################################
16629
16630 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16631 -
16632   type: "plot"
16633   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16634   algorithm: "plot_latency_error_bars"
16635   output-file-type: ".html"
16636   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16637   data: "plot-ligato-throughput-latency-3n-hsw"
16638   filter: "'NIC_Intel-X520-DA2' and
16639            '64B' and
16640            ('BASE' or 'SCALE') and
16641            'NDRPDR' and
16642            '1T1C' and
16643            'L2XCFWD' and
16644            not 'VHOST' and
16645            'MEMIF'"
16646   parameters:
16647   - "latency"
16648   - "parent"
16649   - "tags"
16650   sort:
16651   - "1VNF"
16652   - "2VNF"
16653   - "4VNF"
16654   - "2VNF"
16655   - "4VNF"
16656   layout:
16657     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16658     layout: "plot-latency"
16659
16660 -
16661   type: "plot"
16662   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16663   algorithm: "plot_latency_error_bars"
16664   output-file-type: ".html"
16665   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16666   data: "plot-ligato-throughput-latency-3n-hsw"
16667   filter: "'NIC_Intel-X520-DA2' and
16668            '64B' and
16669            ('BASE' or 'SCALE') and
16670            'NDRPDR' and
16671            '2T2C' and
16672            'L2XCFWD' and
16673            not 'VHOST' and
16674            'MEMIF'"
16675   parameters:
16676   - "latency"
16677   - "parent"
16678   - "tags"
16679   sort:
16680   - "1VNF"
16681   - "2VNF"
16682   - "4VNF"
16683   - "2VNF"
16684   - "4VNF"
16685   layout:
16686     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16687     layout: "plot-latency"
16688
16689 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16690 -
16691   type: "plot"
16692   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16693   algorithm: "plot_latency_error_bars"
16694   output-file-type: ".html"
16695   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16696   data: "plot-ligato-throughput-latency-3n-hsw"
16697   filter: "'NIC_Intel-X520-DA2' and
16698            '64B' and
16699            ('BASE' or 'SCALE') and
16700            'NDRPDR' and
16701            '1T1C' and
16702            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16703            not 'VHOST' and
16704            'MEMIF'"
16705   parameters:
16706   - "latency"
16707   - "parent"
16708   - "tags"
16709   sort:
16710   - "1VNF"
16711   - "2VNF"
16712   - "4VNF"
16713   - "2VNF"
16714   - "4VNF"
16715   layout:
16716     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16717     layout: "plot-latency"
16718
16719 -
16720   type: "plot"
16721   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16722   algorithm: "plot_latency_error_bars"
16723   output-file-type: ".html"
16724   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16725   data: "plot-ligato-throughput-latency-3n-hsw"
16726   filter: "'NIC_Intel-X520-DA2' and
16727            '64B' and
16728            ('BASE' or 'SCALE') and
16729            'NDRPDR' and
16730            '2T2C' and
16731            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16732            not 'VHOST' and
16733            'MEMIF'"
16734   parameters:
16735   - "latency"
16736   - "parent"
16737   - "tags"
16738   sort:
16739   - "1VNF"
16740   - "2VNF"
16741   - "4VNF"
16742   - "2VNF"
16743   - "4VNF"
16744   layout:
16745     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16746     layout: "plot-latency"
16747
16748 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16749 -
16750   type: "plot"
16751   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16752   algorithm: "plot_latency_error_bars"
16753   output-file-type: ".html"
16754   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16755   data: "plot-ligato-throughput-latency-3n-hsw"
16756   filter: "'NIC_Intel-X710' and
16757            '64B' and
16758            ('BASE' or 'SCALE') and
16759            'NDRPDR' and
16760            '1T1C' and
16761            'L2XCFWD' and
16762            not 'VHOST' and
16763            'MEMIF'"
16764   parameters:
16765   - "latency"
16766   - "parent"
16767   - "tags"
16768   sort:
16769   - "1VNF"
16770   - "2VNF"
16771   - "4VNF"
16772   - "2VNF"
16773   - "4VNF"
16774   layout:
16775     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16776     layout: "plot-latency"
16777
16778 -
16779   type: "plot"
16780   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16781   algorithm: "plot_latency_error_bars"
16782   output-file-type: ".html"
16783   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16784   data: "plot-ligato-throughput-latency-3n-hsw"
16785   filter: "'NIC_Intel-X710' and
16786            '64B' and
16787            ('BASE' or 'SCALE') and
16788            'NDRPDR' and
16789            '2T2C' and
16790            'L2XCFWD' and
16791            not 'VHOST' and
16792            'MEMIF'"
16793   parameters:
16794   - "latency"
16795   - "parent"
16796   - "tags"
16797   sort:
16798   - "1VNF"
16799   - "2VNF"
16800   - "4VNF"
16801   - "2VNF"
16802   - "4VNF"
16803   layout:
16804     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16805     layout: "plot-latency"
16806
16807 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16808 -
16809   type: "plot"
16810   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16811   algorithm: "plot_latency_error_bars"
16812   output-file-type: ".html"
16813   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16814   data: "plot-ligato-throughput-latency-3n-hsw"
16815   filter: "'NIC_Intel-X710' and
16816            '64B' and
16817            ('BASE' or 'SCALE') and
16818            'NDRPDR' and
16819            '1T1C' and
16820            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16821            not 'VHOST' and
16822            'MEMIF'"
16823   parameters:
16824   - "latency"
16825   - "parent"
16826   - "tags"
16827   sort:
16828   - "1VNF"
16829   - "2VNF"
16830   - "4VNF"
16831   - "2VNF"
16832   - "4VNF"
16833   layout:
16834     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
16835     layout: "plot-latency"
16836
16837 -
16838   type: "plot"
16839   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16840   algorithm: "plot_latency_error_bars"
16841   output-file-type: ".html"
16842   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16843   data: "plot-ligato-throughput-latency-3n-hsw"
16844   filter: "'NIC_Intel-X710' and
16845            '64B' and
16846            ('BASE' or 'SCALE') and
16847            'NDRPDR' and
16848            '2T2C' and
16849            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16850            not 'VHOST' and
16851            'MEMIF'"
16852   parameters:
16853   - "latency"
16854   - "parent"
16855   - "tags"
16856   sort:
16857   - "1VNF"
16858   - "2VNF"
16859   - "4VNF"
16860   - "2VNF"
16861   - "4VNF"
16862   layout:
16863     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
16864     layout: "plot-latency"
16865
16866 ################################################################################
16867
16868 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
16869 -
16870   type: "plot"
16871   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16872   algorithm: "plot_latency_error_bars"
16873   output-file-type: ".html"
16874   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16875   data: "plot-vpp-throughput-latency-3n-hsw"
16876   filter: "'NIC_Intel-X520-DA2' and
16877            '64B' and
16878            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16879            'NDRPDR' and
16880            '1T1C' and
16881            'IP4FWD' and
16882            not 'IPSEC' and
16883            not 'VHOST'"
16884   parameters:
16885   - "latency"
16886   - "parent"
16887   - "tags"
16888   sort:
16889   - "IP4BASE"
16890   - "FIB_20K"
16891   - "FIB_200K"
16892   - "FIB_2M"
16893   layout:
16894     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16895     layout: "plot-latency"
16896
16897 -
16898   type: "plot"
16899   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16900   algorithm: "plot_latency_error_bars"
16901   output-file-type: ".html"
16902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16903   data: "plot-vpp-throughput-latency-3n-hsw"
16904   filter: "'NIC_Intel-X520-DA2' and
16905            '64B' and
16906            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16907            'NDRPDR' and
16908            '2T2C' and
16909            'IP4FWD' and
16910            not 'IPSEC' and
16911            not 'VHOST'"
16912   parameters:
16913   - "latency"
16914   - "parent"
16915   - "tags"
16916   sort:
16917   - "IP4BASE"
16918   - "FIB_20K"
16919   - "FIB_200K"
16920   - "FIB_2M"
16921   layout:
16922     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16923     layout: "plot-latency"
16924
16925 # Packet Latency - VPP IPv4 3n-hsw-x520 features
16926 -
16927   type: "plot"
16928   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16929   algorithm: "plot_latency_error_bars"
16930   output-file-type: ".html"
16931   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16932   data: "plot-vpp-throughput-latency-3n-hsw"
16933   filter: "'NIC_Intel-X520-DA2' and
16934            '64B' and
16935            ('IP4BASE' or
16936             'POLICE_MARK' or
16937             'COPWHLIST' or
16938             ('NAT44' and 'BASE') or
16939             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
16940            'NDRPDR' and
16941            '1T1C' and
16942            'IP4FWD' and
16943            not 'IPSEC' and
16944            not 'VHOST'"
16945   parameters:
16946   - "throughput"
16947   - "parent"
16948   - "tags"
16949   sort:
16950   - "IP4BASE"
16951   - "NAT44"
16952   - "POLICE_MARK"
16953   - "COPWHLIST"
16954   - "IACL"
16955   - "OACL"
16956   layout:
16957     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
16958     layout: "plot-latency"
16959
16960 -
16961   type: "plot"
16962   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16963   algorithm: "plot_latency_error_bars"
16964   output-file-type: ".html"
16965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16966   data: "plot-vpp-throughput-latency-3n-hsw"
16967   filter: "'NIC_Intel-X520-DA2' and
16968            '64B' and
16969            ('IP4BASE' or
16970             'POLICE_MARK' or
16971             'COPWHLIST' or
16972             ('NAT44' and 'BASE') or
16973             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
16974            'NDRPDR' and
16975            '2T2C' and
16976            'IP4FWD' and
16977            not 'IPSEC' and
16978            not 'VHOST'"
16979   parameters:
16980   - "throughput"
16981   - "parent"
16982   - "tags"
16983   sort:
16984   - "IP4BASE"
16985   - "NAT44"
16986   - "POLICE_MARK"
16987   - "COPWHLIST"
16988   - "IACL"
16989   - "OACL"
16990   layout:
16991     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
16992     layout: "plot-latency"
16993
16994 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
16995 -
16996   type: "plot"
16997   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
16998   algorithm: "plot_latency_error_bars"
16999   output-file-type: ".html"
17000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17001   data: "plot-vpp-throughput-latency-3n-hsw"
17002   filter: "'NIC_Intel-X520-DA2' and
17003            '64B' and
17004            'NDRPDR' and
17005            '1T1C' and
17006            'IP4FWD' and
17007            'NAT44' and
17008            not 'IPSEC' and
17009            not 'VHOST'"
17010   parameters:
17011   - "throughput"
17012   - "parent"
17013   - "tags"
17014   sort:
17015   - "BASE"
17016   - "BASE"
17017   - "SRC_USER_10"
17018   - "SRC_USER_100"
17019   - "SRC_USER_1000"
17020   - "SRC_USER_2000"
17021   layout:
17022     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17023     layout: "plot-latency"
17024
17025 -
17026   type: "plot"
17027   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17028   algorithm: "plot_latency_error_bars"
17029   output-file-type: ".html"
17030   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-nat44-lat"
17031   data: "plot-vpp-throughput-latency-3n-hsw"
17032   filter: "'NIC_Intel-X520-DA2' and
17033            '64B' and
17034            'NDRPDR' and
17035            '2T2C' and
17036            'IP4FWD' and
17037            'NAT44' and
17038            not 'IPSEC' and
17039            not 'VHOST'"
17040   parameters:
17041   - "throughput"
17042   - "parent"
17043   - "tags"
17044   sort:
17045   - "BASE"
17046   - "BASE"
17047   - "SRC_USER_10"
17048   - "SRC_USER_100"
17049   - "SRC_USER_1000"
17050   - "SRC_USER_2000"
17051   layout:
17052     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17053     layout: "plot-latency"
17054
17055 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17056 -
17057   type: "plot"
17058   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17059   algorithm: "plot_latency_error_bars"
17060   output-file-type: ".html"
17061   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17062   data: "plot-vpp-throughput-latency-3n-hsw"
17063   filter: "'NIC_Intel-X520-DA2' and
17064            '64B' and
17065            'NDRPDR' and
17066            '1T1C' and
17067            'IP4FWD' and
17068            'IACL' and
17069            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17070            not 'IPSEC' and
17071            not 'VHOST'"
17072   parameters:
17073   - "throughput"
17074   - "parent"
17075   - "tags"
17076   sort:
17077   - "ACL_STATELESS"
17078   - "ACL_STATEFUL"
17079   - "ACL_STATELESS"
17080   - "ACL_STATEFUL"
17081   layout:
17082     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17083     layout: "plot-latency"
17084
17085 -
17086   type: "plot"
17087   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17088   algorithm: "plot_latency_error_bars"
17089   output-file-type: ".html"
17090   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-iacl-lat"
17091   data: "plot-vpp-throughput-latency-3n-hsw"
17092   filter: "'NIC_Intel-X520-DA2' and
17093            '64B' and
17094            'NDRPDR' and
17095            '2T2C' and
17096            'IP4FWD' and
17097            'IACL' and
17098            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17099            not 'IPSEC' and
17100            not 'VHOST'"
17101   parameters:
17102   - "throughput"
17103   - "parent"
17104   - "tags"
17105   sort:
17106   - "ACL_STATELESS"
17107   - "ACL_STATEFUL"
17108   - "ACL_STATELESS"
17109   - "ACL_STATEFUL"
17110   layout:
17111     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17112     layout: "plot-latency"
17113
17114 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17115 -
17116   type: "plot"
17117   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17118   algorithm: "plot_latency_error_bars"
17119   output-file-type: ".html"
17120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17121   data: "plot-vpp-throughput-latency-3n-hsw"
17122   filter: "'NIC_Intel-X520-DA2' and
17123            '64B' and
17124            'NDRPDR' and
17125            '1T1C' and
17126            'IP4FWD' and
17127            'OACL' and
17128            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17129            not 'IPSEC' and
17130            not 'VHOST'"
17131   parameters:
17132   - "throughput"
17133   - "parent"
17134   - "tags"
17135   sort:
17136   - "ACL_STATELESS"
17137   - "ACL_STATEFUL"
17138   - "ACL_STATELESS"
17139   - "ACL_STATEFUL"
17140   layout:
17141     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17142     layout: "plot-latency"
17143
17144 -
17145   type: "plot"
17146   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17147   algorithm: "plot_latency_error_bars"
17148   output-file-type: ".html"
17149   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-oacl-lat"
17150   data: "plot-vpp-throughput-latency-3n-hsw"
17151   filter: "'NIC_Intel-X520-DA2' and
17152            '64B' and
17153            'NDRPDR' and
17154            '2T2C' and
17155            'IP4FWD' and
17156            'OACL' and
17157            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17158            not 'IPSEC' and
17159            not 'VHOST'"
17160   parameters:
17161   - "throughput"
17162   - "parent"
17163   - "tags"
17164   sort:
17165   - "ACL_STATELESS"
17166   - "ACL_STATEFUL"
17167   - "ACL_STATELESS"
17168   - "ACL_STATEFUL"
17169   layout:
17170     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17171     layout: "plot-latency"
17172
17173 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17174 -
17175   type: "plot"
17176   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17177   algorithm: "plot_latency_error_bars"
17178   output-file-type: ".html"
17179   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17180   data: "plot-vpp-throughput-latency-3n-hsw"
17181   filter: "'NIC_Intel-X710' and
17182            '64B' and
17183            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17184            'NDRPDR' and
17185            '1T1C' and
17186            'IP4FWD' and
17187            not 'IPSEC' and
17188            not 'VHOST'"
17189   parameters:
17190   - "latency"
17191   - "parent"
17192   - "tags"
17193   sort:
17194   - "IP4BASE"
17195   - "FIB_20K"
17196   - "FIB_200K"
17197   - "FIB_2M"
17198   layout:
17199     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17200     layout: "plot-latency"
17201
17202 -
17203   type: "plot"
17204   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17205   algorithm: "plot_latency_error_bars"
17206   output-file-type: ".html"
17207   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17208   data: "plot-vpp-throughput-latency-3n-hsw"
17209   filter: "'NIC_Intel-X710' and
17210            '64B' and
17211            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17212            'NDRPDR' and
17213            '2T2C' and
17214            'IP4FWD' and
17215            not 'IPSEC' and
17216            not 'VHOST'"
17217   parameters:
17218   - "latency"
17219   - "parent"
17220   - "tags"
17221   sort:
17222   - "IP4BASE"
17223   - "FIB_20K"
17224   - "FIB_200K"
17225   - "FIB_2M"
17226   layout:
17227     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17228     layout: "plot-latency"
17229
17230 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17231 -
17232   type: "plot"
17233   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17234   algorithm: "plot_latency_error_bars"
17235   output-file-type: ".html"
17236   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17237   data: "plot-vpp-throughput-latency-3n-hsw"
17238   filter: "'NIC_Intel-X710' and
17239            '64B' and
17240            ('IP4BASE' or
17241             'POLICE_MARK' or
17242             'COPWHLIST' or
17243             ('NAT44' and 'BASE') or
17244             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17245            'NDRPDR' and
17246            '1T1C' and
17247            'IP4FWD' and
17248            not 'IPSEC' and
17249            not 'VHOST'"
17250   parameters:
17251   - "throughput"
17252   - "parent"
17253   - "tags"
17254   sort:
17255   - "IP4BASE"
17256   - "NAT44"
17257   - "POLICE_MARK"
17258   - "COPWHLIST"
17259   - "IACL"
17260   - "OACL"
17261   layout:
17262     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17263     layout: "plot-latency"
17264
17265 -
17266   type: "plot"
17267   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17268   algorithm: "plot_latency_error_bars"
17269   output-file-type: ".html"
17270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17271   data: "plot-vpp-throughput-latency-3n-hsw"
17272   filter: "'NIC_Intel-X710' and
17273            '64B' and
17274            ('IP4BASE' or
17275             'POLICE_MARK' or
17276             'COPWHLIST' or
17277             ('NAT44' and 'BASE') or
17278             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17279            'NDRPDR' and
17280            '2T2C' and
17281            'IP4FWD' and
17282            not 'IPSEC' and
17283            not 'VHOST'"
17284   parameters:
17285   - "throughput"
17286   - "parent"
17287   - "tags"
17288   sort:
17289   - "IP4BASE"
17290   - "NAT44"
17291   - "POLICE_MARK"
17292   - "COPWHLIST"
17293   - "IACL"
17294   - "OACL"
17295   layout:
17296     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17297     layout: "plot-latency"
17298
17299 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17300 -
17301   type: "plot"
17302   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17303   algorithm: "plot_latency_error_bars"
17304   output-file-type: ".html"
17305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17306   data: "plot-vpp-throughput-latency-3n-hsw"
17307   filter: "'NIC_Intel-X710' and
17308            '64B' and
17309            'NDRPDR' and
17310            '1T1C' and
17311            'IP4FWD' and
17312            'NAT44' and
17313            not 'IPSEC' and
17314            not 'VHOST'"
17315   parameters:
17316   - "throughput"
17317   - "parent"
17318   - "tags"
17319   sort:
17320   - "BASE"
17321   - "BASE"
17322   - "SRC_USER_10"
17323   - "SRC_USER_100"
17324   - "SRC_USER_1000"
17325   - "SRC_USER_2000"
17326   layout:
17327     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17328     layout: "plot-latency"
17329
17330 -
17331   type: "plot"
17332   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17333   algorithm: "plot_latency_error_bars"
17334   output-file-type: ".html"
17335   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-nat44-lat"
17336   data: "plot-vpp-throughput-latency-3n-hsw"
17337   filter: "'NIC_Intel-X710' and
17338            '64B' and
17339            'NDRPDR' and
17340            '2T2C' and
17341            'IP4FWD' and
17342            'NAT44' and
17343            not 'IPSEC' and
17344            not 'VHOST'"
17345   parameters:
17346   - "throughput"
17347   - "parent"
17348   - "tags"
17349   sort:
17350   - "BASE"
17351   - "BASE"
17352   - "SRC_USER_10"
17353   - "SRC_USER_100"
17354   - "SRC_USER_1000"
17355   - "SRC_USER_2000"
17356   layout:
17357     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17358     layout: "plot-latency"
17359
17360 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17361 -
17362   type: "plot"
17363   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17364   algorithm: "plot_latency_error_bars"
17365   output-file-type: ".html"
17366   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17367   data: "plot-vpp-throughput-latency-3n-hsw"
17368   filter: "'NIC_Intel-X710' and
17369            '64B' and
17370            'NDRPDR' and
17371            '1T1C' and
17372            'IP4FWD' and
17373            'IACL' and
17374            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17375            not 'IPSEC' and
17376            not 'VHOST'"
17377   parameters:
17378   - "throughput"
17379   - "parent"
17380   - "tags"
17381   sort:
17382   - "ACL_STATELESS"
17383   - "ACL_STATEFUL"
17384   - "ACL_STATELESS"
17385   - "ACL_STATEFUL"
17386   layout:
17387     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17388     layout: "plot-latency"
17389
17390 -
17391   type: "plot"
17392   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17393   algorithm: "plot_latency_error_bars"
17394   output-file-type: ".html"
17395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-iacl-lat"
17396   data: "plot-vpp-throughput-latency-3n-hsw"
17397   filter: "'NIC_Intel-X710' and
17398            '64B' and
17399            'NDRPDR' and
17400            '2T2C' and
17401            'IP4FWD' and
17402            'IACL' and
17403            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17404            not 'IPSEC' and
17405            not 'VHOST'"
17406   parameters:
17407   - "throughput"
17408   - "parent"
17409   - "tags"
17410   sort:
17411   - "ACL_STATELESS"
17412   - "ACL_STATEFUL"
17413   - "ACL_STATELESS"
17414   - "ACL_STATEFUL"
17415   layout:
17416     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17417     layout: "plot-latency"
17418
17419 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17420 -
17421   type: "plot"
17422   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17423   algorithm: "plot_latency_error_bars"
17424   output-file-type: ".html"
17425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17426   data: "plot-vpp-throughput-latency-3n-hsw"
17427   filter: "'NIC_Intel-X710' and
17428            '64B' and
17429            'NDRPDR' and
17430            '1T1C' and
17431            'IP4FWD' and
17432            'OACL' and
17433            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17434            not 'IPSEC' and
17435            not 'VHOST'"
17436   parameters:
17437   - "throughput"
17438   - "parent"
17439   - "tags"
17440   sort:
17441   - "ACL_STATELESS"
17442   - "ACL_STATEFUL"
17443   - "ACL_STATELESS"
17444   - "ACL_STATEFUL"
17445   layout:
17446     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17447     layout: "plot-latency"
17448
17449 -
17450   type: "plot"
17451   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17452   algorithm: "plot_latency_error_bars"
17453   output-file-type: ".html"
17454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-oacl-lat"
17455   data: "plot-vpp-throughput-latency-3n-hsw"
17456   filter: "'NIC_Intel-X710' and
17457            '64B' and
17458            'NDRPDR' and
17459            '2T2C' and
17460            'IP4FWD' and
17461            'OACL' and
17462            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17463            not 'IPSEC' and
17464            not 'VHOST'"
17465   parameters:
17466   - "throughput"
17467   - "parent"
17468   - "tags"
17469   sort:
17470   - "ACL_STATELESS"
17471   - "ACL_STATEFUL"
17472   - "ACL_STATELESS"
17473   - "ACL_STATEFUL"
17474   layout:
17475     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17476     layout: "plot-latency"
17477
17478 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17479 -
17480   type: "plot"
17481   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17482   algorithm: "plot_latency_error_bars"
17483   output-file-type: ".html"
17484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17485   data: "plot-vpp-throughput-latency-3n-hsw"
17486   filter: "'NIC_Intel-XL710' and
17487            '64B' and
17488            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17489            'NDRPDR' and
17490            '1T1C' and
17491            'IP4FWD' and
17492            not 'IPSEC' and
17493            not 'VHOST'"
17494   parameters:
17495   - "latency"
17496   - "parent"
17497   - "tags"
17498   sort:
17499   - "IP4BASE"
17500   - "FIB_20K"
17501   - "FIB_200K"
17502   - "FIB_2M"
17503   layout:
17504     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17505     layout: "plot-latency"
17506
17507 -
17508   type: "plot"
17509   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17510   algorithm: "plot_latency_error_bars"
17511   output-file-type: ".html"
17512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17513   data: "plot-vpp-throughput-latency-3n-hsw"
17514   filter: "'NIC_Intel-XL710' and
17515            '64B' and
17516            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17517            'NDRPDR' and
17518            '2T2C' and
17519            'IP4FWD' and
17520            not 'IPSEC' and
17521            not 'VHOST'"
17522   parameters:
17523   - "latency"
17524   - "parent"
17525   - "tags"
17526   sort:
17527   - "IP4BASE"
17528   - "FIB_20K"
17529   - "FIB_200K"
17530   - "FIB_2M"
17531   layout:
17532     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17533     layout: "plot-latency"
17534
17535 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17536 -
17537   type: "plot"
17538   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17539   algorithm: "plot_latency_error_bars"
17540   output-file-type: ".html"
17541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17542   data: "plot-vpp-throughput-latency-3n-skx"
17543   filter: "'NIC_Intel-X710' and
17544            '64B' and
17545            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17546            'NDRPDR' and
17547            '2T1C' and
17548            'IP4FWD' and
17549            not 'IPSEC' and
17550            not 'VHOST'"
17551   parameters:
17552   - "latency"
17553   - "parent"
17554   - "tags"
17555   sort:
17556   - "IP4BASE"
17557   - "FIB_20K"
17558   - "FIB_200K"
17559   - "FIB_2M"
17560   layout:
17561     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17562     layout: "plot-latency"
17563
17564 -
17565   type: "plot"
17566   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17567   algorithm: "plot_latency_error_bars"
17568   output-file-type: ".html"
17569   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17570   data: "plot-vpp-throughput-latency-3n-skx"
17571   filter: "'NIC_Intel-X710' and
17572            '64B' and
17573            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17574            'NDRPDR' and
17575            '4T2C' and
17576            'IP4FWD' and
17577            not 'IPSEC' and
17578            not 'VHOST'"
17579   parameters:
17580   - "latency"
17581   - "parent"
17582   - "tags"
17583   sort:
17584   - "IP4BASE"
17585   - "FIB_20K"
17586   - "FIB_200K"
17587   - "FIB_2M"
17588   layout:
17589     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17590     layout: "plot-latency"
17591
17592 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17593 -
17594   type: "plot"
17595   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17596   algorithm: "plot_latency_error_bars"
17597   output-file-type: ".html"
17598   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17599   data: "plot-vpp-throughput-latency-3n-skx"
17600   filter: "'NIC_Intel-X710' and
17601            '64B' and
17602            ('IP4BASE' or
17603             'POLICE_MARK' or
17604             'COPWHLIST' or
17605             ('NAT44' and 'BASE') or
17606             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17607            'NDRPDR' and
17608            '2T1C' and
17609            'IP4FWD' and
17610            not 'IPSEC' and
17611            not 'VHOST'"
17612   parameters:
17613   - "throughput"
17614   - "parent"
17615   - "tags"
17616   sort:
17617   - "IP4BASE"
17618   - "NAT44"
17619   - "POLICE_MARK"
17620   - "COPWHLIST"
17621   - "IACL"
17622   - "OACL"
17623   layout:
17624     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17625     layout: "plot-latency"
17626
17627 -
17628   type: "plot"
17629   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17630   algorithm: "plot_latency_error_bars"
17631   output-file-type: ".html"
17632   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17633   data: "plot-vpp-throughput-latency-3n-skx"
17634   filter: "'NIC_Intel-X710' and
17635            '64B' and
17636            ('IP4BASE' or
17637             'POLICE_MARK' or
17638             'COPWHLIST' or
17639             ('NAT44' and 'BASE') or
17640             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17641            'NDRPDR' and
17642            '4T2C' and
17643            'IP4FWD' and
17644            not 'IPSEC' and
17645            not 'VHOST'"
17646   parameters:
17647   - "throughput"
17648   - "parent"
17649   - "tags"
17650   sort:
17651   - "IP4BASE"
17652   - "NAT44"
17653   - "POLICE_MARK"
17654   - "COPWHLIST"
17655   - "IACL"
17656   - "OACL"
17657   layout:
17658     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17659     layout: "plot-latency"
17660
17661 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17662 -
17663   type: "plot"
17664   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17665   algorithm: "plot_latency_error_bars"
17666   output-file-type: ".html"
17667   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17668   data: "plot-vpp-throughput-latency-3n-skx"
17669   filter: "'NIC_Intel-X710' and
17670            '64B' and
17671            'NDRPDR' and
17672            '2T1C' and
17673            'IP4FWD' and
17674            'NAT44' and
17675            not 'IPSEC' and
17676            not 'VHOST'"
17677   parameters:
17678   - "throughput"
17679   - "parent"
17680   - "tags"
17681   sort:
17682   - "BASE"
17683   - "BASE"
17684   - "SRC_USER_10"
17685   - "SRC_USER_100"
17686   - "SRC_USER_1000"
17687   - "SRC_USER_2000"
17688   layout:
17689     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17690     layout: "plot-latency"
17691
17692 -
17693   type: "plot"
17694   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17695   algorithm: "plot_latency_error_bars"
17696   output-file-type: ".html"
17697   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-nat44-lat"
17698   data: "plot-vpp-throughput-latency-3n-skx"
17699   filter: "'NIC_Intel-X710' and
17700            '64B' and
17701            'NDRPDR' and
17702            '4T2C' and
17703            'IP4FWD' and
17704            'NAT44' and
17705            not 'IPSEC' and
17706            not 'VHOST'"
17707   parameters:
17708   - "throughput"
17709   - "parent"
17710   - "tags"
17711   sort:
17712   - "BASE"
17713   - "BASE"
17714   - "SRC_USER_10"
17715   - "SRC_USER_100"
17716   - "SRC_USER_1000"
17717   - "SRC_USER_2000"
17718   layout:
17719     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17720     layout: "plot-latency"
17721
17722 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17723 -
17724   type: "plot"
17725   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17726   algorithm: "plot_latency_error_bars"
17727   output-file-type: ".html"
17728   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17729   data: "plot-vpp-throughput-latency-3n-skx"
17730   filter: "'NIC_Intel-X710' and
17731            '64B' and
17732            'NDRPDR' and
17733            '2T1C' and
17734            'IP4FWD' and
17735            'IACL' and
17736            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17737            not 'IPSEC' and
17738            not 'VHOST'"
17739   parameters:
17740   - "throughput"
17741   - "parent"
17742   - "tags"
17743   sort:
17744   - "ACL_STATELESS"
17745   - "ACL_STATEFUL"
17746   - "ACL_STATELESS"
17747   - "ACL_STATEFUL"
17748   layout:
17749     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17750     layout: "plot-latency"
17751
17752 -
17753   type: "plot"
17754   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17755   algorithm: "plot_latency_error_bars"
17756   output-file-type: ".html"
17757   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-iacl-lat"
17758   data: "plot-vpp-throughput-latency-3n-skx"
17759   filter: "'NIC_Intel-X710' and
17760            '64B' and
17761            'NDRPDR' and
17762            '4T2C' and
17763            'IP4FWD' and
17764            'IACL' and
17765            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17766            not 'IPSEC' and
17767            not 'VHOST'"
17768   parameters:
17769   - "throughput"
17770   - "parent"
17771   - "tags"
17772   sort:
17773   - "ACL_STATELESS"
17774   - "ACL_STATEFUL"
17775   - "ACL_STATELESS"
17776   - "ACL_STATEFUL"
17777   layout:
17778     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17779     layout: "plot-latency"
17780
17781 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17782 -
17783   type: "plot"
17784   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17785   algorithm: "plot_latency_error_bars"
17786   output-file-type: ".html"
17787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17788   data: "plot-vpp-throughput-latency-3n-skx"
17789   filter: "'NIC_Intel-X710' and
17790            '64B' and
17791            'NDRPDR' and
17792            '2T1C' and
17793            'IP4FWD' and
17794            'OACL' and
17795            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17796            not 'IPSEC' and
17797            not 'VHOST'"
17798   parameters:
17799   - "throughput"
17800   - "parent"
17801   - "tags"
17802   sort:
17803   - "ACL_STATELESS"
17804   - "ACL_STATEFUL"
17805   - "ACL_STATELESS"
17806   - "ACL_STATEFUL"
17807   layout:
17808     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17809     layout: "plot-latency"
17810
17811 -
17812   type: "plot"
17813   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17814   algorithm: "plot_latency_error_bars"
17815   output-file-type: ".html"
17816   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17817   data: "plot-vpp-throughput-latency-3n-skx"
17818   filter: "'NIC_Intel-X710' and
17819            '64B' and
17820            'NDRPDR' and
17821            '4T2C' and
17822            'IP4FWD' and
17823            'OACL' and
17824            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17825            not 'IPSEC' and
17826            not 'VHOST'"
17827   parameters:
17828   - "throughput"
17829   - "parent"
17830   - "tags"
17831   sort:
17832   - "ACL_STATELESS"
17833   - "ACL_STATEFUL"
17834   - "ACL_STATELESS"
17835   - "ACL_STATEFUL"
17836   layout:
17837     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
17838     layout: "plot-latency"
17839
17840 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
17841 -
17842   type: "plot"
17843   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17844   algorithm: "plot_latency_error_bars"
17845   output-file-type: ".html"
17846   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17847   data: "plot-vpp-throughput-latency-2n-skx"
17848   filter: "'NIC_Intel-X710' and
17849            '64B' and
17850            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17851            'NDRPDR' and
17852            '2T1C' and
17853            'IP4FWD' and
17854            not 'IPSEC' and
17855            not 'VHOST'"
17856   parameters:
17857   - "latency"
17858   - "parent"
17859   - "tags"
17860   sort:
17861   - "IP4BASE"
17862   - "FIB_20K"
17863   - "FIB_200K"
17864   - "FIB_2M"
17865   layout:
17866     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17867     layout: "plot-latency"
17868
17869 -
17870   type: "plot"
17871   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17872   algorithm: "plot_latency_error_bars"
17873   output-file-type: ".html"
17874   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17875   data: "plot-vpp-throughput-latency-2n-skx"
17876   filter: "'NIC_Intel-X710' and
17877            '64B' and
17878            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17879            'NDRPDR' and
17880            '4T2C' and
17881            'IP4FWD' and
17882            not 'IPSEC' and
17883            not 'VHOST'"
17884   parameters:
17885   - "latency"
17886   - "parent"
17887   - "tags"
17888   sort:
17889   - "IP4BASE"
17890   - "FIB_20K"
17891   - "FIB_200K"
17892   - "FIB_2M"
17893   layout:
17894     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17895     layout: "plot-latency"
17896
17897 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
17898 -
17899   type: "plot"
17900   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17901   algorithm: "plot_latency_error_bars"
17902   output-file-type: ".html"
17903   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17904   data: "plot-vpp-throughput-latency-2n-skx"
17905   filter: "'NIC_Intel-XXV710' and
17906            '64B' and
17907            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17908            'NDRPDR' and
17909            '2T1C' and
17910            'IP4FWD' and
17911            not 'IPSEC' and
17912            not 'VHOST'"
17913   parameters:
17914   - "latency"
17915   - "parent"
17916   - "tags"
17917   sort:
17918   - "IP4BASE"
17919   - "FIB_20K"
17920   - "FIB_200K"
17921   - "FIB_2M"
17922   layout:
17923     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17924     layout: "plot-latency"
17925
17926 -
17927   type: "plot"
17928   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17929   algorithm: "plot_latency_error_bars"
17930   output-file-type: ".html"
17931   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17932   data: "plot-vpp-throughput-latency-2n-skx"
17933   filter: "'NIC_Intel-XXV710' and
17934            '64B' and
17935            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17936            'NDRPDR' and
17937            '4T2C' and
17938            'IP4FWD' and
17939            not 'IPSEC' and
17940            not 'VHOST'"
17941   parameters:
17942   - "latency"
17943   - "parent"
17944   - "tags"
17945   sort:
17946   - "IP4BASE"
17947   - "FIB_20K"
17948   - "FIB_200K"
17949   - "FIB_2M"
17950   layout:
17951     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17952     layout: "plot-latency"
17953
17954 ################################################################################
17955
17956 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
17957 -
17958   type: "plot"
17959   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17960   algorithm: "plot_latency_error_bars"
17961   output-file-type: ".html"
17962   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17963   data: "plot-vpp-throughput-latency-3n-hsw"
17964   filter: "'NIC_Intel-X520-DA2' and
17965            '64B' and
17966            'ENCAP' and
17967            'NDRPDR' and
17968            '1T1C' and
17969            'VXLAN' and
17970            'L2BDMACLRN' and
17971            not 'VHOST' and
17972            not 'IPSECHW'"
17973   parameters:
17974   - "latency"
17975   - "parent"
17976   - "tags"
17977   sort:
17978   - "not DOT1Q"
17979   - "VXLAN_1"
17980   - "VXLAN_10"
17981   - "VXLAN_100"
17982   - "VXLAN_1000"
17983   layout:
17984     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17985     layout: "plot-latency"
17986
17987 -
17988   type: "plot"
17989   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17990   algorithm: "plot_latency_error_bars"
17991   output-file-type: ".html"
17992   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17993   data: "plot-vpp-throughput-latency-3n-hsw"
17994   filter: "'NIC_Intel-X520-DA2' and
17995            '64B' and
17996            'ENCAP' and
17997            'NDRPDR' and
17998            '2T2C' and
17999            'VXLAN' and
18000            'L2BDMACLRN' and
18001            not 'VHOST' and
18002            not 'IPSECHW'"
18003   parameters:
18004   - "latency"
18005   - "parent"
18006   - "tags"
18007   sort:
18008   - "not DOT1Q"
18009   - "VXLAN_1"
18010   - "VXLAN_10"
18011   - "VXLAN_100"
18012   - "VXLAN_1000"
18013   layout:
18014     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18015     layout: "plot-latency"
18016
18017 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18018 -
18019   type: "plot"
18020   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18021   algorithm: "plot_latency_error_bars"
18022   output-file-type: ".html"
18023   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18024   data: "plot-vpp-throughput-latency-3n-hsw"
18025   filter: "'NIC_Intel-X520-DA2' and
18026            '64B' and
18027            'ENCAP' and
18028            'NDRPDR' and
18029            '1T1C' and
18030            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18031            not 'DOT1Q' and
18032            not 'VHOST' and
18033            not 'IPSECHW'"
18034   parameters:
18035   - "throughput"
18036   - "parent"
18037   - "tags"
18038   sort:
18039   - "L2BDMACLRN"
18040   - "L2XCFWD"
18041   - "LISP"
18042   layout:
18043     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18044     layout: "plot-latency"
18045
18046 -
18047   type: "plot"
18048   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18049   algorithm: "plot_latency_error_bars"
18050   output-file-type: ".html"
18051   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18052   data: "plot-vpp-throughput-latency-3n-hsw"
18053   filter: "'NIC_Intel-X520-DA2' and
18054            '64B' and
18055            'ENCAP' and
18056            'NDRPDR' and
18057            '2T2C' and
18058            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18059            not 'DOT1Q' and
18060            not 'VHOST' and
18061            not 'IPSECHW'"
18062   parameters:
18063   - "throughput"
18064   - "parent"
18065   - "tags"
18066   sort:
18067   - "L2BDMACLRN"
18068   - "L2XCFWD"
18069   - "LISP"
18070   layout:
18071     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18072     layout: "plot-latency"
18073
18074 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18075 -
18076   type: "plot"
18077   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18078   algorithm: "plot_latency_error_bars"
18079   output-file-type: ".html"
18080   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18081   data: "plot-vpp-throughput-latency-3n-hsw"
18082   filter: "'NIC_Intel-X710' and
18083            '64B' and
18084            'ENCAP' and
18085            'NDRPDR' and
18086            '1T1C' and
18087            'VXLAN' and
18088            'L2BDMACLRN' and
18089            not 'VHOST' and
18090            not 'IPSECHW'"
18091   parameters:
18092   - "latency"
18093   - "parent"
18094   - "tags"
18095   sort:
18096   - "not DOT1Q"
18097   - "VXLAN_1"
18098   - "VXLAN_10"
18099   - "VXLAN_100"
18100   - "VXLAN_1000"
18101   layout:
18102     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18103     layout: "plot-latency"
18104
18105 -
18106   type: "plot"
18107   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18108   algorithm: "plot_latency_error_bars"
18109   output-file-type: ".html"
18110   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18111   data: "plot-vpp-throughput-latency-3n-hsw"
18112   filter: "'NIC_Intel-X710' and
18113            '64B' and
18114            'ENCAP' and
18115            'NDRPDR' and
18116            '2T2C' and
18117            'VXLAN' and
18118            'L2BDMACLRN' and
18119            not 'VHOST' and
18120            not 'IPSECHW'"
18121   parameters:
18122   - "latency"
18123   - "parent"
18124   - "tags"
18125   sort:
18126   - "not DOT1Q"
18127   - "VXLAN_1"
18128   - "VXLAN_10"
18129   - "VXLAN_100"
18130   - "VXLAN_1000"
18131   layout:
18132     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18133     layout: "plot-latency"
18134
18135 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18136 -
18137   type: "plot"
18138   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18139   algorithm: "plot_latency_error_bars"
18140   output-file-type: ".html"
18141   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18142   data: "plot-vpp-throughput-latency-3n-hsw"
18143   filter: "'NIC_Intel-X710' and
18144            '64B' and
18145            'ENCAP' and
18146            'NDRPDR' and
18147            '1T1C' and
18148            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18149            not 'DOT1Q' and
18150            not 'VHOST' and
18151            not 'IPSECHW'"
18152   parameters:
18153   - "throughput"
18154   - "parent"
18155   - "tags"
18156   sort:
18157   - "L2BDMACLRN"
18158   - "L2XCFWD"
18159   - "LISP"
18160   layout:
18161     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18162     layout: "plot-latency"
18163
18164 -
18165   type: "plot"
18166   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18167   algorithm: "plot_latency_error_bars"
18168   output-file-type: ".html"
18169   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18170   data: "plot-vpp-throughput-latency-3n-hsw"
18171   filter: "'NIC_Intel-X710' and
18172            '64B' and
18173            'ENCAP' and
18174            'NDRPDR' and
18175            '2T2C' and
18176            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18177            not 'DOT1Q' and
18178            not 'VHOST' and
18179            not 'IPSECHW'"
18180   parameters:
18181   - "throughput"
18182   - "parent"
18183   - "tags"
18184   sort:
18185   - "L2BDMACLRN"
18186   - "L2XCFWD"
18187   - "LISP"
18188   layout:
18189     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18190     layout: "plot-latency"
18191
18192 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18193 -
18194   type: "plot"
18195   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18196   algorithm: "plot_latency_error_bars"
18197   output-file-type: ".html"
18198   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18199   data: "plot-vpp-throughput-latency-3n-skx"
18200   filter: "'NIC_Intel-X710' and
18201            '64B' and
18202            'ENCAP' and
18203            'NDRPDR' and
18204            '2T1C' and
18205            'VXLAN' and
18206            'L2BDMACLRN' and
18207            not 'VHOST' and
18208            not 'IPSECHW'"
18209   parameters:
18210   - "latency"
18211   - "parent"
18212   - "tags"
18213   sort:
18214   - "not DOT1Q"
18215   - "VXLAN_1"
18216   - "VXLAN_10"
18217   - "VXLAN_100"
18218   - "VXLAN_1000"
18219   layout:
18220     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18221     layout: "plot-latency"
18222
18223 -
18224   type: "plot"
18225   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18226   algorithm: "plot_latency_error_bars"
18227   output-file-type: ".html"
18228   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18229   data: "plot-vpp-throughput-latency-3n-skx"
18230   filter: "'NIC_Intel-X710' and
18231            '64B' and
18232            'ENCAP' and
18233            'NDRPDR' and
18234            '4t2c' and
18235            'VXLAN' and
18236            'L2BDMACLRN' and
18237            not 'VHOST' and
18238            not 'IPSECHW'"
18239   parameters:
18240   - "latency"
18241   - "parent"
18242   - "tags"
18243   sort:
18244   - "not DOT1Q"
18245   - "VXLAN_1"
18246   - "VXLAN_10"
18247   - "VXLAN_100"
18248   - "VXLAN_1000"
18249   layout:
18250     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18251     layout: "plot-latency"
18252
18253 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18254 -
18255   type: "plot"
18256   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18257   algorithm: "plot_latency_error_bars"
18258   output-file-type: ".html"
18259   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18260   data: "plot-vpp-throughput-latency-3n-skx"
18261   filter: "'NIC_Intel-X710' and
18262            '64B' and
18263            'ENCAP' and
18264            'NDRPDR' and
18265            '2T1C' and
18266            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18267            not 'DOT1Q' and
18268            not 'VHOST' and
18269            not 'IPSECHW'"
18270   parameters:
18271   - "throughput"
18272   - "parent"
18273   - "tags"
18274   sort:
18275   - "L2BDMACLRN"
18276   - "L2XCFWD"
18277   - "LISP"
18278   layout:
18279     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18280     layout: "plot-latency"
18281
18282 -
18283   type: "plot"
18284   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18285   algorithm: "plot_latency_error_bars"
18286   output-file-type: ".html"
18287   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18288   data: "plot-vpp-throughput-latency-3n-skx"
18289   filter: "'NIC_Intel-X710' and
18290            '64B' and
18291            'ENCAP' and
18292            'NDRPDR' and
18293            '4T2C' and
18294            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18295            not 'DOT1Q' and
18296            not 'VHOST' and
18297            not 'IPSECHW'"
18298   parameters:
18299   - "throughput"
18300   - "parent"
18301   - "tags"
18302   sort:
18303   - "L2BDMACLRN"
18304   - "L2XCFWD"
18305   - "LISP"
18306   layout:
18307     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18308     layout: "plot-latency"
18309
18310 ################################################################################
18311
18312 # Packet Latency - VPP IPv6 3n-hsw-x520
18313 -
18314   type: "plot"
18315   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18316   algorithm: "plot_latency_error_bars"
18317   output-file-type: ".html"
18318   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18319   data: "plot-vpp-throughput-latency-3n-hsw"
18320   filter: "'NIC_Intel-X520-DA2' and
18321            '78B' and
18322            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18323            'NDRPDR' and
18324            '1T1C' and
18325            'IP6FWD' and
18326            not 'SRv6' and
18327            not 'IPSEC' and
18328            not 'VHOST'"
18329   parameters:
18330   - "latency"
18331   - "parent"
18332   - "tags"
18333   sort:
18334   - "IP6BASE"
18335   - "FIB_20K"
18336   - "FIB_200K"
18337   - "FIB_2M"
18338   layout:
18339     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18340     layout: "plot-latency"
18341
18342 -
18343   type: "plot"
18344   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18345   algorithm: "plot_latency_error_bars"
18346   output-file-type: ".html"
18347   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18348   data: "plot-vpp-throughput-latency-3n-hsw"
18349   filter: "'NIC_Intel-X520-DA2' and
18350            '78B' and
18351            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18352            'NDRPDR' and
18353            '2T2C' and
18354            'IP6FWD' and
18355            not 'SRv6' and
18356            not 'IPSEC' and
18357            not 'VHOST'"
18358   parameters:
18359   - "latency"
18360   - "parent"
18361   - "tags"
18362   sort:
18363   - "IP6BASE"
18364   - "FIB_20K"
18365   - "FIB_200K"
18366   - "FIB_2M"
18367   layout:
18368     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18369     layout: "plot-latency"
18370
18371 # Packet Latency - VPP IPv6 3n-hsw-x710
18372 -
18373   type: "plot"
18374   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18375   algorithm: "plot_latency_error_bars"
18376   output-file-type: ".html"
18377   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18378   data: "plot-vpp-throughput-latency-3n-hsw"
18379   filter: "'NIC_Intel-X710' and
18380            '78B' and
18381            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18382            'NDRPDR' and
18383            '1T1C' and
18384            'IP6FWD' and
18385            not 'SRv6' and
18386            not 'IPSEC' and
18387            not 'VHOST'"
18388   parameters:
18389   - "latency"
18390   - "parent"
18391   - "tags"
18392   sort:
18393   - "IP6BASE"
18394   - "FIB_20K"
18395   - "FIB_200K"
18396   - "FIB_2M"
18397   layout:
18398     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18399     layout: "plot-latency"
18400
18401 -
18402   type: "plot"
18403   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18404   algorithm: "plot_latency_error_bars"
18405   output-file-type: ".html"
18406   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18407   data: "plot-vpp-throughput-latency-3n-hsw"
18408   filter: "'NIC_Intel-X710' and
18409            '78B' and
18410            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18411            'NDRPDR' and
18412            '2T2C' and
18413            'IP6FWD' and
18414            not 'SRv6' and
18415            not 'IPSEC' and
18416            not 'VHOST'"
18417   parameters:
18418   - "latency"
18419   - "parent"
18420   - "tags"
18421   sort:
18422   - "IP6BASE"
18423   - "FIB_20K"
18424   - "FIB_200K"
18425   - "FIB_2M"
18426   layout:
18427     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18428     layout: "plot-latency"
18429
18430 # Packet Latency - VPP IPv6 3n-hsw-xl710
18431 -
18432   type: "plot"
18433   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18434   algorithm: "plot_latency_error_bars"
18435   output-file-type: ".html"
18436   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18437   data: "plot-vpp-throughput-latency-3n-hsw"
18438   filter: "'NIC_Intel-XL710' and
18439            '78B' and
18440            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18441            'NDRPDR' and
18442            '1T1C' and
18443            'IP6FWD' and
18444            not 'SRv6' and
18445            not 'IPSEC' and
18446            not 'VHOST'"
18447   parameters:
18448   - "latency"
18449   - "parent"
18450   - "tags"
18451   sort:
18452   - "IP6BASE"
18453   - "FIB_20K"
18454   - "FIB_200K"
18455   - "FIB_2M"
18456   layout:
18457     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18458     layout: "plot-latency"
18459
18460 -
18461   type: "plot"
18462   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18463   algorithm: "plot_latency_error_bars"
18464   output-file-type: ".html"
18465   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18466   data: "plot-vpp-throughput-latency-3n-hsw"
18467   filter: "'NIC_Intel-XL710' and
18468            '78B' and
18469            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18470            'NDRPDR' and
18471            '2T2C' and
18472            'IP6FWD' and
18473            not 'SRv6' and
18474            not 'IPSEC' and
18475            not 'VHOST'"
18476   parameters:
18477   - "latency"
18478   - "parent"
18479   - "tags"
18480   sort:
18481   - "IP6BASE"
18482   - "FIB_20K"
18483   - "FIB_200K"
18484   - "FIB_2M"
18485   layout:
18486     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18487     layout: "plot-latency"
18488
18489 # Packet Latency - VPP IPv6 3n-skx-x710
18490 -
18491   type: "plot"
18492   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18493   algorithm: "plot_latency_error_bars"
18494   output-file-type: ".html"
18495   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18496   data: "plot-vpp-throughput-latency-3n-skx"
18497   filter: "'NIC_Intel-X710' and
18498            '78B' and
18499            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18500            'NDRPDR' and
18501            '2T1C' and
18502            'IP6FWD' and
18503            not 'SRv6' and
18504            not 'IPSEC' and
18505            not 'VHOST'"
18506   parameters:
18507   - "latency"
18508   - "parent"
18509   - "tags"
18510   sort:
18511   - "IP6BASE"
18512   - "FIB_20K"
18513   - "FIB_200K"
18514   - "FIB_2M"
18515   layout:
18516     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18517     layout: "plot-latency"
18518
18519 -
18520   type: "plot"
18521   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18522   algorithm: "plot_latency_error_bars"
18523   output-file-type: ".html"
18524   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18525   data: "plot-vpp-throughput-latency-3n-skx"
18526   filter: "'NIC_Intel-X710' and
18527            '78B' and
18528            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18529            'NDRPDR' and
18530            '4T2C' and
18531            'IP6FWD' and
18532            not 'SRv6' and
18533            not 'IPSEC' and
18534            not 'VHOST'"
18535   parameters:
18536   - "latency"
18537   - "parent"
18538   - "tags"
18539   sort:
18540   - "IP6BASE"
18541   - "FIB_20K"
18542   - "FIB_200K"
18543   - "FIB_2M"
18544   layout:
18545     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18546     layout: "plot-latency"
18547
18548 # Packet Latency - VPP IPv6 2n-skx-x710
18549 -
18550   type: "plot"
18551   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18552   algorithm: "plot_latency_error_bars"
18553   output-file-type: ".html"
18554   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18555   data: "plot-vpp-throughput-latency-2n-skx"
18556   filter: "'NIC_Intel-X710' and
18557            '78B' and
18558            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18559            'NDRPDR' and
18560            '2T1C' and
18561            'IP6FWD' and
18562            not 'SRv6' and
18563            not 'IPSEC' and
18564            not 'VHOST'"
18565   parameters:
18566   - "latency"
18567   - "parent"
18568   - "tags"
18569   sort:
18570   - "IP6BASE"
18571   - "FIB_20K"
18572   - "FIB_200K"
18573   - "FIB_2M"
18574   layout:
18575     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18576     layout: "plot-latency"
18577
18578 -
18579   type: "plot"
18580   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18581   algorithm: "plot_latency_error_bars"
18582   output-file-type: ".html"
18583   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18584   data: "plot-vpp-throughput-latency-2n-skx"
18585   filter: "'NIC_Intel-X710' and
18586            '78B' and
18587            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18588            'NDRPDR' and
18589            '4T2C' and
18590            'IP6FWD' and
18591            not 'SRv6' and
18592            not 'IPSEC' and
18593            not 'VHOST'"
18594   parameters:
18595   - "latency"
18596   - "parent"
18597   - "tags"
18598   sort:
18599   - "IP6BASE"
18600   - "FIB_20K"
18601   - "FIB_200K"
18602   - "FIB_2M"
18603   layout:
18604     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18605     layout: "plot-latency"
18606
18607 # Packet Latency - VPP IPv6 2n-skx-xxv710
18608 -
18609   type: "plot"
18610   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18611   algorithm: "plot_latency_error_bars"
18612   output-file-type: ".html"
18613   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18614   data: "plot-vpp-throughput-latency-2n-skx"
18615   filter: "'NIC_Intel-XXV710' and
18616            '78B' and
18617            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18618            'NDRPDR' and
18619            '2T1C' and
18620            'IP6FWD' and
18621            not 'SRv6' and
18622            not 'IPSEC' and
18623            not 'VHOST'"
18624   parameters:
18625   - "latency"
18626   - "parent"
18627   - "tags"
18628   sort:
18629   - "IP6BASE"
18630   - "FIB_20K"
18631   - "FIB_200K"
18632   - "FIB_2M"
18633   layout:
18634     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18635     layout: "plot-latency"
18636
18637 -
18638   type: "plot"
18639   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18640   algorithm: "plot_latency_error_bars"
18641   output-file-type: ".html"
18642   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18643   data: "plot-vpp-throughput-latency-2n-skx"
18644   filter: "'NIC_Intel-XXV710' and
18645            '78B' and
18646            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18647            'NDRPDR' and
18648            '4T2C' and
18649            'IP6FWD' and
18650            not 'SRv6' and
18651            not 'IPSEC' and
18652            not 'VHOST'"
18653   parameters:
18654   - "latency"
18655   - "parent"
18656   - "tags"
18657   sort:
18658   - "IP6BASE"
18659   - "FIB_20K"
18660   - "FIB_200K"
18661   - "FIB_2M"
18662   layout:
18663     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18664     layout: "plot-latency"
18665
18666 ################################################################################
18667
18668 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18669 -
18670   type: "plot"
18671   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18672   algorithm: "plot_latency_error_bars"
18673   output-file-type: ".html"
18674   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18675   data: "plot-vpp-throughput-latency-3n-hsw"
18676   filter: "'NIC_Intel-X520-DA2' and
18677            '78B' and
18678            'ENCAP' and
18679            'NDRPDR' and
18680            '1T1C' and
18681            'LISP' and
18682            not 'VHOST'"
18683   parameters:
18684   - "throughput"
18685   - "parent"
18686   - "tags"
18687   sort:
18688   - "IP4UNRLAY"
18689   - "IP6UNRLAY"
18690   layout:
18691     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18692     layout: "plot-latency"
18693
18694 -
18695   type: "plot"
18696   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18697   algorithm: "plot_latency_error_bars"
18698   output-file-type: ".html"
18699   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18700   data: "plot-vpp-throughput-latency-3n-hsw"
18701   filter: "'NIC_Intel-X520-DA2' and
18702            '78B' and
18703            'ENCAP' and
18704            'NDRPDR' and
18705            '2T2C' and
18706            'LISP' and
18707            not 'VHOST'"
18708   parameters:
18709   - "throughput"
18710   - "parent"
18711   - "tags"
18712   sort:
18713   - "IP4UNRLAY"
18714   - "IP6UNRLAY"
18715   layout:
18716     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18717     layout: "plot-latency"
18718
18719 ################################################################################
18720
18721 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18722 -
18723   type: "plot"
18724   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18725   algorithm: "plot_latency_error_bars"
18726   output-file-type: ".html"
18727   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18728   data: "plot-vpp-throughput-latency-3n-hsw"
18729   filter: "'NIC_Intel-XL710' and
18730            '64B' and
18731            'IP4FWD' and
18732            'NDRPDR' and
18733            'BASE' and
18734            '1T1C' and
18735            'IPSECHW' and
18736            ('IPSECTRAN' or 'IPSECTUN') and
18737            not 'VHOST'"
18738   parameters:
18739   - "latency"
18740   - "parent"
18741   - "tags"
18742   layout:
18743     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18744     layout: "plot-latency"
18745
18746 -
18747   type: "plot"
18748   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18749   algorithm: "plot_latency_error_bars"
18750   output-file-type: ".html"
18751   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18752   data: "plot-vpp-throughput-latency-3n-hsw"
18753   filter: "'NIC_Intel-XL710' and
18754            '64B' and
18755            'IP4FWD' and
18756            'NDRPDR' and
18757            'BASE' and
18758            '2T2C' and
18759            'IPSECHW' and
18760            ('IPSECTRAN' or 'IPSECTUN') and
18761            not 'VHOST'"
18762   parameters:
18763   - "latency"
18764   - "parent"
18765   - "tags"
18766   layout:
18767     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18768     layout: "plot-latency"
18769
18770 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18771 -
18772   type: "plot"
18773   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18774   algorithm: "plot_latency_error_bars"
18775   output-file-type: ".html"
18776   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18777   data: "plot-vpp-throughput-latency-3n-hsw"
18778   filter: "'NIC_Intel-XL710' and
18779            '64B' and
18780            'IP4FWD' and
18781            'NDRPDR' and
18782            'SCALE' and
18783            '1T1C' and
18784            'IPSECHW' and
18785            ('IPSECTRAN' or 'IPSECTUN') and
18786            not 'VHOST'"
18787   parameters:
18788   - "latency"
18789   - "parent"
18790   - "tags"
18791   layout:
18792     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
18793     layout: "plot-latency"
18794
18795 -
18796   type: "plot"
18797   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18798   algorithm: "plot_latency_error_bars"
18799   output-file-type: ".html"
18800   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18801   data: "plot-vpp-throughput-latency-3n-hsw"
18802   filter: "'NIC_Intel-XL710' and
18803            '64B' and
18804            'IP4FWD' and
18805            'NDRPDR' and
18806            'SCALE' and
18807            '2T2C' and
18808            'IPSECHW' and
18809            ('IPSECTRAN' or 'IPSECTUN') and
18810            not 'VHOST'"
18811   parameters:
18812   - "latency"
18813   - "parent"
18814   - "tags"
18815   layout:
18816     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18817     layout: "plot-latency"
18818
18819 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18820 -
18821   type: "plot"
18822   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18823   algorithm: "plot_latency_error_bars"
18824   output-file-type: ".html"
18825   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18826   data: "plot-vpp-throughput-latency-3n-hsw"
18827   filter: "'NIC_Intel-XL710' and
18828            '64B' and
18829            'IP4FWD' and
18830            'NDRPDR' and
18831            '1T1C' and
18832            'IPSECSW' and
18833            ('IPSECTRAN' or 'IPSECTUN') and
18834            not 'VHOST'"
18835   parameters:
18836   - "latency"
18837   - "parent"
18838   - "tags"
18839   layout:
18840     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
18841     layout: "plot-latency"
18842
18843 -
18844   type: "plot"
18845   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18846   algorithm: "plot_latency_error_bars"
18847   output-file-type: ".html"
18848   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18849   data: "plot-vpp-throughput-latency-3n-hsw"
18850   filter: "'NIC_Intel-XL710' and
18851            '64B' and
18852            'IP4FWD' and
18853            'NDRPDR' and
18854            '2T2C' and
18855            'IPSECSW' and
18856            ('IPSECTRAN' or 'IPSECTUN') and
18857            not 'VHOST'"
18858   parameters:
18859   - "latency"
18860   - "parent"
18861   - "tags"
18862   layout:
18863     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
18864     layout: "plot-latency"
18865
18866 ################################################################################
18867
18868 # Packet Latency - VPP SRv6 3n-hsw-x520
18869 -
18870   type: "plot"
18871   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18872   algorithm: "plot_latency_error_bars"
18873   output-file-type: ".html"
18874   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18875   data: "plot-vpp-throughput-latency-3n-hsw"
18876   filter: "'NIC_Intel-X520-DA2' and
18877            '78B' and
18878            'FEATURE' and
18879            'NDRPDR' and
18880            '1T1C' and
18881            'IP6FWD' and
18882            'SRv6'"
18883   parameters:
18884   - "latency"
18885   - "parent"
18886   - "tags"
18887   layout:
18888     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
18889     layout: "plot-latency"
18890
18891 -
18892   type: "plot"
18893   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
18894   algorithm: "plot_latency_error_bars"
18895   output-file-type: ".html"
18896   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
18897   data: "plot-vpp-throughput-latency-3n-hsw"
18898   filter: "'NIC_Intel-X520-DA2' and
18899            '78B' and
18900            'FEATURE' and
18901            'NDRPDR' and
18902            '2T2C' and
18903            'IP6FWD' and
18904            'SRv6'"
18905   parameters:
18906   - "latency"
18907   - "parent"
18908   - "tags"
18909   layout:
18910     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
18911     layout: "plot-latency"
18912
18913 ################################################################################
18914
18915 # Packet Latency - VPP vhost ip4 3n-hsw-x520
18916 -
18917   type: "plot"
18918   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18919   algorithm: "plot_latency_error_bars"
18920   output-file-type: ".html"
18921   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18922   data: "plot-vpp-throughput-latency-3n-hsw"
18923   filter: "'NIC_Intel-X520-DA2' and
18924            '64B' and
18925            'NDRPDR' and
18926            'ETH' and
18927            'IP4FWD' and
18928            '1T1C' and
18929            'VHOST_1024' and
18930            not 'VXLAN' and
18931            not 'DOT1Q'"
18932   parameters:
18933   - "latency"
18934   - "parent"
18935   - "tags"
18936   sort:
18937   - "not CFS_OPT"
18938   - "1VM"
18939   - "2VM"
18940   layout:
18941     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18942     layout: "plot-latency"
18943
18944 -
18945   type: "plot"
18946   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18947   algorithm: "plot_latency_error_bars"
18948   output-file-type: ".html"
18949   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18950   data: "plot-vpp-throughput-latency-3n-hsw"
18951   filter: "'NIC_Intel-X520-DA2' and
18952            '64B' and
18953            'NDRPDR' and
18954            'ETH' and
18955            'IP4FWD' and
18956            '2T2C' and
18957            'VHOST_1024' and
18958            not 'VXLAN' and
18959            not 'DOT1Q'"
18960   parameters:
18961   - "latency"
18962   - "parent"
18963   - "tags"
18964   sort:
18965   - "not CFS_OPT"
18966   - "1VM"
18967   - "2VM"
18968   layout:
18969     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18970     layout: "plot-latency"
18971
18972 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
18973 -
18974   type: "plot"
18975   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18976   algorithm: "plot_latency_error_bars"
18977   output-file-type: ".html"
18978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18979   data: "plot-vpp-throughput-latency-3n-hsw"
18980   filter: "'NIC_Intel-X520-DA2' and
18981            '64B' and
18982            'NDRPDR' and
18983            'ETH' and
18984            '1T1C' and
18985            'L2BDMACLRN' and
18986            'VHOST_1024' and
18987            not 'VXLAN' and
18988            not 'IP4FWD' and
18989            not 'DOT1Q' and
18990            not '2VM'"
18991   parameters:
18992   - "latency"
18993   - "parent"
18994   - "tags"
18995   sort:
18996   - "VM"  # "not CFS_OPT"
18997   - "CFS_OPT"
18998   - "FIB_10K"
18999   - "FIB_100K"
19000   - "FIB_1M"
19001   layout:
19002     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19003     layout: "plot-latency"
19004
19005 -
19006   type: "plot"
19007   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19008   algorithm: "plot_latency_error_bars"
19009   output-file-type: ".html"
19010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19011   data: "plot-vpp-throughput-latency-3n-hsw"
19012   filter: "'NIC_Intel-X520-DA2' and
19013            '64B' and
19014            'NDRPDR' and
19015            'ETH' and
19016            '2T2C' and
19017            'L2BDMACLRN' and
19018            'VHOST_1024' and
19019            not 'VXLAN' and
19020            not 'IP4FWD' and
19021            not 'DOT1Q' and
19022            not '2VM'"
19023   parameters:
19024   - "latency"
19025   - "parent"
19026   - "tags"
19027   sort:
19028   - "VM"  # "not CFS_OPT"
19029   - "CFS_OPT"
19030   - "FIB_10K"
19031   - "FIB_100K"
19032   - "FIB_1M"
19033   layout:
19034     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19035     layout: "plot-latency"
19036
19037 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19038 -
19039   type: "plot"
19040   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19041   algorithm: "plot_latency_error_bars"
19042   output-file-type: ".html"
19043   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19044   data: "plot-vpp-throughput-latency-3n-hsw"
19045   filter: "'NIC_Intel-X520-DA2' and
19046            '64B' and
19047            'NDRPDR' and
19048            'ETH' and
19049            'BASE' and
19050            '1T1C' and
19051            ('L2BDMACLRN' or 'L2XCFWD') and
19052            'VHOST_1024' and
19053            not 'VXLAN' and
19054            not 'IP4FWD' and
19055            not 'DOT1Q' and
19056            not '2VM'"
19057   parameters:
19058   - "latency"
19059   - "parent"
19060   - "tags"
19061   sort:
19062   - "not CFS_OPT"
19063   - "L2XCFWD"
19064   - "not CFS_OPT"
19065   - "CFS_OPT"
19066   layout:
19067     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19068     layout: "plot-latency"
19069
19070 -
19071   type: "plot"
19072   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19073   algorithm: "plot_latency_error_bars"
19074   output-file-type: ".html"
19075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19076   data: "plot-vpp-throughput-latency-3n-hsw"
19077   filter: "'NIC_Intel-X520-DA2' and
19078            '64B' and
19079            'NDRPDR' and
19080            'ETH' and
19081            'BASE' and
19082            '2T2C' and
19083            ('L2BDMACLRN' or 'L2XCFWD') and
19084            'VHOST_1024' and
19085            not 'VXLAN' and
19086            not 'IP4FWD' and
19087            not 'DOT1Q' and
19088            not '2VM'"
19089   parameters:
19090   - "latency"
19091   - "parent"
19092   - "tags"
19093   sort:
19094   - "not CFS_OPT"
19095   - "L2XCFWD"
19096   - "not CFS_OPT"
19097   - "CFS_OPT"
19098   layout:
19099     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19100     layout: "plot-latency"
19101
19102 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19103 -
19104   type: "plot"
19105   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19106   algorithm: "plot_latency_error_bars"
19107   output-file-type: ".html"
19108   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19109   data: "plot-vpp-throughput-latency-3n-hsw"
19110   filter: "'NIC_Intel-X520-DA2' and
19111            '64B' and
19112            'NDRPDR' and
19113            'ETH' and
19114            '1T1C' and
19115            ('L2BDMACLRN' or 'L2XCFWD') and
19116            'VHOST_1024' and
19117            not 'CFS_OPT' and
19118            not 'VXLAN' and
19119            not 'IP4FWD' and
19120            not 'DOT1Q'"
19121   parameters:
19122   - "latency"
19123   - "parent"
19124   - "tags"
19125   sort:
19126   - "1VM"
19127   - "L2XCFWD"
19128   - "1VM"
19129   - "L2BDMACLRN"
19130   layout:
19131     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19132     layout: "plot-latency"
19133
19134 -
19135   type: "plot"
19136   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19137   algorithm: "plot_latency_error_bars"
19138   output-file-type: ".html"
19139   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19140   data: "plot-vpp-throughput-latency-3n-hsw"
19141   filter: "'NIC_Intel-X520-DA2' and
19142            '64B' and
19143            'NDRPDR' and
19144            'ETH' and
19145            '2T2C' and
19146            ('L2BDMACLRN' or 'L2XCFWD') and
19147            'VHOST_1024' and
19148            not 'CFS_OPT' and
19149            not 'VXLAN' and
19150            not 'IP4FWD' and
19151            not 'DOT1Q'"
19152   parameters:
19153   - "latency"
19154   - "parent"
19155   - "tags"
19156   sort:
19157   - "1VM"
19158   - "L2XCFWD"
19159   - "1VM"
19160   - "L2BDMACLRN"
19161   layout:
19162     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19163     layout: "plot-latency"
19164
19165 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19166 -
19167   type: "plot"
19168   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19169   algorithm: "plot_latency_error_bars"
19170   output-file-type: ".html"
19171   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19172   data: "plot-vpp-throughput-latency-3n-hsw"
19173   filter: "'NIC_Intel-X710' and
19174            '64B' and
19175            'NDRPDR' and
19176            'ETH' and
19177            'IP4FWD' and
19178            '1T1C' and
19179            'VHOST_1024' and
19180            not 'VXLAN' and
19181            not 'DOT1Q'"
19182   parameters:
19183   - "latency"
19184   - "parent"
19185   - "tags"
19186   sort:
19187   - "not CFS_OPT"
19188   - "1VM"
19189   - "2VM"
19190   layout:
19191     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19192     layout: "plot-latency"
19193
19194 -
19195   type: "plot"
19196   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19197   algorithm: "plot_latency_error_bars"
19198   output-file-type: ".html"
19199   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19200   data: "plot-vpp-throughput-latency-3n-hsw"
19201   filter: "'NIC_Intel-X710' and
19202            '64B' and
19203            'NDRPDR' and
19204            'ETH' and
19205            'IP4FWD' and
19206            '2T2C' and
19207            'VHOST_1024' and
19208            not 'VXLAN' and
19209            not 'DOT1Q'"
19210   parameters:
19211   - "latency"
19212   - "parent"
19213   - "tags"
19214   sort:
19215   - "not CFS_OPT"
19216   - "1VM"
19217   - "2VM"
19218   layout:
19219     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19220     layout: "plot-latency"
19221
19222 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19223 -
19224   type: "plot"
19225   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19226   algorithm: "plot_latency_error_bars"
19227   output-file-type: ".html"
19228   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19229   data: "plot-vpp-throughput-latency-3n-hsw"
19230   filter: "'NIC_Intel-X710' and
19231            '64B' and
19232            'NDRPDR' and
19233            'ETH' and
19234            '1T1C' and
19235            'L2BDMACLRN' and
19236            'VHOST_1024' and
19237            not 'VXLAN' and
19238            not 'IP4FWD' and
19239            not 'DOT1Q' and
19240            not '2VM'"
19241   parameters:
19242   - "latency"
19243   - "parent"
19244   - "tags"
19245   sort:
19246   - "VM"  # "not CFS_OPT"
19247   - "CFS_OPT"
19248   - "FIB_10K"
19249   - "FIB_100K"
19250   - "FIB_1M"
19251   layout:
19252     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19253     layout: "plot-latency"
19254
19255 -
19256   type: "plot"
19257   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19258   algorithm: "plot_latency_error_bars"
19259   output-file-type: ".html"
19260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19261   data: "plot-vpp-throughput-latency-3n-hsw"
19262   filter: "'NIC_Intel-X710' and
19263            '64B' and
19264            'NDRPDR' and
19265            'ETH' and
19266            '2T2C' and
19267            'L2BDMACLRN' and
19268            'VHOST_1024' and
19269            not 'VXLAN' and
19270            not 'IP4FWD' and
19271            not 'DOT1Q' and
19272            not '2VM'"
19273   parameters:
19274   - "latency"
19275   - "parent"
19276   - "tags"
19277   sort:
19278   - "VM"  # "not CFS_OPT"
19279   - "CFS_OPT"
19280   - "FIB_10K"
19281   - "FIB_100K"
19282   - "FIB_1M"
19283   layout:
19284     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19285     layout: "plot-latency"
19286
19287 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19288 -
19289   type: "plot"
19290   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19291   algorithm: "plot_latency_error_bars"
19292   output-file-type: ".html"
19293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19294   data: "plot-vpp-throughput-latency-3n-hsw"
19295   filter: "'NIC_Intel-X710' and
19296            '64B' and
19297            'NDRPDR' and
19298            'ETH' and
19299            'BASE' and
19300            '1T1C' and
19301            ('L2BDMACLRN' or 'L2XCFWD') and
19302            'VHOST_1024' and
19303            not 'VXLAN' and
19304            not 'IP4FWD' and
19305            not 'DOT1Q' and
19306            not '2VM'"
19307   parameters:
19308   - "latency"
19309   - "parent"
19310   - "tags"
19311   sort:
19312   - "not CFS_OPT"
19313   - "L2XCFWD"
19314   - "not CFS_OPT"
19315   - "CFS_OPT"
19316   layout:
19317     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19318     layout: "plot-latency"
19319
19320 -
19321   type: "plot"
19322   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19323   algorithm: "plot_latency_error_bars"
19324   output-file-type: ".html"
19325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19326   data: "plot-vpp-throughput-latency-3n-hsw"
19327   filter: "'NIC_Intel-X710' and
19328            '64B' and
19329            'NDRPDR' and
19330            'ETH' and
19331            'BASE' and
19332            '2T2C' and
19333            ('L2BDMACLRN' or 'L2XCFWD') and
19334            'VHOST_1024' and
19335            not 'VXLAN' and
19336            not 'IP4FWD' and
19337            not 'DOT1Q' and
19338            not '2VM'"
19339   parameters:
19340   - "latency"
19341   - "parent"
19342   - "tags"
19343   sort:
19344   - "not CFS_OPT"
19345   - "L2XCFWD"
19346   - "not CFS_OPT"
19347   - "CFS_OPT"
19348   layout:
19349     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19350     layout: "plot-latency"
19351
19352 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19353 -
19354   type: "plot"
19355   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19356   algorithm: "plot_latency_error_bars"
19357   output-file-type: ".html"
19358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19359   data: "plot-vpp-throughput-latency-3n-hsw"
19360   filter: "'NIC_Intel-X710' and
19361            '64B' and
19362            'NDRPDR' and
19363            'ETH' and
19364            '1T1C' and
19365            ('L2BDMACLRN' or 'L2XCFWD') and
19366            'VHOST_1024' and
19367            not 'CFS_OPT' and
19368            not 'VXLAN' and
19369            not 'IP4FWD' and
19370            not 'DOT1Q'"
19371   parameters:
19372   - "latency"
19373   - "parent"
19374   - "tags"
19375   sort:
19376   - "1VM"
19377   - "L2XCFWD"
19378   - "1VM"
19379   - "L2BDMACLRN"
19380   layout:
19381     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19382     layout: "plot-latency"
19383
19384 -
19385   type: "plot"
19386   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19387   algorithm: "plot_latency_error_bars"
19388   output-file-type: ".html"
19389   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19390   data: "plot-vpp-throughput-latency-3n-hsw"
19391   filter: "'NIC_Intel-X710' and
19392            '64B' and
19393            'NDRPDR' and
19394            'ETH' and
19395            '2T2C' and
19396            ('L2BDMACLRN' or 'L2XCFWD') and
19397            'VHOST_1024' and
19398            not 'CFS_OPT' and
19399            not 'VXLAN' and
19400            not 'IP4FWD' and
19401            not 'DOT1Q'"
19402   parameters:
19403   - "latency"
19404   - "parent"
19405   - "tags"
19406   sort:
19407   - "1VM"
19408   - "L2XCFWD"
19409   - "1VM"
19410   - "L2BDMACLRN"
19411   layout:
19412     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19413     layout: "plot-latency"
19414
19415 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19416 -
19417   type: "plot"
19418   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19419   algorithm: "plot_latency_error_bars"
19420   output-file-type: ".html"
19421   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19422   data: "plot-vpp-throughput-latency-3n-hsw"
19423   filter: "'NIC_Intel-XL710' and
19424            '64B' and
19425            'NDRPDR' and
19426            'ETH' and
19427            'IP4FWD' and
19428            '1T1C' and
19429            'VHOST_1024' and
19430            not 'VXLAN' and
19431            not 'DOT1Q'"
19432   parameters:
19433   - "latency"
19434   - "parent"
19435   - "tags"
19436   sort:
19437   - "not CFS_OPT"
19438   - "1VM"
19439   - "2VM"
19440   layout:
19441     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19442     layout: "plot-latency"
19443
19444 -
19445   type: "plot"
19446   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19447   algorithm: "plot_latency_error_bars"
19448   output-file-type: ".html"
19449   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19450   data: "plot-vpp-throughput-latency-3n-hsw"
19451   filter: "'NIC_Intel-XL710' and
19452            '64B' and
19453            'NDRPDR' and
19454            'ETH' and
19455            'IP4FWD' and
19456            '2T2C' and
19457            'VHOST_1024' and
19458            not 'VXLAN' and
19459            not 'DOT1Q'"
19460   parameters:
19461   - "latency"
19462   - "parent"
19463   - "tags"
19464   sort:
19465   - "not CFS_OPT"
19466   - "1VM"
19467   - "2VM"
19468   layout:
19469     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19470     layout: "plot-latency"
19471
19472 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19473 -
19474   type: "plot"
19475   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19476   algorithm: "plot_latency_error_bars"
19477   output-file-type: ".html"
19478   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19479   data: "plot-vpp-throughput-latency-3n-hsw"
19480   filter: "'NIC_Intel-XL710' and
19481            '64B' and
19482            'NDRPDR' and
19483            'ETH' and
19484            '1T1C' and
19485            'L2BDMACLRN' and
19486            'VHOST_1024' and
19487            not 'VXLAN' and
19488            not 'IP4FWD' and
19489            not 'DOT1Q' and
19490            not '2VM'"
19491   parameters:
19492   - "latency"
19493   - "parent"
19494   - "tags"
19495   sort:
19496   - "VM"  # "not CFS_OPT"
19497   - "CFS_OPT"
19498   - "FIB_10K"
19499   - "FIB_100K"
19500   - "FIB_1M"
19501   layout:
19502     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19503     layout: "plot-latency"
19504
19505 -
19506   type: "plot"
19507   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19508   algorithm: "plot_latency_error_bars"
19509   output-file-type: ".html"
19510   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19511   data: "plot-vpp-throughput-latency-3n-hsw"
19512   filter: "'NIC_Intel-XL710' and
19513            '64B' and
19514            'NDRPDR' and
19515            'ETH' and
19516            '2T2C' and
19517            'L2BDMACLRN' and
19518            'VHOST_1024' and
19519            not 'VXLAN' and
19520            not 'IP4FWD' and
19521            not 'DOT1Q' and
19522            not '2VM'"
19523   parameters:
19524   - "latency"
19525   - "parent"
19526   - "tags"
19527   sort:
19528   - "VM"  # "not CFS_OPT"
19529   - "CFS_OPT"
19530   - "FIB_10K"
19531   - "FIB_100K"
19532   - "FIB_1M"
19533   layout:
19534     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19535     layout: "plot-latency"
19536
19537 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19538 -
19539   type: "plot"
19540   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19541   algorithm: "plot_latency_error_bars"
19542   output-file-type: ".html"
19543   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19544   data: "plot-vpp-throughput-latency-3n-hsw"
19545   filter: "'NIC_Intel-XL710' and
19546            '64B' and
19547            'NDRPDR' and
19548            'ETH' and
19549            'BASE' and
19550            '1T1C' and
19551            ('L2BDMACLRN' or 'L2XCFWD') and
19552            'VHOST_1024' and
19553            not 'VXLAN' and
19554            not 'IP4FWD' and
19555            not 'DOT1Q' and
19556            not '2VM'"
19557   parameters:
19558   - "latency"
19559   - "parent"
19560   - "tags"
19561   sort:
19562   - "not CFS_OPT"
19563   - "L2XCFWD"
19564   - "not CFS_OPT"
19565   - "CFS_OPT"
19566   layout:
19567     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19568     layout: "plot-latency"
19569
19570 -
19571   type: "plot"
19572   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19573   algorithm: "plot_latency_error_bars"
19574   output-file-type: ".html"
19575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19576   data: "plot-vpp-throughput-latency-3n-hsw"
19577   filter: "'NIC_Intel-XL710' and
19578            '64B' and
19579            'NDRPDR' and
19580            'ETH' and
19581            'BASE' and
19582            '2T2C' and
19583            ('L2BDMACLRN' or 'L2XCFWD') and
19584            'VHOST_1024' and
19585            not 'VXLAN' and
19586            not 'IP4FWD' and
19587            not 'DOT1Q' and
19588            not '2VM'"
19589   parameters:
19590   - "latency"
19591   - "parent"
19592   - "tags"
19593   sort:
19594   - "not CFS_OPT"
19595   - "L2XCFWD"
19596   - "not CFS_OPT"
19597   - "CFS_OPT"
19598   layout:
19599     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19600     layout: "plot-latency"
19601
19602 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19603 -
19604   type: "plot"
19605   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19606   algorithm: "plot_latency_error_bars"
19607   output-file-type: ".html"
19608   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19609   data: "plot-vpp-throughput-latency-3n-hsw"
19610   filter: "'NIC_Intel-XL710' and
19611            '64B' and
19612            'NDRPDR' and
19613            'ETH' and
19614            '1T1C' and
19615            ('L2BDMACLRN' or 'L2XCFWD') and
19616            'VHOST_1024' and
19617            not 'CFS_OPT' and
19618            not 'VXLAN' and
19619            not 'IP4FWD' and
19620            not 'DOT1Q'"
19621   parameters:
19622   - "latency"
19623   - "parent"
19624   - "tags"
19625   sort:
19626   - "1VM"
19627   - "L2XCFWD"
19628   - "1VM"
19629   - "L2BDMACLRN"
19630   layout:
19631     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19632     layout: "plot-latency"
19633
19634 -
19635   type: "plot"
19636   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19637   algorithm: "plot_latency_error_bars"
19638   output-file-type: ".html"
19639   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19640   data: "plot-vpp-throughput-latency-3n-hsw"
19641   filter: "'NIC_Intel-XL710' and
19642            '64B' and
19643            'NDRPDR' and
19644            'ETH' and
19645            '2T2C' and
19646            ('L2BDMACLRN' or 'L2XCFWD') and
19647            'VHOST_1024' and
19648            not 'CFS_OPT' and
19649            not 'VXLAN' and
19650            not 'IP4FWD' and
19651            not 'DOT1Q'"
19652   parameters:
19653   - "latency"
19654   - "parent"
19655   - "tags"
19656   sort:
19657   - "1VM"
19658   - "L2XCFWD"
19659   - "1VM"
19660   - "L2BDMACLRN"
19661   layout:
19662     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19663     layout: "plot-latency"
19664
19665 # Packet Latency - VPP vhost ip4 3n-skx-x710
19666 -
19667   type: "plot"
19668   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19669   algorithm: "plot_latency_error_bars"
19670   output-file-type: ".html"
19671   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19672   data: "plot-vpp-throughput-latency-3n-skx"
19673   filter: "'NIC_Intel-X710' and
19674            '64B' and
19675            'NDRPDR' and
19676            'ETH' and
19677            'IP4FWD' and
19678            '2T1C' and
19679            'VHOST_1024' and
19680            not 'VXLAN' and
19681            not 'DOT1Q'"
19682   parameters:
19683   - "latency"
19684   - "parent"
19685   - "tags"
19686   sort:
19687   - "not CFS_OPT"
19688   - "1VM"
19689   - "2VM"
19690   layout:
19691     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19692     layout: "plot-latency"
19693
19694 -
19695   type: "plot"
19696   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19697   algorithm: "plot_latency_error_bars"
19698   output-file-type: ".html"
19699   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19700   data: "plot-vpp-throughput-latency-3n-skx"
19701   filter: "'NIC_Intel-X710' and
19702            '64B' and
19703            'NDRPDR' and
19704            'ETH' and
19705            'IP4FWD' and
19706            '4T2C' and
19707            'VHOST_1024' and
19708            not 'VXLAN' and
19709            not 'DOT1Q'"
19710   parameters:
19711   - "latency"
19712   - "parent"
19713   - "tags"
19714   sort:
19715   - "not CFS_OPT"
19716   - "1VM"
19717   - "2VM"
19718   layout:
19719     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19720     layout: "plot-latency"
19721
19722 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19723 -
19724   type: "plot"
19725   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19726   algorithm: "plot_latency_error_bars"
19727   output-file-type: ".html"
19728   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19729   data: "plot-vpp-throughput-latency-3n-skx"
19730   filter: "'NIC_Intel-X710' and
19731            '64B' and
19732            'NDRPDR' and
19733            'ETH' and
19734            '2T1C' and
19735            'L2BDMACLRN' and
19736            'VHOST_1024' and
19737            not 'VXLAN' and
19738            not 'IP4FWD' and
19739            not 'DOT1Q' and
19740            not '2VM'"
19741   parameters:
19742   - "latency"
19743   - "parent"
19744   - "tags"
19745   sort:
19746   - "VM"  # "not CFS_OPT"
19747   - "CFS_OPT"
19748   - "FIB_10K"
19749   - "FIB_100K"
19750   - "FIB_1M"
19751   layout:
19752     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19753     layout: "plot-latency"
19754
19755 -
19756   type: "plot"
19757   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19758   algorithm: "plot_latency_error_bars"
19759   output-file-type: ".html"
19760   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19761   data: "plot-vpp-throughput-latency-3n-skx"
19762   filter: "'NIC_Intel-X710' and
19763            '64B' and
19764            'NDRPDR' and
19765            'ETH' and
19766            '4T2C' and
19767            'L2BDMACLRN' and
19768            'VHOST_1024' and
19769            not 'VXLAN' and
19770            not 'IP4FWD' and
19771            not 'DOT1Q' and
19772            not '2VM'"
19773   parameters:
19774   - "latency"
19775   - "parent"
19776   - "tags"
19777   sort:
19778   - "VM"  # "not CFS_OPT"
19779   - "CFS_OPT"
19780   - "FIB_10K"
19781   - "FIB_100K"
19782   - "FIB_1M"
19783   layout:
19784     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19785     layout: "plot-latency"
19786
19787 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19788 -
19789   type: "plot"
19790   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19791   algorithm: "plot_latency_error_bars"
19792   output-file-type: ".html"
19793   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19794   data: "plot-vpp-throughput-latency-3n-skx"
19795   filter: "'NIC_Intel-X710' and
19796            '64B' and
19797            'NDRPDR' and
19798            'ETH' and
19799            'BASE' and
19800            '2T1C' and
19801            ('L2BDMACLRN' or 'L2XCFWD') and
19802            'VHOST_1024' and
19803            not 'VXLAN' and
19804            not 'IP4FWD' and
19805            not 'DOT1Q' and
19806            not '2VM'"
19807   parameters:
19808   - "latency"
19809   - "parent"
19810   - "tags"
19811   sort:
19812   - "not CFS_OPT"
19813   - "L2XCFWD"
19814   - "not CFS_OPT"
19815   - "CFS_OPT"
19816   layout:
19817     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19818     layout: "plot-latency"
19819
19820 -
19821   type: "plot"
19822   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19823   algorithm: "plot_latency_error_bars"
19824   output-file-type: ".html"
19825   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19826   data: "plot-vpp-throughput-latency-3n-skx"
19827   filter: "'NIC_Intel-X710' and
19828            '64B' and
19829            'NDRPDR' and
19830            'ETH' and
19831            'BASE' and
19832            '4T2C' and
19833            ('L2BDMACLRN' or 'L2XCFWD') and
19834            'VHOST_1024' and
19835            not 'VXLAN' and
19836            not 'IP4FWD' and
19837            not 'DOT1Q' and
19838            not '2VM'"
19839   parameters:
19840   - "latency"
19841   - "parent"
19842   - "tags"
19843   sort:
19844   - "not CFS_OPT"
19845   - "L2XCFWD"
19846   - "not CFS_OPT"
19847   - "CFS_OPT"
19848   layout:
19849     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
19850     layout: "plot-latency"
19851
19852 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
19853 -
19854   type: "plot"
19855   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19856   algorithm: "plot_latency_error_bars"
19857   output-file-type: ".html"
19858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19859   data: "plot-vpp-throughput-latency-3n-skx"
19860   filter: "'NIC_Intel-X710' and
19861            '64B' and
19862            'NDRPDR' and
19863            'ETH' and
19864            '2T1C' and
19865            ('L2BDMACLRN' or 'L2XCFWD') and
19866            'VHOST_1024' and
19867            not 'CFS_OPT' and
19868            not 'VXLAN' and
19869            not 'IP4FWD' and
19870            not 'DOT1Q'"
19871   parameters:
19872   - "latency"
19873   - "parent"
19874   - "tags"
19875   sort:
19876   - "1VM"
19877   - "L2XCFWD"
19878   - "1VM"
19879   - "L2BDMACLRN"
19880   layout:
19881     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
19882     layout: "plot-latency"
19883
19884 -
19885   type: "plot"
19886   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19887   algorithm: "plot_latency_error_bars"
19888   output-file-type: ".html"
19889   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19890   data: "plot-vpp-throughput-latency-3n-skx"
19891   filter: "'NIC_Intel-X710' and
19892            '64B' and
19893            'NDRPDR' and
19894            'ETH' and
19895            '4T2C' and
19896            ('L2BDMACLRN' or 'L2XCFWD') and
19897            'VHOST_1024' and
19898            not 'CFS_OPT' and
19899            not 'VXLAN' and
19900            not 'IP4FWD' and
19901            not 'DOT1Q'"
19902   parameters:
19903   - "latency"
19904   - "parent"
19905   - "tags"
19906   sort:
19907   - "1VM"
19908   - "L2XCFWD"
19909   - "1VM"
19910   - "L2BDMACLRN"
19911   layout:
19912     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
19913     layout: "plot-latency"
19914
19915 # Packet Latency - VPP vhost ip4 2n-skx-x710
19916 -
19917   type: "plot"
19918   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19919   algorithm: "plot_latency_error_bars"
19920   output-file-type: ".html"
19921   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19922   data: "plot-vpp-throughput-latency-2n-skx"
19923   filter: "'NIC_Intel-X710' and
19924            '64B' and
19925            'NDRPDR' and
19926            'ETH' and
19927            'IP4FWD' and
19928            '2T1C' and
19929            'VHOST_1024' and
19930            not 'VXLAN' and
19931            not 'DOT1Q'"
19932   parameters:
19933   - "latency"
19934   - "parent"
19935   - "tags"
19936   sort:
19937   - "not CFS_OPT"
19938   - "1VM"
19939   - "2VM"
19940   layout:
19941     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19942     layout: "plot-latency"
19943
19944 -
19945   type: "plot"
19946   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19947   algorithm: "plot_latency_error_bars"
19948   output-file-type: ".html"
19949   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19950   data: "plot-vpp-throughput-latency-2n-skx"
19951   filter: "'NIC_Intel-X710' and
19952            '64B' and
19953            'NDRPDR' and
19954            'ETH' and
19955            'IP4FWD' and
19956            '4T2C' and
19957            'VHOST_1024' and
19958            not 'VXLAN' and
19959            not 'DOT1Q'"
19960   parameters:
19961   - "latency"
19962   - "parent"
19963   - "tags"
19964   sort:
19965   - "not CFS_OPT"
19966   - "1VM"
19967   - "2VM"
19968   layout:
19969     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19970     layout: "plot-latency"
19971
19972 # Packet Latency - VPP vhost l2sw 2n-skx-x710
19973 -
19974   type: "plot"
19975   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19976   algorithm: "plot_latency_error_bars"
19977   output-file-type: ".html"
19978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19979   data: "plot-vpp-throughput-latency-2n-skx"
19980   filter: "'NIC_Intel-X710' and
19981            '64B' and
19982            'NDRPDR' and
19983            'ETH' and
19984            '2T1C' and
19985            'L2BDMACLRN' and
19986            'VHOST_1024' and
19987            not 'VXLAN' and
19988            not 'IP4FWD' and
19989            not 'DOT1Q' and
19990            not '2VM'"
19991   parameters:
19992   - "latency"
19993   - "parent"
19994   - "tags"
19995   sort:
19996   - "VM"  # "not CFS_OPT"
19997   - "CFS_OPT"
19998   - "FIB_10K"
19999   - "FIB_100K"
20000   - "FIB_1M"
20001   layout:
20002     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20003     layout: "plot-latency"
20004
20005 -
20006   type: "plot"
20007   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20008   algorithm: "plot_latency_error_bars"
20009   output-file-type: ".html"
20010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20011   data: "plot-vpp-throughput-latency-2n-skx"
20012   filter: "'NIC_Intel-X710' and
20013            '64B' and
20014            'NDRPDR' and
20015            'ETH' and
20016            '4T2C' and
20017            'L2BDMACLRN' and
20018            'VHOST_1024' and
20019            not 'VXLAN' and
20020            not 'IP4FWD' and
20021            not 'DOT1Q' and
20022            not '2VM'"
20023   parameters:
20024   - "latency"
20025   - "parent"
20026   - "tags"
20027   sort:
20028   - "VM"  # "not CFS_OPT"
20029   - "CFS_OPT"
20030   - "FIB_10K"
20031   - "FIB_100K"
20032   - "FIB_1M"
20033   layout:
20034     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20035     layout: "plot-latency"
20036
20037 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20038 -
20039   type: "plot"
20040   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20041   algorithm: "plot_latency_error_bars"
20042   output-file-type: ".html"
20043   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20044   data: "plot-vpp-throughput-latency-2n-skx"
20045   filter: "'NIC_Intel-X710' and
20046            '64B' and
20047            'NDRPDR' and
20048            'ETH' and
20049            'BASE' and
20050            '2T1C' and
20051            ('L2BDMACLRN' or 'L2XCFWD') and
20052            'VHOST_1024' and
20053            not 'VXLAN' and
20054            not 'IP4FWD' and
20055            not 'DOT1Q' and
20056            not '2VM'"
20057   parameters:
20058   - "latency"
20059   - "parent"
20060   - "tags"
20061   sort:
20062   - "not CFS_OPT"
20063   - "L2XCFWD"
20064   - "not CFS_OPT"
20065   - "CFS_OPT"
20066   layout:
20067     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20068     layout: "plot-latency"
20069
20070 -
20071   type: "plot"
20072   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20073   algorithm: "plot_latency_error_bars"
20074   output-file-type: ".html"
20075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20076   data: "plot-vpp-throughput-latency-2n-skx"
20077   filter: "'NIC_Intel-X710' and
20078            '64B' and
20079            'NDRPDR' and
20080            'ETH' and
20081            'BASE' and
20082            '4T2C' and
20083            ('L2BDMACLRN' or 'L2XCFWD') and
20084            'VHOST_1024' and
20085            not 'VXLAN' and
20086            not 'IP4FWD' and
20087            not 'DOT1Q' and
20088            not '2VM'"
20089   parameters:
20090   - "latency"
20091   - "parent"
20092   - "tags"
20093   sort:
20094   - "not CFS_OPT"
20095   - "L2XCFWD"
20096   - "not CFS_OPT"
20097   - "CFS_OPT"
20098   layout:
20099     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20100     layout: "plot-latency"
20101
20102 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20103 -
20104   type: "plot"
20105   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20106   algorithm: "plot_latency_error_bars"
20107   output-file-type: ".html"
20108   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20109   data: "plot-vpp-throughput-latency-2n-skx"
20110   filter: "'NIC_Intel-X710' and
20111            '64B' and
20112            'NDRPDR' and
20113            'ETH' and
20114            '2T1C' and
20115            ('L2BDMACLRN' or 'L2XCFWD') and
20116            'VHOST_1024' and
20117            not 'CFS_OPT' and
20118            not 'VXLAN' and
20119            not 'IP4FWD' and
20120            not 'DOT1Q'"
20121   parameters:
20122   - "latency"
20123   - "parent"
20124   - "tags"
20125   sort:
20126   - "1VM"
20127   - "L2XCFWD"
20128   - "1VM"
20129   - "L2BDMACLRN"
20130   layout:
20131     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20132     layout: "plot-latency"
20133
20134 -
20135   type: "plot"
20136   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20137   algorithm: "plot_latency_error_bars"
20138   output-file-type: ".html"
20139   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20140   data: "plot-vpp-throughput-latency-2n-skx"
20141   filter: "'NIC_Intel-X710' and
20142            '64B' and
20143            'NDRPDR' and
20144            'ETH' and
20145            '4T2C' and
20146            ('L2BDMACLRN' or 'L2XCFWD') and
20147            'VHOST_1024' and
20148            not 'CFS_OPT' and
20149            not 'VXLAN' and
20150            not 'IP4FWD' and
20151            not 'DOT1Q'"
20152   parameters:
20153   - "latency"
20154   - "parent"
20155   - "tags"
20156   sort:
20157   - "1VM"
20158   - "L2XCFWD"
20159   - "1VM"
20160   - "L2BDMACLRN"
20161   layout:
20162     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20163     layout: "plot-latency"
20164
20165 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20166 -
20167   type: "plot"
20168   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20169   algorithm: "plot_latency_error_bars"
20170   output-file-type: ".html"
20171   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20172   data: "plot-vpp-throughput-latency-2n-skx"
20173   filter: "'NIC_Intel-XXV710' and
20174            '64B' and
20175            'NDRPDR' and
20176            'ETH' and
20177            'IP4FWD' and
20178            '2T1C' and
20179            'VHOST_1024' and
20180            not 'VXLAN' and
20181            not 'DOT1Q'"
20182   parameters:
20183   - "latency"
20184   - "parent"
20185   - "tags"
20186   sort:
20187   - "not CFS_OPT"
20188   - "1VM"
20189   - "2VM"
20190   layout:
20191     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20192     layout: "plot-latency"
20193
20194 -
20195   type: "plot"
20196   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20197   algorithm: "plot_latency_error_bars"
20198   output-file-type: ".html"
20199   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20200   data: "plot-vpp-throughput-latency-2n-skx"
20201   filter: "'NIC_Intel-XXV710' and
20202            '64B' and
20203            'NDRPDR' and
20204            'ETH' and
20205            'IP4FWD' and
20206            '4T2C' and
20207            'VHOST_1024' and
20208            not 'VXLAN' and
20209            not 'DOT1Q'"
20210   parameters:
20211   - "latency"
20212   - "parent"
20213   - "tags"
20214   sort:
20215   - "not CFS_OPT"
20216   - "1VM"
20217   - "2VM"
20218   layout:
20219     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20220     layout: "plot-latency"
20221
20222 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20223 -
20224   type: "plot"
20225   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20226   algorithm: "plot_latency_error_bars"
20227   output-file-type: ".html"
20228   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20229   data: "plot-vpp-throughput-latency-2n-skx"
20230   filter: "'NIC_Intel-XXV710' and
20231            '64B' and
20232            'NDRPDR' and
20233            'ETH' and
20234            '2T1C' and
20235            'L2BDMACLRN' and
20236            'VHOST_1024' and
20237            not 'VXLAN' and
20238            not 'IP4FWD' and
20239            not 'DOT1Q' and
20240            not '2VM'"
20241   parameters:
20242   - "latency"
20243   - "parent"
20244   - "tags"
20245   sort:
20246   - "VM"  # "not CFS_OPT"
20247   - "CFS_OPT"
20248   - "FIB_10K"
20249   - "FIB_100K"
20250   - "FIB_1M"
20251   layout:
20252     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20253     layout: "plot-latency"
20254
20255 -
20256   type: "plot"
20257   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20258   algorithm: "plot_latency_error_bars"
20259   output-file-type: ".html"
20260   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20261   data: "plot-vpp-throughput-latency-2n-skx"
20262   filter: "'NIC_Intel-XXV710' and
20263            '64B' and
20264            'NDRPDR' and
20265            'ETH' and
20266            '4T2C' and
20267            'L2BDMACLRN' and
20268            'VHOST_1024' and
20269            not 'VXLAN' and
20270            not 'IP4FWD' and
20271            not 'DOT1Q' and
20272            not '2VM'"
20273   parameters:
20274   - "latency"
20275   - "parent"
20276   - "tags"
20277   sort:
20278   - "VM"  # "not CFS_OPT"
20279   - "CFS_OPT"
20280   - "FIB_10K"
20281   - "FIB_100K"
20282   - "FIB_1M"
20283   layout:
20284     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20285     layout: "plot-latency"
20286
20287 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20288 -
20289   type: "plot"
20290   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20291   algorithm: "plot_latency_error_bars"
20292   output-file-type: ".html"
20293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20294   data: "plot-vpp-throughput-latency-2n-skx"
20295   filter: "'NIC_Intel-XXV710' and
20296            '64B' and
20297            'NDRPDR' and
20298            'ETH' and
20299            'BASE' and
20300            '2T1C' and
20301            ('L2BDMACLRN' or 'L2XCFWD') and
20302            'VHOST_1024' and
20303            not 'VXLAN' and
20304            not 'IP4FWD' and
20305            not 'DOT1Q' and
20306            not '2VM'"
20307   parameters:
20308   - "latency"
20309   - "parent"
20310   - "tags"
20311   sort:
20312   - "not CFS_OPT"
20313   - "L2XCFWD"
20314   - "not CFS_OPT"
20315   - "CFS_OPT"
20316   layout:
20317     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20318     layout: "plot-latency"
20319
20320 -
20321   type: "plot"
20322   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20323   algorithm: "plot_latency_error_bars"
20324   output-file-type: ".html"
20325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20326   data: "plot-vpp-throughput-latency-2n-skx"
20327   filter: "'NIC_Intel-XXV710' and
20328            '64B' and
20329            'NDRPDR' and
20330            'ETH' and
20331            'BASE' and
20332            '4T2C' and
20333            ('L2BDMACLRN' or 'L2XCFWD') and
20334            'VHOST_1024' and
20335            not 'VXLAN' and
20336            not 'IP4FWD' and
20337            not 'DOT1Q' and
20338            not '2VM'"
20339   parameters:
20340   - "latency"
20341   - "parent"
20342   - "tags"
20343   sort:
20344   - "not CFS_OPT"
20345   - "L2XCFWD"
20346   - "not CFS_OPT"
20347   - "CFS_OPT"
20348   layout:
20349     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20350     layout: "plot-latency"
20351
20352 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20353 -
20354   type: "plot"
20355   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20356   algorithm: "plot_latency_error_bars"
20357   output-file-type: ".html"
20358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20359   data: "plot-vpp-throughput-latency-2n-skx"
20360   filter: "'NIC_Intel-XXV710' and
20361            '64B' and
20362            'NDRPDR' and
20363            'ETH' and
20364            '2T1C' and
20365            ('L2BDMACLRN' or 'L2XCFWD') and
20366            'VHOST_1024' and
20367            not 'CFS_OPT' and
20368            not 'VXLAN' and
20369            not 'IP4FWD' and
20370            not 'DOT1Q'"
20371   parameters:
20372   - "latency"
20373   - "parent"
20374   - "tags"
20375   sort:
20376   - "1VM"
20377   - "L2XCFWD"
20378   - "1VM"
20379   - "L2BDMACLRN"
20380   layout:
20381     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20382     layout: "plot-latency"
20383
20384 -
20385   type: "plot"
20386   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20387   algorithm: "plot_latency_error_bars"
20388   output-file-type: ".html"
20389   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20390   data: "plot-vpp-throughput-latency-2n-skx"
20391   filter: "'NIC_Intel-XXV710' and
20392            '64B' and
20393            'NDRPDR' and
20394            'ETH' and
20395            '4T2C' and
20396            ('L2BDMACLRN' or 'L2XCFWD') and
20397            'VHOST_1024' and
20398            not 'CFS_OPT' and
20399            not 'VXLAN' and
20400            not 'IP4FWD' and
20401            not 'DOT1Q'"
20402   parameters:
20403   - "latency"
20404   - "parent"
20405   - "tags"
20406   sort:
20407   - "1VM"
20408   - "L2XCFWD"
20409   - "1VM"
20410   - "L2BDMACLRN"
20411   layout:
20412     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20413     layout: "plot-latency"
20414
20415 ################################################################################
20416
20417 # Packet Latency - VPP VTS 3n-hsw-x520
20418 -
20419   type: "plot"
20420   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20421   algorithm: "plot_latency_error_bars"
20422   output-file-type: ".html"
20423   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20424   data: "plot-vpp-throughput-latency-3n-hsw"
20425   filter: "'NIC_Intel-X520-DA2' and
20426            '114B' and
20427            'NDRPDR' and
20428            '1T1C' and
20429            'VTS'"
20430   parameters:
20431   - "latency"
20432   - "parent"
20433   - "tags"
20434   layout:
20435     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20436     layout: "plot-latency"
20437
20438 -
20439   type: "plot"
20440   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20441   algorithm: "plot_latency_error_bars"
20442   output-file-type: ".html"
20443   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20444   data: "plot-vpp-throughput-latency-3n-hsw"
20445   filter: "'NIC_Intel-X520-DA2' and
20446            '114B' and
20447            'NDRPDR' and
20448            '2T2C' and
20449            'VTS'"
20450   parameters:
20451   - "latency"
20452   - "parent"
20453   - "tags"
20454   layout:
20455     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20456     layout: "plot-latency"
20457
20458 ################################################################################
20459
20460 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20461 -
20462   type: "plot"
20463   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20464   algorithm: "plot_latency_error_bars"
20465   output-file-type: ".html"
20466   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20467   data: "plot-dpdk-throughput-latency-3n-hsw"
20468   filter: "'NIC_Intel-X520-DA2' and
20469            '64B' and
20470            'BASE' and
20471            'NDRPDR' and
20472            '1T1C' and
20473            'IP4FWD'"
20474   parameters:
20475   - "latency"
20476   - "parent"
20477   - "tags"
20478   layout:
20479     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20480     layout: "plot-latency"
20481
20482 -
20483   type: "plot"
20484   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20485   algorithm: "plot_latency_error_bars"
20486   output-file-type: ".html"
20487   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20488   data: "plot-dpdk-throughput-latency-3n-hsw"
20489   filter: "'NIC_Intel-X520-DA2' and
20490            '64B' and
20491            'BASE' and
20492            'NDRPDR' and
20493            '2T2C' and
20494            'IP4FWD'"
20495   parameters:
20496   - "latency"
20497   - "parent"
20498   - "tags"
20499   layout:
20500     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20501     layout: "plot-latency"
20502
20503 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20504 -
20505   type: "plot"
20506   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20507   algorithm: "plot_latency_error_bars"
20508   output-file-type: ".html"
20509   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20510   data: "plot-dpdk-throughput-latency-3n-hsw"
20511   filter: "'NIC_Intel-X710' and
20512            '64B' and
20513            'BASE' and
20514            'NDRPDR' and
20515            '1T1C' and
20516            'IP4FWD'"
20517   parameters:
20518   - "latency"
20519   - "parent"
20520   - "tags"
20521   layout:
20522     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20523     layout: "plot-latency"
20524
20525 -
20526   type: "plot"
20527   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20528   algorithm: "plot_latency_error_bars"
20529   output-file-type: ".html"
20530   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20531   data: "plot-dpdk-throughput-latency-3n-hsw"
20532   filter: "'NIC_Intel-X710' and
20533            '64B' and
20534            'BASE' and
20535            'NDRPDR' and
20536            '2T2C' and
20537            'IP4FWD'"
20538   parameters:
20539   - "latency"
20540   - "parent"
20541   - "tags"
20542   layout:
20543     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20544     layout: "plot-latency"
20545
20546 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20547 -
20548   type: "plot"
20549   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20550   algorithm: "plot_latency_error_bars"
20551   output-file-type: ".html"
20552   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20553   data: "plot-dpdk-throughput-latency-3n-hsw"
20554   filter: "'NIC_Intel-XL710' and
20555            '64B' and
20556            'BASE' and
20557            'NDRPDR' and
20558            '1T1C' and
20559            'IP4FWD'"
20560   parameters:
20561   - "latency"
20562   - "parent"
20563   - "tags"
20564   layout:
20565     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20566     layout: "plot-latency"
20567
20568 -
20569   type: "plot"
20570   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20571   algorithm: "plot_latency_error_bars"
20572   output-file-type: ".html"
20573   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20574   data: "plot-dpdk-throughput-latency-3n-hsw"
20575   filter: "'NIC_Intel-XL710' and
20576            '64B' and
20577            'BASE' and
20578            'NDRPDR' and
20579            '2T2C' and
20580            'IP4FWD'"
20581   parameters:
20582   - "latency"
20583   - "parent"
20584   - "tags"
20585   layout:
20586     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20587     layout: "plot-latency"
20588
20589 # Packet Latency - DPDK l3fwd 3n-skx-x710
20590 -
20591   type: "plot"
20592   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20593   algorithm: "plot_latency_error_bars"
20594   output-file-type: ".html"
20595   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20596   data: "plot-dpdk-throughput-latency-3n-skx"
20597   filter: "'NIC_Intel-X710' and
20598            '64B' and
20599            'BASE' and
20600            'NDRPDR' and
20601            '2T1C' and
20602            'IP4FWD'"
20603   parameters:
20604   - "latency"
20605   - "parent"
20606   - "tags"
20607   layout:
20608     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20609     layout: "plot-latency"
20610
20611 -
20612   type: "plot"
20613   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20614   algorithm: "plot_latency_error_bars"
20615   output-file-type: ".html"
20616   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20617   data: "plot-dpdk-throughput-latency-3n-skx"
20618   filter: "'NIC_Intel-X710' and
20619            '64B' and
20620            'BASE' and
20621            'NDRPDR' and
20622            '4T2C' and
20623            'IP4FWD'"
20624   parameters:
20625   - "latency"
20626   - "parent"
20627   - "tags"
20628   layout:
20629     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20630     layout: "plot-latency"
20631
20632 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20633 -
20634   type: "plot"
20635   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20636   algorithm: "plot_latency_error_bars"
20637   output-file-type: ".html"
20638   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20639   data: "plot-dpdk-throughput-latency-3n-skx"
20640   filter: "'NIC_Intel-XXV710' and
20641            '64B' and
20642            'BASE' and
20643            'NDRPDR' and
20644            '2T1C' and
20645            'IP4FWD'"
20646   parameters:
20647   - "latency"
20648   - "parent"
20649   - "tags"
20650   layout:
20651     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20652     layout: "plot-latency"
20653
20654 -
20655   type: "plot"
20656   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20657   algorithm: "plot_latency_error_bars"
20658   output-file-type: ".html"
20659   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20660   data: "plot-dpdk-throughput-latency-3n-skx"
20661   filter: "'NIC_Intel-XXV710' and
20662            '64B' and
20663            'BASE' and
20664            'NDRPDR' and
20665            '4T2C' and
20666            'IP4FWD'"
20667   parameters:
20668   - "latency"
20669   - "parent"
20670   - "tags"
20671   layout:
20672     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20673     layout: "plot-latency"
20674
20675 # Packet Latency - DPDK l3fwd 2n-skx-x710
20676 -
20677   type: "plot"
20678   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20679   algorithm: "plot_latency_error_bars"
20680   output-file-type: ".html"
20681   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20682   data: "plot-dpdk-throughput-latency-2n-skx"
20683   filter: "'NIC_Intel-X710' and
20684            '64B' and
20685            'BASE' and
20686            'NDRPDR' and
20687            '2T1C' and
20688            'IP4FWD'"
20689   parameters:
20690   - "latency"
20691   - "parent"
20692   - "tags"
20693   layout:
20694     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20695     layout: "plot-latency"
20696
20697 -
20698   type: "plot"
20699   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20700   algorithm: "plot_latency_error_bars"
20701   output-file-type: ".html"
20702   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20703   data: "plot-dpdk-throughput-latency-2n-skx"
20704   filter: "'NIC_Intel-X710' and
20705            '64B' and
20706            'BASE' and
20707            'NDRPDR' and
20708            '4T2C' and
20709            'IP4FWD'"
20710   parameters:
20711   - "latency"
20712   - "parent"
20713   - "tags"
20714   layout:
20715     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20716     layout: "plot-latency"
20717
20718 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20719 -
20720   type: "plot"
20721   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20722   algorithm: "plot_latency_error_bars"
20723   output-file-type: ".html"
20724   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20725   data: "plot-dpdk-throughput-latency-2n-skx"
20726   filter: "'NIC_Intel-XXV710' and
20727            '64B' and
20728            'BASE' and
20729            'NDRPDR' and
20730            '2T1C' and
20731            'IP4FWD'"
20732   parameters:
20733   - "latency"
20734   - "parent"
20735   - "tags"
20736   layout:
20737     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20738     layout: "plot-latency"
20739
20740 -
20741   type: "plot"
20742   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20743   algorithm: "plot_latency_error_bars"
20744   output-file-type: ".html"
20745   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20746   data: "plot-dpdk-throughput-latency-2n-skx"
20747   filter: "'NIC_Intel-XXV710' and
20748            '64B' and
20749            'BASE' and
20750            'NDRPDR' and
20751            '4T2C' and
20752            'IP4FWD'"
20753   parameters:
20754   - "latency"
20755   - "parent"
20756   - "tags"
20757   layout:
20758     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20759     layout: "plot-latency"
20760
20761 ################################################################################
20762
20763 # Packet Latency - DPDK testpmd 3n-hsw-x520
20764 -
20765   type: "plot"
20766   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20767   algorithm: "plot_latency_error_bars"
20768   output-file-type: ".html"
20769   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20770   data: "plot-dpdk-throughput-latency-3n-hsw"
20771   filter: "'NIC_Intel-X520-DA2' and
20772            '64B' and
20773            'BASE' and
20774            'NDRPDR' and
20775            '1T1C' and
20776            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20777   parameters:
20778   - "latency"
20779   - "parent"
20780   - "tags"
20781   layout:
20782     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20783     layout: "plot-latency"
20784
20785 -
20786   type: "plot"
20787   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20788   algorithm: "plot_latency_error_bars"
20789   output-file-type: ".html"
20790   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20791   data: "plot-dpdk-throughput-latency-3n-hsw"
20792   filter: "'NIC_Intel-X520-DA2' and
20793            '64B' and
20794            'BASE' and
20795            'NDRPDR' and
20796            '2T2C' and
20797            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20798   parameters:
20799   - "latency"
20800   - "parent"
20801   - "tags"
20802   layout:
20803     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20804     layout: "plot-latency"
20805
20806 # Packet Latency - DPDK testpmd 3n-hsw-x710
20807 -
20808   type: "plot"
20809   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20810   algorithm: "plot_latency_error_bars"
20811   output-file-type: ".html"
20812   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20813   data: "plot-dpdk-throughput-latency-3n-hsw"
20814   filter: "'NIC_Intel-X710' and
20815            '64B' and
20816            'BASE' and
20817            'NDRPDR' and
20818            '1T1C' and
20819            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20820   parameters:
20821   - "latency"
20822   - "parent"
20823   - "tags"
20824   layout:
20825     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20826     layout: "plot-latency"
20827
20828 -
20829   type: "plot"
20830   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20831   algorithm: "plot_latency_error_bars"
20832   output-file-type: ".html"
20833   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20834   data: "plot-dpdk-throughput-latency-3n-hsw"
20835   filter: "'NIC_Intel-X710' and
20836            '64B' and
20837            'BASE' and
20838            'NDRPDR' and
20839            '2T2C' and
20840            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20841   parameters:
20842   - "latency"
20843   - "parent"
20844   - "tags"
20845   layout:
20846     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
20847     layout: "plot-latency"
20848
20849 # Packet Latency - DPDK testpmd 3n-hsw-xl710
20850 -
20851   type: "plot"
20852   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20853   algorithm: "plot_latency_error_bars"
20854   output-file-type: ".html"
20855   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20856   data: "plot-dpdk-throughput-latency-3n-hsw"
20857   filter: "'NIC_Intel-XL710' and
20858            '64B' and
20859            'BASE' and
20860            'NDRPDR' and
20861            '1T1C' and
20862            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20863   parameters:
20864   - "latency"
20865   - "parent"
20866   - "tags"
20867   layout:
20868     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
20869     layout: "plot-latency"
20870
20871 -
20872   type: "plot"
20873   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20874   algorithm: "plot_latency_error_bars"
20875   output-file-type: ".html"
20876   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20877   data: "plot-dpdk-throughput-latency-3n-hsw"
20878   filter: "'NIC_Intel-XL710' and
20879            '64B' and
20880            'BASE' and
20881            'NDRPDR' and
20882            '2T2C' and
20883            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20884   parameters:
20885   - "latency"
20886   - "parent"
20887   - "tags"
20888   layout:
20889     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
20890     layout: "plot-latency"
20891
20892 # Packet Latency - DPDK testpmd 3n-skx-x710
20893 -
20894   type: "plot"
20895   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20896   algorithm: "plot_latency_error_bars"
20897   output-file-type: ".html"
20898   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20899   data: "plot-dpdk-throughput-latency-3n-skx"
20900   filter: "'NIC_Intel-X710' and
20901            '64B' and
20902            'BASE' and
20903            'NDRPDR' and
20904            '2T1C' and
20905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20906   parameters:
20907   - "latency"
20908   - "parent"
20909   - "tags"
20910   layout:
20911     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
20912     layout: "plot-latency"
20913
20914 -
20915   type: "plot"
20916   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20917   algorithm: "plot_latency_error_bars"
20918   output-file-type: ".html"
20919   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20920   data: "plot-dpdk-throughput-latency-3n-skx"
20921   filter: "'NIC_Intel-X710' and
20922            '64B' and
20923            'BASE' and
20924            'NDRPDR' and
20925            '4T2C' and
20926            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20927   parameters:
20928   - "latency"
20929   - "parent"
20930   - "tags"
20931   layout:
20932     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
20933     layout: "plot-latency"
20934
20935 # Packet Latency - DPDK testpmd 3n-skx-xxv710
20936 -
20937   type: "plot"
20938   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20939   algorithm: "plot_latency_error_bars"
20940   output-file-type: ".html"
20941   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20942   data: "plot-dpdk-throughput-latency-3n-skx"
20943   filter: "'NIC_Intel-XXV710' and
20944            '64B' and
20945            'BASE' and
20946            'NDRPDR' and
20947            '2T1C' and
20948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20949   parameters:
20950   - "latency"
20951   - "parent"
20952   - "tags"
20953   layout:
20954     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
20955     layout: "plot-latency"
20956
20957 -
20958   type: "plot"
20959   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20960   algorithm: "plot_latency_error_bars"
20961   output-file-type: ".html"
20962   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20963   data: "plot-dpdk-throughput-latency-3n-skx"
20964   filter: "'NIC_Intel-XXV710' and
20965            '64B' and
20966            'BASE' and
20967            'NDRPDR' and
20968            '4T2C' and
20969            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20970   parameters:
20971   - "latency"
20972   - "parent"
20973   - "tags"
20974   layout:
20975     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
20976     layout: "plot-latency"
20977
20978 # Packet Latency - DPDK testpmd 2n-skx-x710
20979 -
20980   type: "plot"
20981   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20982   algorithm: "plot_latency_error_bars"
20983   output-file-type: ".html"
20984   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20985   data: "plot-dpdk-throughput-latency-2n-skx"
20986   filter: "'NIC_Intel-X710' and
20987            '64B' and
20988            'BASE' and
20989            'NDRPDR' and
20990            '2T1C' and
20991            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20992   parameters:
20993   - "latency"
20994   - "parent"
20995   - "tags"
20996   layout:
20997     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
20998     layout: "plot-latency"
20999
21000 -
21001   type: "plot"
21002   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21003   algorithm: "plot_latency_error_bars"
21004   output-file-type: ".html"
21005   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21006   data: "plot-dpdk-throughput-latency-2n-skx"
21007   filter: "'NIC_Intel-X710' and
21008            '64B' and
21009            'BASE' and
21010            'NDRPDR' and
21011            '4T2C' and
21012            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21013   parameters:
21014   - "latency"
21015   - "parent"
21016   - "tags"
21017   layout:
21018     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21019     layout: "plot-latency"
21020
21021 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21022 -
21023   type: "plot"
21024   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21025   algorithm: "plot_latency_error_bars"
21026   output-file-type: ".html"
21027   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21028   data: "plot-dpdk-throughput-latency-2n-skx"
21029   filter: "'NIC_Intel-XXV710' and
21030            '64B' and
21031            'BASE' and
21032            'NDRPDR' and
21033            '2T1C' and
21034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21035   parameters:
21036   - "latency"
21037   - "parent"
21038   - "tags"
21039   layout:
21040     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21041     layout: "plot-latency"
21042
21043 -
21044   type: "plot"
21045   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21046   algorithm: "plot_latency_error_bars"
21047   output-file-type: ".html"
21048   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21049   data: "plot-dpdk-throughput-latency-2n-skx"
21050   filter: "'NIC_Intel-XXV710' and
21051            '64B' and
21052            'BASE' and
21053            'NDRPDR' and
21054            '4T2C' and
21055            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21056   parameters:
21057   - "latency"
21058   - "parent"
21059   - "tags"
21060   layout:
21061     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21062     layout: "plot-latency"
21063
21064 ################################################################################
21065
21066 # Speedup - VPP Container Memif 3n-hsw-x520
21067 -
21068   type: "plot"
21069   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21070   algorithm: "plot_throughput_speedup_analysis"
21071   output-file-type: ".html"
21072   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21073   data: "plot-throughput-speedup-analysis-3n-hsw"
21074   filter: "'NIC_Intel-X520-DA2' and
21075            '64B' and
21076            ('BASE' or 'SCALE') and
21077            'NDRPDR' and
21078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21079            not 'VHOST' and
21080            'MEMIF'"
21081   parameters:
21082   - "throughput"
21083   - "parent"
21084   - "tags"
21085   sort:
21086   - "L2XCFWD"
21087   - "L2XCFWD"
21088   - "L2XCFWD"
21089   - "L2BDMACLRN"
21090   - "L2BDMACLRN"
21091   - "L2BDMACLRN"
21092   layout:
21093     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21094     layout: "plot-throughput-speedup-analysis"
21095
21096 -
21097   type: "plot"
21098   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21099   algorithm: "plot_throughput_speedup_analysis"
21100   output-file-type: ".html"
21101   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21102   data: "plot-throughput-speedup-analysis-3n-hsw"
21103   filter: "'NIC_Intel-X520-DA2' and
21104            '64B' and
21105            ('BASE' or 'SCALE') and
21106            'NDRPDR' and
21107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21108            not 'VHOST' and
21109            'MEMIF'"
21110   parameters:
21111   - "throughput"
21112   - "parent"
21113   - "tags"
21114   sort:
21115   - "L2XCFWD"
21116   - "L2XCFWD"
21117   - "L2XCFWD"
21118   - "L2BDMACLRN"
21119   - "L2BDMACLRN"
21120   - "L2BDMACLRN"
21121   layout:
21122     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21123     layout: "plot-throughput-speedup-analysis"
21124
21125 # Speedup - VPP Container Memif 3n-hsw-x710
21126 -
21127   type: "plot"
21128   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21129   algorithm: "plot_throughput_speedup_analysis"
21130   output-file-type: ".html"
21131   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21132   data: "plot-throughput-speedup-analysis-3n-hsw"
21133   filter: "'NIC_Intel-X710' and
21134            '64B' and
21135            ('BASE' or 'SCALE') and
21136            'NDRPDR' and
21137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21138            not 'VHOST' and
21139            'MEMIF'"
21140   parameters:
21141   - "throughput"
21142   - "parent"
21143   - "tags"
21144   sort:
21145   - "L2XCFWD"
21146   - "L2XCFWD"
21147   - "L2XCFWD"
21148   - "L2BDMACLRN"
21149   - "L2BDMACLRN"
21150   - "L2BDMACLRN"
21151   layout:
21152     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21153     layout: "plot-throughput-speedup-analysis"
21154
21155 -
21156   type: "plot"
21157   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21158   algorithm: "plot_throughput_speedup_analysis"
21159   output-file-type: ".html"
21160   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21161   data: "plot-throughput-speedup-analysis-3n-hsw"
21162   filter: "'NIC_Intel-X710' and
21163            '64B' and
21164            ('BASE' or 'SCALE') and
21165            'NDRPDR' and
21166            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21167            not 'VHOST' and
21168            'MEMIF'"
21169   parameters:
21170   - "throughput"
21171   - "parent"
21172   - "tags"
21173   sort:
21174   - "L2XCFWD"
21175   - "L2XCFWD"
21176   - "L2XCFWD"
21177   - "L2BDMACLRN"
21178   - "L2BDMACLRN"
21179   - "L2BDMACLRN"
21180   layout:
21181     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21182     layout: "plot-throughput-speedup-analysis"
21183
21184 # Speedup - VPP Container Memif 3n-hsw-xl710
21185 -
21186   type: "plot"
21187   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21188   algorithm: "plot_throughput_speedup_analysis"
21189   output-file-type: ".html"
21190   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21191   data: "plot-throughput-speedup-analysis-3n-hsw"
21192   filter: "'NIC_Intel-XL710' and
21193            '64B' and
21194            ('BASE' or 'SCALE') and
21195            'NDRPDR' and
21196            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21197            not 'VHOST' and
21198            'MEMIF'"
21199   parameters:
21200   - "throughput"
21201   - "parent"
21202   - "tags"
21203   sort:
21204   - "L2XCFWD"
21205   - "L2XCFWD"
21206   - "L2XCFWD"
21207   - "L2BDMACLRN"
21208   - "L2BDMACLRN"
21209   - "L2BDMACLRN"
21210   layout:
21211     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21212     layout: "plot-throughput-speedup-analysis"
21213
21214 -
21215   type: "plot"
21216   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21217   algorithm: "plot_throughput_speedup_analysis"
21218   output-file-type: ".html"
21219   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21220   data: "plot-throughput-speedup-analysis-3n-hsw"
21221   filter: "'NIC_Intel-XL710' and
21222            '64B' and
21223            ('BASE' or 'SCALE') and
21224            'NDRPDR' and
21225            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21226            not 'VHOST' and
21227            'MEMIF'"
21228   parameters:
21229   - "throughput"
21230   - "parent"
21231   - "tags"
21232   sort:
21233   - "L2XCFWD"
21234   - "L2XCFWD"
21235   - "L2XCFWD"
21236   - "L2BDMACLRN"
21237   - "L2BDMACLRN"
21238   - "L2BDMACLRN"
21239   layout:
21240     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21241     layout: "plot-throughput-speedup-analysis"
21242
21243 # Speedup - VPP Container Memif 3n-skx-x710
21244 -
21245   type: "plot"
21246   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21247   algorithm: "plot_throughput_speedup_analysis"
21248   output-file-type: ".html"
21249   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21250   data: "plot-throughput-speedup-analysis-3n-skx"
21251   filter: "'NIC_Intel-X710' and
21252            '64B' and
21253            ('BASE' or 'SCALE') and
21254            'NDRPDR' and
21255            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21256            not 'VHOST' and
21257            'MEMIF'"
21258   parameters:
21259   - "throughput"
21260   - "parent"
21261   - "tags"
21262   sort:
21263   - "L2XCFWD"
21264   - "L2XCFWD"
21265   - "L2XCFWD"
21266   - "L2BDMACLRN"
21267   - "L2BDMACLRN"
21268   - "L2BDMACLRN"
21269   layout:
21270     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21271     layout: "plot-throughput-speedup-analysis"
21272
21273 -
21274   type: "plot"
21275   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21276   algorithm: "plot_throughput_speedup_analysis"
21277   output-file-type: ".html"
21278   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21279   data: "plot-throughput-speedup-analysis-3n-skx"
21280   filter: "'NIC_Intel-X710' and
21281            '64B' and
21282            ('BASE' or 'SCALE') and
21283            'NDRPDR' and
21284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21285            not 'VHOST' and
21286             'MEMIF'"
21287   parameters:
21288   - "throughput"
21289   - "parent"
21290   - "tags"
21291   sort:
21292   - "L2XCFWD"
21293   - "L2XCFWD"
21294   - "L2XCFWD"
21295   - "L2BDMACLRN"
21296   - "L2BDMACLRN"
21297   - "L2BDMACLRN"
21298   layout:
21299     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21300     layout: "plot-throughput-speedup-analysis"
21301
21302 # Speedup - VPP Container Memif 2n-skx-x710
21303 -
21304   type: "plot"
21305   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21306   algorithm: "plot_throughput_speedup_analysis"
21307   output-file-type: ".html"
21308   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21309   data: "plot-throughput-speedup-analysis-2n-skx"
21310   filter: "'NIC_Intel-X710' and
21311            '64B' and
21312            ('BASE' or 'SCALE') and
21313            'NDRPDR' and
21314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21315            not 'VHOST' and
21316            'MEMIF'"
21317   parameters:
21318   - "throughput"
21319   - "parent"
21320   - "tags"
21321   sort:
21322   - "L2XCFWD"
21323   - "L2XCFWD"
21324   - "L2XCFWD"
21325   - "L2BDMACLRN"
21326   - "L2BDMACLRN"
21327   - "L2BDMACLRN"
21328   layout:
21329     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21330     layout: "plot-throughput-speedup-analysis"
21331
21332 -
21333   type: "plot"
21334   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21335   algorithm: "plot_throughput_speedup_analysis"
21336   output-file-type: ".html"
21337   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21338   data: "plot-throughput-speedup-analysis-2n-skx"
21339   filter: "'NIC_Intel-X710' and
21340            '64B' and
21341            ('BASE' or 'SCALE') and
21342            'NDRPDR' and
21343            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21344            not 'VHOST' and
21345             'MEMIF'"
21346   parameters:
21347   - "throughput"
21348   - "parent"
21349   - "tags"
21350   sort:
21351   - "L2XCFWD"
21352   - "L2XCFWD"
21353   - "L2XCFWD"
21354   - "L2BDMACLRN"
21355   - "L2BDMACLRN"
21356   - "L2BDMACLRN"
21357   layout:
21358     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21359     layout: "plot-throughput-speedup-analysis"
21360
21361 # Speedup - VPP Container Memif 2n-skx-xxv710
21362 -
21363   type: "plot"
21364   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21365   algorithm: "plot_throughput_speedup_analysis"
21366   output-file-type: ".html"
21367   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21368   data: "plot-throughput-speedup-analysis-2n-skx"
21369   filter: "'NIC_Intel-XXV710' and
21370            '64B' and
21371            ('BASE' or 'SCALE') and
21372            'NDRPDR' and
21373            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21374            not 'VHOST' and
21375            'MEMIF'"
21376   parameters:
21377   - "throughput"
21378   - "parent"
21379   - "tags"
21380   sort:
21381   - "L2XCFWD"
21382   - "L2XCFWD"
21383   - "L2XCFWD"
21384   - "L2BDMACLRN"
21385   - "L2BDMACLRN"
21386   - "L2BDMACLRN"
21387   layout:
21388     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21389     layout: "plot-throughput-speedup-analysis"
21390
21391 -
21392   type: "plot"
21393   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21394   algorithm: "plot_throughput_speedup_analysis"
21395   output-file-type: ".html"
21396   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21397   data: "plot-throughput-speedup-analysis-2n-skx"
21398   filter: "'NIC_Intel-XXV710' and
21399            '64B' and
21400            ('BASE' or 'SCALE') and
21401            'NDRPDR' and
21402            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21403            not 'VHOST' and
21404             'MEMIF'"
21405   parameters:
21406   - "throughput"
21407   - "parent"
21408   - "tags"
21409   sort:
21410   - "L2XCFWD"
21411   - "L2XCFWD"
21412   - "L2XCFWD"
21413   - "L2BDMACLRN"
21414   - "L2BDMACLRN"
21415   - "L2BDMACLRN"
21416   layout:
21417     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21418     layout: "plot-throughput-speedup-analysis"
21419
21420 ################################################################################
21421
21422 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21423 -
21424   type: "plot"
21425   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21426   algorithm: "plot_throughput_speedup_analysis"
21427   output-file-type: ".html"
21428   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21429   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21430   filter: "'NIC_Intel-X520-DA2' and
21431            '64B' and
21432            ('BASE' or 'SCALE') and
21433            'NDRPDR' and
21434            'L2XCFWD' and
21435            not 'VHOST' and
21436            'MEMIF'"
21437   parameters:
21438   - "throughput"
21439   - "parent"
21440   - "tags"
21441   sort:
21442   - "1VNF"
21443   - "2VNF"
21444   - "4VNF"
21445   - "2VNF"
21446   - "4VNF"
21447   layout:
21448     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21449     layout: "plot-throughput-speedup-analysis"
21450
21451 -
21452   type: "plot"
21453   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21454   algorithm: "plot_throughput_speedup_analysis"
21455   output-file-type: ".html"
21456   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21457   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21458   filter: "'NIC_Intel-X520-DA2' and
21459            '64B' and
21460            ('BASE' or 'SCALE') and
21461            'NDRPDR' and
21462            'L2XCFWD' and
21463            not 'VHOST' and
21464            'MEMIF'"
21465   parameters:
21466   - "throughput"
21467   - "parent"
21468   - "tags"
21469   sort:
21470   - "1VNF"
21471   - "2VNF"
21472   - "4VNF"
21473   - "2VNF"
21474   - "4VNF"
21475   layout:
21476     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21477     layout: "plot-throughput-speedup-analysis"
21478
21479 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21480 -
21481   type: "plot"
21482   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21483   algorithm: "plot_throughput_speedup_analysis"
21484   output-file-type: ".html"
21485   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21486   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21487   filter: "'NIC_Intel-X520-DA2' and
21488            '64B' and
21489            ('BASE' or 'SCALE') and
21490            'NDRPDR' and
21491            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21492            not 'VHOST' and
21493            'MEMIF'"
21494   parameters:
21495   - "throughput"
21496   - "parent"
21497   - "tags"
21498   sort:
21499   - "1VNF"
21500   - "2VNF"
21501   - "4VNF"
21502   - "2VNF"
21503   - "4VNF"
21504   layout:
21505     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
21506     layout: "plot-throughput-speedup-analysis"
21507
21508 -
21509   type: "plot"
21510   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21511   algorithm: "plot_throughput_speedup_analysis"
21512   output-file-type: ".html"
21513   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21514   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21515   filter: "'NIC_Intel-X520-DA2' and
21516            '64B' and
21517            ('BASE' or 'SCALE') and
21518            'NDRPDR' and
21519            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21520            not 'VHOST' and
21521            'MEMIF'"
21522   parameters:
21523   - "throughput"
21524   - "parent"
21525   - "tags"
21526   sort:
21527   - "1VNF"
21528   - "2VNF"
21529   - "4VNF"
21530   - "2VNF"
21531   - "4VNF"
21532   layout:
21533     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
21534     layout: "plot-throughput-speedup-analysis"
21535
21536 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21537 -
21538   type: "plot"
21539   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21540   algorithm: "plot_throughput_speedup_analysis"
21541   output-file-type: ".html"
21542   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21543   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21544   filter: "'NIC_Intel-X710' and
21545            '64B' and
21546            ('BASE' or 'SCALE') and
21547            'NDRPDR' and
21548            'L2XCFWD' and
21549            not 'VHOST' and
21550            'MEMIF'"
21551   parameters:
21552   - "throughput"
21553   - "parent"
21554   - "tags"
21555   sort:
21556   - "1VNF"
21557   - "2VNF"
21558   - "4VNF"
21559   - "2VNF"
21560   - "4VNF"
21561   layout:
21562     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
21563     layout: "plot-throughput-speedup-analysis"
21564
21565 -
21566   type: "plot"
21567   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21568   algorithm: "plot_throughput_speedup_analysis"
21569   output-file-type: ".html"
21570   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21571   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21572   filter: "'NIC_Intel-X710' and
21573            '64B' and
21574            ('BASE' or 'SCALE') and
21575            'NDRPDR' and
21576            'L2XCFWD' and
21577            not 'VHOST' and
21578            'MEMIF'"
21579   parameters:
21580   - "throughput"
21581   - "parent"
21582   - "tags"
21583   sort:
21584   - "1VNF"
21585   - "2VNF"
21586   - "4VNF"
21587   - "2VNF"
21588   - "4VNF"
21589   layout:
21590     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
21591     layout: "plot-throughput-speedup-analysis"
21592
21593 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21594 -
21595   type: "plot"
21596   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21597   algorithm: "plot_throughput_speedup_analysis"
21598   output-file-type: ".html"
21599   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21600   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21601   filter: "'NIC_Intel-X710' and
21602            '64B' and
21603            ('BASE' or 'SCALE') and
21604            'NDRPDR' and
21605            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21606            not 'VHOST' and
21607            'MEMIF'"
21608   parameters:
21609   - "throughput"
21610   - "parent"
21611   - "tags"
21612   sort:
21613   - "1VNF"
21614   - "2VNF"
21615   - "4VNF"
21616   - "2VNF"
21617   - "4VNF"
21618   layout:
21619     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
21620     layout: "plot-throughput-speedup-analysis"
21621
21622 -
21623   type: "plot"
21624   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21625   algorithm: "plot_throughput_speedup_analysis"
21626   output-file-type: ".html"
21627   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21628   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21629   filter: "'NIC_Intel-X710' and
21630            '64B' and
21631            ('BASE' or 'SCALE') and
21632            'NDRPDR' and
21633            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21634            not 'VHOST' and
21635            'MEMIF'"
21636   parameters:
21637   - "throughput"
21638   - "parent"
21639   - "tags"
21640   sort:
21641   - "1VNF"
21642   - "2VNF"
21643   - "4VNF"
21644   - "2VNF"
21645   - "4VNF"
21646   layout:
21647     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
21648     layout: "plot-throughput-speedup-analysis"
21649
21650 ################################################################################
21651
21652 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21653 -
21654   type: "plot"
21655   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21656   algorithm: "plot_throughput_speedup_analysis"
21657   output-file-type: ".html"
21658   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21659   data: "plot-throughput-speedup-analysis-3n-hsw"
21660   filter: "'NIC_Intel-X520-DA2' and
21661            '64B' and
21662            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21663            'NDRPDR' and
21664            'IP4FWD' and
21665            not 'IPSEC' and
21666            not 'VHOST'"
21667   parameters:
21668   - "throughput"
21669   - "parent"
21670   - "tags"
21671   sort:
21672   - "IP4BASE"
21673   - "FIB_20K"
21674   - "FIB_200K"
21675   - "FIB_2M"
21676   layout:
21677     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21678     layout: "plot-throughput-speedup-analysis"
21679
21680 -
21681   type: "plot"
21682   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21683   algorithm: "plot_throughput_speedup_analysis"
21684   output-file-type: ".html"
21685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21686   data: "plot-throughput-speedup-analysis-3n-hsw"
21687   filter: "'NIC_Intel-X520-DA2' and
21688            '64B' and
21689            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21690            'NDRPDR' and
21691            'IP4FWD' and
21692            not 'IPSEC' and
21693            not 'VHOST'"
21694   parameters:
21695   - "throughput"
21696   - "parent"
21697   - "tags"
21698   sort:
21699   - "IP4BASE"
21700   - "FIB_20K"
21701   - "FIB_200K"
21702   - "FIB_2M"
21703   layout:
21704     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21705     layout: "plot-throughput-speedup-analysis"
21706
21707 # Speedup - VPP IPv4 3n-hsw-x520 features
21708 -
21709   type: "plot"
21710   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21711   algorithm: "plot_throughput_speedup_analysis"
21712   output-file-type: ".html"
21713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21714   data: "plot-throughput-speedup-analysis-3n-hsw"
21715   filter: "'NIC_Intel-X520-DA2' and
21716            '64B' and
21717            ('IP4BASE' or
21718             'POLICE_MARK' or
21719             'COPWHLIST' or
21720             ('NAT44' and 'BASE') or
21721             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21722            'NDRPDR' and
21723            'IP4FWD' and
21724            not 'IPSEC' and
21725            not 'VHOST'"
21726   parameters:
21727   - "throughput"
21728   - "parent"
21729   - "tags"
21730   sort:
21731   - "IP4BASE"
21732   - "NAT44"
21733   - "POLICE_MARK"
21734   - "COPWHLIST"
21735   - "IACL"
21736   - "OACL"
21737   layout:
21738     title: "ip4-3n-hsw-x520-64b-features-ndr"
21739     layout: "plot-throughput-speedup-analysis"
21740
21741 -
21742   type: "plot"
21743   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21744   algorithm: "plot_throughput_speedup_analysis"
21745   output-file-type: ".html"
21746   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21747   data: "plot-throughput-speedup-analysis-3n-hsw"
21748   filter: "'NIC_Intel-X520-DA2' and
21749            '64B' and
21750            ('IP4BASE' or
21751             'POLICE_MARK' or
21752             'COPWHLIST' or
21753             ('NAT44' and 'BASE') or
21754             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21755            'NDRPDR' and
21756            'IP4FWD' and
21757            not 'IPSEC' and
21758            not 'VHOST'"
21759   parameters:
21760   - "throughput"
21761   - "parent"
21762   - "tags"
21763   sort:
21764   - "IP4BASE"
21765   - "NAT44"
21766   - "POLICE_MARK"
21767   - "COPWHLIST"
21768   - "IACL"
21769   - "OACL"
21770   layout:
21771     title: "ip4-3n-hsw-x520-64b-features-pdr"
21772     layout: "plot-throughput-speedup-analysis"
21773
21774 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21775 -
21776   type: "plot"
21777   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21778   algorithm: "plot_throughput_speedup_analysis"
21779   output-file-type: ".html"
21780   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21781   data: "plot-throughput-speedup-analysis-3n-hsw"
21782   filter: "'NIC_Intel-X520-DA2' and
21783            '64B' and
21784            'NDRPDR' and
21785            'IP4FWD' and
21786            'NAT44' and
21787            not 'IPSEC' and
21788            not 'VHOST'"
21789   parameters:
21790   - "throughput"
21791   - "parent"
21792   - "tags"
21793   sort:
21794   - "BASE"
21795   - "BASE"
21796   - "SRC_USER_10"
21797   - "SRC_USER_100"
21798   - "SRC_USER_1000"
21799   - "SRC_USER_2000"
21800   layout:
21801     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21802     layout: "plot-throughput-speedup-analysis"
21803
21804 -
21805   type: "plot"
21806   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21807   algorithm: "plot_throughput_speedup_analysis"
21808   output-file-type: ".html"
21809   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21810   data: "plot-throughput-speedup-analysis-3n-hsw"
21811   filter: "'NIC_Intel-X520-DA2' and
21812            '64B' and
21813            'NDRPDR' and
21814            'IP4FWD' and
21815            'NAT44' and
21816            not 'IPSEC' and
21817            not 'VHOST'"
21818   parameters:
21819   - "throughput"
21820   - "parent"
21821   - "tags"
21822   sort:
21823   - "BASE"
21824   - "BASE"
21825   - "SRC_USER_10"
21826   - "SRC_USER_100"
21827   - "SRC_USER_1000"
21828   - "SRC_USER_2000"
21829   layout:
21830     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
21831     layout: "plot-throughput-speedup-analysis"
21832
21833 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
21834 -
21835   type: "plot"
21836   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21837   algorithm: "plot_throughput_speedup_analysis"
21838   output-file-type: ".html"
21839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21840   data: "plot-throughput-speedup-analysis-3n-hsw"
21841   filter: "'NIC_Intel-X520-DA2' and
21842            '64B' and
21843            'NDRPDR' and
21844            'IP4FWD' and
21845            'IACL' and
21846            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21847            not 'IPSEC' and
21848            not 'VHOST'"
21849   parameters:
21850   - "throughput"
21851   - "parent"
21852   - "tags"
21853   sort:
21854   - "ACL_STATELESS"
21855   - "ACL_STATEFUL"
21856   - "ACL_STATELESS"
21857   - "ACL_STATEFUL"
21858   layout:
21859     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
21860     layout: "plot-throughput-speedup-analysis"
21861
21862 -
21863   type: "plot"
21864   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21865   algorithm: "plot_throughput_speedup_analysis"
21866   output-file-type: ".html"
21867   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21868   data: "plot-throughput-speedup-analysis-3n-hsw"
21869   filter: "'NIC_Intel-X520-DA2' and
21870            '64B' and
21871            'NDRPDR' and
21872            'IP4FWD' and
21873            'IACL' and
21874            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21875            not 'IPSEC' and
21876            not 'VHOST'"
21877   parameters:
21878   - "throughput"
21879   - "parent"
21880   - "tags"
21881   sort:
21882   - "ACL_STATELESS"
21883   - "ACL_STATEFUL"
21884   - "ACL_STATELESS"
21885   - "ACL_STATEFUL"
21886   layout:
21887     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
21888     layout: "plot-throughput-speedup-analysis"
21889
21890 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
21891 -
21892   type: "plot"
21893   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21894   algorithm: "plot_throughput_speedup_analysis"
21895   output-file-type: ".html"
21896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21897   data: "plot-throughput-speedup-analysis-3n-hsw"
21898   filter: "'NIC_Intel-X520-DA2' and
21899            '64B' and
21900            'NDRPDR' and
21901            'IP4FWD' and
21902            'OACL' and
21903            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21904            not 'IPSEC' and
21905            not 'VHOST'"
21906   parameters:
21907   - "throughput"
21908   - "parent"
21909   - "tags"
21910   sort:
21911   - "ACL_STATELESS"
21912   - "ACL_STATEFUL"
21913   - "ACL_STATELESS"
21914   - "ACL_STATEFUL"
21915   layout:
21916     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
21917     layout: "plot-throughput-speedup-analysis"
21918
21919 -
21920   type: "plot"
21921   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
21922   algorithm: "plot_throughput_speedup_analysis"
21923   output-file-type: ".html"
21924   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
21925   data: "plot-throughput-speedup-analysis-3n-hsw"
21926   filter: "'NIC_Intel-X520-DA2' and
21927            '64B' and
21928            'NDRPDR' and
21929            'IP4FWD' and
21930            'OACL' and
21931            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21932            not 'IPSEC' and
21933            not 'VHOST'"
21934   parameters:
21935   - "throughput"
21936   - "parent"
21937   - "tags"
21938   sort:
21939   - "ACL_STATELESS"
21940   - "ACL_STATEFUL"
21941   - "ACL_STATELESS"
21942   - "ACL_STATEFUL"
21943   layout:
21944     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
21945     layout: "plot-throughput-speedup-analysis"
21946
21947 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
21948 -
21949   type: "plot"
21950   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21951   algorithm: "plot_throughput_speedup_analysis"
21952   output-file-type: ".html"
21953   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21954   data: "plot-throughput-speedup-analysis-3n-hsw"
21955   filter: "'NIC_Intel-X710' and
21956            '64B' and
21957            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21958            'NDRPDR' and
21959            'IP4FWD' and
21960            not 'IPSEC' and
21961            not 'VHOST'"
21962   parameters:
21963   - "throughput"
21964   - "parent"
21965   - "tags"
21966   sort:
21967   - "IP4BASE"
21968   - "FIB_20K"
21969   - "FIB_200K"
21970   - "FIB_2M"
21971   layout:
21972     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
21973     layout: "plot-throughput-speedup-analysis"
21974
21975 -
21976   type: "plot"
21977   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21978   algorithm: "plot_throughput_speedup_analysis"
21979   output-file-type: ".html"
21980   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21981   data: "plot-throughput-speedup-analysis-3n-hsw"
21982   filter: "'NIC_Intel-X710' and
21983            '64B' and
21984            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21985            'NDRPDR' and
21986            'IP4FWD' and
21987            not 'IPSEC' and
21988            not 'VHOST'"
21989   parameters:
21990   - "throughput"
21991   - "parent"
21992   - "tags"
21993   sort:
21994   - "IP4BASE"
21995   - "FIB_20K"
21996   - "FIB_200K"
21997   - "FIB_2M"
21998   layout:
21999     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22000     layout: "plot-throughput-speedup-analysis"
22001
22002 # Speedup - VPP IPv4 3n-hsw-x710 features
22003 -
22004   type: "plot"
22005   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22006   algorithm: "plot_throughput_speedup_analysis"
22007   output-file-type: ".html"
22008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22009   data: "plot-throughput-speedup-analysis-3n-hsw"
22010   filter: "'NIC_Intel-X710' and
22011            '64B' and
22012            ('IP4BASE' or
22013             'POLICE_MARK' or
22014             'COPWHLIST' or
22015             ('NAT44' and 'BASE') or
22016             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22017            'NDRPDR' and
22018            'IP4FWD' and
22019            not 'IPSEC' and
22020            not 'VHOST'"
22021   parameters:
22022   - "throughput"
22023   - "parent"
22024   - "tags"
22025   sort:
22026   - "IP4BASE"
22027   - "NAT44"
22028   - "POLICE_MARK"
22029   - "COPWHLIST"
22030   - "IACL"
22031   - "OACL"
22032   layout:
22033     title: "ip4-3n-hsw-x710-64b-features-ndr"
22034     layout: "plot-throughput-speedup-analysis"
22035
22036 -
22037   type: "plot"
22038   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22039   algorithm: "plot_throughput_speedup_analysis"
22040   output-file-type: ".html"
22041   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22042   data: "plot-throughput-speedup-analysis-3n-hsw"
22043   filter: "'NIC_Intel-X710' and
22044            '64B' and
22045            ('IP4BASE' or
22046             'POLICE_MARK' or
22047             'COPWHLIST' or
22048             ('NAT44' and 'BASE') or
22049             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22050            'NDRPDR' and
22051            'IP4FWD' and
22052            not 'IPSEC' and
22053            not 'VHOST'"
22054   parameters:
22055   - "throughput"
22056   - "parent"
22057   - "tags"
22058   sort:
22059   - "IP4BASE"
22060   - "NAT44"
22061   - "POLICE_MARK"
22062   - "COPWHLIST"
22063   - "IACL"
22064   - "OACL"
22065   layout:
22066     title: "ip4-3n-hsw-x710-64b-features-pdr"
22067     layout: "plot-throughput-speedup-analysis"
22068
22069 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22070 -
22071   type: "plot"
22072   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22073   algorithm: "plot_throughput_speedup_analysis"
22074   output-file-type: ".html"
22075   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22076   data: "plot-throughput-speedup-analysis-3n-hsw"
22077   filter: "'NIC_Intel-X710' and
22078            '64B' and
22079            'NDRPDR' and
22080            'IP4FWD' and
22081            'NAT44' and
22082            not 'IPSEC' and
22083            not 'VHOST'"
22084   parameters:
22085   - "throughput"
22086   - "parent"
22087   - "tags"
22088   sort:
22089   - "BASE"
22090   - "BASE"
22091   - "SRC_USER_10"
22092   - "SRC_USER_100"
22093   - "SRC_USER_1000"
22094   - "SRC_USER_2000"
22095   layout:
22096     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22097     layout: "plot-throughput-speedup-analysis"
22098
22099 -
22100   type: "plot"
22101   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22102   algorithm: "plot_throughput_speedup_analysis"
22103   output-file-type: ".html"
22104   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22105   data: "plot-throughput-speedup-analysis-3n-hsw"
22106   filter: "'NIC_Intel-X710' and
22107            '64B' and
22108            'NDRPDR' and
22109            'IP4FWD' and
22110            'NAT44' and
22111            not 'IPSEC' and
22112            not 'VHOST'"
22113   parameters:
22114   - "throughput"
22115   - "parent"
22116   - "tags"
22117   sort:
22118   - "BASE"
22119   - "BASE"
22120   - "SRC_USER_10"
22121   - "SRC_USER_100"
22122   - "SRC_USER_1000"
22123   - "SRC_USER_2000"
22124   layout:
22125     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22126     layout: "plot-throughput-speedup-analysis"
22127
22128 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22129 -
22130   type: "plot"
22131   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22132   algorithm: "plot_throughput_speedup_analysis"
22133   output-file-type: ".html"
22134   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22135   data: "plot-throughput-speedup-analysis-3n-hsw"
22136   filter: "'NIC_Intel-X710' and
22137            '64B' and
22138            'NDRPDR' and
22139            'IP4FWD' and
22140            'IACL' and
22141            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22142            not 'IPSEC' and
22143            not 'VHOST'"
22144   parameters:
22145   - "throughput"
22146   - "parent"
22147   - "tags"
22148   sort:
22149   - "ACL_STATELESS"
22150   - "ACL_STATEFUL"
22151   - "ACL_STATELESS"
22152   - "ACL_STATEFUL"
22153   layout:
22154     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22155     layout: "plot-throughput-speedup-analysis"
22156
22157 -
22158   type: "plot"
22159   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22160   algorithm: "plot_throughput_speedup_analysis"
22161   output-file-type: ".html"
22162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22163   data: "plot-throughput-speedup-analysis-3n-hsw"
22164   filter: "'NIC_Intel-X710' and
22165            '64B' and
22166            'NDRPDR' and
22167            'IP4FWD' and
22168            'IACL' and
22169            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22170            not 'IPSEC' and
22171            not 'VHOST'"
22172   parameters:
22173   - "throughput"
22174   - "parent"
22175   - "tags"
22176   sort:
22177   - "ACL_STATELESS"
22178   - "ACL_STATEFUL"
22179   - "ACL_STATELESS"
22180   - "ACL_STATEFUL"
22181   layout:
22182     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22183     layout: "plot-throughput-speedup-analysis"
22184
22185 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22186 -
22187   type: "plot"
22188   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22189   algorithm: "plot_throughput_speedup_analysis"
22190   output-file-type: ".html"
22191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22192   data: "plot-throughput-speedup-analysis-3n-hsw"
22193   filter: "'NIC_Intel-X710' and
22194            '64B' and
22195            'NDRPDR' and
22196            'IP4FWD' and
22197            'OACL' and
22198            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22199            not 'IPSEC' and
22200            not 'VHOST'"
22201   parameters:
22202   - "throughput"
22203   - "parent"
22204   - "tags"
22205   sort:
22206   - "ACL_STATELESS"
22207   - "ACL_STATEFUL"
22208   - "ACL_STATELESS"
22209   - "ACL_STATEFUL"
22210   layout:
22211     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
22212     layout: "plot-throughput-speedup-analysis"
22213
22214 -
22215   type: "plot"
22216   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22217   algorithm: "plot_throughput_speedup_analysis"
22218   output-file-type: ".html"
22219   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22220   data: "plot-throughput-speedup-analysis-3n-hsw"
22221   filter: "'NIC_Intel-X710' and
22222            '64B' and
22223            'NDRPDR' and
22224            'IP4FWD' and
22225            'OACL' and
22226            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22227            not 'IPSEC' and
22228            not 'VHOST'"
22229   parameters:
22230   - "throughput"
22231   - "parent"
22232   - "tags"
22233   sort:
22234   - "ACL_STATELESS"
22235   - "ACL_STATEFUL"
22236   - "ACL_STATELESS"
22237   - "ACL_STATEFUL"
22238   layout:
22239     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
22240     layout: "plot-throughput-speedup-analysis"
22241
22242 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22243 -
22244   type: "plot"
22245   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22246   algorithm: "plot_throughput_speedup_analysis"
22247   output-file-type: ".html"
22248   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22249   data: "plot-throughput-speedup-analysis-3n-hsw"
22250   filter: "'NIC_Intel-XL710' and
22251            '64B' and
22252            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22253            'NDRPDR' and
22254            'IP4FWD' and
22255            not 'IPSEC' and
22256            not 'VHOST'"
22257   parameters:
22258   - "throughput"
22259   - "parent"
22260   - "tags"
22261   sort:
22262   - "IP4BASE"
22263   - "FIB_20K"
22264   - "FIB_200K"
22265   - "FIB_2M"
22266   layout:
22267     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22268     layout: "plot-throughput-speedup-analysis"
22269
22270 -
22271   type: "plot"
22272   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22273   algorithm: "plot_throughput_speedup_analysis"
22274   output-file-type: ".html"
22275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22276   data: "plot-throughput-speedup-analysis-3n-hsw"
22277   filter: "'NIC_Intel-XL710' and
22278            '64B' and
22279            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22280            'NDRPDR' and
22281            'IP4FWD' and
22282            not 'IPSEC' and
22283            not 'VHOST'"
22284   parameters:
22285   - "throughput"
22286   - "parent"
22287   - "tags"
22288   sort:
22289   - "IP4BASE"
22290   - "FIB_20K"
22291   - "FIB_200K"
22292   - "FIB_2M"
22293   layout:
22294     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22295     layout: "plot-throughput-speedup-analysis"
22296
22297 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22298 -
22299   type: "plot"
22300   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22301   algorithm: "plot_throughput_speedup_analysis"
22302   output-file-type: ".html"
22303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22304   data: "plot-throughput-speedup-analysis-3n-skx"
22305   filter: "'NIC_Intel-X710' and
22306            '64B' and
22307            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22308            'NDRPDR' and
22309            'IP4FWD' and
22310            not 'IPSEC' and
22311            not 'VHOST'"
22312   parameters:
22313   - "throughput"
22314   - "parent"
22315   - "tags"
22316   sort:
22317   - "IP4BASE"
22318   - "FIB_20K"
22319   - "FIB_200K"
22320   - "FIB_2M"
22321   layout:
22322     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22323     layout: "plot-throughput-speedup-analysis"
22324
22325 -
22326   type: "plot"
22327   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22328   algorithm: "plot_throughput_speedup_analysis"
22329   output-file-type: ".html"
22330   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22331   data: "plot-throughput-speedup-analysis-3n-skx"
22332   filter: "'NIC_Intel-X710' and
22333            '64B' and
22334            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22335            'NDRPDR' and
22336            'IP4FWD' and
22337            not 'IPSEC' and
22338            not 'VHOST'"
22339   parameters:
22340   - "throughput"
22341   - "parent"
22342   - "tags"
22343   sort:
22344   - "IP4BASE"
22345   - "FIB_20K"
22346   - "FIB_200K"
22347   - "FIB_2M"
22348   layout:
22349     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22350     layout: "plot-throughput-speedup-analysis"
22351
22352 # Speedup - VPP IPv4 3n-skx-x710 features
22353 -
22354   type: "plot"
22355   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22356   algorithm: "plot_throughput_speedup_analysis"
22357   output-file-type: ".html"
22358   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22359   data: "plot-throughput-speedup-analysis-3n-skx"
22360   filter: "'NIC_Intel-X710' and
22361            '64B' and
22362            ('IP4BASE' or
22363             'POLICE_MARK' or
22364             'COPWHLIST' or
22365             ('NAT44' and 'BASE') or
22366             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22367            'NDRPDR' and
22368            'IP4FWD' and
22369            not 'IPSEC' and
22370            not 'VHOST'"
22371   parameters:
22372   - "throughput"
22373   - "parent"
22374   - "tags"
22375   sort:
22376   - "IP4BASE"
22377   - "NAT44"
22378   - "POLICE_MARK"
22379   - "COPWHLIST"
22380   - "IACL"
22381   - "OACL"
22382   layout:
22383     title: "ip4-3n-skx-x710-64b-features-ndr"
22384     layout: "plot-throughput-speedup-analysis"
22385
22386 -
22387   type: "plot"
22388   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22389   algorithm: "plot_throughput_speedup_analysis"
22390   output-file-type: ".html"
22391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22392   data: "plot-throughput-speedup-analysis-3n-skx"
22393   filter: "'NIC_Intel-X710' and
22394            '64B' and
22395            ('IP4BASE' or
22396             'POLICE_MARK' or
22397             'COPWHLIST' or
22398             ('NAT44' and 'BASE') or
22399             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22400            'NDRPDR' and
22401            'IP4FWD' and
22402            not 'IPSEC' and
22403            not 'VHOST'"
22404   parameters:
22405   - "throughput"
22406   - "parent"
22407   - "tags"
22408   sort:
22409   - "IP4BASE"
22410   - "NAT44"
22411   - "POLICE_MARK"
22412   - "COPWHLIST"
22413   - "IACL"
22414   - "OACL"
22415   layout:
22416     title: "ip4-3n-skx-x710-64b-features-pdr"
22417     layout: "plot-throughput-speedup-analysis"
22418
22419 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22420 -
22421   type: "plot"
22422   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22423   algorithm: "plot_throughput_speedup_analysis"
22424   output-file-type: ".html"
22425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22426   data: "plot-throughput-speedup-analysis-3n-skx"
22427   filter: "'NIC_Intel-X710' and
22428            '64B' and
22429            'NDRPDR' and
22430            'IP4FWD' and
22431            'NAT44' and
22432            not 'IPSEC' and
22433            not 'VHOST'"
22434   parameters:
22435   - "throughput"
22436   - "parent"
22437   - "tags"
22438   sort:
22439   - "BASE"
22440   - "BASE"
22441   - "SRC_USER_10"
22442   - "SRC_USER_100"
22443   - "SRC_USER_1000"
22444   - "SRC_USER_2000"
22445   layout:
22446     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22447     layout: "plot-throughput-speedup-analysis"
22448
22449 -
22450   type: "plot"
22451   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22452   algorithm: "plot_throughput_speedup_analysis"
22453   output-file-type: ".html"
22454   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22455   data: "plot-throughput-speedup-analysis-3n-skx"
22456   filter: "'NIC_Intel-X710' and
22457            '64B' and
22458            'NDRPDR' and
22459            'IP4FWD' and
22460            'NAT44' and
22461            not 'IPSEC' and
22462            not 'VHOST'"
22463   parameters:
22464   - "throughput"
22465   - "parent"
22466   - "tags"
22467   sort:
22468   - "BASE"
22469   - "BASE"
22470   - "SRC_USER_10"
22471   - "SRC_USER_100"
22472   - "SRC_USER_1000"
22473   - "SRC_USER_2000"
22474   layout:
22475     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22476     layout: "plot-throughput-speedup-analysis"
22477
22478 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22479 -
22480   type: "plot"
22481   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22482   algorithm: "plot_throughput_speedup_analysis"
22483   output-file-type: ".html"
22484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22485   data: "plot-throughput-speedup-analysis-3n-skx"
22486   filter: "'NIC_Intel-X710' and
22487            '64B' and
22488            'NDRPDR' and
22489            'IP4FWD' and
22490            'IACL' and
22491            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22492            not 'IPSEC' and
22493            not 'VHOST'"
22494   parameters:
22495   - "throughput"
22496   - "parent"
22497   - "tags"
22498   sort:
22499   - "ACL_STATELESS"
22500   - "ACL_STATEFUL"
22501   - "ACL_STATELESS"
22502   - "ACL_STATEFUL"
22503   layout:
22504     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22505     layout: "plot-throughput-speedup-analysis"
22506
22507 -
22508   type: "plot"
22509   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22510   algorithm: "plot_throughput_speedup_analysis"
22511   output-file-type: ".html"
22512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22513   data: "plot-throughput-speedup-analysis-3n-skx"
22514   filter: "'NIC_Intel-X710' and
22515            '64B' and
22516            'NDRPDR' and
22517            'IP4FWD' and
22518            'IACL' and
22519            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22520            not 'IPSEC' and
22521            not 'VHOST'"
22522   parameters:
22523   - "throughput"
22524   - "parent"
22525   - "tags"
22526   sort:
22527   - "ACL_STATELESS"
22528   - "ACL_STATEFUL"
22529   - "ACL_STATELESS"
22530   - "ACL_STATEFUL"
22531   layout:
22532     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22533     layout: "plot-throughput-speedup-analysis"
22534
22535 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22536 -
22537   type: "plot"
22538   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22539   algorithm: "plot_throughput_speedup_analysis"
22540   output-file-type: ".html"
22541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22542   data: "plot-throughput-speedup-analysis-3n-skx"
22543   filter: "'NIC_Intel-X710' and
22544            '64B' and
22545            'NDRPDR' and
22546            'IP4FWD' and
22547            'OACL' and
22548            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22549            not 'IPSEC' and
22550            not 'VHOST'"
22551   parameters:
22552   - "throughput"
22553   - "parent"
22554   - "tags"
22555   sort:
22556   - "ACL_STATELESS"
22557   - "ACL_STATEFUL"
22558   - "ACL_STATELESS"
22559   - "ACL_STATEFUL"
22560   layout:
22561     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
22562     layout: "plot-throughput-speedup-analysis"
22563
22564 -
22565   type: "plot"
22566   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22567   algorithm: "plot_throughput_speedup_analysis"
22568   output-file-type: ".html"
22569   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22570   data: "plot-throughput-speedup-analysis-3n-skx"
22571   filter: "'NIC_Intel-X710' and
22572            '64B' and
22573            'NDRPDR' and
22574            'IP4FWD' and
22575            'OACL' and
22576            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22577            not 'IPSEC' and
22578            not 'VHOST'"
22579   parameters:
22580   - "throughput"
22581   - "parent"
22582   - "tags"
22583   sort:
22584   - "ACL_STATELESS"
22585   - "ACL_STATEFUL"
22586   - "ACL_STATELESS"
22587   - "ACL_STATEFUL"
22588   layout:
22589     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
22590     layout: "plot-throughput-speedup-analysis"
22591
22592 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22593 -
22594   type: "plot"
22595   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22596   algorithm: "plot_throughput_speedup_analysis"
22597   output-file-type: ".html"
22598   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22599   data: "plot-throughput-speedup-analysis-2n-skx"
22600   filter: "'NIC_Intel-X710' and
22601            '64B' and
22602            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22603            'NDRPDR' and
22604            'IP4FWD' and
22605            not 'IPSEC' and
22606            not 'VHOST'"
22607   parameters:
22608   - "throughput"
22609   - "parent"
22610   - "tags"
22611   sort:
22612   - "IP4BASE"
22613   - "FIB_20K"
22614   - "FIB_200K"
22615   - "FIB_2M"
22616   layout:
22617     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22618     layout: "plot-throughput-speedup-analysis"
22619
22620 -
22621   type: "plot"
22622   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22623   algorithm: "plot_throughput_speedup_analysis"
22624   output-file-type: ".html"
22625   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22626   data: "plot-throughput-speedup-analysis-2n-skx"
22627   filter: "'NIC_Intel-X710' and
22628            '64B' and
22629            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22630            'NDRPDR' and
22631            'IP4FWD' and
22632            not 'IPSEC' and
22633            not 'VHOST'"
22634   parameters:
22635   - "throughput"
22636   - "parent"
22637   - "tags"
22638   sort:
22639   - "IP4BASE"
22640   - "FIB_20K"
22641   - "FIB_200K"
22642   - "FIB_2M"
22643   layout:
22644     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22645     layout: "plot-throughput-speedup-analysis"
22646
22647 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22648 -
22649   type: "plot"
22650   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22651   algorithm: "plot_throughput_speedup_analysis"
22652   output-file-type: ".html"
22653   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22654   data: "plot-throughput-speedup-analysis-2n-skx"
22655   filter: "'NIC_Intel-XXV710' and
22656            '64B' and
22657            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22658            'NDRPDR' and
22659            'IP4FWD' and
22660            not 'IPSEC' and
22661            not 'VHOST'"
22662   parameters:
22663   - "throughput"
22664   - "parent"
22665   - "tags"
22666   sort:
22667   - "IP4BASE"
22668   - "FIB_20K"
22669   - "FIB_200K"
22670   - "FIB_2M"
22671   layout:
22672     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22673     layout: "plot-throughput-speedup-analysis"
22674
22675 -
22676   type: "plot"
22677   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22678   algorithm: "plot_throughput_speedup_analysis"
22679   output-file-type: ".html"
22680   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22681   data: "plot-throughput-speedup-analysis-2n-skx"
22682   filter: "'NIC_Intel-XXV710' and
22683            '64B' and
22684            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22685            'NDRPDR' and
22686            'IP4FWD' and
22687            not 'IPSEC' and
22688            not 'VHOST'"
22689   parameters:
22690   - "throughput"
22691   - "parent"
22692   - "tags"
22693   sort:
22694   - "IP4BASE"
22695   - "FIB_20K"
22696   - "FIB_200K"
22697   - "FIB_2M"
22698   layout:
22699     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22700     layout: "plot-throughput-speedup-analysis"
22701
22702 ################################################################################
22703
22704 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22705 -
22706   type: "plot"
22707   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22708   algorithm: "plot_throughput_speedup_analysis"
22709   output-file-type: ".html"
22710   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22711   data: "plot-throughput-speedup-analysis-3n-hsw"
22712   filter: "'NIC_Intel-X520_DA2' and
22713            '64B' and
22714            'ENCAP' and
22715            'NDRPDR' and
22716            'VXLAN' and
22717            'L2BDMACLRN' and
22718            not 'VHOST' and
22719            not 'IPSECHW'"
22720   parameters:
22721   - "throughput"
22722   - "parent"
22723   - "tags"
22724   sort:
22725   - "not DOT1Q"
22726   - "VXLAN_1"
22727   - "VXLAN_10"
22728   - "VXLAN_100"
22729   - "VXLAN_1000"
22730   layout:
22731     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22732     layout: "plot-throughput-speedup-analysis"
22733
22734 -
22735   type: "plot"
22736   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22737   algorithm: "plot_throughput_speedup_analysis"
22738   output-file-type: ".html"
22739   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22740   data: "plot-throughput-speedup-analysis-3n-hsw"
22741   filter: "'NIC_Intel-X520_DA2' and
22742            '64B' and
22743            'ENCAP' and
22744            'NDRPDR' and
22745            'VXLAN' and
22746            'L2BDMACLRN' and
22747            not 'VHOST' and
22748            not 'IPSECHW'"
22749   parameters:
22750   - "throughput"
22751   - "parent"
22752   - "tags"
22753   sort:
22754   - "not DOT1Q"
22755   - "VXLAN_1"
22756   - "VXLAN_10"
22757   - "VXLAN_100"
22758   - "VXLAN_1000"
22759   layout:
22760     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22761     layout: "plot-throughput-speedup-analysis"
22762
22763 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22764 -
22765   type: "plot"
22766   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22767   algorithm: "plot_throughput_speedup_analysis"
22768   output-file-type: ".html"
22769   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22770   data: "plot-throughput-speedup-analysis-3n-hsw"
22771   filter: "'NIC_Intel-X520-DA2' and
22772            '64B' and
22773            'ENCAP' and
22774            'NDRPDR' and
22775            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22776            not 'DOT1Q' and
22777            not 'VHOST' and
22778            not 'IPSECHW'"
22779   parameters:
22780   - "throughput"
22781   - "parent"
22782   - "tags"
22783   sort:
22784   - "L2BDMACLRN"
22785   - "L2XCFWD"
22786   - "LISP"
22787   layout:
22788     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22789     layout: "plot-throughput-speedup-analysis"
22790
22791 -
22792   type: "plot"
22793   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22794   algorithm: "plot_throughput_speedup_analysis"
22795   output-file-type: ".html"
22796   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22797   data: "plot-throughput-speedup-analysis-3n-hsw"
22798   filter: "'NIC_Intel-X520-DA2' and
22799            '64B' and
22800            'ENCAP' and
22801            'NDRPDR' and
22802            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22803            not 'DOT1Q' and
22804            not 'VHOST' and
22805            not 'IPSECHW'"
22806   parameters:
22807   - "throughput"
22808   - "parent"
22809   - "tags"
22810   sort:
22811   - "L2BDMACLRN"
22812   - "L2XCFWD"
22813   - "LISP"
22814   layout:
22815     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22816     layout: "plot-throughput-speedup-analysis"
22817
22818 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22819 -
22820   type: "plot"
22821   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22822   algorithm: "plot_throughput_speedup_analysis"
22823   output-file-type: ".html"
22824   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22825   data: "plot-throughput-speedup-analysis-3n-hsw"
22826   filter: "'NIC_Intel-X710' and
22827            '64B' and
22828            'ENCAP' and
22829            'NDRPDR' and
22830            'VXLAN' and
22831            'L2BDMACLRN' and
22832            not 'VHOST' and
22833            not 'IPSECHW'"
22834   parameters:
22835   - "throughput"
22836   - "parent"
22837   - "tags"
22838   sort:
22839   - "not DOT1Q"
22840   - "VXLAN_1"
22841   - "VXLAN_10"
22842   - "VXLAN_100"
22843   - "VXLAN_1000"
22844   layout:
22845     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
22846     layout: "plot-throughput-speedup-analysis"
22847
22848 -
22849   type: "plot"
22850   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22851   algorithm: "plot_throughput_speedup_analysis"
22852   output-file-type: ".html"
22853   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22854   data: "plot-throughput-speedup-analysis-3n-hsw"
22855   filter: "'NIC_Intel-X710' and
22856            '64B' and
22857            'ENCAP' and
22858            'NDRPDR' and
22859            'VXLAN' and
22860            'L2BDMACLRN' and
22861            not 'VHOST' and
22862            not 'IPSECHW'"
22863   parameters:
22864   - "throughput"
22865   - "parent"
22866   - "tags"
22867   sort:
22868   - "not DOT1Q"
22869   - "VXLAN_1"
22870   - "VXLAN_10"
22871   - "VXLAN_100"
22872   - "VXLAN_1000"
22873   layout:
22874     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
22875     layout: "plot-throughput-speedup-analysis"
22876
22877 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
22878 -
22879   type: "plot"
22880   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22881   algorithm: "plot_throughput_speedup_analysis"
22882   output-file-type: ".html"
22883   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22884   data: "plot-throughput-speedup-analysis-3n-hsw"
22885   filter: "'NIC_Intel-X710' and
22886            '64B' and
22887            'ENCAP' and
22888            'NDRPDR' and
22889            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22890            not 'DOT1Q' and
22891            not 'VHOST' and
22892            not 'IPSECHW'"
22893   parameters:
22894   - "throughput"
22895   - "parent"
22896   - "tags"
22897   sort:
22898   - "L2BDMACLRN"
22899   - "L2XCFWD"
22900   - "LISP"
22901   layout:
22902     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
22903     layout: "plot-throughput-speedup-analysis"
22904
22905 -
22906   type: "plot"
22907   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22908   algorithm: "plot_throughput_speedup_analysis"
22909   output-file-type: ".html"
22910   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22911   data: "plot-throughput-speedup-analysis-3n-hsw"
22912   filter: "'NIC_Intel-X710' and
22913            '64B' and
22914            'ENCAP' and
22915            'NDRPDR' and
22916            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22917            not 'DOT1Q' and
22918            not 'VHOST' and
22919            not 'IPSECHW'"
22920   parameters:
22921   - "throughput"
22922   - "parent"
22923   - "tags"
22924   sort:
22925   - "L2BDMACLRN"
22926   - "L2XCFWD"
22927   - "LISP"
22928   layout:
22929     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
22930     layout: "plot-throughput-speedup-analysis"
22931
22932 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
22933 -
22934   type: "plot"
22935   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22936   algorithm: "plot_throughput_speedup_analysis"
22937   output-file-type: ".html"
22938   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22939   data: "plot-throughput-speedup-analysis-3n-skx"
22940   filter: "'NIC_Intel-X710' and
22941            '64B' and
22942            'ENCAP' and
22943            'NDRPDR' and
22944            'VXLAN' and
22945            'L2BDMACLRN' and
22946            not 'VHOST' and
22947            not 'IPSECHW'"
22948   parameters:
22949   - "throughput"
22950   - "parent"
22951   - "tags"
22952   sort:
22953   - "not DOT1Q"
22954   - "VXLAN_1"
22955   - "VXLAN_10"
22956   - "VXLAN_100"
22957   - "VXLAN_1000"
22958   layout:
22959     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
22960     layout: "plot-throughput-speedup-analysis"
22961
22962 -
22963   type: "plot"
22964   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22965   algorithm: "plot_throughput_speedup_analysis"
22966   output-file-type: ".html"
22967   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22968   data: "plot-throughput-speedup-analysis-3n-skx"
22969   filter: "'NIC_Intel-X710' and
22970            '64B' and
22971            'ENCAP' and
22972            'NDRPDR' and
22973            'VXLAN' and
22974            'L2BDMACLRN' and
22975            not 'VHOST' and
22976            not 'IPSECHW'"
22977   parameters:
22978   - "throughput"
22979   - "parent"
22980   - "tags"
22981   sort:
22982   - "not DOT1Q"
22983   - "VXLAN_1"
22984   - "VXLAN_10"
22985   - "VXLAN_100"
22986   - "VXLAN_1000"
22987   layout:
22988     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
22989     layout: "plot-throughput-speedup-analysis"
22990
22991 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
22992 -
22993   type: "plot"
22994   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
22995   algorithm: "plot_throughput_speedup_analysis"
22996   output-file-type: ".html"
22997   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
22998   data: "plot-throughput-speedup-analysis-3n-skx"
22999   filter: "'NIC_Intel-X710' and
23000            '64B' and
23001            'ENCAP' and
23002            'NDRPDR' and
23003            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23004            not 'DOT1Q' and
23005            not 'VHOST' and
23006            not 'IPSECHW'"
23007   parameters:
23008   - "throughput"
23009   - "parent"
23010   - "tags"
23011   sort:
23012   - "L2BDMACLRN"
23013   - "L2XCFWD"
23014   - "LISP"
23015   layout:
23016     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23017     layout: "plot-throughput-speedup-analysis"
23018
23019 -
23020   type: "plot"
23021   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23022   algorithm: "plot_throughput_speedup_analysis"
23023   output-file-type: ".html"
23024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23025   data: "plot-throughput-speedup-analysis-3n-skx"
23026   filter: "'NIC_Intel-X710' and
23027            '64B' and
23028            'ENCAP' and
23029            'NDRPDR' and
23030            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23031            not 'DOT1Q' and
23032            not 'VHOST' and
23033            not 'IPSECHW'"
23034   parameters:
23035   - "throughput"
23036   - "parent"
23037   - "tags"
23038   sort:
23039   - "L2BDMACLRN"
23040   - "L2XCFWD"
23041   - "LISP"
23042   layout:
23043     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23044     layout: "plot-throughput-speedup-analysis"
23045
23046 ################################################################################
23047
23048 # Speedup - VPP IPv6 3n-hsw-x520
23049 -
23050   type: "plot"
23051   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23052   algorithm: "plot_throughput_speedup_analysis"
23053   output-file-type: ".html"
23054   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23055   data: "plot-throughput-speedup-analysis-3n-hsw"
23056   filter: "'NIC_Intel-X520-DA2' and
23057            '78B' and
23058            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23059            'NDRPDR' and
23060            'IP6FWD' and
23061            not 'SRv6' and
23062            not 'IPSEC' and
23063            not 'VHOST'"
23064   parameters:
23065   - "throughput"
23066   - "parent"
23067   - "tags"
23068   sort:
23069   - "IP6BASE"
23070   - "FIB_20K"
23071   - "FIB_200K"
23072   - "FIB_2M"
23073   layout:
23074     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23075     layout: "plot-throughput-speedup-analysis"
23076
23077 -
23078   type: "plot"
23079   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23080   algorithm: "plot_throughput_speedup_analysis"
23081   output-file-type: ".html"
23082   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23083   data: "plot-throughput-speedup-analysis-3n-hsw"
23084   filter: "'NIC_Intel-X520-DA2' and
23085            '78B' and
23086            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23087            'NDRPDR' and
23088            'IP6FWD' and
23089            not 'SRv6' and
23090            not 'IPSEC' and
23091            not 'VHOST'"
23092   parameters:
23093   - "throughput"
23094   - "parent"
23095   - "tags"
23096   sort:
23097   - "IP6BASE"
23098   - "FIB_20K"
23099   - "FIB_200K"
23100   - "FIB_2M"
23101   layout:
23102     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23103     layout: "plot-throughput-speedup-analysis"
23104
23105 # Speedup - VPP IPv6 3n-hsw-x520 features
23106 -
23107   type: "plot"
23108   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23109   algorithm: "plot_throughput_speedup_analysis"
23110   output-file-type: ".html"
23111   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23112   data: "plot-throughput-speedup-analysis-3n-hsw"
23113   filter: "'NIC_Intel-X520-DA2' and
23114            '78B' and
23115            ('IP6BASE' or
23116             'POLICE_MARK' or
23117             'COPWHLIST' or
23118             'IACLDST') and
23119            'NDRPDR' and
23120            'IP6FWD' and
23121            not 'SRv6' and
23122            not 'IPSEC' and
23123            not 'VHOST'"
23124   parameters:
23125   - "throughput"
23126   - "parent"
23127   - "tags"
23128   sort:
23129   - "IP6BASE"
23130   - "POLICE_MARK"
23131   - "COPWHLIST"
23132   - "IACLDST"
23133   layout:
23134     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23135     layout: "plot-throughput-speedup-analysis"
23136
23137 -
23138   type: "plot"
23139   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23140   algorithm: "plot_throughput_speedup_analysis"
23141   output-file-type: ".html"
23142   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23143   data: "plot-throughput-speedup-analysis-3n-hsw"
23144   filter: "'NIC_Intel-X520-DA2' and
23145            '78B' and
23146            ('IP6BASE' or
23147             'POLICE_MARK' or
23148             'COPWHLIST' or
23149             'IACLDST') and
23150            'NDRPDR' and
23151            'IP6FWD' and
23152            not 'SRv6' and
23153            not 'IPSEC' and
23154            not 'VHOST'"
23155   parameters:
23156   - "throughput"
23157   - "parent"
23158   - "tags"
23159   sort:
23160   - "IP6BASE"
23161   - "POLICE_MARK"
23162   - "COPWHLIST"
23163   - "IACLDST"
23164   layout:
23165     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23166     layout: "plot-throughput-speedup-analysis"
23167
23168 # Speedup - VPP IPv6 3n-hsw-x710
23169 -
23170   type: "plot"
23171   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23172   algorithm: "plot_throughput_speedup_analysis"
23173   output-file-type: ".html"
23174   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23175   data: "plot-throughput-speedup-analysis-3n-hsw"
23176   filter: "'NIC_Intel-X710' and
23177            '78B' and
23178            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23179            'NDRPDR' and
23180            'IP6FWD' and
23181            not 'SRv6' and
23182            not 'IPSEC' and
23183            not 'VHOST'"
23184   parameters:
23185   - "throughput"
23186   - "parent"
23187   - "tags"
23188   sort:
23189   - "IP6BASE"
23190   - "FIB_20K"
23191   - "FIB_200K"
23192   - "FIB_2M"
23193   layout:
23194     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23195     layout: "plot-throughput-speedup-analysis"
23196
23197 -
23198   type: "plot"
23199   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23200   algorithm: "plot_throughput_speedup_analysis"
23201   output-file-type: ".html"
23202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23203   data: "plot-throughput-speedup-analysis-3n-hsw"
23204   filter: "'NIC_Intel-X710' and
23205            '78B' and
23206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23207            'NDRPDR' and
23208            'IP6FWD' and
23209            not 'SRv6' and
23210            not 'IPSEC' and
23211            not 'VHOST'"
23212   parameters:
23213   - "throughput"
23214   - "parent"
23215   - "tags"
23216   sort:
23217   - "IP6BASE"
23218   - "FIB_20K"
23219   - "FIB_200K"
23220   - "FIB_2M"
23221   layout:
23222     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23223     layout: "plot-throughput-speedup-analysis"
23224
23225 # Speedup - VPP IPv6 3n-hsw-x710 features
23226 -
23227   type: "plot"
23228   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23229   algorithm: "plot_throughput_speedup_analysis"
23230   output-file-type: ".html"
23231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23232   data: "plot-throughput-speedup-analysis-3n-hsw"
23233   filter: "'NIC_Intel-X710' and
23234            '78B' and
23235            ('IP6BASE' or
23236             'POLICE_MARK' or
23237             'COPWHLIST' or
23238             'IACLDST') and
23239            'NDRPDR' and
23240            'IP6FWD' and
23241            not 'SRv6' and
23242            not 'IPSEC' and
23243            not 'VHOST'"
23244   parameters:
23245   - "throughput"
23246   - "parent"
23247   - "tags"
23248   sort:
23249   - "IP6BASE"
23250   - "POLICE_MARK"
23251   - "COPWHLIST"
23252   - "IACLDST"
23253   layout:
23254     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23255     layout: "plot-throughput-speedup-analysis"
23256
23257 -
23258   type: "plot"
23259   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23260   algorithm: "plot_throughput_speedup_analysis"
23261   output-file-type: ".html"
23262   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23263   data: "plot-throughput-speedup-analysis-3n-hsw"
23264   filter: "'NIC_Intel-X710' and
23265            '78B' and
23266            ('IP6BASE' or
23267             'POLICE_MARK' or
23268             'COPWHLIST' or
23269             'IACLDST') and
23270            'NDRPDR' and
23271            'IP6FWD' and
23272            not 'SRv6' and
23273            not 'IPSEC' and
23274            not 'VHOST'"
23275   parameters:
23276   - "throughput"
23277   - "parent"
23278   - "tags"
23279   sort:
23280   - "IP6BASE"
23281   - "POLICE_MARK"
23282   - "COPWHLIST"
23283   - "IACLDST"
23284   layout:
23285     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23286     layout: "plot-throughput-speedup-analysis"
23287
23288 # Speedup - VPP IPv6 3n-hsw-xl710
23289 -
23290   type: "plot"
23291   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23292   algorithm: "plot_throughput_speedup_analysis"
23293   output-file-type: ".html"
23294   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23295   data: "plot-throughput-speedup-analysis-3n-hsw"
23296   filter: "'NIC_Intel-XL710' and
23297            '78B' and
23298            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23299            'NDRPDR' and
23300            'IP6FWD' and
23301            not 'SRv6' and
23302            not 'IPSEC' and
23303            not 'VHOST'"
23304   parameters:
23305   - "throughput"
23306   - "parent"
23307   - "tags"
23308   sort:
23309   - "IP6BASE"
23310   - "FIB_20K"
23311   - "FIB_200K"
23312   - "FIB_2M"
23313   layout:
23314     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23315     layout: "plot-throughput-speedup-analysis"
23316
23317 -
23318   type: "plot"
23319   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23320   algorithm: "plot_throughput_speedup_analysis"
23321   output-file-type: ".html"
23322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23323   data: "plot-throughput-speedup-analysis-3n-hsw"
23324   filter: "'NIC_Intel-XL710' and
23325            '78B' and
23326            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23327            'NDRPDR' and
23328            'IP6FWD' and
23329            not 'SRv6' and
23330            not 'IPSEC' and
23331            not 'VHOST'"
23332   parameters:
23333   - "throughput"
23334   - "parent"
23335   - "tags"
23336   sort:
23337   - "IP6BASE"
23338   - "FIB_20K"
23339   - "FIB_200K"
23340   - "FIB_2M"
23341   layout:
23342     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23343     layout: "plot-throughput-speedup-analysis"
23344
23345 # Speedup - VPP IPv6 3n-skx-x710
23346 -
23347   type: "plot"
23348   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23349   algorithm: "plot_throughput_speedup_analysis"
23350   output-file-type: ".html"
23351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23352   data: "plot-throughput-speedup-analysis-3n-skx"
23353   filter: "'NIC_Intel-X710' and
23354            '78B' and
23355            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23356            'NDRPDR' and
23357            'IP6FWD' and
23358            not 'SRv6' and
23359            not 'IPSEC' and
23360            not 'VHOST'"
23361   parameters:
23362   - "throughput"
23363   - "parent"
23364   - "tags"
23365   sort:
23366   - "IP6BASE"
23367   - "FIB_20K"
23368   - "FIB_200K"
23369   - "FIB_2M"
23370   layout:
23371     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23372     layout: "plot-throughput-speedup-analysis"
23373
23374 -
23375   type: "plot"
23376   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23377   algorithm: "plot_throughput_speedup_analysis"
23378   output-file-type: ".html"
23379   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23380   data: "plot-throughput-speedup-analysis-3n-skx"
23381   filter: "'NIC_Intel-X710' and
23382            '78B' and
23383            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23384            'NDRPDR' and
23385            'IP6FWD' and
23386            not 'SRv6' and
23387            not 'IPSEC' and
23388            not 'VHOST'"
23389   parameters:
23390   - "throughput"
23391   - "parent"
23392   - "tags"
23393   sort:
23394   - "IP6BASE"
23395   - "FIB_20K"
23396   - "FIB_200K"
23397   - "FIB_2M"
23398   layout:
23399     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23400     layout: "plot-throughput-speedup-analysis"
23401
23402 # Speedup - VPP IPv6 3n-skx-x710 features
23403 -
23404   type: "plot"
23405   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23406   algorithm: "plot_throughput_speedup_analysis"
23407   output-file-type: ".html"
23408   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23409   data: "plot-throughput-speedup-analysis-3n-skx"
23410   filter: "'NIC_Intel-X710' and
23411            '78B' and
23412            ('IP6BASE' or
23413             'POLICE_MARK' or
23414             'COPWHLIST' or
23415             'IACLDST') and
23416            'NDRPDR' and
23417            'IP6FWD' and
23418            not 'SRv6' and
23419            not 'IPSEC' and
23420            not 'VHOST'"
23421   parameters:
23422   - "throughput"
23423   - "parent"
23424   - "tags"
23425   sort:
23426   - "IP6BASE"
23427   - "POLICE_MARK"
23428   - "COPWHLIST"
23429   - "IACLDST"
23430   layout:
23431     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23432     layout: "plot-throughput-speedup-analysis"
23433
23434 -
23435   type: "plot"
23436   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23437   algorithm: "plot_throughput_speedup_analysis"
23438   output-file-type: ".html"
23439   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23440   data: "plot-throughput-speedup-analysis-3n-skx"
23441   filter: "'NIC_Intel-X710' and
23442            '78B' and
23443            ('IP6BASE' or
23444             'POLICE_MARK' or
23445             'COPWHLIST' or
23446             'IACLDST') and
23447            'NDRPDR' and
23448            'IP6FWD' and
23449            not 'SRv6' and
23450            not 'IPSEC' and
23451            not 'VHOST'"
23452   parameters:
23453   - "throughput"
23454   - "parent"
23455   - "tags"
23456   sort:
23457   - "IP6BASE"
23458   - "POLICE_MARK"
23459   - "COPWHLIST"
23460   - "IACLDST"
23461   layout:
23462     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23463     layout: "plot-throughput-speedup-analysis"
23464
23465 # Speedup - VPP IPv6 2n-skx-x710
23466 -
23467   type: "plot"
23468   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23469   algorithm: "plot_throughput_speedup_analysis"
23470   output-file-type: ".html"
23471   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23472   data: "plot-throughput-speedup-analysis-2n-skx"
23473   filter: "'NIC_Intel-X710' and
23474            '78B' and
23475            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23476            'NDRPDR' and
23477            'IP6FWD' and
23478            not 'SRv6' and
23479            not 'IPSEC' and
23480            not 'VHOST'"
23481   parameters:
23482   - "throughput"
23483   - "parent"
23484   - "tags"
23485   sort:
23486   - "IP6BASE"
23487   - "FIB_20K"
23488   - "FIB_200K"
23489   - "FIB_2M"
23490   layout:
23491     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23492     layout: "plot-throughput-speedup-analysis"
23493
23494 -
23495   type: "plot"
23496   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23497   algorithm: "plot_throughput_speedup_analysis"
23498   output-file-type: ".html"
23499   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23500   data: "plot-throughput-speedup-analysis-2n-skx"
23501   filter: "'NIC_Intel-X710' and
23502            '78B' and
23503            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23504            'NDRPDR' and
23505            'IP6FWD' and
23506            not 'SRv6' and
23507            not 'IPSEC' and
23508            not 'VHOST'"
23509   parameters:
23510   - "throughput"
23511   - "parent"
23512   - "tags"
23513   sort:
23514   - "IP6BASE"
23515   - "FIB_20K"
23516   - "FIB_200K"
23517   - "FIB_2M"
23518   layout:
23519     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23520     layout: "plot-throughput-speedup-analysis"
23521
23522 # Speedup - VPP IPv6 2n-skx-xxv710
23523 -
23524   type: "plot"
23525   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23526   algorithm: "plot_throughput_speedup_analysis"
23527   output-file-type: ".html"
23528   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23529   data: "plot-throughput-speedup-analysis-2n-skx"
23530   filter: "'NIC_Intel-XXV710' and
23531            '78B' and
23532            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23533            'NDRPDR' and
23534            'IP6FWD' and
23535            not 'SRv6' and
23536            not 'IPSEC' and
23537            not 'VHOST'"
23538   parameters:
23539   - "throughput"
23540   - "parent"
23541   - "tags"
23542   sort:
23543   - "IP6BASE"
23544   - "FIB_20K"
23545   - "FIB_200K"
23546   - "FIB_2M"
23547   layout:
23548     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
23549     layout: "plot-throughput-speedup-analysis"
23550
23551 -
23552   type: "plot"
23553   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23554   algorithm: "plot_throughput_speedup_analysis"
23555   output-file-type: ".html"
23556   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23557   data: "plot-throughput-speedup-analysis-2n-skx"
23558   filter: "'NIC_Intel-XXV710' and
23559            '78B' and
23560            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23561            'NDRPDR' and
23562            'IP6FWD' and
23563            not 'SRv6' and
23564            not 'IPSEC' and
23565            not 'VHOST'"
23566   parameters:
23567   - "throughput"
23568   - "parent"
23569   - "tags"
23570   sort:
23571   - "IP6BASE"
23572   - "FIB_20K"
23573   - "FIB_200K"
23574   - "FIB_2M"
23575   layout:
23576     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
23577     layout: "plot-throughput-speedup-analysis"
23578
23579 ################################################################################
23580
23581 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23582 -
23583   type: "plot"
23584   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23585   algorithm: "plot_throughput_speedup_analysis"
23586   output-file-type: ".html"
23587   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23588   data: "plot-throughput-speedup-analysis-3n-hsw"
23589   filter: "'NIC_Intel-X520-DA2' and
23590            '78B' and
23591            'ENCAP' and
23592            'NDRPDR' and
23593            'LISP' and
23594            not 'VHOST'"
23595   parameters:
23596   - "throughput"
23597   - "parent"
23598   - "tags"
23599   sort:
23600   - "IP4UNRLAY"
23601   - "IP6UNRLAY"
23602   layout:
23603     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23604     layout: "plot-throughput-speedup-analysis"
23605
23606 -
23607   type: "plot"
23608   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23609   algorithm: "plot_throughput_speedup_analysis"
23610   output-file-type: ".html"
23611   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23612   data: "plot-throughput-speedup-analysis-3n-hsw"
23613   filter: "'NIC_Intel-X520-DA2' and
23614            '78B' and
23615            'ENCAP' and
23616            'NDRPDR' and
23617            'LISP' and
23618            not 'VHOST'"
23619   parameters:
23620   - "throughput"
23621   - "parent"
23622   - "tags"
23623   sort:
23624   - "IP4UNRLAY"
23625   - "IP6UNRLAY"
23626   layout:
23627     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23628     layout: "plot-throughput-speedup-analysis"
23629
23630 ################################################################################
23631
23632 # Speedup - VPP IPSec 3n-hsw-xl710 base
23633 -
23634   type: "plot"
23635   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23636   algorithm: "plot_throughput_speedup_analysis"
23637   output-file-type: ".html"
23638   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23639   data: "plot-throughput-speedup-analysis-3n-hsw"
23640   filter: "'NIC_Intel-XL710' and
23641            '64B' and
23642            'IP4FWD' and
23643            'NDRPDR' and
23644            'BASE' and
23645            'IPSECHW' and
23646            ('IPSECTRAN' or 'IPSECTUN') and
23647            not 'VHOST'"
23648   parameters:
23649   - "throughput"
23650   - "parent"
23651   - "tags"
23652   layout:
23653     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23654     layout: "plot-throughput-speedup-analysis"
23655
23656 -
23657   type: "plot"
23658   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23659   algorithm: "plot_throughput_speedup_analysis"
23660   output-file-type: ".html"
23661   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23662   data: "plot-throughput-speedup-analysis-3n-hsw"
23663   filter: "'NIC_Intel-XL710' and
23664            '64B' and
23665            'IP4FWD' and
23666            'NDRPDR' and
23667            'BASE' and
23668            'IPSECHW' and
23669            ('IPSECTRAN' or 'IPSECTUN') and
23670            not 'VHOST'"
23671   parameters:
23672   - "throughput"
23673   - "parent"
23674   - "tags"
23675   layout:
23676     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23677     layout: "plot-throughput-speedup-analysis"
23678
23679 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23680 -
23681   type: "plot"
23682   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23683   algorithm: "plot_throughput_speedup_analysis"
23684   output-file-type: ".html"
23685   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23686   data: "plot-throughput-speedup-analysis-3n-hsw"
23687   filter: "'NIC_Intel-XL710' and
23688            '64B' and
23689            'IP4FWD' and
23690            'NDRPDR' and
23691            'SCALE' and
23692            'IPSECHW' and
23693            ('IPSECTRAN' or 'IPSECTUN') and
23694            not 'VHOST'"
23695   parameters:
23696   - "throughput"
23697   - "parent"
23698   - "tags"
23699   layout:
23700     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23701     layout: "plot-throughput-speedup-analysis"
23702
23703 -
23704   type: "plot"
23705   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23706   algorithm: "plot_throughput_speedup_analysis"
23707   output-file-type: ".html"
23708   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23709   data: "plot-throughput-speedup-analysis-3n-hsw"
23710   filter: "'NIC_Intel-XL710' and
23711            '64B' and
23712            'IP4FWD' and
23713            'NDRPDR' and
23714            'SCALE' and
23715            'IPSECHW' and
23716            ('IPSECTRAN' or 'IPSECTUN') and
23717            not 'VHOST'"
23718   parameters:
23719   - "throughput"
23720   - "parent"
23721   - "tags"
23722   layout:
23723     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23724     layout: "plot-throughput-speedup-analysis"
23725
23726 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23727 -
23728   type: "plot"
23729   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23730   algorithm: "plot_throughput_speedup_analysis"
23731   output-file-type: ".html"
23732   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23733   data: "plot-throughput-speedup-analysis-3n-hsw"
23734   filter: "'NIC_Intel-XL710' and
23735            '64B' and
23736            'IP4FWD' and
23737            'NDRPDR' and
23738            'IPSECSW' and
23739            ('IPSECTRAN' or 'IPSECTUN') and
23740            not 'VHOST'"
23741   parameters:
23742   - "throughput"
23743   - "parent"
23744   - "tags"
23745   layout:
23746     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23747     layout: "plot-throughput-speedup-analysis"
23748
23749 -
23750   type: "plot"
23751   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23752   algorithm: "plot_throughput_speedup_analysis"
23753   output-file-type: ".html"
23754   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23755   data: "plot-throughput-speedup-analysis-3n-hsw"
23756   filter: "'NIC_Intel-XL710' and
23757            '64B' and
23758            'IP4FWD' and
23759            'NDRPDR' and
23760            'IPSECSW' and
23761            ('IPSECTRAN' or 'IPSECTUN') and
23762            not 'VHOST'"
23763   parameters:
23764   - "throughput"
23765   - "parent"
23766   - "tags"
23767   layout:
23768     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23769     layout: "plot-throughput-speedup-analysis"
23770
23771 ################################################################################
23772
23773 # Speedup - VPP SRv6 3n-hsw-x520
23774 -
23775   type: "plot"
23776   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23777   algorithm: "plot_throughput_speedup_analysis"
23778   output-file-type: ".html"
23779   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23780   data: "plot-throughput-speedup-analysis-3n-hsw"
23781   filter: "'NIC_Intel-X520-DA2' and
23782            '78B' and
23783            'FEATURE' and
23784            'NDRPDR' and
23785            'IP6FWD' and
23786            'SRv6'"
23787   parameters:
23788   - "throughput"
23789   - "parent"
23790   - "tags"
23791   layout:
23792     title: "srv6-3n-hsw-x520-78b-features-ndr"
23793     layout: "plot-throughput-speedup-analysis"
23794
23795 -
23796   type: "plot"
23797   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23798   algorithm: "plot_throughput_speedup_analysis"
23799   output-file-type: ".html"
23800   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23801   data: "plot-throughput-speedup-analysis-3n-hsw"
23802   filter: "'NIC_Intel-X520-DA2' and
23803            '78B' and
23804            'FEATURE' and
23805            'NDRPDR' and
23806            'IP6FWD' and
23807            'SRv6'"
23808   parameters:
23809   - "throughput"
23810   - "parent"
23811   - "tags"
23812   layout:
23813     title: "srv6-3n-hsw-x520-78b-features-pdr"
23814     layout: "plot-throughput-speedup-analysis"
23815
23816 ################################################################################
23817
23818 # Speedup - VPP L2 3n-hsw-x520 base and scale
23819 -
23820   type: "plot"
23821   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23822   algorithm: "plot_throughput_speedup_analysis"
23823   output-file-type: ".html"
23824   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23825   data: "plot-throughput-speedup-analysis-3n-hsw"
23826   filter: "'NIC_Intel-X520-DA2' and
23827            '64B' and
23828            ('BASE' or 'SCALE') and
23829            'NDRPDR' and
23830            'ETH' and
23831            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23832            not 'VHOST' and
23833            not 'MEMIF'"
23834   parameters:
23835   - "throughput"
23836   - "parent"
23837   - "tags"
23838   sort:
23839   - "L2PATCH"
23840   - "L2XCBASE"
23841   - "BASE"
23842   - "FIB_10K"
23843   - "FIB_100K"
23844   - "FIB_1M"
23845   layout:
23846     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
23847     layout: "plot-throughput-speedup-analysis"
23848
23849 -
23850   type: "plot"
23851   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23852   algorithm: "plot_throughput_speedup_analysis"
23853   output-file-type: ".html"
23854   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23855   data: "plot-throughput-speedup-analysis-3n-hsw"
23856   filter: "'NIC_Intel-X520-DA2' and
23857            '64B' and
23858            ('BASE' or 'SCALE') and
23859            'NDRPDR' and
23860            'ETH' and
23861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23862            not 'VHOST' and
23863            not 'MEMIF'"
23864   parameters:
23865   - "throughput"
23866   - "parent"
23867   - "tags"
23868   sort:
23869   - "L2PATCH"
23870   - "L2XCBASE"
23871   - "BASE"
23872   - "FIB_10K"
23873   - "FIB_100K"
23874   - "FIB_1M"
23875   layout:
23876     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
23877     layout: "plot-throughput-speedup-analysis"
23878
23879 # Speedup - VPP L2 3n-hsw-x520 features
23880 -
23881   type: "plot"
23882   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23883   algorithm: "plot_throughput_speedup_analysis"
23884   output-file-type: ".html"
23885   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23886   data: "plot-throughput-speedup-analysis-3n-hsw"
23887   filter: "'NIC_Intel-X520-DA2' and
23888            '64B' and
23889            'NDRPDR' and
23890            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23891            not 'ACL' and
23892            not 'VHOST' and
23893            not 'MEMIF'"
23894   parameters:
23895   - "throughput"
23896   - "parent"
23897   - "tags"
23898   sort:
23899   - "L2XCBASE"    # l2xcbase
23900   - "L2BDBASE"    # l2bdbase
23901   - "L2XCFWD"     # dot1q-l2xcbase
23902   - "L2BDMACLRN"  # dot1q-l2bdbase
23903   layout:
23904     title: "l2sw-3n-hsw-x520-64b-features-ndr"
23905     layout: "plot-throughput-speedup-analysis"
23906
23907 -
23908   type: "plot"
23909   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23910   algorithm: "plot_throughput_speedup_analysis"
23911   output-file-type: ".html"
23912   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23913   data: "plot-throughput-speedup-analysis-3n-hsw"
23914   filter: "'NIC_Intel-X520-DA2' and
23915            '64B' and
23916            'NDRPDR' and
23917            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23918            not 'ACL' and
23919            not 'VHOST' and
23920            not 'MEMIF'"
23921   parameters:
23922   - "throughput"
23923   - "parent"
23924   - "tags"
23925   sort:
23926   - "L2XCBASE"    # l2xcbase
23927   - "L2BDBASE"    # l2bdbase
23928   - "L2XCFWD"     # dot1q-l2xcbase
23929   - "L2BDMACLRN"  # dot1q-l2bdbase
23930   layout:
23931     title: "l2sw-3n-hsw-x520-64b-features-pdr"
23932     layout: "plot-throughput-speedup-analysis"
23933
23934 # Speedup - VPP L2 3n-hsw-x710 base and scale
23935 -
23936   type: "plot"
23937   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23938   algorithm: "plot_throughput_speedup_analysis"
23939   output-file-type: ".html"
23940   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23941   data: "plot-throughput-speedup-analysis-3n-hsw"
23942   filter: "'NIC_Intel-X710' and
23943            '64B' and
23944            ('BASE' or 'SCALE') and
23945            'NDRPDR' and
23946            'ETH' and
23947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23948            not 'VHOST' and
23949            not 'MEMIF'"
23950   parameters:
23951   - "throughput"
23952   - "parent"
23953   - "tags"
23954   sort:
23955   - "L2PATCH"
23956   - "L2XCBASE"
23957   - "BASE"
23958   - "FIB_10K"
23959   - "FIB_100K"
23960   - "FIB_1M"
23961   layout:
23962     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
23963     layout: "plot-throughput-speedup-analysis"
23964
23965 -
23966   type: "plot"
23967   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23968   algorithm: "plot_throughput_speedup_analysis"
23969   output-file-type: ".html"
23970   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23971   data: "plot-throughput-speedup-analysis-3n-hsw"
23972   filter: "'NIC_Intel-X710' and
23973            '64B' and
23974            ('BASE' or 'SCALE') and
23975            'NDRPDR' and
23976            'ETH' and
23977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23978            not 'VHOST' and
23979            not 'MEMIF'"
23980   parameters:
23981   - "throughput"
23982   - "parent"
23983   - "tags"
23984   sort:
23985   - "L2PATCH"
23986   - "L2XCBASE"
23987   - "BASE"
23988   - "FIB_10K"
23989   - "FIB_100K"
23990   - "FIB_1M"
23991   layout:
23992     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
23993     layout: "plot-throughput-speedup-analysis"
23994
23995 # Speedup - VPP L2 3n-hsw-x710 features
23996 -
23997   type: "plot"
23998   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
23999   algorithm: "plot_throughput_speedup_analysis"
24000   output-file-type: ".html"
24001   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24002   data: "plot-throughput-speedup-analysis-3n-hsw"
24003   filter: "'NIC_Intel-X710' and
24004            '64B' and
24005            'NDRPDR' and
24006            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24007            not 'ACL' and
24008            not 'VHOST' and
24009            not 'MEMIF'"
24010   parameters:
24011   - "throughput"
24012   - "parent"
24013   - "tags"
24014   sort:
24015   - "L2XCBASE"    # l2xcbase
24016   - "L2BDBASE"    # l2bdbase
24017   - "L2XCFWD"     # dot1q-l2xcbase
24018   - "L2BDMACLRN"  # dot1q-l2bdbase
24019   layout:
24020     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24021     layout: "plot-throughput-speedup-analysis"
24022
24023 -
24024   type: "plot"
24025   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24026   algorithm: "plot_throughput_speedup_analysis"
24027   output-file-type: ".html"
24028   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24029   data: "plot-throughput-speedup-analysis-3n-hsw"
24030   filter: "'NIC_Intel-X710' and
24031            '64B' and
24032            'NDRPDR' and
24033            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24034            not 'ACL' and
24035            not 'VHOST' and
24036            not 'MEMIF'"
24037   parameters:
24038   - "throughput"
24039   - "parent"
24040   - "tags"
24041   sort:
24042   - "L2XCBASE"    # l2xcbase
24043   - "L2BDBASE"    # l2bdbase
24044   - "L2XCFWD"     # dot1q-l2xcbase
24045   - "L2BDMACLRN"  # dot1q-l2bdbase
24046   layout:
24047     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24048     layout: "plot-throughput-speedup-analysis"
24049
24050 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24051 -
24052   type: "plot"
24053   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24054   algorithm: "plot_throughput_speedup_analysis"
24055   output-file-type: ".html"
24056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24057   data: "plot-throughput-speedup-analysis-3n-hsw"
24058   filter: "'NIC_Intel-XL710' and
24059            '64B' and
24060            ('BASE' or 'SCALE') and
24061            'NDRPDR' and
24062            'ETH' and
24063            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24064            not 'VHOST' and
24065            not 'MEMIF'"
24066   parameters:
24067   - "throughput"
24068   - "parent"
24069   - "tags"
24070   sort:
24071   - "L2PATCH"
24072   - "L2XCBASE"
24073   - "BASE"
24074   - "FIB_10K"
24075   - "FIB_100K"
24076   - "FIB_1M"
24077   layout:
24078     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24079     layout: "plot-throughput-speedup-analysis"
24080
24081 -
24082   type: "plot"
24083   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24084   algorithm: "plot_throughput_speedup_analysis"
24085   output-file-type: ".html"
24086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24087   data: "plot-throughput-speedup-analysis-3n-hsw"
24088   filter: "'NIC_Intel-XL710' and
24089            '64B' and
24090            ('BASE' or 'SCALE') and
24091            'NDRPDR' and
24092            'ETH' and
24093            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24094            not 'VHOST' and
24095            not 'MEMIF'"
24096   parameters:
24097   - "throughput"
24098   - "parent"
24099   - "tags"
24100   sort:
24101   - "L2PATCH"
24102   - "L2XCBASE"
24103   - "BASE"
24104   - "FIB_10K"
24105   - "FIB_100K"
24106   - "FIB_1M"
24107   layout:
24108     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24109     layout: "plot-throughput-speedup-analysis"
24110
24111 # Speedup - VPP L2 3n-skx-x710 base and scale
24112 -
24113   type: "plot"
24114   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24115   algorithm: "plot_throughput_speedup_analysis"
24116   output-file-type: ".html"
24117   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24118   data: "plot-throughput-speedup-analysis-3n-skx"
24119   filter: "'NIC_Intel-X710' and
24120            '64B' and
24121            ('BASE' or 'SCALE') and
24122            'NDRPDR' and
24123            'ETH' and
24124            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24125            not 'VHOST' and
24126            not 'MEMIF'"
24127   parameters:
24128   - "throughput"
24129   - "parent"
24130   - "tags"
24131   sort:
24132   - "L2PATCH"
24133   - "L2XCBASE"
24134   - "BASE"
24135   - "FIB_10K"
24136   - "FIB_100K"
24137   - "FIB_1M"
24138   layout:
24139     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24140     layout: "plot-throughput-speedup-analysis"
24141
24142 -
24143   type: "plot"
24144   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24145   algorithm: "plot_throughput_speedup_analysis"
24146   output-file-type: ".html"
24147   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24148   data: "plot-throughput-speedup-analysis-3n-skx"
24149   filter: "'NIC_Intel-X710' and
24150            '64B' and
24151            ('BASE' or 'SCALE') and
24152            'NDRPDR' and
24153            'ETH' and
24154            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24155            not 'VHOST' and
24156            not 'MEMIF'"
24157   parameters:
24158   - "throughput"
24159   - "parent"
24160   - "tags"
24161   sort:
24162   - "L2PATCH"
24163   - "L2XCBASE"
24164   - "BASE"
24165   - "FIB_10K"
24166   - "FIB_100K"
24167   - "FIB_1M"
24168   layout:
24169     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24170     layout: "plot-throughput-speedup-analysis"
24171
24172 # Speedup - VPP L2 3n-skx-x710 features
24173 -
24174   type: "plot"
24175   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24176   algorithm: "plot_throughput_speedup_analysis"
24177   output-file-type: ".html"
24178   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24179   data: "plot-throughput-speedup-analysis-3n-skx"
24180   filter: "'NIC_Intel-X710' and
24181            '64B' and
24182            'NDRPDR' and
24183            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24184            not 'ACL' and
24185            not 'VHOST' and
24186            not 'MEMIF'"
24187   parameters:
24188   - "throughput"
24189   - "parent"
24190   - "tags"
24191   sort:
24192   - "L2XCBASE"    # l2xcbase
24193   - "L2BDBASE"    # l2bdbase
24194   - "L2XCFWD"     # dot1q-l2xcbase
24195   - "L2BDMACLRN"  # dot1q-l2bdbase
24196   layout:
24197     title: "l2sw-3n-skx-x710-64b-features-ndr"
24198     layout: "plot-throughput-speedup-analysis"
24199
24200 -
24201   type: "plot"
24202   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24203   algorithm: "plot_throughput_speedup_analysis"
24204   output-file-type: ".html"
24205   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24206   data: "plot-throughput-speedup-analysis-3n-skx"
24207   filter: "'NIC_Intel-X710' and
24208            '64B' and
24209            'NDRPDR' and
24210            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24211            not 'ACL' and
24212            not 'VHOST' and
24213            not 'MEMIF'"
24214   parameters:
24215   - "throughput"
24216   - "parent"
24217   - "tags"
24218   sort:
24219   - "L2XCBASE"    # l2xcbase
24220   - "L2BDBASE"    # l2bdbase
24221   - "L2XCFWD"     # dot1q-l2xcbase
24222   - "L2BDMACLRN"  # dot1q-l2bdbase
24223   layout:
24224     title: "l2sw-3n-skx-x710-64b-features-pdr"
24225     layout: "plot-throughput-speedup-analysis"
24226
24227 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24228 -
24229   type: "plot"
24230   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24231   algorithm: "plot_throughput_speedup_analysis"
24232   output-file-type: ".html"
24233   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24234   data: "plot-throughput-speedup-analysis-3n-skx"
24235   filter: "'NIC_Intel-XXV710' and
24236            '64B' and
24237            ('BASE' or 'SCALE') and
24238            'NDRPDR' and
24239            'ETH' and
24240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24241            not 'VHOST' and
24242            not 'MEMIF'"
24243   parameters:
24244   - "throughput"
24245   - "parent"
24246   - "tags"
24247   sort:
24248   - "L2PATCH"
24249   - "L2XCBASE"
24250   - "BASE"
24251   - "FIB_10K"
24252   - "FIB_100K"
24253   - "FIB_1M"
24254   layout:
24255     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24256     layout: "plot-throughput-speedup-analysis"
24257
24258 -
24259   type: "plot"
24260   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24261   algorithm: "plot_throughput_speedup_analysis"
24262   output-file-type: ".html"
24263   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24264   data: "plot-throughput-speedup-analysis-3n-skx"
24265   filter: "'NIC_Intel-XXV710' and
24266            '64B' and
24267            ('BASE' or 'SCALE') and
24268            'NDRPDR' and
24269            'ETH' and
24270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24271            not 'VHOST' and
24272            not 'MEMIF'"
24273   parameters:
24274   - "throughput"
24275   - "parent"
24276   - "tags"
24277   sort:
24278   - "L2PATCH"
24279   - "L2XCBASE"
24280   - "BASE"
24281   - "FIB_10K"
24282   - "FIB_100K"
24283   - "FIB_1M"
24284   layout:
24285     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24286     layout: "plot-throughput-speedup-analysis"
24287
24288 # Speedup - VPP L2 2n-skx-x710 base and scale
24289 -
24290   type: "plot"
24291   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24292   algorithm: "plot_throughput_speedup_analysis"
24293   output-file-type: ".html"
24294   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24295   data: "plot-throughput-speedup-analysis-2n-skx"
24296   filter: "'NIC_Intel-X710' and
24297            '64B' and
24298            ('BASE' or 'SCALE') and
24299            'NDRPDR' and
24300            'ETH' and
24301            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24302            not 'VHOST' and
24303            not 'MEMIF'"
24304   parameters:
24305   - "throughput"
24306   - "parent"
24307   - "tags"
24308   sort:
24309   - "L2PATCH"
24310   - "L2XCBASE"
24311   - "BASE"
24312   - "FIB_10K"
24313   - "FIB_100K"
24314   - "FIB_1M"
24315   layout:
24316     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24317     layout: "plot-throughput-speedup-analysis"
24318
24319 -
24320   type: "plot"
24321   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24322   algorithm: "plot_throughput_speedup_analysis"
24323   output-file-type: ".html"
24324   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24325   data: "plot-throughput-speedup-analysis-2n-skx"
24326   filter: "'NIC_Intel-X710' and
24327            '64B' and
24328            ('BASE' or 'SCALE') and
24329            'NDRPDR' and
24330            'ETH' and
24331            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24332            not 'VHOST' and
24333            not 'MEMIF'"
24334   parameters:
24335   - "throughput"
24336   - "parent"
24337   - "tags"
24338   sort:
24339   - "L2PATCH"
24340   - "L2XCBASE"
24341   - "BASE"
24342   - "FIB_10K"
24343   - "FIB_100K"
24344   - "FIB_1M"
24345   layout:
24346     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24347     layout: "plot-throughput-speedup-analysis"
24348
24349 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24350 -
24351   type: "plot"
24352   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24353   algorithm: "plot_throughput_speedup_analysis"
24354   output-file-type: ".html"
24355   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24356   data: "plot-throughput-speedup-analysis-2n-skx"
24357   filter: "'NIC_Intel-XXV710' and
24358            '64B' and
24359            ('BASE' or 'SCALE') and
24360            'NDRPDR' and
24361            'ETH' and
24362            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24363            not 'VHOST' and
24364            not 'MEMIF'"
24365   parameters:
24366   - "throughput"
24367   - "parent"
24368   - "tags"
24369   sort:
24370   - "L2PATCH"
24371   - "L2XCBASE"
24372   - "BASE"
24373   - "FIB_10K"
24374   - "FIB_100K"
24375   - "FIB_1M"
24376   layout:
24377     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24378     layout: "plot-throughput-speedup-analysis"
24379
24380 -
24381   type: "plot"
24382   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24383   algorithm: "plot_throughput_speedup_analysis"
24384   output-file-type: ".html"
24385   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24386   data: "plot-throughput-speedup-analysis-2n-skx"
24387   filter: "'NIC_Intel-XXV710' and
24388            '64B' and
24389            ('BASE' or 'SCALE') and
24390            'NDRPDR' and
24391            'ETH' and
24392            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24393            not 'VHOST' and
24394            not 'MEMIF'"
24395   parameters:
24396   - "throughput"
24397   - "parent"
24398   - "tags"
24399   sort:
24400   - "L2PATCH"
24401   - "L2XCBASE"
24402   - "BASE"
24403   - "FIB_10K"
24404   - "FIB_100K"
24405   - "FIB_1M"
24406   layout:
24407     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24408     layout: "plot-throughput-speedup-analysis"
24409
24410 ################################################################################
24411
24412 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24413 -
24414   type: "plot"
24415   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24416   algorithm: "plot_throughput_speedup_analysis"
24417   output-file-type: ".html"
24418   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24419   data: "plot-throughput-speedup-analysis-3n-hsw"
24420   filter: "'NIC_Intel-X520-DA2' and
24421            '64B' and
24422            'NDRPDR' and
24423            'ETH' and
24424            'IP4FWD' and
24425            'VHOST_1024' and
24426            not 'VXLAN' and
24427            not 'DOT1Q'"
24428   parameters:
24429   - "throughput"
24430   - "parent"
24431   - "tags"
24432   sort:
24433   - "not CFS_OPT"
24434   - "1VM"
24435   - "2VM"
24436   layout:
24437     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24438     layout: "plot-throughput-speedup-analysis"
24439
24440 -
24441   type: "plot"
24442   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24443   algorithm: "plot_throughput_speedup_analysis"
24444   output-file-type: ".html"
24445   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24446   data: "plot-throughput-speedup-analysis-3n-hsw"
24447   filter: "'NIC_Intel-X520-DA2' and
24448            '64B' and
24449            'NDRPDR' and
24450            'ETH' and
24451            'IP4FWD' and
24452            'VHOST_1024' and
24453            not 'VXLAN' and
24454            not 'DOT1Q'"
24455   parameters:
24456   - "throughput"
24457   - "parent"
24458   - "tags"
24459   sort:
24460   - "not CFS_OPT"
24461   - "1VM"
24462   - "2VM"
24463   layout:
24464     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24465     layout: "plot-throughput-speedup-analysis"
24466
24467 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24468 -
24469   type: "plot"
24470   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24471   algorithm: "plot_throughput_speedup_analysis"
24472   output-file-type: ".html"
24473   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24474   data: "plot-throughput-speedup-analysis-3n-hsw"
24475   filter: "'NIC_Intel-X520-DA2' and
24476            '64B' and
24477            'NDRPDR' and
24478            'ETH' and
24479            'L2BDMACLRN' and
24480            'VHOST_1024' and
24481            not 'VXLAN' and
24482            not 'IP4FWD' and
24483            not 'DOT1Q' and
24484            not '2VM'"
24485   parameters:
24486   - "throughput"
24487   - "parent"
24488   - "tags"
24489   sort:
24490   - "VM"  # "not CFS_OPT"
24491   - "CFS_OPT"
24492   - "FIB_10K"
24493   - "FIB_100K"
24494   - "FIB_1M"
24495   layout:
24496     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24497     layout: "plot-throughput-speedup-analysis"
24498
24499 -
24500   type: "plot"
24501   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24502   algorithm: "plot_throughput_speedup_analysis"
24503   output-file-type: ".html"
24504   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24505   data: "plot-throughput-speedup-analysis-3n-hsw"
24506   filter: "'NIC_Intel-X520-DA2' and
24507            '64B' and
24508            'NDRPDR' and
24509            'ETH' and
24510            'L2BDMACLRN' and
24511            'VHOST_1024' and
24512            not 'VXLAN' and
24513            not 'IP4FWD' and
24514            not 'DOT1Q' and
24515            not '2VM'"
24516   parameters:
24517   - "throughput"
24518   - "parent"
24519   - "tags"
24520   sort:
24521   - "VM"  # "not CFS_OPT"
24522   - "CFS_OPT"
24523   - "FIB_10K"
24524   - "FIB_100K"
24525   - "FIB_1M"
24526   layout:
24527     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24528     layout: "plot-throughput-speedup-analysis"
24529
24530 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24531 -
24532   type: "plot"
24533   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24534   algorithm: "plot_throughput_speedup_analysis"
24535   output-file-type: ".html"
24536   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24537   data: "plot-throughput-speedup-analysis-3n-hsw"
24538   filter: "'NIC_Intel-X520-DA2' and
24539            '64B' and
24540            'NDRPDR' and
24541            'ETH' and
24542            'BASE' and
24543            ('L2BDMACLRN' or 'L2XCFWD') and
24544            'VHOST_1024' and
24545            not 'VXLAN' and
24546            not 'IP4FWD' and
24547            not 'DOT1Q' and
24548            not '2VM'"
24549   parameters:
24550   - "throughput"
24551   - "parent"
24552   - "tags"
24553   sort:
24554   - "not CFS_OPT"
24555   - "L2XCFWD"
24556   - "not CFS_OPT"
24557   - "CFS_OPT"
24558   layout:
24559     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24560     layout: "plot-throughput-speedup-analysis"
24561
24562 -
24563   type: "plot"
24564   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24565   algorithm: "plot_throughput_speedup_analysis"
24566   output-file-type: ".html"
24567   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24568   data: "plot-throughput-speedup-analysis-3n-hsw"
24569   filter: "'NIC_Intel-X520-DA2' and
24570            '64B' and
24571            'NDRPDR' and
24572            'ETH' and
24573            'BASE' and
24574            ('L2BDMACLRN' or 'L2XCFWD') and
24575            'VHOST_1024' and
24576            not 'VXLAN' and
24577            not 'IP4FWD' and
24578            not 'DOT1Q' and
24579            not '2VM'"
24580   parameters:
24581   - "throughput"
24582   - "parent"
24583   - "tags"
24584   sort:
24585   - "not CFS_OPT"
24586   - "L2XCFWD"
24587   - "not CFS_OPT"
24588   - "CFS_OPT"
24589   layout:
24590     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24591     layout: "plot-throughput-speedup-analysis"
24592
24593 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24594 -
24595   type: "plot"
24596   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24597   algorithm: "plot_throughput_speedup_analysis"
24598   output-file-type: ".html"
24599   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24600   data: "plot-throughput-speedup-analysis-3n-hsw"
24601   filter: "'NIC_Intel-X520-DA2' and
24602            '64B' and
24603            'NDRPDR' and
24604            'ETH' and
24605            ('L2BDMACLRN' or 'L2XCFWD') and
24606            'VHOST_1024' and
24607            not 'CFS_OPT' and
24608            not 'VXLAN' and
24609            not 'IP4FWD' and
24610            not 'DOT1Q'"
24611   parameters:
24612   - "throughput"
24613   - "parent"
24614   - "tags"
24615   sort:
24616   - "1VM"
24617   - "L2XCFWD"
24618   - "1VM"
24619   - "L2BDMACLRN"
24620   layout:
24621     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24622     layout: "plot-throughput-speedup-analysis"
24623
24624 -
24625   type: "plot"
24626   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24627   algorithm: "plot_throughput_speedup_analysis"
24628   output-file-type: ".html"
24629   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24630   data: "plot-throughput-speedup-analysis-3n-hsw"
24631   filter: "'NIC_Intel-X520-DA2' and
24632            '64B' and
24633            'NDRPDR' and
24634            'ETH' and
24635            ('L2BDMACLRN' or 'L2XCFWD') and
24636            'VHOST_1024' and
24637            not 'CFS_OPT' and
24638            not 'VXLAN' and
24639            not 'IP4FWD' and
24640            not 'DOT1Q'"
24641   parameters:
24642   - "throughput"
24643   - "parent"
24644   - "tags"
24645   sort:
24646   - "1VM"
24647   - "L2XCFWD"
24648   - "1VM"
24649   - "L2BDMACLRN"
24650   layout:
24651     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24652     layout: "plot-throughput-speedup-analysis"
24653
24654 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24655 -
24656   type: "plot"
24657   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24658   algorithm: "plot_throughput_speedup_analysis"
24659   output-file-type: ".html"
24660   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24661   data: "plot-throughput-speedup-analysis-3n-hsw"
24662   filter: "'NIC_Intel-X710' and
24663            '64B' and
24664            'NDRPDR' and
24665            'ETH' and
24666            'IP4FWD' and
24667            'VHOST_1024' and
24668            not 'VXLAN' and
24669            not 'DOT1Q'"
24670   parameters:
24671   - "throughput"
24672   - "parent"
24673   - "tags"
24674   sort:
24675   - "not CFS_OPT"
24676   - "1VM"
24677   - "2VM"
24678   layout:
24679     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24680     layout: "plot-throughput-speedup-analysis"
24681
24682 -
24683   type: "plot"
24684   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24685   algorithm: "plot_throughput_speedup_analysis"
24686   output-file-type: ".html"
24687   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24688   data: "plot-throughput-speedup-analysis-3n-hsw"
24689   filter: "'NIC_Intel-X710' and
24690            '64B' and
24691            'NDRPDR' and
24692            'ETH' and
24693            'IP4FWD' and
24694            'VHOST_1024' and
24695            not 'VXLAN' and
24696            not 'DOT1Q'"
24697   parameters:
24698   - "throughput"
24699   - "parent"
24700   - "tags"
24701   sort:
24702   - "not CFS_OPT"
24703   - "1VM"
24704   - "2VM"
24705   layout:
24706     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24707     layout: "plot-throughput-speedup-analysis"
24708
24709 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24710 -
24711   type: "plot"
24712   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24713   algorithm: "plot_throughput_speedup_analysis"
24714   output-file-type: ".html"
24715   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24716   data: "plot-throughput-speedup-analysis-3n-hsw"
24717   filter: "'NIC_Intel-X710' and
24718            '64B' and
24719            'NDRPDR' and
24720            'ETH' and
24721            'L2BDMACLRN' and
24722            'VHOST_1024' and
24723            not 'VXLAN' and
24724            not 'IP4FWD' and
24725            not 'DOT1Q' and
24726            not '2VM'"
24727   parameters:
24728   - "throughput"
24729   - "parent"
24730   - "tags"
24731   sort:
24732   - "VM"  # "not CFS_OPT"
24733   - "CFS_OPT"
24734   - "FIB_10K"
24735   - "FIB_100K"
24736   - "FIB_1M"
24737   layout:
24738     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24739     layout: "plot-throughput-speedup-analysis"
24740
24741 -
24742   type: "plot"
24743   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24744   algorithm: "plot_throughput_speedup_analysis"
24745   output-file-type: ".html"
24746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24747   data: "plot-throughput-speedup-analysis-3n-hsw"
24748   filter: "'NIC_Intel-X710' and
24749            '64B' and
24750            'NDRPDR' and
24751            'ETH' and
24752            'L2BDMACLRN' and
24753            'VHOST_1024' and
24754            not 'VXLAN' and
24755            not 'IP4FWD' and
24756            not 'DOT1Q' and
24757            not '2VM'"
24758   parameters:
24759   - "throughput"
24760   - "parent"
24761   - "tags"
24762   sort:
24763   - "VM"  # "not CFS_OPT"
24764   - "CFS_OPT"
24765   - "FIB_10K"
24766   - "FIB_100K"
24767   - "FIB_1M"
24768   layout:
24769     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24770     layout: "plot-throughput-speedup-analysis"
24771
24772 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24773 -
24774   type: "plot"
24775   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24776   algorithm: "plot_throughput_speedup_analysis"
24777   output-file-type: ".html"
24778   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24779   data: "plot-throughput-speedup-analysis-3n-hsw"
24780   filter: "'NIC_Intel-X710' and
24781            '64B' and
24782            'NDRPDR' and
24783            'ETH' and
24784            'BASE' and
24785            ('L2BDMACLRN' or 'L2XCFWD') and
24786            'VHOST_1024' and
24787            not 'VXLAN' and
24788            not 'IP4FWD' and
24789            not 'DOT1Q' and
24790            not '2VM'"
24791   parameters:
24792   - "throughput"
24793   - "parent"
24794   - "tags"
24795   sort:
24796   - "not CFS_OPT"
24797   - "L2XCFWD"
24798   - "not CFS_OPT"
24799   - "CFS_OPT"
24800   layout:
24801     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24802     layout: "plot-throughput-speedup-analysis"
24803
24804 -
24805   type: "plot"
24806   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24807   algorithm: "plot_throughput_speedup_analysis"
24808   output-file-type: ".html"
24809   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24810   data: "plot-throughput-speedup-analysis-3n-hsw"
24811   filter: "'NIC_Intel-X710' and
24812            '64B' and
24813            'NDRPDR' and
24814            'ETH' and
24815            'BASE' and
24816            ('L2BDMACLRN' or 'L2XCFWD') and
24817            'VHOST_1024' and
24818            not 'VXLAN' and
24819            not 'IP4FWD' and
24820            not 'DOT1Q' and
24821            not '2VM'"
24822   parameters:
24823   - "throughput"
24824   - "parent"
24825   - "tags"
24826   sort:
24827   - "not CFS_OPT"
24828   - "L2XCFWD"
24829   - "not CFS_OPT"
24830   - "CFS_OPT"
24831   layout:
24832     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
24833     layout: "plot-throughput-speedup-analysis"
24834
24835 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
24836 -
24837   type: "plot"
24838   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24839   algorithm: "plot_throughput_speedup_analysis"
24840   output-file-type: ".html"
24841   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24842   data: "plot-throughput-speedup-analysis-3n-hsw"
24843   filter: "'NIC_Intel-X710' and
24844            '64B' and
24845            'NDRPDR' and
24846            'ETH' and
24847            ('L2BDMACLRN' or 'L2XCFWD') and
24848            'VHOST_1024' and
24849            not 'CFS_OPT' and
24850            not 'VXLAN' and
24851            not 'IP4FWD' and
24852            not 'DOT1Q'"
24853   parameters:
24854   - "throughput"
24855   - "parent"
24856   - "tags"
24857   sort:
24858   - "1VM"
24859   - "L2XCFWD"
24860   - "1VM"
24861   - "L2BDMACLRN"
24862   layout:
24863     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
24864     layout: "plot-throughput-speedup-analysis"
24865
24866 -
24867   type: "plot"
24868   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24869   algorithm: "plot_throughput_speedup_analysis"
24870   output-file-type: ".html"
24871   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24872   data: "plot-throughput-speedup-analysis-3n-hsw"
24873   filter: "'NIC_Intel-X710' and
24874            '64B' and
24875            'NDRPDR' and
24876            'ETH' and
24877            ('L2BDMACLRN' or 'L2XCFWD') and
24878            'VHOST_1024' and
24879            not 'CFS_OPT' and
24880            not 'VXLAN' and
24881            not 'IP4FWD' and
24882            not 'DOT1Q'"
24883   parameters:
24884   - "throughput"
24885   - "parent"
24886   - "tags"
24887   sort:
24888   - "1VM"
24889   - "L2XCFWD"
24890   - "1VM"
24891   - "L2BDMACLRN"
24892   layout:
24893     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
24894     layout: "plot-throughput-speedup-analysis"
24895
24896 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
24897 -
24898   type: "plot"
24899   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24900   algorithm: "plot_throughput_speedup_analysis"
24901   output-file-type: ".html"
24902   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24903   data: "plot-throughput-speedup-analysis-3n-hsw"
24904   filter: "'NIC_Intel-XL710' and
24905            '64B' and
24906            'NDRPDR' and
24907            'ETH' and
24908            'IP4FWD' and
24909            'VHOST_1024' and
24910            not 'VXLAN' and
24911            not 'DOT1Q'"
24912   parameters:
24913   - "throughput"
24914   - "parent"
24915   - "tags"
24916   sort:
24917   - "not CFS_OPT"
24918   - "1VM"
24919   - "2VM"
24920   layout:
24921     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24922     layout: "plot-throughput-speedup-analysis"
24923
24924 -
24925   type: "plot"
24926   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24927   algorithm: "plot_throughput_speedup_analysis"
24928   output-file-type: ".html"
24929   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24930   data: "plot-throughput-speedup-analysis-3n-hsw"
24931   filter: "'NIC_Intel-XL710' and
24932            '64B' and
24933            'NDRPDR' and
24934            'ETH' and
24935            'IP4FWD' and
24936            'VHOST_1024' and
24937            not 'VXLAN' and
24938            not 'DOT1Q'"
24939   parameters:
24940   - "throughput"
24941   - "parent"
24942   - "tags"
24943   sort:
24944   - "not CFS_OPT"
24945   - "1VM"
24946   - "2VM"
24947   layout:
24948     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
24949     layout: "plot-throughput-speedup-analysis"
24950
24951 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
24952 -
24953   type: "plot"
24954   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24955   algorithm: "plot_throughput_speedup_analysis"
24956   output-file-type: ".html"
24957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24958   data: "plot-throughput-speedup-analysis-3n-hsw"
24959   filter: "'NIC_Intel-XL710' and
24960            '64B' and
24961            'NDRPDR' and
24962            'ETH' and
24963            'L2BDMACLRN' and
24964            'VHOST_1024' and
24965            not 'VXLAN' and
24966            not 'IP4FWD' and
24967            not 'DOT1Q' and
24968            not '2VM'"
24969   parameters:
24970   - "throughput"
24971   - "parent"
24972   - "tags"
24973   sort:
24974   - "VM"  # "not CFS_OPT"
24975   - "CFS_OPT"
24976   - "FIB_10K"
24977   - "FIB_100K"
24978   - "FIB_1M"
24979   layout:
24980     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24981     layout: "plot-throughput-speedup-analysis"
24982
24983 -
24984   type: "plot"
24985   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24986   algorithm: "plot_throughput_speedup_analysis"
24987   output-file-type: ".html"
24988   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24989   data: "plot-throughput-speedup-analysis-3n-hsw"
24990   filter: "'NIC_Intel-XL710' and
24991            '64B' and
24992            'NDRPDR' and
24993            'ETH' and
24994            'L2BDMACLRN' and
24995            'VHOST_1024' and
24996            not 'VXLAN' and
24997            not 'IP4FWD' and
24998            not 'DOT1Q' and
24999            not '2VM'"
25000   parameters:
25001   - "throughput"
25002   - "parent"
25003   - "tags"
25004   sort:
25005   - "VM"  # "not CFS_OPT"
25006   - "CFS_OPT"
25007   - "FIB_10K"
25008   - "FIB_100K"
25009   - "FIB_1M"
25010   layout:
25011     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25012     layout: "plot-throughput-speedup-analysis"
25013
25014 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25015 -
25016   type: "plot"
25017   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25018   algorithm: "plot_throughput_speedup_analysis"
25019   output-file-type: ".html"
25020   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25021   data: "plot-throughput-speedup-analysis-3n-hsw"
25022   filter: "'NIC_Intel-XL710' and
25023            '64B' and
25024            'NDRPDR' and
25025            'ETH' and
25026            'BASE' and
25027            ('L2BDMACLRN' or 'L2XCFWD') and
25028            'VHOST_1024' and
25029            not 'VXLAN' and
25030            not 'IP4FWD' and
25031            not 'DOT1Q' and
25032            not '2VM'"
25033   parameters:
25034   - "throughput"
25035   - "parent"
25036   - "tags"
25037   sort:
25038   - "not CFS_OPT"
25039   - "L2XCFWD"
25040   - "not CFS_OPT"
25041   - "CFS_OPT"
25042   layout:
25043     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25044     layout: "plot-throughput-speedup-analysis"
25045
25046 -
25047   type: "plot"
25048   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25049   algorithm: "plot_throughput_speedup_analysis"
25050   output-file-type: ".html"
25051   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25052   data: "plot-throughput-speedup-analysis-3n-hsw"
25053   filter: "'NIC_Intel-XL710' and
25054            '64B' and
25055            'NDRPDR' and
25056            'ETH' and
25057            'BASE' and
25058            ('L2BDMACLRN' or 'L2XCFWD') and
25059            'VHOST_1024' and
25060            not 'VXLAN' and
25061            not 'IP4FWD' and
25062            not 'DOT1Q' and
25063            not '2VM'"
25064   parameters:
25065   - "throughput"
25066   - "parent"
25067   - "tags"
25068   sort:
25069   - "not CFS_OPT"
25070   - "L2XCFWD"
25071   - "not CFS_OPT"
25072   - "CFS_OPT"
25073   layout:
25074     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25075     layout: "plot-throughput-speedup-analysis"
25076
25077 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25078 -
25079   type: "plot"
25080   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25081   algorithm: "plot_throughput_speedup_analysis"
25082   output-file-type: ".html"
25083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25084   data: "plot-throughput-speedup-analysis-3n-hsw"
25085   filter: "'NIC_Intel-XL710' and
25086            '64B' and
25087            'NDRPDR' and
25088            'ETH' and
25089            ('L2BDMACLRN' or 'L2XCFWD') and
25090            'VHOST_1024' and
25091            not 'CFS_OPT' and
25092            not 'VXLAN' and
25093            not 'IP4FWD' and
25094            not 'DOT1Q'"
25095   parameters:
25096   - "throughput"
25097   - "parent"
25098   - "tags"
25099   sort:
25100   - "1VM"
25101   - "L2XCFWD"
25102   - "1VM"
25103   - "L2BDMACLRN"
25104   layout:
25105     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25106     layout: "plot-throughput-speedup-analysis"
25107
25108 -
25109   type: "plot"
25110   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25111   algorithm: "plot_throughput_speedup_analysis"
25112   output-file-type: ".html"
25113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25114   data: "plot-throughput-speedup-analysis-3n-hsw"
25115   filter: "'NIC_Intel-XL710' and
25116            '64B' and
25117            'NDRPDR' and
25118            'ETH' and
25119            ('L2BDMACLRN' or 'L2XCFWD') and
25120            'VHOST_1024' and
25121            not 'CFS_OPT' and
25122            not 'VXLAN' and
25123            not 'IP4FWD' and
25124            not 'DOT1Q'"
25125   parameters:
25126   - "throughput"
25127   - "parent"
25128   - "tags"
25129   sort:
25130   - "1VM"
25131   - "L2XCFWD"
25132   - "1VM"
25133   - "L2BDMACLRN"
25134   layout:
25135     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25136     layout: "plot-throughput-speedup-analysis"
25137
25138 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25139 -
25140   type: "plot"
25141   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25142   algorithm: "plot_throughput_speedup_analysis"
25143   output-file-type: ".html"
25144   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25145   data: "plot-throughput-speedup-analysis-3n-skx"
25146   filter: "'NIC_Intel-X710' and
25147            '64B' and
25148            'NDRPDR' and
25149            'ETH' and
25150            'IP4FWD' and
25151            'VHOST_1024' and
25152            not 'VXLAN' and
25153            not 'DOT1Q'"
25154   parameters:
25155   - "throughput"
25156   - "parent"
25157   - "tags"
25158   sort:
25159   - "not CFS_OPT"
25160   - "1VM"
25161   - "2VM"
25162   layout:
25163     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25164     layout: "plot-throughput-speedup-analysis"
25165
25166 -
25167   type: "plot"
25168   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25169   algorithm: "plot_throughput_speedup_analysis"
25170   output-file-type: ".html"
25171   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25172   data: "plot-throughput-speedup-analysis-3n-skx"
25173   filter: "'NIC_Intel-X710' and
25174            '64B' and
25175            'NDRPDR' and
25176            'ETH' and
25177            'IP4FWD' and
25178            'VHOST_1024' and
25179            not 'VXLAN' and
25180            not 'DOT1Q'"
25181   parameters:
25182   - "throughput"
25183   - "parent"
25184   - "tags"
25185   sort:
25186   - "not CFS_OPT"
25187   - "1VM"
25188   - "2VM"
25189   layout:
25190     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25191     layout: "plot-throughput-speedup-analysis"
25192
25193 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25194 -
25195   type: "plot"
25196   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25197   algorithm: "plot_throughput_speedup_analysis"
25198   output-file-type: ".html"
25199   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25200   data: "plot-throughput-speedup-analysis-3n-skx"
25201   filter: "'NIC_Intel-X710' and
25202            '64B' and
25203            'NDRPDR' and
25204            'ETH' and
25205            'L2BDMACLRN' and
25206            'VHOST_1024' and
25207            not 'VXLAN' and
25208            not 'IP4FWD' and
25209            not 'DOT1Q' and
25210            not '2VM'"
25211   parameters:
25212   - "throughput"
25213   - "parent"
25214   - "tags"
25215   sort:
25216   - "VM"  # "not CFS_OPT"
25217   - "CFS_OPT"
25218   - "FIB_10K"
25219   - "FIB_100K"
25220   - "FIB_1M"
25221   layout:
25222     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25223     layout: "plot-throughput-speedup-analysis"
25224
25225 -
25226   type: "plot"
25227   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25228   algorithm: "plot_throughput_speedup_analysis"
25229   output-file-type: ".html"
25230   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25231   data: "plot-throughput-speedup-analysis-3n-skx"
25232   filter: "'NIC_Intel-X710' and
25233            '64B' and
25234            'NDRPDR' and
25235            'ETH' and
25236            'L2BDMACLRN' and
25237            'VHOST_1024' and
25238            not 'VXLAN' and
25239            not 'IP4FWD' and
25240            not 'DOT1Q' and
25241            not '2VM'"
25242   parameters:
25243   - "throughput"
25244   - "parent"
25245   - "tags"
25246   sort:
25247   - "VM"  # "not CFS_OPT"
25248   - "CFS_OPT"
25249   - "FIB_10K"
25250   - "FIB_100K"
25251   - "FIB_1M"
25252   layout:
25253     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25254     layout: "plot-throughput-speedup-analysis"
25255
25256 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25257 -
25258   type: "plot"
25259   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25260   algorithm: "plot_throughput_speedup_analysis"
25261   output-file-type: ".html"
25262   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25263   data: "plot-throughput-speedup-analysis-3n-skx"
25264   filter: "'NIC_Intel-X710' and
25265            '64B' and
25266            'NDRPDR' and
25267            'ETH' and
25268            'BASE' and
25269            ('L2BDMACLRN' or 'L2XCFWD') and
25270            'VHOST_1024' and
25271            not 'VXLAN' and
25272            not 'IP4FWD' and
25273            not 'DOT1Q' and
25274            not '2VM'"
25275   parameters:
25276   - "throughput"
25277   - "parent"
25278   - "tags"
25279   sort:
25280   - "not CFS_OPT"
25281   - "L2XCFWD"
25282   - "not CFS_OPT"
25283   - "CFS_OPT"
25284   layout:
25285     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25286     layout: "plot-throughput-speedup-analysis"
25287
25288 -
25289   type: "plot"
25290   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25291   algorithm: "plot_throughput_speedup_analysis"
25292   output-file-type: ".html"
25293   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25294   data: "plot-throughput-speedup-analysis-3n-skx"
25295   filter: "'NIC_Intel-X710' and
25296            '64B' and
25297            'NDRPDR' and
25298            'ETH' and
25299            'BASE' and
25300            ('L2BDMACLRN' or 'L2XCFWD') and
25301            'VHOST_1024' and
25302            not 'VXLAN' and
25303            not 'IP4FWD' and
25304            not 'DOT1Q' and
25305            not '2VM'"
25306   parameters:
25307   - "throughput"
25308   - "parent"
25309   - "tags"
25310   sort:
25311   - "not CFS_OPT"
25312   - "L2XCFWD"
25313   - "not CFS_OPT"
25314   - "CFS_OPT"
25315   layout:
25316     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25317     layout: "plot-throughput-speedup-analysis"
25318
25319 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25320 -
25321   type: "plot"
25322   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25323   algorithm: "plot_throughput_speedup_analysis"
25324   output-file-type: ".html"
25325   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25326   data: "plot-throughput-speedup-analysis-3n-skx"
25327   filter: "'NIC_Intel-X710' and
25328            '64B' and
25329            'NDRPDR' and
25330            'ETH' and
25331            ('L2BDMACLRN' or 'L2XCFWD') and
25332            'VHOST_1024' and
25333            not 'CFS_OPT' and
25334            not 'VXLAN' and
25335            not 'IP4FWD' and
25336            not 'DOT1Q'"
25337   parameters:
25338   - "throughput"
25339   - "parent"
25340   - "tags"
25341   sort:
25342   - "1VM"
25343   - "L2XCFWD"
25344   - "1VM"
25345   - "L2BDMACLRN"
25346   layout:
25347     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25348     layout: "plot-throughput-speedup-analysis"
25349
25350 -
25351   type: "plot"
25352   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25353   algorithm: "plot_throughput_speedup_analysis"
25354   output-file-type: ".html"
25355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25356   data: "plot-throughput-speedup-analysis-3n-skx"
25357   filter: "'NIC_Intel-X710' and
25358            '64B' and
25359            'NDRPDR' and
25360            'ETH' and
25361            ('L2BDMACLRN' or 'L2XCFWD') and
25362            'VHOST_1024' and
25363            not 'CFS_OPT' and
25364            not 'VXLAN' and
25365            not 'IP4FWD' and
25366            not 'DOT1Q'"
25367   parameters:
25368   - "throughput"
25369   - "parent"
25370   - "tags"
25371   sort:
25372   - "1VM"
25373   - "L2XCFWD"
25374   - "1VM"
25375   - "L2BDMACLRN"
25376   layout:
25377     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25378     layout: "plot-throughput-speedup-analysis"
25379
25380 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25381 -
25382   type: "plot"
25383   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25384   algorithm: "plot_throughput_speedup_analysis"
25385   output-file-type: ".html"
25386   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25387   data: "plot-throughput-speedup-analysis-2n-skx"
25388   filter: "'NIC_Intel-X710' and
25389            '64B' and
25390            'NDRPDR' and
25391            'ETH' and
25392            'IP4FWD' and
25393            'VHOST_1024' and
25394            not 'VXLAN' and
25395            not 'DOT1Q'"
25396   parameters:
25397   - "throughput"
25398   - "parent"
25399   - "tags"
25400   sort:
25401   - "not CFS_OPT"
25402   - "1VM"
25403   - "2VM"
25404   layout:
25405     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25406     layout: "plot-throughput-speedup-analysis"
25407
25408 -
25409   type: "plot"
25410   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25411   algorithm: "plot_throughput_speedup_analysis"
25412   output-file-type: ".html"
25413   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25414   data: "plot-throughput-speedup-analysis-2n-skx"
25415   filter: "'NIC_Intel-X710' and
25416            '64B' and
25417            'NDRPDR' and
25418            'ETH' and
25419            'IP4FWD' and
25420            'VHOST_1024' and
25421            not 'VXLAN' and
25422            not 'DOT1Q'"
25423   parameters:
25424   - "throughput"
25425   - "parent"
25426   - "tags"
25427   sort:
25428   - "not CFS_OPT"
25429   - "1VM"
25430   - "2VM"
25431   layout:
25432     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25433     layout: "plot-throughput-speedup-analysis"
25434
25435 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25436 -
25437   type: "plot"
25438   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25439   algorithm: "plot_throughput_speedup_analysis"
25440   output-file-type: ".html"
25441   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25442   data: "plot-throughput-speedup-analysis-2n-skx"
25443   filter: "'NIC_Intel-X710' and
25444            '64B' and
25445            'NDRPDR' and
25446            'ETH' and
25447            'L2BDMACLRN' and
25448            'VHOST_1024' and
25449            not 'VXLAN' and
25450            not 'IP4FWD' and
25451            not 'DOT1Q' and
25452            not '2VM'"
25453   parameters:
25454   - "throughput"
25455   - "parent"
25456   - "tags"
25457   sort:
25458   - "VM"  # "not CFS_OPT"
25459   - "CFS_OPT"
25460   - "FIB_10K"
25461   - "FIB_100K"
25462   - "FIB_1M"
25463   layout:
25464     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25465     layout: "plot-throughput-speedup-analysis"
25466
25467 -
25468   type: "plot"
25469   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25470   algorithm: "plot_throughput_speedup_analysis"
25471   output-file-type: ".html"
25472   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25473   data: "plot-throughput-speedup-analysis-2n-skx"
25474   filter: "'NIC_Intel-X710' and
25475            '64B' and
25476            'NDRPDR' and
25477            'ETH' and
25478            'L2BDMACLRN' and
25479            'VHOST_1024' and
25480            not 'VXLAN' and
25481            not 'IP4FWD' and
25482            not 'DOT1Q' and
25483            not '2VM'"
25484   parameters:
25485   - "throughput"
25486   - "parent"
25487   - "tags"
25488   sort:
25489   - "VM"  # "not CFS_OPT"
25490   - "CFS_OPT"
25491   - "FIB_10K"
25492   - "FIB_100K"
25493   - "FIB_1M"
25494   layout:
25495     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25496     layout: "plot-throughput-speedup-analysis"
25497
25498 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25499 -
25500   type: "plot"
25501   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25502   algorithm: "plot_throughput_speedup_analysis"
25503   output-file-type: ".html"
25504   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25505   data: "plot-throughput-speedup-analysis-2n-skx"
25506   filter: "'NIC_Intel-X710' and
25507            '64B' and
25508            'NDRPDR' and
25509            'ETH' and
25510            'BASE' and
25511            ('L2BDMACLRN' or 'L2XCFWD') and
25512            'VHOST_1024' and
25513            not 'VXLAN' and
25514            not 'IP4FWD' and
25515            not 'DOT1Q' and
25516            not '2VM'"
25517   parameters:
25518   - "throughput"
25519   - "parent"
25520   - "tags"
25521   sort:
25522   - "not CFS_OPT"
25523   - "L2XCFWD"
25524   - "not CFS_OPT"
25525   - "CFS_OPT"
25526   layout:
25527     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25528     layout: "plot-throughput-speedup-analysis"
25529
25530 -
25531   type: "plot"
25532   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25533   algorithm: "plot_throughput_speedup_analysis"
25534   output-file-type: ".html"
25535   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25536   data: "plot-throughput-speedup-analysis-2n-skx"
25537   filter: "'NIC_Intel-X710' and
25538            '64B' and
25539            'NDRPDR' and
25540            'ETH' and
25541            'BASE' and
25542            ('L2BDMACLRN' or 'L2XCFWD') and
25543            'VHOST_1024' and
25544            not 'VXLAN' and
25545            not 'IP4FWD' and
25546            not 'DOT1Q' and
25547            not '2VM'"
25548   parameters:
25549   - "throughput"
25550   - "parent"
25551   - "tags"
25552   sort:
25553   - "not CFS_OPT"
25554   - "L2XCFWD"
25555   - "not CFS_OPT"
25556   - "CFS_OPT"
25557   layout:
25558     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25559     layout: "plot-throughput-speedup-analysis"
25560
25561 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25562 -
25563   type: "plot"
25564   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25565   algorithm: "plot_throughput_speedup_analysis"
25566   output-file-type: ".html"
25567   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25568   data: "plot-throughput-speedup-analysis-2n-skx"
25569   filter: "'NIC_Intel-X710' and
25570            '64B' and
25571            'NDRPDR' and
25572            'ETH' and
25573            ('L2BDMACLRN' or 'L2XCFWD') and
25574            'VHOST_1024' and
25575            not 'CFS_OPT' and
25576            not 'VXLAN' and
25577            not 'IP4FWD' and
25578            not 'DOT1Q'"
25579   parameters:
25580   - "throughput"
25581   - "parent"
25582   - "tags"
25583   sort:
25584   - "1VM"
25585   - "L2XCFWD"
25586   - "1VM"
25587   - "L2BDMACLRN"
25588   layout:
25589     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25590     layout: "plot-throughput-speedup-analysis"
25591
25592 -
25593   type: "plot"
25594   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25595   algorithm: "plot_throughput_speedup_analysis"
25596   output-file-type: ".html"
25597   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25598   data: "plot-throughput-speedup-analysis-2n-skx"
25599   filter: "'NIC_Intel-X710' and
25600            '64B' and
25601            'NDRPDR' and
25602            'ETH' and
25603            ('L2BDMACLRN' or 'L2XCFWD') and
25604            'VHOST_1024' and
25605            not 'CFS_OPT' and
25606            not 'VXLAN' and
25607            not 'IP4FWD' and
25608            not 'DOT1Q'"
25609   parameters:
25610   - "throughput"
25611   - "parent"
25612   - "tags"
25613   sort:
25614   - "1VM"
25615   - "L2XCFWD"
25616   - "1VM"
25617   - "L2BDMACLRN"
25618   layout:
25619     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25620     layout: "plot-throughput-speedup-analysis"
25621
25622 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25623 -
25624   type: "plot"
25625   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25626   algorithm: "plot_throughput_speedup_analysis"
25627   output-file-type: ".html"
25628   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25629   data: "plot-throughput-speedup-analysis-2n-skx"
25630   filter: "'NIC_Intel-XXV710' and
25631            '64B' and
25632            'NDRPDR' and
25633            'ETH' and
25634            'IP4FWD' and
25635            'VHOST_1024' and
25636            not 'VXLAN' and
25637            not 'DOT1Q'"
25638   parameters:
25639   - "throughput"
25640   - "parent"
25641   - "tags"
25642   sort:
25643   - "not CFS_OPT"
25644   - "1VM"
25645   - "2VM"
25646   layout:
25647     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25648     layout: "plot-throughput-speedup-analysis"
25649
25650 -
25651   type: "plot"
25652   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25653   algorithm: "plot_throughput_speedup_analysis"
25654   output-file-type: ".html"
25655   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25656   data: "plot-throughput-speedup-analysis-2n-skx"
25657   filter: "'NIC_Intel-XXV710' and
25658            '64B' and
25659            'NDRPDR' and
25660            'ETH' and
25661            'IP4FWD' and
25662            'VHOST_1024' and
25663            not 'VXLAN' and
25664            not 'DOT1Q'"
25665   parameters:
25666   - "throughput"
25667   - "parent"
25668   - "tags"
25669   sort:
25670   - "not CFS_OPT"
25671   - "1VM"
25672   - "2VM"
25673   layout:
25674     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25675     layout: "plot-throughput-speedup-analysis"
25676
25677 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25678 -
25679   type: "plot"
25680   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25681   algorithm: "plot_throughput_speedup_analysis"
25682   output-file-type: ".html"
25683   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25684   data: "plot-throughput-speedup-analysis-2n-skx"
25685   filter: "'NIC_Intel-XXV710' and
25686            '64B' and
25687            'NDRPDR' and
25688            'ETH' and
25689            'L2BDMACLRN' and
25690            'VHOST_1024' and
25691            not 'VXLAN' and
25692            not 'IP4FWD' and
25693            not 'DOT1Q' and
25694            not '2VM'"
25695   parameters:
25696   - "throughput"
25697   - "parent"
25698   - "tags"
25699   sort:
25700   - "VM"  # "not CFS_OPT"
25701   - "CFS_OPT"
25702   - "FIB_10K"
25703   - "FIB_100K"
25704   - "FIB_1M"
25705   layout:
25706     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25707     layout: "plot-throughput-speedup-analysis"
25708
25709 -
25710   type: "plot"
25711   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25712   algorithm: "plot_throughput_speedup_analysis"
25713   output-file-type: ".html"
25714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25715   data: "plot-throughput-speedup-analysis-2n-skx"
25716   filter: "'NIC_Intel-XXV710' and
25717            '64B' and
25718            'NDRPDR' and
25719            'ETH' and
25720            'L2BDMACLRN' and
25721            'VHOST_1024' and
25722            not 'VXLAN' and
25723            not 'IP4FWD' and
25724            not 'DOT1Q' and
25725            not '2VM'"
25726   parameters:
25727   - "throughput"
25728   - "parent"
25729   - "tags"
25730   sort:
25731   - "VM"  # "not CFS_OPT"
25732   - "CFS_OPT"
25733   - "FIB_10K"
25734   - "FIB_100K"
25735   - "FIB_1M"
25736   layout:
25737     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25738     layout: "plot-throughput-speedup-analysis"
25739
25740 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25741 -
25742   type: "plot"
25743   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25744   algorithm: "plot_throughput_speedup_analysis"
25745   output-file-type: ".html"
25746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25747   data: "plot-throughput-speedup-analysis-2n-skx"
25748   filter: "'NIC_Intel-XXV710' and
25749            '64B' and
25750            'NDRPDR' and
25751            'ETH' and
25752            'BASE' and
25753            ('L2BDMACLRN' or 'L2XCFWD') and
25754            'VHOST_1024' and
25755            not 'VXLAN' and
25756            not 'IP4FWD' and
25757            not 'DOT1Q' and
25758            not '2VM'"
25759   parameters:
25760   - "throughput"
25761   - "parent"
25762   - "tags"
25763   sort:
25764   - "not CFS_OPT"
25765   - "L2XCFWD"
25766   - "not CFS_OPT"
25767   - "CFS_OPT"
25768   layout:
25769     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25770     layout: "plot-throughput-speedup-analysis"
25771
25772 -
25773   type: "plot"
25774   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25775   algorithm: "plot_throughput_speedup_analysis"
25776   output-file-type: ".html"
25777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25778   data: "plot-throughput-speedup-analysis-2n-skx"
25779   filter: "'NIC_Intel-XXV710' and
25780            '64B' and
25781            'NDRPDR' and
25782            'ETH' and
25783            'BASE' and
25784            ('L2BDMACLRN' or 'L2XCFWD') and
25785            'VHOST_1024' and
25786            not 'VXLAN' and
25787            not 'IP4FWD' and
25788            not 'DOT1Q' and
25789            not '2VM'"
25790   parameters:
25791   - "throughput"
25792   - "parent"
25793   - "tags"
25794   sort:
25795   - "not CFS_OPT"
25796   - "L2XCFWD"
25797   - "not CFS_OPT"
25798   - "CFS_OPT"
25799   layout:
25800     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25801     layout: "plot-throughput-speedup-analysis"
25802
25803 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25804 -
25805   type: "plot"
25806   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25807   algorithm: "plot_throughput_speedup_analysis"
25808   output-file-type: ".html"
25809   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25810   data: "plot-throughput-speedup-analysis-2n-skx"
25811   filter: "'NIC_Intel-XXV710' and
25812            '64B' and
25813            'NDRPDR' and
25814            'ETH' and
25815            ('L2BDMACLRN' or 'L2XCFWD') and
25816            'VHOST_1024' and
25817            not 'CFS_OPT' and
25818            not 'VXLAN' and
25819            not 'IP4FWD' and
25820            not 'DOT1Q'"
25821   parameters:
25822   - "throughput"
25823   - "parent"
25824   - "tags"
25825   sort:
25826   - "1VM"
25827   - "L2XCFWD"
25828   - "1VM"
25829   - "L2BDMACLRN"
25830   layout:
25831     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25832     layout: "plot-throughput-speedup-analysis"
25833
25834 -
25835   type: "plot"
25836   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25837   algorithm: "plot_throughput_speedup_analysis"
25838   output-file-type: ".html"
25839   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25840   data: "plot-throughput-speedup-analysis-2n-skx"
25841   filter: "'NIC_Intel-XXV710' and
25842            '64B' and
25843            'NDRPDR' and
25844            'ETH' and
25845            ('L2BDMACLRN' or 'L2XCFWD') and
25846            'VHOST_1024' and
25847            not 'CFS_OPT' and
25848            not 'VXLAN' and
25849            not 'IP4FWD' and
25850            not 'DOT1Q'"
25851   parameters:
25852   - "throughput"
25853   - "parent"
25854   - "tags"
25855   sort:
25856   - "1VM"
25857   - "L2XCFWD"
25858   - "1VM"
25859   - "L2BDMACLRN"
25860   layout:
25861     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
25862     layout: "plot-throughput-speedup-analysis"
25863
25864 ################################################################################
25865
25866 # Speedup - VPP vts 3n-hsw-x520
25867 -
25868   type: "plot"
25869   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25870   algorithm: "plot_throughput_speedup_analysis"
25871   output-file-type: ".html"
25872   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25873   data: "plot-throughput-speedup-analysis-3n-hsw"
25874   filter: "'NIC_Intel-X520-DA2' and
25875            '114B' and
25876            'NDRPDR' and
25877            'VTS'"
25878   parameters:
25879   - "throughput"
25880   - "parent"
25881   - "tags"
25882   layout:
25883     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
25884     layout: "plot-throughput-speedup-analysis"
25885
25886 -
25887   type: "plot"
25888   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25889   algorithm: "plot_throughput_speedup_analysis"
25890   output-file-type: ".html"
25891   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25892   data: "plot-throughput-speedup-analysis-3n-hsw"
25893   filter: "'NIC_Intel-X520-DA2' and
25894            '114B' and
25895            'NDRPDR' and
25896            'VTS'"
25897   parameters:
25898   - "throughput"
25899   - "parent"
25900   - "tags"
25901   layout:
25902     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25903     layout: "plot-throughput-speedup-analysis"