CSIT-1342: Edit the static content for CSIT-1810 report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
43     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
44     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
45     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
46     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
47
48     # Detailed test configurations
49     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
50     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
51     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
52     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
53     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
54     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
55     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
56     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
57     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
58     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
59
60     # Detailed tests operational data
61     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
62     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
63     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
64     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
65
66     # .css patch file to fix tables generated by Sphinx
67     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
68     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
69
70   urls:
71     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
72     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
73     URL[NEXUS]: "https://docs.fd.io/csit"
74     DIR[NEXUS]: "report/_static/archive"
75
76   make-dirs:
77   # List the directories which are created while preparing the environment.
78   # All directories MUST be defined in "paths" section.
79   - "DIR[WORKING,DATA]"
80   - "DIR[STATIC,VPP]"
81   - "DIR[STATIC,DPDK]"
82   - "DIR[STATIC,ARCH]"
83   - "DIR[BUILD,LATEX]"
84   - "DIR[WORKING,SRC]"
85   - "DIR[WORKING,SRC,STATIC]"
86
87   remove-dirs:
88   # List the directories which are deleted while cleaning the environment.
89   # All directories MUST be defined in "paths" section.
90   #- "DIR[BUILD,HTML]"
91   - "DIR[WORKING,DATA]"
92
93   build-dirs:
94   # List the directories where the results (build) is stored.
95   # All directories MUST be defined in "paths" section.
96   - "DIR[BUILD,HTML]"
97   - "DIR[BUILD,LATEX]"
98
99 -
100   type: "configuration"
101
102   limits:
103     nic:
104       x520: 24460000
105       x710: 35800000
106       xxv710: 35800000
107       xl710: 35800000
108
109     link:
110       10ge: 14880952.38
111       25ge: 37202380.95
112       40ge: 59523809.52
113       100ge: 148809523.81
114
115     pci:
116       pci-g3-x8: 74404761.90
117       pci-g3-x16: 148809523.81
118
119   data-sets:
120
121     # VPP Performance
122     vpp-performance-changes:
123       csit-vpp-perf-1804-all:
124       - 21  # sel
125       - 22  # sel
126       - 23  # sel
127       - 24  # sel
128       - 27  # sel
129       - 28  # sel
130       - 29  # sel
131       - 30  # sel
132       - 31  # sel
133       - 35  # sel
134       csit-vpp-perf-verify-1807-3n-hsw:
135       - 11  # NDRPDR full 1
136       - 22  # NDRPDR full 2
137       - 45  # NDRPDR full 3
138       - 46  # NDRPDR full 4
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       - 38  # NDRPDR sel
145       - 40  # NDRPDR sel
146       - 44  # NDRPDR sel
147       - 47  # NDRPDR sel
148       csit-vpp-perf-verify-1810-3n-hsw:
149       # TODO: Add data
150       - 8   # NDRPDR sel
151       - 12  # NDRPDR sel
152       - 14  # NDRPDR sel
153       - 18  # NDRPDR sel
154       - 23  # NDRPDR sel
155       - 25  # NDRPDR sel
156
157     vpp-compare-testbeds:
158       csit-vpp-perf-verify-1810-3n-hsw:
159       # TODO: Add data
160       - 8   # NDRPDR sel
161       - 12  # NDRPDR sel
162       - 14  # NDRPDR sel
163       - 18  # NDRPDR sel
164       - 23  # NDRPDR sel
165       - 25  # NDRPDR sel
166       csit-vpp-perf-verify-1810-3n-skx:
167       - 24  # NDRPDR full
168       - 10  # NDRPDR sel
169       - 14  # NDRPDR sel
170       - 15  # NDRPDR sel
171       - 16  # NDRPDR sel
172       - 17  # NDRPDR sel
173       - 19  # NDRPDR sel
174       - 20  # NDRPDR sel
175       - 21  # NDRPDR sel
176       - 22  # NDRPDR sel
177       - 25  # NDRPDR sel
178
179     vpp-compare-testbeds-mrr:
180       csit-vpp-perf-verify-1810-3n-hsw:
181       # TODO: Add data
182       - 9   # MRR sel
183       csit-vpp-perf-verify-1810-3n-skx:
184       # TODO: Add data
185       - 9   # MRR sel
186       - 11  # MRR sel
187       - 12  # MRR sel
188       - 13  # MRR sel
189
190     vpp-performance-changes-mrr:
191       csit-vpp-perf-check-1804:
192       - 6   # mrr - sel
193       - 13  # mrr - sel
194       - 14  # mrr - sel
195       - 15  # mrr - sel
196       - 16  # mrr - sel
197       - 17  # mrr - sel
198       - 19  # mrr - sel
199       - 20  # mrr - sel
200       - 21  # mrr - sel
201       - 22  # mrr - sel
202       csit-vpp-perf-verify-1807-3n-hsw:
203       - 8   # MRR full
204       - 9   # MRR sel
205       - 21  # MRR sel
206       - 31  # MRR sel
207       - 33  # MRR sel
208       - 36  # MRR sel
209       - 41  # MRR sel
210       - 42  # MRR sel
211       - 48  # MRR sel
212       csit-vpp-perf-verify-1810-3n-hsw:
213       # TODO: Add data
214       - 9   # MRR sel
215
216     vpp-perf-results-3n-hsw:
217       csit-vpp-perf-verify-1810-3n-hsw:
218       # TODO: Add data
219       - 20  # NDRPDR full
220       - 21  # NDRPDR full
221       - 22  # NDRPDR full
222
223     vpp-perf-results-3n-skx:
224       csit-vpp-perf-verify-1810-3n-skx:
225       - 23  # NDRPDR full
226       - 24  # NDRPDR full
227
228     vpp-perf-results-2n-skx:
229       csit-vpp-perf-verify-1810-2n-skx:
230       - 25  # NDRPDR full
231       - 26  # NDRPDR full
232
233     vpp-mrr-results-3n-hsw:
234       csit-vpp-perf-verify-1810-3n-hsw:
235       # TODO: Replace with full
236       - 9   # MRR sel
237
238     vpp-mrr-results-3n-skx:
239       csit-vpp-perf-verify-1810-3n-skx:
240       # TODO: Replace with full
241       - 9   # MRR sel
242
243     vpp-mrr-results-2n-skx:
244       csit-vpp-perf-verify-1810-2n-skx:
245       # TODO: Replace with full
246       - 8   # MRR sel
247
248     plot-throughput-speedup-analysis-3n-hsw:
249       csit-vpp-perf-verify-1810-3n-hsw:
250       # TODO: Add data
251       - 8   # NDRPDR sel
252       - 12  # NDRPDR sel
253       - 14  # NDRPDR sel
254       - 18  # NDRPDR sel
255       - 23  # NDRPDR sel
256       - 25  # NDRPDR sel
257
258     plot-throughput-speedup-analysis-3n-skx:
259       csit-vpp-perf-verify-1810-3n-skx:
260       - 24  # NDRPDR full
261       - 10  # NDRPDR sel
262       - 14  # NDRPDR sel
263       - 15  # NDRPDR sel
264       - 16  # NDRPDR sel
265       - 17  # NDRPDR sel
266       - 19  # NDRPDR sel
267       - 20  # NDRPDR sel
268       - 21  # NDRPDR sel
269       - 22  # NDRPDR sel
270       - 25  # NDRPDR sel
271
272     plot-throughput-speedup-analysis-2n-skx:
273       csit-vpp-perf-verify-1810-2n-skx:
274       - 9   # NDRPDR sel
275       - 13  # NDRPDR sel
276       - 14  # NDRPDR sel
277       - 19  # NDRPDR sel
278       - 20  # NDRPDR sel
279       - 21  # NDRPDR sel
280       - 22  # NDRPDR sel
281       - 23  # NDRPDR sel
282       - 24  # NDRPDR sel
283       - 27  # NDRPDR sel
284
285     plot-vpp-throughput-latency-3n-hsw:
286       csit-vpp-perf-verify-1810-3n-hsw:
287       # TODO: Add data
288       - 8   # NDRPDR sel
289       - 12  # NDRPDR sel
290       - 14  # NDRPDR sel
291       - 18  # NDRPDR sel
292       - 23  # NDRPDR sel
293       - 25  # NDRPDR sel
294
295     plot-vpp-throughput-latency-3n-skx:
296       csit-vpp-perf-verify-1810-3n-skx:
297       - 24  # NDRPDR full
298       - 10  # NDRPDR sel
299       - 14  # NDRPDR sel
300       - 15  # NDRPDR sel
301       - 16  # NDRPDR sel
302       - 17  # NDRPDR sel
303       - 19  # NDRPDR sel
304       - 20  # NDRPDR sel
305       - 21  # NDRPDR sel
306       - 22  # NDRPDR sel
307       - 25  # NDRPDR sel
308
309     plot-vpp-throughput-latency-2n-skx:
310       csit-vpp-perf-verify-1810-2n-skx:
311       - 9   # NDRPDR sel
312       - 13  # NDRPDR sel
313       - 14  # NDRPDR sel
314       - 19  # NDRPDR sel
315       - 20  # NDRPDR sel
316       - 21  # NDRPDR sel
317       - 22  # NDRPDR sel
318       - 23  # NDRPDR sel
319       - 24  # NDRPDR sel
320       - 27  # NDRPDR sel
321
322     plot-vpp-http-server-performance:
323       # TODO: Replace with 1810 data:
324       csit-vpp-perf-verify-1807-3n-hsw:
325       - 24  # WRK
326       - 25  # WRK
327       - 23  # WRK
328       - 26  # WRK
329       - 27  # WRK
330       - 28  # WRK
331       - 29  # WRK
332       - 30  # WRK
333       - 32  # WRK
334       - 35  # WRK
335
336     # VPP Functional
337     vpp-func-results-ubuntu:
338       csit-vpp-functional-1810-ubuntu1604-virl:
339       - 44
340
341     vpp-func-results-centos:
342       # TODO: Replace with 1810 data:
343       csit-vpp-functional-1810-centos7-virl:
344       - 44
345
346     vpp-device-results-ubuntu:
347       csit-vpp-device-1810-ubuntu1804-1n-skx:
348       - 2
349
350     # VPP Ligato
351     ligato-perf-results-3n-hsw:
352       # TODO: Replace with 1810 data:
353       csit-ligato-perf-1807-all:
354       - 3   # full ?
355
356     plot-ligato-throughput-speedup-analysis-3n-hsw:
357       # TODO: Replace with 1810 data:
358       csit-ligato-perf-1807-all:
359       - 3   # full ?
360       - 4   # sel
361
362     plot-ligato-throughput-latency-3n-hsw:
363       # TODO: Replace with 1810 data:
364       csit-ligato-perf-1807-all:
365       - 3   # full ?
366       - 4   # sel
367
368     # DPDK Performance
369     dpdk-performance-changes:
370       # TODO: Replace with 1810 data:
371       csit-dpdk-perf-1804-all:
372       - 4
373       - 5
374       - 6
375       - 7
376       - 8
377       - 9
378       - 10
379       - 11
380       - 12
381       - 13
382       csit-dpdk-perf-verify-1807-3n-hsw:
383       - 11
384       - 12  # full
385       - 14
386       - 15
387       - 16
388       - 17
389       - 20
390       - 21
391       - 22
392       - 23
393
394     dpdk-compare-testbeds:
395       # TODO: Add data
396       csit-dpdk-perf-verify-1810-3n-skx:
397       - 3   # NDRPDR sel
398       # TODO: Replace with 1810 data:
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       csit-dpdk-perf-verify-1810-3n-skx:
418       - 3   # NDRPDR sel
419
420     dpdk-perf-results-2n-skx:
421       # TODO: Replace with full data:
422       csit-dpdk-perf-verify-1810-2n-skx:
423       - 3
424
425     plot-dpdk-throughput-latency-3n-hsw:
426       # TODO: Replace with 1810 data:
427       csit-dpdk-perf-verify-1807-3n-hsw:
428       - 11
429       - 12  # full
430       - 14
431       - 15
432       - 16
433       - 17
434       - 20
435       - 21
436       - 22
437       - 23
438
439     plot-dpdk-throughput-latency-3n-skx:
440       # TODO: Add data:
441       csit-dpdk-perf-verify-1810-3n-skx:
442       - 3   # NDRPDR sel
443
444     plot-dpdk-throughput-latency-2n-skx:
445       # TODO: Add data:
446       csit-dpdk-perf-verify-1810-2n-skx:
447       - 3   # NDRPDR sel
448       - 4   # NDRPDR sel
449
450     # HoneyComb Functional
451     hc-func-results:
452       csit-hc2vpp-verify-func-1810-ubuntu1604:
453       - 1
454
455     # NSH SFC Functional
456     nsh-func-results:
457       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
458       - 1
459
460     # DMM Functional
461     dmm-func-results:
462       csit-dmm-functional-1810-ubuntu1604-virl:
463       - 1
464
465   plot-layouts:
466
467     plot-cps:
468       titlefont:
469         size: 18
470       xaxis:
471         title: "<b>Test Cases [Index]</b>"
472         titlefont:
473           size: 16
474         autorange: True
475         fixedrange: False
476         gridcolor: "rgb(230, 230, 230)"
477         linecolor: "rgb(220, 220, 220)"
478         linewidth: 1
479         showgrid: True
480         showline: True
481         showticklabels: True
482         tickcolor: "rgb(220, 220, 220)"
483         tickmode: "linear"
484         tickfont:
485           size: 16
486         zeroline: False
487       yaxis:
488         title: "<b>Connections Per Second [cps]</b>"
489         titlefont:
490           size: 16
491         gridcolor: "rgb(230, 230, 230)"
492         hoverformat: ".4s"
493         linecolor: "rgb(220, 220, 220)"
494         linewidth: 1
495         rangemode: "tozero"
496         showgrid: True
497         showline: True
498         showticklabels: True
499         tickcolor: "rgb(220, 220, 220)"
500         tickformat: ".3s"
501         tickfont:
502           size: 16
503         zeroline: False
504       boxmode: "group"
505       boxgroupgap: 0.5
506       autosize: False
507       margin:
508         t: 50
509         b: 20
510         l: 80
511         r: 20
512       showlegend: True
513       legend:
514         orientation: "h"
515         font:
516           size: 16
517       width: 700
518       height: 800
519
520     plot-rps:
521       titlefont:
522         size: 18
523       xaxis:
524         title: "<b>Test Cases [Index]</b>"
525         titlefont:
526           size: 16
527         autorange: True
528         fixedrange: False
529         gridcolor: "rgb(230, 230, 230)"
530         linecolor: "rgb(220, 220, 220)"
531         linewidth: 1
532         showgrid: True
533         showline: True
534         showticklabels: True
535         tickcolor: "rgb(220, 220, 220)"
536         tickmode: "linear"
537         tickfont:
538           size: 16
539         zeroline: False
540       yaxis:
541         title: "<b>Requests Per Second [rps]</b>"
542         titlefont:
543           size: 16
544         gridcolor: "rgb(230, 230, 230)"
545         hoverformat: ".4s"
546         linecolor: "rgb(220, 220, 220)"
547         linewidth: 1
548         rangemode: "tozero"
549         showgrid: True
550         showline: True
551         showticklabels: True
552         tickcolor: "rgb(230, 230, 230)"
553         tickformat: ".3s"
554         tickfont:
555           size: 16
556         zeroline: False
557       boxmode: "group"
558       boxgroupgap: 0.5
559       autosize: False
560       margin:
561         t: 50
562         b: 20
563         l: 80
564         r: 20
565       showlegend: True
566       legend:
567         orientation: "h"
568         font:
569           size: 16
570       width: 700
571       height: 800
572
573     plot-throughput:
574       titlefont:
575         size: 18
576       xaxis:
577         title: "<b>Test Cases [Index]</b>"
578         titlefont:
579           size: 16
580         autorange: True
581         fixedrange: False
582         gridcolor: "rgb(230, 230, 230)"
583         linecolor: "rgb(220, 220, 220)"
584         linewidth: 1
585         showgrid: True
586         showline: True
587         showticklabels: True
588         tickcolor: "rgb(220, 220, 220)"
589         tickmode: "linear"
590         tickfont:
591           size: 16
592         zeroline: False
593       yaxis:
594         title: "<b>Packet Throughput [Mpps]</b>"
595         titlefont:
596           size: 16
597         gridcolor: "rgb(230, 230, 230)"
598         hoverformat: ".4s"
599         tickformat: ".3s"
600         linecolor: "rgb(220, 220, 220)"
601         linewidth: 1
602         showgrid: True
603         showline: True
604         showticklabels: True
605         tickcolor: "rgb(220, 220, 220)"
606         tickfont:
607           size: 16
608         zeroline: False
609         range: [0,50]
610       boxmode: "group"
611       boxgroupgap: 0.5
612       autosize: False
613       margin:
614         t: 50
615         b: 20
616         l: 80
617         r: 20
618       showlegend: True
619       legend:
620         orientation: "h"
621         font:
622           size: 16
623       width: 700
624       height: 800
625
626     plot-throughput-speedup-analysis:
627       titlefont:
628         size: 18
629       xaxis:
630         title: "<b>Number of Cores [Qty]</b>"
631         titlefont:
632           size: 16
633         autorange: True
634         fixedrange: False
635         gridcolor: "rgb(230, 230, 230)"
636         linecolor: "rgb(220, 220, 220)"
637         linewidth: 1
638         showgrid: True
639         showline: True
640         showticklabels: True
641         tickcolor: "rgb(238, 238, 238)"
642         tickmode: "linear"
643         tickfont:
644           size: 16
645         zeroline: False
646       yaxis:
647         title: "<b>Packet Throughput [Mpps]</b>"
648         titlefont:
649           size: 16
650         type: "linear"
651         gridcolor: "rgb(230, 230, 230)"
652         hoverformat: ".4s"
653         linecolor: "rgb(220, 220, 220)"
654         linewidth: 1
655         showgrid: True
656         showline: True
657         showticklabels: True
658         tickcolor: "rgb(220, 220, 220)"
659         tickformat: ".4s"
660         tickfont:
661           size: 16
662         zeroline: True
663         rangemode: "tozero"
664         # range: [0,100]
665       legend:
666         orientation: "h"
667         font:
668           size: 16
669         xanchor: "left"
670         yanchor: "top"
671         x: 0
672         y: -0.2
673         bgcolor: "rgba(255, 255, 255, 0)"
674         bordercolor: "rgba(255, 255, 255, 0)"
675         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
676       autosize: False
677       margin:
678           't': 50
679           'b': 150
680           'l': 85
681           'r': 10
682       showlegend: True
683       width: 700
684       height: 700
685       hoverlabel:
686         namelength: -1
687       annotations: [
688         {
689           text: "_ _          __          ...",
690           align: "left",
691           showarrow: False,
692           xref: "paper",
693           yref: "paper",
694           xanchor: "left",
695           yanchor: "top",
696           x: 0,
697           y: -0.125,
698           font: {
699             family: "Consolas, Courier New",
700             size: 15
701           },
702         },
703         {
704           text: "    perfect     measured     limit",
705           align: "left",
706           showarrow: False,
707           xref: "paper",
708           yref: "paper",
709           xanchor: "left",
710           yanchor: "top",
711           x: 0,
712           y: -0.14,
713           font: {
714             family: "Consolas, Courier New",
715             size: 15
716           },
717         },
718       ]
719
720     plot-latency:
721       titlefont:
722         size: 18
723       xaxis:
724         title: "<b>Direction</b>"
725         titlefont:
726           size: 16
727         autorange: True
728         fixedrange: False
729         gridcolor: "rgb(230, 230, 230)"
730         linecolor: "rgb(220, 220, 220)"
731         linewidth: 1
732         showgrid: True
733         showline: True
734         showticklabels: False
735         tickcolor: "rgb(220, 220, 220)"
736         tickmode: "linear"
737         tickfont:
738           size: 16
739         zeroline: False
740       yaxis:
741         title: "<b>Packet Latency [uSec]</b>"
742         titlefont:
743           size: 16
744         type: "linear"
745         gridcolor: "rgb(230, 230, 230)"
746         hoverformat: ".4s"
747         linecolor: "rgb(220, 220, 220)"
748         linewidth: 1
749         showgrid: True
750         showline: True
751         showticklabels: True
752         tickcolor: "rgb(220, 220, 220)"
753         tickformat: ".4s"
754         tickfont:
755           size: 16
756         zeroline: True
757         rangemode: "tozero"
758       legend:
759         orientation: "h"
760         font:
761           size: 16
762         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
763       autosize: False
764       margin:
765           't': 50
766           'b': 150
767           'l': 80
768           'r': 10
769       showlegend: True
770       width: 700
771       height: 700
772       hoverlabel:
773         namelength: -1
774
775 -
776   type: "static"
777   src-path: "{DIR[RST]}"
778   dst-path: "{DIR[WORKING,SRC]}"
779
780 -
781   type: "input"
782   general:
783     file-name: "robot-plugin.zip"
784     file-format: ".zip"
785     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
786     extract: "robot-plugin/output.xml"
787
788   builds:
789
790     csit-vpp-perf-1804-all:
791     - 21  # sel
792     - 22  # sel
793     - 23  # sel
794     - 24  # sel
795     - 27  # sel
796     - 28  # sel
797     - 29  # sel
798     - 30  # sel
799     - 31  # sel
800     - 35  # sel
801     csit-vpp-perf-verify-1807-3n-hsw:
802     - 8   # MRR full
803     - 9   # MRR sel
804     - 21  # MRR sel
805     - 31  # MRR sel
806     - 33  # MRR sel
807     - 36  # MRR sel
808     - 41  # MRR sel
809     - 42  # MRR sel
810     - 48  # MRR sel
811     - 11  # NDRPDR full 1
812     - 22  # NDRPDR full 2
813     - 45  # NDRPDR full 3
814     - 46  # NDRPDR full 4
815     - 15  # NDRPDR sel
816     - 16  # NDRPDR sel
817     - 19  # NDRPDR sel
818     - 18  # NDRPDR sel
819     - 20  # NDRPDR sel
820     - 38  # NDRPDR sel
821     - 40  # NDRPDR sel
822     - 44  # NDRPDR sel
823     - 47  # NDRPDR sel
824     - 24  # WRK
825     - 25  # WRK
826     - 23  # WRK
827     - 26  # WRK
828     - 27  # WRK
829     - 28  # WRK
830     - 29  # WRK
831     - 30  # WRK
832     - 32  # WRK
833     - 35  # WRK
834     # TODO: Add data:
835     csit-vpp-perf-verify-1810-3n-hsw:
836     - 9   # MRR sel
837     - 20  # NDRPDR full
838     - 21  # NDRPDR full
839     - 22  # NDRPDR full
840     - 8   # NDRPDR sel
841     - 12  # NDRPDR sel
842     - 14  # NDRPDR sel
843     - 18  # NDRPDR sel
844     - 23  # NDRPDR sel
845     - 25  # NDRPDR sel
846     csit-vpp-perf-verify-1807-3n-skx:
847     - 31  # MRR full
848     - 28  # MRR sel
849     - 32  # MRR sel
850     - 36  # MRR sel
851     - 42  # MRR sel
852     - 47  # MRR sel
853     - 48  # MRR sel
854     - 51  # MRR sel
855     - 52  # MRR sel
856     - 53  # MRR sel
857     - 54  # MRR sel
858     - 40  # NDRPDR full 1
859     - 41  # NDRPDR full 2
860     - 33  # NDRPDR sel
861     - 35  # NDRPDR sel
862     - 37  # NDRPDR sel
863     - 38  # NDRPDR sel
864     - 39  # NDRPDR sel
865     - 43  # NDRPDR sel
866     - 44  # NDRPDR sel
867     - 49  # NDRPDR sel
868     - 50  # NDRPDR sel
869     - 56  # NDRPDR sel
870     # TODO: Add data:
871     csit-vpp-perf-verify-1810-3n-skx:
872     - 9   # MRR sel
873     - 11  # MRR sel
874     - 12  # MRR sel
875     - 13  # MRR sel
876     - 23  # NDRPDR full
877     - 24  # NDRPDR full
878     - 10  # NDRPDR sel
879     - 14  # NDRPDR sel
880     - 15  # NDRPDR sel
881     - 16  # NDRPDR sel
882     - 17  # NDRPDR sel
883     - 19  # NDRPDR sel
884     - 20  # NDRPDR sel
885     - 21  # NDRPDR sel
886     - 22  # NDRPDR sel
887     - 25  # NDRPDR sel
888     csit-vpp-perf-verify-1807-2n-skx:
889     - 27  # MRR full
890     - 31  # MRR sel
891     - 33  # MRR sel
892     - 37  # MRR sel
893     - 38  # MRR sel
894     - 41  # MRR sel
895     - 43  # MRR sel
896     - 44  # MRR sel
897     - 45  # MRR sel
898     - 46  # MRR sel
899     - 47  # MRR sel
900     - 32  # NDRPDR full
901     - 26  # NDRPDR sel
902     - 28  # NDRPDR sel
903     - 29  # NDRPDR sel
904     - 30  # NDRPDR sel
905     - 34  # NDRPDR sel
906     - 35  # NDRPDR sel
907     - 36  # NDRPDR sel
908     - 39  # NDRPDR sel
909     - 40  # NDRPDR sel
910     - 42  # NDRPDR sel
911     # TODO: Add data:
912     csit-vpp-perf-verify-1810-2n-skx:
913     - 8   # MRR sel
914     - 10  # MRR sel
915     - 11  # MRR sel
916     - 12  # MRR sel
917     - 25  # NDRPDR full
918     - 26  # NDRPDR full
919     - 9   # NDRPDR sel
920     - 13  # NDRPDR sel
921     - 14  # NDRPDR sel
922     - 19  # NDRPDR sel
923     - 20  # NDRPDR sel
924     - 21  # NDRPDR sel
925     - 22  # NDRPDR sel
926     - 23  # NDRPDR sel
927     - 24  # NDRPDR sel
928     - 27  # NDRPDR sel
929     csit-vpp-perf-check-1804:
930     - 5   # mrr - full
931     - 6   # mrr - sel
932     - 13  # mrr - sel
933     - 14  # mrr - sel
934     - 15  # mrr - sel
935     - 16  # mrr - sel
936     - 17  # mrr - sel
937     - 19  # mrr - sel
938     - 20  # mrr - sel
939     - 21  # mrr - sel
940     - 22  # mrr - sel
941     csit-ligato-perf-1804-all:
942     - 4   # full
943     - 5   # sel
944     - 6   # sel
945     - 7   # sel
946     - 8   # sel
947     - 9   # sel
948     - 10  # sel
949     - 11  # sel
950     - 12  # sel
951     - 13  # sel
952     - 14  # sel
953     csit-ligato-perf-1807-all:
954     - 3   # full ?
955     - 4   # sel
956     csit-dpdk-perf-1804-all:
957     - 4
958     - 5
959     - 6
960     - 7
961     - 8
962     - 9
963     - 10
964     - 11
965     - 12
966     - 13
967     csit-dpdk-perf-verify-1807-3n-hsw:
968     - 11
969     - 12  # full
970     - 14
971     - 15
972     - 16
973     - 17
974     - 20
975     - 21
976     - 22
977     - 23
978     # TODO: Add data:
979 #    csit-dpdk-perf-verify-1810-3n-hsw:
980 #    -
981     csit-dpdk-perf-verify-1807-3n-skx:
982     - 1
983     - 2
984     - 3
985     - 6
986     - 7
987     - 8
988     - 9
989     - 10
990     - 11
991     - 12
992     # TODO: Add data:
993     csit-dpdk-perf-verify-1810-3n-skx:
994     - 3   # NDRPDR sel
995     # TODO: Add data:
996     csit-dpdk-perf-verify-1810-2n-skx:
997     - 3   # NDRPDR sel
998     - 4   # NDRPDR sel
999     csit-vpp-functional-1810-ubuntu1604-virl:
1000     - 44
1001     csit-vpp-functional-1810-centos7-virl:
1002     - 44
1003     csit-vpp-device-1810-ubuntu1804-1n-skx:
1004     - 2
1005     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1006     - 1
1007     csit-dmm-functional-1810-ubuntu1604-virl:
1008     - 1
1009     csit-hc2vpp-verify-func-1810-ubuntu1604:
1010     - 1
1011
1012 -
1013   type: "output"
1014   output: "report"
1015   format:
1016     html:
1017     - full
1018     pdf:
1019     - minimal
1020
1021 ################################################################################
1022 ###                               T A B L E S                                ###
1023 ################################################################################
1024
1025 ################################################################################
1026 # VPP
1027
1028 # VPP Performance Changes 1t1c pdr
1029 -
1030   type: "table"
1031   title: "VPP Performance Changes 1t1c pdr"
1032   algorithm: "table_performance_comparison"
1033   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
1034   history:
1035     -
1036       title: "rls1804"
1037       data:
1038         csit-vpp-perf-1804-all:
1039         - 21  # sel
1040         - 22  # sel
1041         - 23  # sel
1042         - 24  # sel
1043         - 27  # sel
1044         - 28  # sel
1045         - 29  # sel
1046         - 30  # sel
1047         - 31  # sel
1048         - 35  # sel
1049   reference:
1050     title: "rls1807"
1051     data:
1052       csit-vpp-perf-verify-1807-3n-hsw:
1053       - 11  # NDRPDR full 1
1054       - 22  # NDRPDR full 2
1055       - 45  # NDRPDR full 3
1056       - 46  # NDRPDR full 4
1057       - 15  # NDRPDR sel
1058       - 16  # NDRPDR sel
1059       - 19  # NDRPDR sel
1060       - 18  # NDRPDR sel
1061       - 20  # NDRPDR sel
1062       - 38  # NDRPDR sel
1063       - 40  # NDRPDR sel
1064       - 44  # NDRPDR sel
1065       - 47  # NDRPDR sel
1066   compare:
1067     title: "rls1810"
1068     data:
1069       csit-vpp-perf-verify-1810-3n-hsw:
1070       - 8   # NDRPDR sel
1071       - 12  # NDRPDR sel
1072       - 14  # NDRPDR sel
1073       - 18  # NDRPDR sel
1074       - 23  # NDRPDR sel
1075       - 25  # NDRPDR sel
1076   data: "vpp-performance-changes"
1077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1078   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1079   parameters:
1080   - "name"
1081   - "parent"
1082   - "throughput"
1083
1084 # VPP Performance Changes 2t2c pdr
1085 -
1086   type: "table"
1087   title: "VPP Performance Changes 2t2c pdr"
1088   algorithm: "table_performance_comparison"
1089   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1090   history:
1091     -
1092       title: "rls1804"
1093       data:
1094         csit-vpp-perf-1804-all:
1095         - 21  # sel
1096         - 22  # sel
1097         - 23  # sel
1098         - 24  # sel
1099         - 27  # sel
1100         - 28  # sel
1101         - 29  # sel
1102         - 30  # sel
1103         - 31  # sel
1104         - 35  # sel
1105   reference:
1106     title: "rls1807"
1107     data:
1108       csit-vpp-perf-verify-1807-3n-hsw:
1109       - 11  # NDRPDR full 1
1110       - 22  # NDRPDR full 2
1111       - 45  # NDRPDR full 3
1112       - 46  # NDRPDR full 4
1113       - 15  # NDRPDR sel
1114       - 16  # NDRPDR sel
1115       - 19  # NDRPDR sel
1116       - 18  # NDRPDR sel
1117       - 20  # NDRPDR sel
1118       - 38  # NDRPDR sel
1119       - 40  # NDRPDR sel
1120       - 44  # NDRPDR sel
1121       - 47  # NDRPDR sel
1122   compare:
1123     title: "rls1810"
1124     data:
1125       csit-vpp-perf-verify-1810-3n-hsw:
1126       - 8   # NDRPDR sel
1127       - 12  # NDRPDR sel
1128       - 14  # NDRPDR sel
1129       - 18  # NDRPDR sel
1130       - 23  # NDRPDR sel
1131       - 25  # NDRPDR sel
1132   data: "vpp-performance-changes"
1133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1134   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1135   parameters:
1136   - "name"
1137   - "parent"
1138   - "throughput"
1139
1140 # VPP Performance Changes 1t1c ndr
1141 -
1142   type: "table"
1143   title: "VPP Performance Changes 1t1c ndr"
1144   algorithm: "table_performance_comparison"
1145   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1146   history:
1147     -
1148       title: "rls1804"
1149       data:
1150         csit-vpp-perf-1804-all:
1151         - 21  # sel
1152         - 22  # sel
1153         - 23  # sel
1154         - 24  # sel
1155         - 27  # sel
1156         - 28  # sel
1157         - 29  # sel
1158         - 30  # sel
1159         - 31  # sel
1160         - 35  # sel
1161   reference:
1162     title: "rls1807"
1163     data:
1164       csit-vpp-perf-verify-1807-3n-hsw:
1165       - 11  # NDRPDR full 1
1166       - 22  # NDRPDR full 2
1167       - 45  # NDRPDR full 3
1168       - 46  # NDRPDR full 4
1169       - 15  # NDRPDR sel
1170       - 16  # NDRPDR sel
1171       - 19  # NDRPDR sel
1172       - 18  # NDRPDR sel
1173       - 20  # NDRPDR sel
1174       - 38  # NDRPDR sel
1175       - 40  # NDRPDR sel
1176       - 44  # NDRPDR sel
1177       - 47  # NDRPDR sel
1178   compare:
1179     title: "rls1810"
1180     data:
1181       csit-vpp-perf-verify-1810-3n-hsw:
1182       - 8   # NDRPDR sel
1183       - 12  # NDRPDR sel
1184       - 14  # NDRPDR sel
1185       - 18  # NDRPDR sel
1186       - 23  # NDRPDR sel
1187       - 25  # NDRPDR sel
1188   data: "vpp-performance-changes"
1189   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1190   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1191   parameters:
1192   - "name"
1193   - "parent"
1194   - "throughput"
1195
1196 # VPP Performance Changes 2t2c ndr
1197 -
1198   type: "table"
1199   title: "VPP Performance Changes 2t2c ndr"
1200   algorithm: "table_performance_comparison"
1201   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1202   history:
1203     -
1204       title: "rls1804"
1205       data:
1206         csit-vpp-perf-1804-all:
1207         - 21  # sel
1208         - 22  # sel
1209         - 23  # sel
1210         - 24  # sel
1211         - 27  # sel
1212         - 28  # sel
1213         - 29  # sel
1214         - 30  # sel
1215         - 31  # sel
1216         - 35  # sel
1217   reference:
1218     title: "rls1807"
1219     data:
1220       csit-vpp-perf-verify-1807-3n-hsw:
1221       - 11  # NDRPDR full 1
1222       - 22  # NDRPDR full 2
1223       - 45  # NDRPDR full 3
1224       - 46  # NDRPDR full 4
1225       - 15  # NDRPDR sel
1226       - 16  # NDRPDR sel
1227       - 19  # NDRPDR sel
1228       - 18  # NDRPDR sel
1229       - 20  # NDRPDR sel
1230       - 38  # NDRPDR sel
1231       - 40  # NDRPDR sel
1232       - 44  # NDRPDR sel
1233       - 47  # NDRPDR sel
1234   compare:
1235     title: "rls1810"
1236     data:
1237       csit-vpp-perf-verify-1810-3n-hsw:
1238       - 8   # NDRPDR sel
1239       - 12  # NDRPDR sel
1240       - 14  # NDRPDR sel
1241       - 18  # NDRPDR sel
1242       - 23  # NDRPDR sel
1243       - 25  # NDRPDR sel
1244   data: "vpp-performance-changes"
1245   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1246   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1247   parameters:
1248   - "name"
1249   - "parent"
1250   - "throughput"
1251
1252 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1253 -
1254   type: "table"
1255   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1256   algorithm: "table_performance_comparison"
1257   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1258   reference:
1259     title: "3-Node Hsw"
1260     data:
1261       csit-vpp-perf-verify-1810-3n-hsw:
1262       - 8   # NDRPDR sel
1263       - 12  # NDRPDR sel
1264       - 14  # NDRPDR sel
1265       - 18  # NDRPDR sel
1266       - 23  # NDRPDR sel
1267       - 25  # NDRPDR sel
1268   compare:
1269     title: "3-Node Skx"
1270     data:
1271       csit-vpp-perf-verify-1810-3n-skx:
1272       - 10  # NDRPDR sel
1273       - 14  # NDRPDR sel
1274       - 15  # NDRPDR sel
1275       - 16  # NDRPDR sel
1276       - 17  # NDRPDR sel
1277       - 19  # NDRPDR sel
1278       - 20  # NDRPDR sel
1279       - 21  # NDRPDR sel
1280       - 22  # NDRPDR sel
1281       - 25  # NDRPDR sel
1282   data: "vpp-compare-testbeds"
1283   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1284   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1285   parameters:
1286   - "name"
1287   - "parent"
1288   - "throughput"
1289
1290 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1291 -
1292   type: "table"
1293   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1294   algorithm: "table_performance_comparison"
1295   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1296   reference:
1297     title: "3-Node Hsw"
1298     data:
1299       csit-vpp-perf-verify-1810-3n-hsw:
1300       - 8   # NDRPDR sel
1301       - 12  # NDRPDR sel
1302       - 14  # NDRPDR sel
1303       - 18  # NDRPDR sel
1304       - 23  # NDRPDR sel
1305       - 25  # NDRPDR sel
1306   compare:
1307     title: "3-Node Skx"
1308     data:
1309       csit-vpp-perf-verify-1810-3n-skx:
1310       - 10  # NDRPDR sel
1311       - 14  # NDRPDR sel
1312       - 15  # NDRPDR sel
1313       - 16  # NDRPDR sel
1314       - 17  # NDRPDR sel
1315       - 19  # NDRPDR sel
1316       - 20  # NDRPDR sel
1317       - 21  # NDRPDR sel
1318       - 22  # NDRPDR sel
1319       - 25  # NDRPDR sel
1320   data: "vpp-compare-testbeds"
1321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1322   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1323   parameters:
1324   - "name"
1325   - "parent"
1326   - "throughput"
1327
1328 # VPP Performance Changes - 1t1c MRR
1329 -
1330   type: "table"
1331   title: "VPP Performance Changes - 1t1c MRR"
1332   algorithm: "table_performance_comparison"
1333   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1334   history:
1335     -
1336       title: "rls1804"
1337       data:
1338         csit-vpp-perf-check-1804:
1339         - 6   # mrr - sel
1340         - 13  # mrr - sel
1341         - 14  # mrr - sel
1342         - 15  # mrr - sel
1343         - 16  # mrr - sel
1344         - 17  # mrr - sel
1345         - 19  # mrr - sel
1346         - 20  # mrr - sel
1347         - 21  # mrr - sel
1348         - 22  # mrr - sel
1349   reference:
1350     title: "rls1807"
1351     data:
1352       csit-vpp-perf-verify-1807-3n-hsw:
1353       - 8   # MRR full
1354       - 9   # MRR sel
1355       - 21  # MRR sel
1356       - 31  # MRR sel
1357       - 33  # MRR sel
1358       - 36  # MRR sel
1359       - 41  # MRR sel
1360       - 42  # MRR sel
1361       - 48  # MRR sel
1362   compare:
1363     title: "rls1810"
1364     data:
1365       csit-vpp-perf-verify-1810-3n-hsw:
1366       - 9   # MRR sel
1367   data: "vpp-performance-changes-mrr"
1368   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1369   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1370   parameters:
1371   - "name"
1372   - "parent"
1373   - "result"
1374
1375 # VPP Performance Changes - 2t2c MRR
1376 -
1377   type: "table"
1378   title: "VPP Performance Changes - 2t2c MRR"
1379   algorithm: "table_performance_comparison"
1380   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1381   history:
1382     -
1383       title: "rls1804"
1384       data:
1385         csit-vpp-perf-check-1804:
1386         - 6   # mrr - sel
1387         - 13  # mrr - sel
1388         - 14  # mrr - sel
1389         - 15  # mrr - sel
1390         - 16  # mrr - sel
1391         - 17  # mrr - sel
1392         - 19  # mrr - sel
1393         - 20  # mrr - sel
1394         - 21  # mrr - sel
1395         - 22  # mrr - sel
1396   reference:
1397     title: "rls1807"
1398     data:
1399       csit-vpp-perf-verify-1807-3n-hsw:
1400       - 8   # MRR full
1401       - 9   # MRR sel
1402       - 21  # MRR sel
1403       - 31  # MRR sel
1404       - 33  # MRR sel
1405       - 36  # MRR sel
1406       - 41  # MRR sel
1407       - 42  # MRR sel
1408       - 48  # MRR sel
1409   compare:
1410     title: "rls1810"
1411     data:
1412       csit-vpp-perf-verify-1810-3n-hsw:
1413       - 9   # MRR sel
1414   data: "vpp-performance-changes-mrr"
1415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1416   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1417   parameters:
1418   - "name"
1419   - "parent"
1420   - "result"
1421
1422 # VPP Performance Changes - 4t4c MRR
1423 -
1424   type: "table"
1425   title: "VPP Performance Changes - 4t4c MRR"
1426   algorithm: "table_performance_comparison"
1427   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1428   history:
1429     -
1430       title: "rls1804"
1431       data:
1432         csit-vpp-perf-check-1804:
1433         - 6   # mrr - sel
1434         - 13  # mrr - sel
1435         - 14  # mrr - sel
1436         - 15  # mrr - sel
1437         - 16  # mrr - sel
1438         - 17  # mrr - sel
1439         - 19  # mrr - sel
1440         - 20  # mrr - sel
1441         - 21  # mrr - sel
1442         - 22  # mrr - sel
1443   reference:
1444     title: "rls1807"
1445     data:
1446       csit-vpp-perf-verify-1807-3n-hsw:
1447       - 8   # MRR full
1448       - 9   # MRR sel
1449       - 21  # MRR sel
1450       - 31  # MRR sel
1451       - 33  # MRR sel
1452       - 36  # MRR sel
1453       - 41  # MRR sel
1454       - 42  # MRR sel
1455       - 48  # MRR sel
1456   compare:
1457     title: "rls1810"
1458     data:
1459       csit-vpp-perf-verify-1810-3n-hsw:
1460       - 9   # MRR sel
1461   data: "vpp-performance-changes-mrr"
1462   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1463   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1464   parameters:
1465   - "name"
1466   - "parent"
1467   - "result"
1468
1469 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1470 -
1471   type: "table"
1472   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1473   algorithm: "table_performance_comparison"
1474   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1475   reference:
1476     title: "3-Node Hsw"
1477     data:
1478       csit-vpp-perf-verify-1810-3n-hsw:
1479       - 9   # MRR sel
1480   compare:
1481     title: "3-Node Skx"
1482     data:
1483       csit-vpp-perf-verify-1810-3n-skx:
1484       - 9   # MRR sel
1485       - 11  # MRR sel
1486       - 12  # MRR sel
1487       - 13  # MRR sel
1488   data: "vpp-compare-testbeds-mrr"
1489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1490   filter: "'NIC_Intel-X710' and 'MRR'"
1491   parameters:
1492   - "name"
1493   - "parent"
1494   - "result"
1495
1496 # Detailed Test Results - VPP Performance Results 3n-hsw
1497 -
1498   type: "table"
1499   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1500   algorithm: "table_merged_details"
1501   output-file-ext: ".csv"
1502   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1503   columns:
1504   -
1505     title: "Name"
1506     data: "data name"
1507   -
1508     title: "Status"
1509     data: "data msg"
1510   rows: "generated"
1511   data: "vpp-perf-results-3n-hsw"
1512   filter: "not 'NDRCHK' and not 'PDRCHK'"
1513   parameters:
1514   - "name"
1515   - "parent"
1516   - "msg"
1517
1518 # Detailed Test Results - VPP Performance Results 3n-skx
1519 -
1520   type: "table"
1521   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1522   algorithm: "table_merged_details"
1523   output-file-ext: ".csv"
1524   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1525   columns:
1526   -
1527     title: "Name"
1528     data: "data name"
1529   -
1530     title: "Status"
1531     data: "data msg"
1532   rows: "generated"
1533   data: "vpp-perf-results-3n-skx"
1534   filter: "not 'NDRCHK' and not 'PDRCHK'"
1535   parameters:
1536   - "name"
1537   - "parent"
1538   - "msg"
1539
1540 # Detailed Test Results - VPP Performance Results 2n-skx
1541 -
1542   type: "table"
1543   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1544   algorithm: "table_merged_details"
1545   output-file-ext: ".csv"
1546   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1547   columns:
1548   -
1549     title: "Name"
1550     data: "data name"
1551   -
1552     title: "Status"
1553     data: "data msg"
1554   rows: "generated"
1555   data: "vpp-perf-results-2n-skx"
1556   filter: "not 'NDRCHK' and not 'PDRCHK'"
1557   parameters:
1558   - "name"
1559   - "parent"
1560   - "msg"
1561
1562 # Test configuration - VPP Performance Test Configs 3n-hsw
1563 -
1564   type: "table"
1565   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1566   algorithm: "table_merged_details"
1567   output-file-ext: ".csv"
1568   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1569   columns:
1570   -
1571     title: "Name"
1572     data: "data name"
1573   -
1574     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1575     data: "data vat-history"
1576   rows: "generated"
1577   data: "vpp-perf-results-3n-hsw"
1578   filter: "not 'NDRCHK' and not 'PDRCHK'"
1579   parameters:
1580   - "parent"
1581   - "name"
1582   - "vat-history"
1583
1584 # Test configuration - VPP Performance Test Configs 3n-skx
1585 -
1586   type: "table"
1587   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1588   algorithm: "table_merged_details"
1589   output-file-ext: ".csv"
1590   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1591   columns:
1592   -
1593     title: "Name"
1594     data: "data name"
1595   -
1596     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1597     data: "data vat-history"
1598   rows: "generated"
1599   data: "vpp-perf-results-3n-skx"
1600   filter: "not 'NDRCHK' and not 'PDRCHK'"
1601   parameters:
1602   - "parent"
1603   - "name"
1604   - "vat-history"
1605
1606 # Test configuration - VPP Performance Test Configs 2n-skx
1607 -
1608   type: "table"
1609   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1610   algorithm: "table_merged_details"
1611   output-file-ext: ".csv"
1612   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1613   columns:
1614   -
1615     title: "Name"
1616     data: "data name"
1617   -
1618     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1619     data: "data vat-history"
1620   rows: "generated"
1621   data: "vpp-perf-results-2n-skx"
1622   filter: "not 'NDRCHK' and not 'PDRCHK'"
1623   parameters:
1624   - "parent"
1625   - "name"
1626   - "vat-history"
1627
1628 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1629 -
1630   type: "table"
1631   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1632   algorithm: "table_merged_details"
1633   output-file-ext: ".csv"
1634   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1635   columns:
1636   -
1637     title: "Name"
1638     data: "data name"
1639   -
1640     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1641     data: "data show-run"
1642   rows: "generated"
1643   data: "vpp-perf-results-3n-hsw"
1644   filter: "not 'NDRCHK' and not 'PDRCHK'"
1645   parameters:
1646   - "parent"
1647   - "name"
1648   - "show-run"
1649
1650 # Test Operational Data - VPP Performance Operational Data 3n-skx
1651 -
1652   type: "table"
1653   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1654   algorithm: "table_merged_details"
1655   output-file-ext: ".csv"
1656   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1657   columns:
1658   -
1659     title: "Name"
1660     data: "data name"
1661   -
1662     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1663     data: "data show-run"
1664   rows: "generated"
1665   data: "vpp-perf-results-3n-skx"
1666   filter: "not 'NDRCHK' and not 'PDRCHK'"
1667   parameters:
1668   - "parent"
1669   - "name"
1670   - "show-run"
1671
1672 # Test Operational Data - VPP Performance Operational Data 2n-skx
1673 -
1674   type: "table"
1675   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1676   algorithm: "table_merged_details"
1677   output-file-ext: ".csv"
1678   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1679   columns:
1680   -
1681     title: "Name"
1682     data: "data name"
1683   -
1684     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1685     data: "data show-run"
1686   rows: "generated"
1687   data: "vpp-perf-results-2n-skx"
1688   filter: "not 'NDRCHK' and not 'PDRCHK'"
1689   parameters:
1690   - "parent"
1691   - "name"
1692   - "show-run"
1693
1694 # Detailed Test Results - VPP MRR Results 3n-hsw
1695 -
1696   type: "table"
1697   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1698   algorithm: "table_details"
1699   output-file-ext: ".csv"
1700   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1701   columns:
1702   -
1703     title: "Name"
1704     data: "data name"
1705   -
1706     title: "Status"
1707     data: "data msg"
1708   rows: "generated"
1709   data: "vpp-mrr-results-3n-hsw"
1710   filter: "'MRR'"
1711   parameters:
1712   - "name"
1713   - "parent"
1714   - "msg"
1715
1716 # Detailed Test Results - VPP MRR Results 3n-skx
1717 -
1718   type: "table"
1719   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1720   algorithm: "table_details"
1721   output-file-ext: ".csv"
1722   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1723   columns:
1724   -
1725     title: "Name"
1726     data: "data name"
1727   -
1728     title: "Status"
1729     data: "data msg"
1730   rows: "generated"
1731   data: "vpp-mrr-results-3n-skx"
1732   filter: "'MRR'"
1733   parameters:
1734   - "name"
1735   - "parent"
1736   - "msg"
1737
1738 # Detailed Test Results - VPP MRR Results 2n-skx
1739 -
1740   type: "table"
1741   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1742   algorithm: "table_details"
1743   output-file-ext: ".csv"
1744   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1745   columns:
1746   -
1747     title: "Name"
1748     data: "data name"
1749   -
1750     title: "Status"
1751     data: "data msg"
1752   rows: "generated"
1753   data: "vpp-mrr-results-2n-skx"
1754   filter: "'MRR'"
1755   parameters:
1756   - "name"
1757   - "parent"
1758   - "msg"
1759
1760 # Test configuration - VPP MRR Test Configs 3n-hsw
1761 -
1762   type: "table"
1763   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1764   algorithm: "table_details"
1765   output-file-ext: ".csv"
1766   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1767   columns:
1768   -
1769     title: "Name"
1770     data: "data name"
1771   -
1772     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1773     data: "data vat-history"
1774   rows: "generated"
1775   data: "vpp-mrr-results-3n-hsw"
1776   filter: "'MRR'"
1777   parameters:
1778   - "parent"
1779   - "name"
1780   - "vat-history"
1781
1782 # Test configuration - VPP MRR Test Configs 3n-skx
1783 -
1784   type: "table"
1785   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1786   algorithm: "table_details"
1787   output-file-ext: ".csv"
1788   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1789   columns:
1790   -
1791     title: "Name"
1792     data: "data name"
1793   -
1794     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1795     data: "data vat-history"
1796   rows: "generated"
1797   data: "vpp-mrr-results-3n-skx"
1798   filter: "'MRR'"
1799   parameters:
1800   - "parent"
1801   - "name"
1802   - "vat-history"
1803
1804 # Test configuration - VPP MRR Test Configs 2n-skx
1805 -
1806   type: "table"
1807   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1808   algorithm: "table_details"
1809   output-file-ext: ".csv"
1810   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1811   columns:
1812   -
1813     title: "Name"
1814     data: "data name"
1815   -
1816     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1817     data: "data vat-history"
1818   rows: "generated"
1819   data: "vpp-mrr-results-2n-skx"
1820   filter: "'MRR'"
1821   parameters:
1822   - "parent"
1823   - "name"
1824   - "vat-history"
1825
1826 # Detailed Test Results - VPP Functional Results - Ubuntu
1827 -
1828   type: "table"
1829   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1830   algorithm: "table_details"
1831   output-file-ext: ".csv"
1832   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1833   columns:
1834   -
1835     title: "Name"
1836     data: "data name"
1837   -
1838     title: "Documentation"
1839     data: "data doc"
1840   -
1841     title: "Status"
1842     data: "data status"
1843   rows: "generated"
1844   data: "vpp-func-results-ubuntu"
1845   filter: "all"
1846   parameters:
1847   - "name"
1848   - "parent"
1849   - "doc"
1850   - "status"
1851
1852 # Detailed Test Results - VPP Functional Results - CentOS
1853 -
1854   type: "table"
1855   title: "Detailed Test Results - VPP Functional Results - CentOS"
1856   algorithm: "table_details"
1857   output-file-ext: ".csv"
1858   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1859   columns:
1860   -
1861     title: "Name"
1862     data: "data name"
1863   -
1864     title: "Documentation"
1865     data: "data doc"
1866   -
1867     title: "Status"
1868     data: "data status"
1869   rows: "generated"
1870   data:
1871     "vpp-func-results-centos"
1872   filter: "all"
1873   parameters:
1874   - "name"
1875   - "parent"
1876   - "doc"
1877   - "status"
1878
1879 # Test configuration - VPP Functional Test Configs - Ubuntu
1880 -
1881   type: "table"
1882   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1883   algorithm: "table_details"
1884   output-file-ext: ".csv"
1885   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1886   columns:
1887   -
1888     title: "Name"
1889     data: "data name"
1890   -
1891     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1892     data: "data vat-history"
1893   rows: "generated"
1894   data: "vpp-func-results-ubuntu"
1895   filter: "all"
1896   parameters:
1897   - "parent"
1898   - "name"
1899   - "vat-history"
1900
1901 # Test configuration - VPP Functional Test Configs - CentOS
1902 -
1903   type: "table"
1904   title: "Test configuration - VPP Functional Test Configs - CentOS"
1905   algorithm: "table_details"
1906   output-file-ext: ".csv"
1907   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
1908   columns:
1909   -
1910     title: "Name"
1911     data: "data name"
1912   -
1913     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1914     data: "data vat-history"
1915   rows: "generated"
1916   data: "vpp-func-results-centos"
1917   filter: "all"
1918   parameters:
1919   - "parent"
1920   - "name"
1921   - "vat-history"
1922
1923 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
1924 -
1925   type: "table"
1926   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
1927   algorithm: "table_details"
1928   output-file-ext: ".csv"
1929   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
1930   columns:
1931   -
1932     title: "Name"
1933     data: "data name"
1934   -
1935     title: "Status"
1936     data: "data msg"
1937   rows: "generated"
1938   data: "ligato-perf-results-3n-hsw"
1939   filter: "all"
1940   parameters:
1941   - "name"
1942   - "parent"
1943   - "msg"
1944
1945 # Detailed Test Results - VPP Device Results - Ubuntu
1946 -
1947   type: "table"
1948   title: "Detailed Test Results - VPP Device Results - Ubuntu"
1949   algorithm: "table_details"
1950   output-file-ext: ".csv"
1951   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
1952   columns:
1953   -
1954     title: "Name"
1955     data: "data name"
1956   -
1957     title: "Documentation"
1958     data: "data doc"
1959   -
1960     title: "Status"
1961     data: "data status"
1962   rows: "generated"
1963   data: "vpp-device-results-ubuntu"
1964   filter: "all"
1965   parameters:
1966   - "name"
1967   - "parent"
1968   - "doc"
1969   - "status"
1970
1971 # Test configuration - VPP Device Test Configs - Ubuntu
1972 -
1973   type: "table"
1974   title: "Test configuration - VPP Device Test Configs - Ubuntu"
1975   algorithm: "table_details"
1976   output-file-ext: ".csv"
1977   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
1978   columns:
1979   -
1980     title: "Name"
1981     data: "data name"
1982   -
1983     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1984     data: "data vat-history"
1985   rows: "generated"
1986   data: "vpp-device-results-ubuntu"
1987   filter: "all"
1988   parameters:
1989   - "parent"
1990   - "name"
1991   - "vat-history"
1992
1993 ################################################################################
1994
1995 # DPDK Performance Changes 1t1c pdr
1996 -
1997   type: "table"
1998   title: "DPDK Performance Changes 1t1c pdr"
1999   algorithm: "table_performance_comparison"
2000   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
2001   reference:
2002     title: "rls1804"
2003     data:
2004       csit-dpdk-perf-1804-all:
2005       - 4
2006       - 5
2007       - 6
2008       - 7
2009       - 8
2010       - 9
2011       - 10
2012       - 11
2013       - 12
2014       - 13
2015   compare:
2016     title: "rls1807"
2017     data:
2018       # TODO: Replace with 1810 data
2019       csit-dpdk-perf-verify-1807-3n-hsw:
2020       - 11
2021       - 12  # full
2022       - 14
2023       - 15
2024       - 16
2025       - 17
2026       - 20
2027       - 21
2028       - 22
2029       - 23
2030   data: "dpdk-performance-changes"
2031   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2032   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2033   parameters:
2034   - "name"
2035   - "parent"
2036   - "throughput"
2037
2038 # DPDK Performance Changes 2t2c pdr
2039 -
2040   type: "table"
2041   title: "DPDK Performance Changes 2t2c pdr"
2042   algorithm: "table_performance_comparison"
2043   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2044   reference:
2045     title: "rls1804"
2046     data:
2047       csit-dpdk-perf-1804-all:
2048       - 4
2049       - 5
2050       - 6
2051       - 7
2052       - 8
2053       - 9
2054       - 10
2055       - 11
2056       - 12
2057       - 13
2058   compare:
2059     title: "rls1807"
2060     data:
2061       # TODO: Replace with 1810 data
2062       csit-dpdk-perf-verify-1807-3n-hsw:
2063       - 11
2064       - 12  # full
2065       - 14
2066       - 15
2067       - 16
2068       - 17
2069       - 20
2070       - 21
2071       - 22
2072       - 23
2073   data: "dpdk-performance-changes"
2074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2075   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2076   parameters:
2077   - "name"
2078   - "parent"
2079   - "throughput"
2080
2081 # DPDK Performance Changes 1t1c ndr
2082 -
2083   type: "table"
2084   title: "DPDK Performance Changes 1t1c ndr"
2085   algorithm: "table_performance_comparison"
2086   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2087   reference:
2088     title: "rls1804"
2089     data:
2090       csit-dpdk-perf-1804-all:
2091       - 4
2092       - 5
2093       - 6
2094       - 7
2095       - 8
2096       - 9
2097       - 10
2098       - 11
2099       - 12
2100       - 13
2101   compare:
2102     title: "rls1807"
2103     data:
2104       # TODO: Replace with 1810 data
2105       csit-dpdk-perf-verify-1807-3n-hsw:
2106       - 11
2107       - 12  # full
2108       - 14
2109       - 15
2110       - 16
2111       - 17
2112       - 20
2113       - 21
2114       - 22
2115       - 23
2116   data: "dpdk-performance-changes"
2117   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2118   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2119   parameters:
2120   - "name"
2121   - "parent"
2122   - "throughput"
2123
2124 # DPDK Performance Changes 2t2c ndr
2125 -
2126   type: "table"
2127   title: "DPDK Performance Changes 2t2c ndr"
2128   algorithm: "table_performance_comparison"
2129   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2130   reference:
2131     title: "rls1804"
2132     data:
2133       csit-dpdk-perf-1804-all:
2134       - 4
2135       - 5
2136       - 6
2137       - 7
2138       - 8
2139       - 9
2140       - 10
2141       - 11
2142       - 12
2143       - 13
2144   compare:
2145     title: "rls1807"
2146     data:
2147       # TODO: Replace with 1810 data
2148       csit-dpdk-perf-verify-1807-3n-hsw:
2149       - 11
2150       - 12  # full
2151       - 14
2152       - 15
2153       - 16
2154       - 17
2155       - 20
2156       - 21
2157       - 22
2158       - 23
2159   data: "dpdk-performance-changes"
2160   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2161   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2162   parameters:
2163   - "name"
2164   - "parent"
2165   - "throughput"
2166
2167 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2168 -
2169   type: "table"
2170   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2171   algorithm: "table_performance_comparison"
2172   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2173   reference:
2174     title: "3-Node Hsw"
2175     data:
2176       # TODO: Replace with 1810 data
2177       csit-dpdk-perf-verify-1807-3n-hsw:
2178       - 11
2179       - 12  # full
2180       - 14
2181       - 15
2182       - 16
2183       - 17
2184       - 20
2185       - 21
2186       - 22
2187       - 23
2188   compare:
2189     title: "3-Node Skx"
2190     data:
2191       # TODO: Add data
2192       csit-dpdk-perf-verify-1810-3n-skx:
2193       - 3   # NDRPDR sel
2194   data: "dpdk-compare-testbeds"
2195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2196   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2197   parameters:
2198   - "name"
2199   - "parent"
2200   - "throughput"
2201
2202 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2203 -
2204   type: "table"
2205   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2206   algorithm: "table_performance_comparison"
2207   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2208   reference:
2209     title: "3-Node Hsw"
2210     data:
2211       # TODO: Replace with 1810 data
2212       csit-dpdk-perf-verify-1807-3n-hsw:
2213       - 11
2214       - 12  # full
2215       - 14
2216       - 15
2217       - 16
2218       - 17
2219       - 20
2220       - 21
2221       - 22
2222       - 23
2223   compare:
2224     title: "3-Node Skx"
2225     data:
2226       # TODO: Add data
2227       csit-dpdk-perf-verify-1810-3n-skx:
2228       - 3   # NDRPDR sel
2229   data: "dpdk-compare-testbeds"
2230   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2231   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2232   parameters:
2233   - "name"
2234   - "parent"
2235   - "throughput"
2236
2237 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2238 -
2239   type: "table"
2240   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2241   algorithm: "table_performance_comparison"
2242   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2243   reference:
2244     title: "3-Node Hsw"
2245     data:
2246       # TODO: Replace with 1810 data
2247       csit-dpdk-perf-verify-1807-3n-hsw:
2248       - 11
2249       - 12  # full
2250       - 14
2251       - 15
2252       - 16
2253       - 17
2254       - 20
2255       - 21
2256       - 22
2257       - 23
2258   compare:
2259     title: "3-Node Skx"
2260     data:
2261       # TODO: Replace with 1810 data
2262       csit-dpdk-perf-verify-1807-3n-skx:
2263       - 1
2264       - 2
2265       - 3
2266       - 6
2267       - 7
2268       - 8
2269       - 9
2270       - 10
2271       - 11
2272       - 12
2273   data: "dpdk-compare-testbeds"
2274   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2275   filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2276   parameters:
2277   - "name"
2278   - "parent"
2279   - "result"
2280
2281 # Detailed Test Results - DPDK Performance Results 3n-hsw
2282 -
2283   type: "table"
2284   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2285   algorithm: "table_details"
2286   output-file-ext: ".csv"
2287   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2288   columns:
2289   -
2290     title: "Name"
2291     data: "data name"
2292   -
2293     title: "Status"
2294     data: "data msg"
2295   rows: "generated"
2296   data: "dpdk-perf-results-3n-hsw"
2297   filter: "all"
2298   parameters:
2299   - "name"
2300   - "parent"
2301   - "msg"
2302
2303 # Detailed Test Results - DPDK Performance Results 3n-skx
2304 -
2305   type: "table"
2306   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2307   algorithm: "table_details"
2308   output-file-ext: ".csv"
2309   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2310   columns:
2311   -
2312     title: "Name"
2313     data: "data name"
2314   -
2315     title: "Status"
2316     data: "data msg"
2317   rows: "generated"
2318   data: "dpdk-perf-results-3n-skx"
2319   filter: "all"
2320   parameters:
2321   - "name"
2322   - "parent"
2323   - "msg"
2324
2325 # Detailed Test Results - DPDK Performance Results 2n-skx
2326 -
2327   type: "table"
2328   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2329   algorithm: "table_details"
2330   output-file-ext: ".csv"
2331   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2332   columns:
2333   -
2334     title: "Name"
2335     data: "data name"
2336   -
2337     title: "Status"
2338     data: "data msg"
2339   rows: "generated"
2340   data: "dpdk-perf-results-2n-skx"
2341   filter: "all"
2342   parameters:
2343   - "name"
2344   - "parent"
2345   - "msg"
2346
2347 ################################################################################
2348 # HoneyComb
2349 -
2350   type: "table"
2351   title: "Detailed Test Results - Honeycomb Functional Results"
2352   algorithm: "table_details"
2353   output-file-ext: ".csv"
2354   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2355   columns:
2356   -
2357     title: "Name"
2358     data: "data name"
2359   -
2360     title: "Documentation"
2361     data: "data doc"
2362   -
2363     title: "Status"
2364     data: "data status"
2365   rows: "generated"
2366   data:
2367     "hc-func-results"
2368   filter: "all"
2369   parameters:
2370   - "name"
2371   - "parent"
2372   - "doc"
2373   - "status"
2374
2375 ################################################################################
2376 # NSH SFC
2377 -
2378   type: "table"
2379   title: "Detailed Test Results - NSH SFC Functional Results"
2380   algorithm: "table_details"
2381   output-file-ext: ".csv"
2382   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2383   columns:
2384   -
2385     title: "Name"
2386     data: "data name"
2387   -
2388     title: "Documentation"
2389     data: "data doc"
2390   -
2391     title: "Status"
2392     data: "data status"
2393   rows: "generated"
2394   data:
2395     "nsh-func-results"
2396   filter: "all"
2397   parameters:
2398   - "name"
2399   - "parent"
2400   - "doc"
2401   - "status"
2402
2403 ################################################################################
2404 # DMM
2405 -
2406   type: "table"
2407   title: "Detailed Test Results - DMM Functional Results"
2408   algorithm: "table_details"
2409   output-file-ext: ".csv"
2410   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2411   columns:
2412   -
2413     title: "Name"
2414     data: "data name"
2415   -
2416     title: "Documentation"
2417     data: "data doc"
2418   -
2419     title: "Status"
2420     data: "data status"
2421   rows: "generated"
2422   data:
2423     "dmm-func-results"
2424   filter: "all"
2425   parameters:
2426   - "name"
2427   - "parent"
2428   - "doc"
2429   - "status"
2430
2431 ################################################################################
2432 ###                                F I L E S                                 ###
2433 ################################################################################
2434
2435 # VPP Performance Results 3n-hsw
2436 -
2437   type: "file"
2438   title: "VPP Performance Results 3n-hsw"
2439   algorithm: "file_test_results"
2440   output-file-ext: ".rst"
2441   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2442   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"
2443   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2444   data: "vpp-perf-results-3n-hsw"
2445   filter: "not 'NDRCHK' and not 'PDRCHK'"
2446   parameters:
2447   - "name"
2448   - "doc"
2449   - "level"
2450   - "parent"
2451   data-start-level: 3
2452
2453 # VPP Performance Results 3n-skx
2454 -
2455   type: "file"
2456   title: "VPP Performance Results 3n-skx"
2457   algorithm: "file_test_results"
2458   output-file-ext: ".rst"
2459   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2460   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"
2461   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2462   data: "vpp-perf-results-3n-skx"
2463   filter: "not 'NDRCHK' and not 'PDRCHK'"
2464   parameters:
2465   - "name"
2466   - "doc"
2467   - "level"
2468   - "parent"
2469   data-start-level: 3
2470
2471 # VPP Performance Results 2n-skx
2472 -
2473   type: "file"
2474   title: "VPP Performance Results 2n-skx"
2475   algorithm: "file_test_results"
2476   output-file-ext: ".rst"
2477   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2478   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"
2479   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2480   data: "vpp-perf-results-2n-skx"
2481   filter: "not 'NDRCHK' and not 'PDRCHK'"
2482   parameters:
2483   - "name"
2484   - "doc"
2485   - "level"
2486   - "parent"
2487   data-start-level: 3
2488
2489 # VPP Performance Configuration 3n-hsw
2490 -
2491   type: "file"
2492   title: "VPP Performance Configuration 3n-hsw"
2493   algorithm: "file_test_results"
2494   output-file-ext: ".rst"
2495   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2496   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"
2497   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2498   data: "vpp-perf-results-3n-hsw"
2499   filter: "not 'NDRCHK' and not 'PDRCHK'"
2500   parameters:
2501   - "name"
2502   - "doc"
2503   - "level"
2504   - "parent"
2505   data-start-level: 3
2506
2507 # VPP Performance Configuration 3n-skx
2508 -
2509   type: "file"
2510   title: "VPP Performance Configuration 3n-skx"
2511   algorithm: "file_test_results"
2512   output-file-ext: ".rst"
2513   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2514   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2515   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2516   data: "vpp-perf-results-3n-skx"
2517   filter: "not 'NDRCHK' and not 'PDRCHK'"
2518   parameters:
2519   - "name"
2520   - "doc"
2521   - "level"
2522   - "parent"
2523   data-start-level: 3
2524
2525 # VPP Performance Configuration 2n-skx
2526 -
2527   type: "file"
2528   title: "VPP Performance Configuration 2n-skx"
2529   algorithm: "file_test_results"
2530   output-file-ext: ".rst"
2531   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2532   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2533   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2534   data: "vpp-perf-results-2n-skx"
2535   filter: "not 'NDRCHK' and not 'PDRCHK'"
2536   parameters:
2537   - "name"
2538   - "doc"
2539   - "level"
2540   - "parent"
2541   data-start-level: 3
2542
2543 # VPP Performance Operational Data 3n-hsw
2544 -
2545   type: "file"
2546   title: "VPP Performance Operational Data 3n-hsw"
2547   algorithm: "file_test_results"
2548   output-file-ext: ".rst"
2549   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2550   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"
2551   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2552   data: "vpp-perf-results-3n-hsw"
2553   filter: "not 'NDRCHK' and not 'PDRCHK'"
2554   parameters:
2555   - "name"
2556   - "doc"
2557   - "level"
2558   - "parent"
2559   data-start-level: 3
2560
2561 # VPP Performance Operational Data 3n-skx
2562 -
2563   type: "file"
2564   title: "VPP Performance Operational Data 3n-skx"
2565   algorithm: "file_test_results"
2566   output-file-ext: ".rst"
2567   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2568   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"
2569   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2570   data: "vpp-perf-results-3n-skx"
2571   filter: "not 'NDRCHK' and not 'PDRCHK'"
2572   parameters:
2573   - "name"
2574   - "doc"
2575   - "level"
2576   - "parent"
2577   data-start-level: 3
2578
2579 # VPP Performance Operational Data 2n-skx
2580 -
2581   type: "file"
2582   title: "VPP Performance Operational Data 2n-skx"
2583   algorithm: "file_test_results"
2584   output-file-ext: ".rst"
2585   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2586   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"
2587   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2588   data: "vpp-perf-results-2n-skx"
2589   filter: "not 'NDRCHK' and not 'PDRCHK'"
2590   parameters:
2591   - "name"
2592   - "doc"
2593   - "level"
2594   - "parent"
2595   data-start-level: 3
2596
2597 # VPP MRR Results 3n-hsw
2598 -
2599   type: "file"
2600   title: "VPP MRR Results 3n-hsw"
2601   algorithm: "file_test_results"
2602   output-file-ext: ".rst"
2603   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2604   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"
2605   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2606   data: "vpp-mrr-results-3n-hsw"
2607   filter: "'MRR'"
2608   parameters:
2609   - "name"
2610   - "doc"
2611   - "level"
2612   - "parent"
2613   data-start-level: 3
2614
2615 # VPP MRR Results 3n-skx
2616 -
2617   type: "file"
2618   title: "VPP MRR Results 3n-skx"
2619   algorithm: "file_test_results"
2620   output-file-ext: ".rst"
2621   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2622   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"
2623   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2624   data: "vpp-mrr-results-3n-skx"
2625   filter: "'MRR'"
2626   parameters:
2627   - "name"
2628   - "doc"
2629   - "level"
2630   - "parent"
2631   data-start-level: 3
2632
2633 # VPP MRR Results 2n-skx
2634 -
2635   type: "file"
2636   title: "VPP MRR Results 2n-skx"
2637   algorithm: "file_test_results"
2638   output-file-ext: ".rst"
2639   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2640   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"
2641   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2642   data: "vpp-mrr-results-2n-skx"
2643   filter: "all"
2644   parameters:
2645   - "name"
2646   - "doc"
2647   - "level"
2648   - "parent"
2649   data-start-level: 3
2650
2651 # VPP MRR Configuration 3n-hsw
2652 -
2653   type: "file"
2654   title: "VPP MRR Configuration 3n-hsw"
2655   algorithm: "file_test_results"
2656   output-file-ext: ".rst"
2657   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2658   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"
2659   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2660   data: "vpp-mrr-results-3n-hsw"
2661   filter: "'MRR'"
2662   parameters:
2663   - "name"
2664   - "doc"
2665   - "level"
2666   - "parent"
2667   data-start-level: 3
2668
2669 # VPP MRR Configuration 3n-skx
2670 -
2671   type: "file"
2672   title: "VPP MRR Configuration 3n-skx"
2673   algorithm: "file_test_results"
2674   output-file-ext: ".rst"
2675   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2676   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"
2677   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2678   data: "vpp-mrr-results-3n-skx"
2679   filter: "'MRR'"
2680   parameters:
2681   - "name"
2682   - "doc"
2683   - "level"
2684   - "parent"
2685   data-start-level: 3
2686
2687 # VPP MRR Configuration 2n-skx
2688 -
2689   type: "file"
2690   title: "VPP MRR Configuration 2n-skx"
2691   algorithm: "file_test_results"
2692   output-file-ext: ".rst"
2693   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2694   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"
2695   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2696   data: "vpp-mrr-results-2n-skx"
2697   filter: "'MRR'"
2698   parameters:
2699   - "name"
2700   - "doc"
2701   - "level"
2702   - "parent"
2703   data-start-level: 3
2704
2705 # VPP Functional Results - Ubuntu
2706 -
2707   type: "file"
2708   title: "VPP Functional Results - Ubuntu"
2709   algorithm: "file_test_results"
2710   output-file-ext: ".rst"
2711   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2712   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"
2713   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2714   data: "vpp-func-results-ubuntu"
2715   filter: "all"
2716   parameters:
2717   - "name"
2718   - "doc"
2719   - "level"
2720   - "parent"
2721   data-start-level: 3
2722
2723 # VPP Functional Results - CentOS
2724 -
2725   type: "file"
2726   title: "VPP Functional Results - CentOS"
2727   algorithm: "file_test_results"
2728   output-file-ext: ".rst"
2729   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2730   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"
2731   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2732   data:
2733     "vpp-func-results-centos"
2734   filter: "all"
2735   parameters:
2736   - "name"
2737   - "doc"
2738   - "level"
2739   - "parent"
2740   data-start-level: 3
2741
2742 # VPP Functional Configuration - Ubuntu
2743 -
2744   type: "file"
2745   title: "VPP Functional Configuration - Ubuntu"
2746   algorithm: "file_test_results"
2747   output-file-ext: ".rst"
2748   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2749   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"
2750   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2751   data: "vpp-func-results-ubuntu"
2752   filter: "all"
2753   parameters:
2754   - "name"
2755   - "doc"
2756   - "level"
2757   - "parent"
2758   data-start-level: 3
2759
2760 # VPP Functional Configuration - CentOS
2761 -
2762   type: "file"
2763   title: "VPP Functional Configuration - CentOS"
2764   algorithm: "file_test_results"
2765   output-file-ext: ".rst"
2766   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2767   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"
2768   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2769   data:
2770     "vpp-func-results-centos"
2771   filter: "all"
2772   parameters:
2773   - "name"
2774   - "doc"
2775   - "level"
2776   - "parent"
2777   data-start-level: 3
2778
2779 # VPP Device Results - Ubuntu
2780 -
2781   type: "file"
2782   title: "VPP Device Results - Ubuntu"
2783   algorithm: "file_test_results"
2784   output-file-ext: ".rst"
2785   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2786   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"
2787   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2788   data: "vpp-device-results-ubuntu"
2789   filter: "all"
2790   parameters:
2791   - "name"
2792   - "doc"
2793   - "level"
2794   - "parent"
2795   data-start-level: 2
2796
2797 # VPP Device Configuration - Ubuntu
2798 -
2799   type: "file"
2800   title: "VPP Device Configuration - Ubuntu"
2801   algorithm: "file_test_results"
2802   output-file-ext: ".rst"
2803   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2804   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"
2805   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2806   data: "vpp-device-results-ubuntu"
2807   filter: "all"
2808   parameters:
2809   - "name"
2810   - "doc"
2811   - "level"
2812   - "parent"
2813   data-start-level: 2
2814
2815 # Container Orchestrated Performance Results 3n-hsw
2816 -
2817   type: "file"
2818   title: "Container Orchestrated Performance Results 3n-hsw"
2819   algorithm: "file_test_results"
2820   output-file-ext: ".rst"
2821   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2822   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"
2823   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2824   data: "ligato-perf-results-3n-hsw"
2825   filter: "all"
2826   parameters:
2827   - "name"
2828   - "doc"
2829   - "level"
2830   - "parent"
2831   data-start-level: 3
2832
2833 # DPDK Performance Results 3n-hsw
2834 -
2835   type: "file"
2836   title: "DPDK Performance Results 3n-hsw"
2837   algorithm: "file_test_results"
2838   output-file-ext: ".rst"
2839   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2840   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"
2841   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
2842   data: "dpdk-perf-results-3n-hsw"
2843   filter: "all"
2844   parameters:
2845   - "name"
2846   - "doc"
2847   - "level"
2848   - "parent"
2849   data-start-level: 3
2850
2851 # DPDK Performance Results 3n-skx
2852 -
2853   type: "file"
2854   title: "DPDK Performance Results 3n-skx"
2855   algorithm: "file_test_results"
2856   output-file-ext: ".rst"
2857   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2858   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"
2859   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
2860   data: "dpdk-perf-results-3n-skx"
2861   filter: "all"
2862   parameters:
2863   - "name"
2864   - "doc"
2865   - "level"
2866   - "parent"
2867   data-start-level: 3
2868
2869 # DPDK Performance Results 2n-skx
2870 -
2871   type: "file"
2872   title: "DPDK Performance Results 2n-skx"
2873   algorithm: "file_test_results"
2874   output-file-ext: ".rst"
2875   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2876   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"
2877   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
2878   data: "dpdk-perf-results-2n-skx"
2879   filter: "all"
2880   parameters:
2881   - "name"
2882   - "doc"
2883   - "level"
2884   - "parent"
2885   data-start-level: 3
2886
2887 # Honeycomb Functional Results
2888 -
2889   type: "file"
2890   title: "Honeycomb Functional Results"
2891   algorithm: "file_test_results"
2892   output-file-ext: ".rst"
2893   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
2894   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"
2895   dir-tables: "{DIR[DTR,FUNC,HC]}"
2896   data:
2897     "hc-func-results"
2898   filter: "all"
2899   parameters:
2900   - "name"
2901   - "doc"
2902   - "level"
2903   - "parent"
2904   data-start-level: 3
2905
2906 # NSH SFC Functional Results
2907 -
2908   type: "file"
2909   title: "NSH SFC Functional Results"
2910   algorithm: "file_test_results"
2911   output-file-ext: ".rst"
2912   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
2913   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"
2914   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
2915   data:
2916     "nsh-func-results"
2917   filter: "all"
2918   parameters:
2919   - "name"
2920   - "doc"
2921   - "level"
2922   - "parent"
2923   data-start-level: 3
2924
2925 # DMM Functional Results
2926 -
2927   type: "file"
2928   title: "DMM Functional Results"
2929   algorithm: "file_test_results"
2930   output-file-ext: ".rst"
2931   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2932   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"
2933   dir-tables: "{DIR[DTR,FUNC,DMM]}"
2934   data:
2935     "dmm-func-results"
2936   filter: "all"
2937   parameters:
2938   - "name"
2939   - "doc"
2940   - "level"
2941   - "parent"
2942   data-start-level: 3
2943
2944 ################################################################################
2945 ###                                P L O T S                                 ###
2946 ################################################################################
2947
2948 ################################################################################
2949 # Plots VPP HTTP Server Performance
2950 -
2951   type: "plot"
2952   title: "VPP HTTP Server Performance"
2953   algorithm: "plot_http_server_performance_box"
2954   output-file-type: ".html"
2955   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
2956   data:
2957     "plot-vpp-http-server-performance"
2958   # Keep this formatting, the filter is enclosed with " (quotation mark) and
2959   # each tag is enclosed with ' (apostrophe).
2960   filter: "'HTTP' and 'TCP_CPS'"
2961   parameters:
2962   - "result"
2963   - "name"
2964   traces:
2965     hoverinfo: "x+y"
2966     boxpoints: "outliers"
2967     whiskerwidth: 0
2968   layout:
2969     title: "VPP HTTP Server Performance"
2970     layout:
2971       "plot-cps"
2972
2973 -
2974   type: "plot"
2975   title: "VPP HTTP Server Performance"
2976   algorithm: "plot_http_server_performance_box"
2977   output-file-type: ".html"
2978   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
2979   data:
2980     "plot-vpp-http-server-performance"
2981   filter: "'HTTP' and 'TCP_RPS'"
2982   parameters:
2983   - "result"
2984   - "name"
2985   traces:
2986     hoverinfo: "x+y"
2987     boxpoints: "outliers"
2988     whiskerwidth: 0
2989   layout:
2990     title: "VPP HTTP Server Performance"
2991     layout:
2992       "plot-rps"
2993
2994 ################################################################################
2995
2996 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
2997 -
2998   type: "plot"
2999   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3000   algorithm: "plot_performance_box"
3001   output-file-type: ".html"
3002   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3003   data: "plot-vpp-throughput-latency-3n-hsw"
3004   filter: "'NIC_Intel-X520-DA2' and
3005            '64B' and
3006            ('BASE' or 'SCALE') and
3007            'NDRPDR' and
3008            'ETH' and
3009            '1T1C' and
3010            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3011            not 'VHOST' and
3012            not 'MEMIF'"
3013   parameters:
3014   - "throughput"
3015   - "parent"
3016   - "tags"
3017   sort:
3018   - "L2PATCH"
3019   - "L2XCBASE"
3020   - "BASE"
3021   - "FIB_10K"
3022   - "FIB_100K"
3023   - "FIB_1M"
3024   traces:
3025     hoverinfo: "x+y"
3026     boxpoints: "outliers"
3027     whiskerwidth: 0
3028   layout:
3029     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3030     layout: "plot-throughput"
3031
3032 -
3033   type: "plot"
3034   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3035   algorithm: "plot_performance_box"
3036   output-file-type: ".html"
3037   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3038   data: "plot-vpp-throughput-latency-3n-hsw"
3039   filter: "'NIC_Intel-X520-DA2' and
3040            '64B' and
3041            ('BASE' or 'SCALE') and
3042            'NDRPDR' and
3043            'ETH' and
3044            '1T1C' and
3045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3046            not 'VHOST' and
3047            not 'MEMIF'"
3048   parameters:
3049   - "throughput"
3050   - "parent"
3051   - "tags"
3052   sort:
3053   - "L2PATCH"
3054   - "L2XCBASE"
3055   - "BASE"
3056   - "FIB_10K"
3057   - "FIB_100K"
3058   - "FIB_1M"
3059   traces:
3060     hoverinfo: "x+y"
3061     boxpoints: "outliers"
3062     whiskerwidth: 0
3063   layout:
3064     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3065     layout: "plot-throughput"
3066
3067 -
3068   type: "plot"
3069   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3070   algorithm: "plot_performance_box"
3071   output-file-type: ".html"
3072   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3073   data: "plot-vpp-throughput-latency-3n-hsw"
3074   filter: "'NIC_Intel-X520-DA2' and
3075            '64B' and
3076            ('BASE' or 'SCALE') and
3077            'NDRPDR' and
3078            'ETH' and
3079            '2T2C' and
3080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3081            not 'VHOST' and
3082            not 'MEMIF'"
3083   parameters:
3084   - "throughput"
3085   - "parent"
3086   - "tags"
3087   sort:
3088   - "L2PATCH"
3089   - "L2XCBASE"
3090   - "BASE"
3091   - "FIB_10K"
3092   - "FIB_100K"
3093   - "FIB_1M"
3094   traces:
3095     hoverinfo: "x+y"
3096     boxpoints: "outliers"
3097     whiskerwidth: 0
3098   layout:
3099     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3100     layout: "plot-throughput"
3101
3102 -
3103   type: "plot"
3104   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3105   algorithm: "plot_performance_box"
3106   output-file-type: ".html"
3107   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3108   data: "plot-vpp-throughput-latency-3n-hsw"
3109   filter: "'NIC_Intel-X520-DA2' and
3110            '64B' and
3111            ('BASE' or 'SCALE') and
3112            'NDRPDR' and
3113            'ETH' and
3114            '2T2C' and
3115            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3116            not 'VHOST' and
3117            not 'MEMIF'"
3118   parameters:
3119   - "throughput"
3120   - "parent"
3121   - "tags"
3122   sort:
3123   - "L2PATCH"
3124   - "L2XCBASE"
3125   - "BASE"
3126   - "FIB_10K"
3127   - "FIB_100K"
3128   - "FIB_1M"
3129   traces:
3130     hoverinfo: "x+y"
3131     boxpoints: "outliers"
3132     whiskerwidth: 0
3133   layout:
3134     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3135     layout: "plot-throughput"
3136
3137 # Packet Throughput - VPP L2 3n-hsw-x520 features
3138 -
3139   type: "plot"
3140   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3141   algorithm: "plot_performance_box"
3142   output-file-type: ".html"
3143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3144   data: "plot-vpp-throughput-latency-3n-hsw"
3145   filter: "'NIC_Intel-X520-DA2' and
3146            '64B' and
3147            'NDRPDR' and
3148            '1T1C' and
3149            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3150            not 'ACL' and
3151            not 'VHOST' and
3152            not 'MEMIF'"
3153   parameters:
3154   - "throughput"
3155   - "parent"
3156   - "tags"
3157   sort:
3158   - "L2XCBASE"    # l2xcbase
3159   - "L2BDBASE"    # l2bdbase
3160   - "L2XCFWD"     # dot1q-l2xcbase
3161   - "L2BDMACLRN"  # dot1q-l2bdbase
3162   traces:
3163     hoverinfo: "x+y"
3164     boxpoints: "outliers"
3165     whiskerwidth: 0
3166   layout:
3167     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3168     layout: "plot-throughput"
3169
3170 -
3171   type: "plot"
3172   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3173   algorithm: "plot_performance_box"
3174   output-file-type: ".html"
3175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3176   data: "plot-vpp-throughput-latency-3n-hsw"
3177   filter: "'NIC_Intel-X520-DA2' and
3178            '64B' and
3179            'NDRPDR' and
3180            '1T1C' and
3181            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3182            not 'ACL' and
3183            not 'VHOST' and
3184            not 'MEMIF'"
3185   parameters:
3186   - "throughput"
3187   - "parent"
3188   - "tags"
3189   sort:
3190   - "L2XCBASE"    # l2xcbase
3191   - "L2BDBASE"    # l2bdbase
3192   - "L2XCFWD"     # dot1q-l2xcbase
3193   - "L2BDMACLRN"  # dot1q-l2bdbase
3194   traces:
3195     hoverinfo: "x+y"
3196     boxpoints: "outliers"
3197     whiskerwidth: 0
3198   layout:
3199     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3200     layout: "plot-throughput"
3201
3202 -
3203   type: "plot"
3204   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3205   algorithm: "plot_performance_box"
3206   output-file-type: ".html"
3207   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3208   data: "plot-vpp-throughput-latency-3n-hsw"
3209   filter: "'NIC_Intel-X520-DA2' and
3210            '64B' and
3211            'NDRPDR' and
3212            '2T2C' and
3213            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3214            not 'ACL' and
3215            not 'VHOST' and
3216            not 'MEMIF'"
3217   parameters:
3218   - "throughput"
3219   - "parent"
3220   - "tags"
3221   sort:
3222   - "L2XCBASE"    # l2xcbase
3223   - "L2BDBASE"    # l2bdbase
3224   - "L2XCFWD"     # dot1q-l2xcbase
3225   - "L2BDMACLRN"  # dot1q-l2bdbase
3226   traces:
3227     hoverinfo: "x+y"
3228     boxpoints: "outliers"
3229     whiskerwidth: 0
3230   layout:
3231     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3232     layout: "plot-throughput"
3233
3234 -
3235   type: "plot"
3236   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3237   algorithm: "plot_performance_box"
3238   output-file-type: ".html"
3239   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3240   data: "plot-vpp-throughput-latency-3n-hsw"
3241   filter: "'NIC_Intel-X520-DA2' and
3242            '64B' and
3243            'NDRPDR' and
3244            '2T2C' and
3245            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3246            not 'ACL' and
3247            not 'VHOST' and
3248            not 'MEMIF'"
3249   parameters:
3250   - "throughput"
3251   - "parent"
3252   - "tags"
3253   sort:
3254   - "L2XCBASE"    # l2xcbase
3255   - "L2BDBASE"    # l2bdbase
3256   - "L2XCFWD"     # dot1q-l2xcbase
3257   - "L2BDMACLRN"  # dot1q-l2bdbase
3258   traces:
3259     hoverinfo: "x+y"
3260     boxpoints: "outliers"
3261     whiskerwidth: 0
3262   layout:
3263     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3264     layout: "plot-throughput"
3265
3266 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3267 -
3268   type: "plot"
3269   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3270   algorithm: "plot_performance_box"
3271   output-file-type: ".html"
3272   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3273   data: "plot-vpp-throughput-latency-3n-hsw"
3274   filter: "'NIC_Intel-X710' and
3275            '64B' and
3276            ('BASE' or 'SCALE') and
3277            'NDRPDR' and
3278            'ETH' and
3279            '1T1C' and
3280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3281            not 'VHOST' and
3282            not 'MEMIF'"
3283   parameters:
3284   - "throughput"
3285   - "parent"
3286   - "tags"
3287   sort:
3288   - "L2PATCH"
3289   - "L2XCBASE"
3290   - "BASE"
3291   - "FIB_10K"
3292   - "FIB_100K"
3293   - "FIB_1M"
3294   traces:
3295     hoverinfo: "x+y"
3296     boxpoints: "outliers"
3297     whiskerwidth: 0
3298   layout:
3299     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3300     layout: "plot-throughput"
3301
3302 -
3303   type: "plot"
3304   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3305   algorithm: "plot_performance_box"
3306   output-file-type: ".html"
3307   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3308   data: "plot-vpp-throughput-latency-3n-hsw"
3309   filter: "'NIC_Intel-X710' and
3310            '64B' and
3311            ('BASE' or 'SCALE') and
3312            'NDRPDR' and
3313            'ETH' and
3314            '1T1C' and
3315            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3316            not 'VHOST' and
3317            not 'MEMIF'"
3318   parameters:
3319   - "throughput"
3320   - "parent"
3321   - "tags"
3322   sort:
3323   - "L2PATCH"
3324   - "L2XCBASE"
3325   - "BASE"
3326   - "FIB_10K"
3327   - "FIB_100K"
3328   - "FIB_1M"
3329   traces:
3330     hoverinfo: "x+y"
3331     boxpoints: "outliers"
3332     whiskerwidth: 0
3333   layout:
3334     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3335     layout: "plot-throughput"
3336
3337 -
3338   type: "plot"
3339   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3340   algorithm: "plot_performance_box"
3341   output-file-type: ".html"
3342   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3343   data: "plot-vpp-throughput-latency-3n-hsw"
3344   filter: "'NIC_Intel-X710' and
3345            '64B' and
3346            ('BASE' or 'SCALE') and
3347            'NDRPDR' and
3348            'ETH' and
3349            '2T2C' and
3350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3351            not 'VHOST' and
3352            not 'MEMIF'"
3353   parameters:
3354   - "throughput"
3355   - "parent"
3356   - "tags"
3357   sort:
3358   - "L2PATCH"
3359   - "L2XCBASE"
3360   - "BASE"
3361   - "FIB_10K"
3362   - "FIB_100K"
3363   - "FIB_1M"
3364   traces:
3365     hoverinfo: "x+y"
3366     boxpoints: "outliers"
3367     whiskerwidth: 0
3368   layout:
3369     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3370     layout: "plot-throughput"
3371
3372 -
3373   type: "plot"
3374   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3375   algorithm: "plot_performance_box"
3376   output-file-type: ".html"
3377   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3378   data: "plot-vpp-throughput-latency-3n-hsw"
3379   filter: "'NIC_Intel-X710' and
3380            '64B' and
3381            ('BASE' or 'SCALE') and
3382            'NDRPDR' and
3383            'ETH' and
3384            '2T2C' and
3385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3386            not 'VHOST' and
3387            not 'MEMIF'"
3388   parameters:
3389   - "throughput"
3390   - "parent"
3391   - "tags"
3392   sort:
3393   - "L2PATCH"
3394   - "L2XCBASE"
3395   - "BASE"
3396   - "FIB_10K"
3397   - "FIB_100K"
3398   - "FIB_1M"
3399   traces:
3400     hoverinfo: "x+y"
3401     boxpoints: "outliers"
3402     whiskerwidth: 0
3403   layout:
3404     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3405     layout: "plot-throughput"
3406
3407 # Packet Throughput - VPP L2 3n-hsw-x710 features
3408 -
3409   type: "plot"
3410   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3411   algorithm: "plot_performance_box"
3412   output-file-type: ".html"
3413   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3414   data: "plot-vpp-throughput-latency-3n-hsw"
3415   filter: "'NIC_Intel-X710' and
3416            '64B' and
3417            'NDRPDR' and
3418            '1T1C' and
3419            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3420            not 'ACL' and
3421            not 'VHOST' and
3422            not 'MEMIF'"
3423   parameters:
3424   - "throughput"
3425   - "parent"
3426   - "tags"
3427   sort:
3428   - "L2XCBASE"    # l2xcbase
3429   - "L2BDBASE"    # l2bdbase
3430   - "L2XCFWD"     # dot1q-l2xcbase
3431   - "L2BDMACLRN"  # dot1q-l2bdbase
3432   traces:
3433     hoverinfo: "x+y"
3434     boxpoints: "outliers"
3435     whiskerwidth: 0
3436   layout:
3437     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3438     layout: "plot-throughput"
3439
3440 -
3441   type: "plot"
3442   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3443   algorithm: "plot_performance_box"
3444   output-file-type: ".html"
3445   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3446   data: "plot-vpp-throughput-latency-3n-hsw"
3447   filter: "'NIC_Intel-X710' and
3448            '64B' and
3449            'NDRPDR' and
3450            '1T1C' and
3451            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3452            not 'ACL' and
3453            not 'VHOST' and
3454            not 'MEMIF'"
3455   parameters:
3456   - "throughput"
3457   - "parent"
3458   - "tags"
3459   sort:
3460   - "L2XCBASE"    # l2xcbase
3461   - "L2BDBASE"    # l2bdbase
3462   - "L2XCFWD"     # dot1q-l2xcbase
3463   - "L2BDMACLRN"  # dot1q-l2bdbase
3464   traces:
3465     hoverinfo: "x+y"
3466     boxpoints: "outliers"
3467     whiskerwidth: 0
3468   layout:
3469     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3470     layout: "plot-throughput"
3471
3472 -
3473   type: "plot"
3474   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3475   algorithm: "plot_performance_box"
3476   output-file-type: ".html"
3477   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3478   data: "plot-vpp-throughput-latency-3n-hsw"
3479   filter: "'NIC_Intel-X710' and
3480            '64B' and
3481            'NDRPDR' and
3482            '2T2C' and
3483            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3484            not 'ACL' and
3485            not 'VHOST' and
3486            not 'MEMIF'"
3487   parameters:
3488   - "throughput"
3489   - "parent"
3490   - "tags"
3491   sort:
3492   - "L2XCBASE"    # l2xcbase
3493   - "L2BDBASE"    # l2bdbase
3494   - "L2XCFWD"     # dot1q-l2xcbase
3495   - "L2BDMACLRN"  # dot1q-l2bdbase
3496   traces:
3497     hoverinfo: "x+y"
3498     boxpoints: "outliers"
3499     whiskerwidth: 0
3500   layout:
3501     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3502     layout: "plot-throughput"
3503
3504 -
3505   type: "plot"
3506   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3507   algorithm: "plot_performance_box"
3508   output-file-type: ".html"
3509   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3510   data: "plot-vpp-throughput-latency-3n-hsw"
3511   filter: "'NIC_Intel-X710' and
3512            '64B' and
3513            'NDRPDR' and
3514            '2T2C' and
3515            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3516            not 'ACL' and
3517            not 'VHOST' and
3518            not 'MEMIF'"
3519   parameters:
3520   - "throughput"
3521   - "parent"
3522   - "tags"
3523   sort:
3524   - "L2XCBASE"    # l2xcbase
3525   - "L2BDBASE"    # l2bdbase
3526   - "L2XCFWD"     # dot1q-l2xcbase
3527   - "L2BDMACLRN"  # dot1q-l2bdbase
3528   traces:
3529     hoverinfo: "x+y"
3530     boxpoints: "outliers"
3531     whiskerwidth: 0
3532   layout:
3533     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3534     layout: "plot-throughput"
3535
3536 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3537 -
3538   type: "plot"
3539   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3540   algorithm: "plot_performance_box"
3541   output-file-type: ".html"
3542   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3543   data: "plot-vpp-throughput-latency-3n-hsw"
3544   filter: "'NIC_Intel-XL710' and
3545            '64B' and
3546            ('BASE' or 'SCALE') and
3547            'NDRPDR' and
3548            'ETH' and
3549            '1T1C' and
3550            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3551            not 'VHOST' and
3552            not 'MEMIF'"
3553   parameters:
3554   - "throughput"
3555   - "parent"
3556   - "tags"
3557   sort:
3558   - "L2PATCH"
3559   - "L2XCBASE"
3560   - "BASE"
3561   - "FIB_10K"
3562   - "FIB_100K"
3563   - "FIB_1M"
3564   traces:
3565     hoverinfo: "x+y"
3566     boxpoints: "outliers"
3567     whiskerwidth: 0
3568   layout:
3569     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3570     layout: "plot-throughput"
3571
3572 -
3573   type: "plot"
3574   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3575   algorithm: "plot_performance_box"
3576   output-file-type: ".html"
3577   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3578   data: "plot-vpp-throughput-latency-3n-hsw"
3579   filter: "'NIC_Intel-XL710' and
3580            '64B' and
3581            ('BASE' or 'SCALE') and
3582            'NDRPDR' and
3583            'ETH' and
3584            '1T1C' and
3585            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3586            not 'VHOST' and
3587            not 'MEMIF'"
3588   parameters:
3589   - "throughput"
3590   - "parent"
3591   - "tags"
3592   sort:
3593   - "L2PATCH"
3594   - "L2XCBASE"
3595   - "BASE"
3596   - "FIB_10K"
3597   - "FIB_100K"
3598   - "FIB_1M"
3599   traces:
3600     hoverinfo: "x+y"
3601     boxpoints: "outliers"
3602     whiskerwidth: 0
3603   layout:
3604     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3605     layout: "plot-throughput"
3606
3607 -
3608   type: "plot"
3609   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3610   algorithm: "plot_performance_box"
3611   output-file-type: ".html"
3612   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3613   data: "plot-vpp-throughput-latency-3n-hsw"
3614   filter: "'NIC_Intel-XL710' and
3615            '64B' and
3616            ('BASE' or 'SCALE') and
3617            'NDRPDR' and
3618            'ETH' and
3619            '2T2C' and
3620            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3621            not 'VHOST' and
3622            not 'MEMIF'"
3623   parameters:
3624   - "throughput"
3625   - "parent"
3626   - "tags"
3627   sort:
3628   - "L2PATCH"
3629   - "L2XCBASE"
3630   - "BASE"
3631   - "FIB_10K"
3632   - "FIB_100K"
3633   - "FIB_1M"
3634   traces:
3635     hoverinfo: "x+y"
3636     boxpoints: "outliers"
3637     whiskerwidth: 0
3638   layout:
3639     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3640     layout: "plot-throughput"
3641
3642 -
3643   type: "plot"
3644   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3645   algorithm: "plot_performance_box"
3646   output-file-type: ".html"
3647   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3648   data: "plot-vpp-throughput-latency-3n-hsw"
3649   filter: "'NIC_Intel-XL710' and
3650            '64B' and
3651            ('BASE' or 'SCALE') and
3652            'NDRPDR' and
3653            'ETH' and
3654            '2T2C' and
3655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3656            not 'VHOST' and
3657            not 'MEMIF'"
3658   parameters:
3659   - "throughput"
3660   - "parent"
3661   - "tags"
3662   sort:
3663   - "L2PATCH"
3664   - "L2XCBASE"
3665   - "BASE"
3666   - "FIB_10K"
3667   - "FIB_100K"
3668   - "FIB_1M"
3669   traces:
3670     hoverinfo: "x+y"
3671     boxpoints: "outliers"
3672     whiskerwidth: 0
3673   layout:
3674     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3675     layout: "plot-throughput"
3676
3677 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3678 -
3679   type: "plot"
3680   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3681   algorithm: "plot_performance_box"
3682   output-file-type: ".html"
3683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3684   data: "plot-vpp-throughput-latency-3n-skx"
3685   filter: "'NIC_Intel-X710' and
3686            '64B' and
3687            ('BASE' or 'SCALE') and
3688            'NDRPDR' and
3689            'ETH' and
3690            '2T1C' and
3691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3692            not 'VHOST' and
3693            not 'MEMIF'"
3694   parameters:
3695   - "throughput"
3696   - "parent"
3697   - "tags"
3698   sort:
3699   - "L2PATCH"
3700   - "L2XCBASE"
3701   - "BASE"
3702   - "FIB_10K"
3703   - "FIB_100K"
3704   - "FIB_1M"
3705   traces:
3706     hoverinfo: "x+y"
3707     boxpoints: "outliers"
3708     whiskerwidth: 0
3709   layout:
3710     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3711     layout: "plot-throughput"
3712
3713 -
3714   type: "plot"
3715   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3716   algorithm: "plot_performance_box"
3717   output-file-type: ".html"
3718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3719   data: "plot-vpp-throughput-latency-3n-skx"
3720   filter: "'NIC_Intel-X710' and
3721            '64B' and
3722            ('BASE' or 'SCALE') and
3723            'NDRPDR' and
3724            'ETH' and
3725            '2T1C' and
3726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3727            not 'VHOST' and
3728            not 'MEMIF'"
3729   parameters:
3730   - "throughput"
3731   - "parent"
3732   - "tags"
3733   sort:
3734   - "L2PATCH"
3735   - "L2XCBASE"
3736   - "BASE"
3737   - "FIB_10K"
3738   - "FIB_100K"
3739   - "FIB_1M"
3740   traces:
3741     hoverinfo: "x+y"
3742     boxpoints: "outliers"
3743     whiskerwidth: 0
3744   layout:
3745     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3746     layout: "plot-throughput"
3747
3748 -
3749   type: "plot"
3750   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3751   algorithm: "plot_performance_box"
3752   output-file-type: ".html"
3753   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3754   data: "plot-vpp-throughput-latency-3n-skx"
3755   filter: "'NIC_Intel-X710' and
3756            '64B' and
3757            ('BASE' or 'SCALE') and
3758            'NDRPDR' and
3759            'ETH' and
3760            '4T2C' and
3761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3762            not 'VHOST' and
3763            not 'MEMIF'"
3764   parameters:
3765   - "throughput"
3766   - "parent"
3767   - "tags"
3768   sort:
3769   - "L2PATCH"
3770   - "L2XCBASE"
3771   - "BASE"
3772   - "FIB_10K"
3773   - "FIB_100K"
3774   - "FIB_1M"
3775   traces:
3776     hoverinfo: "x+y"
3777     boxpoints: "outliers"
3778     whiskerwidth: 0
3779   layout:
3780     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3781     layout: "plot-throughput"
3782
3783 -
3784   type: "plot"
3785   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3786   algorithm: "plot_performance_box"
3787   output-file-type: ".html"
3788   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3789   data: "plot-vpp-throughput-latency-3n-skx"
3790   filter: "'NIC_Intel-X710' and
3791            '64B' and
3792            ('BASE' or 'SCALE') and
3793            'NDRPDR' and
3794            'ETH' and
3795            '4T2C' and
3796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3797            not 'VHOST' and
3798            not 'MEMIF'"
3799   parameters:
3800   - "throughput"
3801   - "parent"
3802   - "tags"
3803   sort:
3804   - "L2PATCH"
3805   - "L2XCBASE"
3806   - "BASE"
3807   - "FIB_10K"
3808   - "FIB_100K"
3809   - "FIB_1M"
3810   traces:
3811     hoverinfo: "x+y"
3812     boxpoints: "outliers"
3813     whiskerwidth: 0
3814   layout:
3815     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3816     layout: "plot-throughput"
3817
3818 # Packet Throughput - VPP L2 3n-skx-x710 features
3819 -
3820   type: "plot"
3821   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3822   algorithm: "plot_performance_box"
3823   output-file-type: ".html"
3824   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3825   data: "plot-vpp-throughput-latency-3n-skx"
3826   filter: "'NIC_Intel-X710' and
3827            '64B' and
3828            'NDRPDR' and
3829            '2T1C' and
3830            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3831            not 'ACL' and
3832            not 'VHOST' and
3833            not 'MEMIF'"
3834   parameters:
3835   - "throughput"
3836   - "parent"
3837   - "tags"
3838   sort:
3839   - "L2XCBASE"    # l2xcbase
3840   - "L2BDBASE"    # l2bdbase
3841   - "L2XCFWD"     # dot1q-l2xcbase
3842   - "L2BDMACLRN"  # dot1q-l2bdbase
3843   traces:
3844     hoverinfo: "x+y"
3845     boxpoints: "outliers"
3846     whiskerwidth: 0
3847   layout:
3848     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3849     layout: "plot-throughput"
3850
3851 -
3852   type: "plot"
3853   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3854   algorithm: "plot_performance_box"
3855   output-file-type: ".html"
3856   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3857   data: "plot-vpp-throughput-latency-3n-skx"
3858   filter: "'NIC_Intel-X710' and
3859            '64B' and
3860            'NDRPDR' and
3861            '2T1C' and
3862            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3863            not 'ACL' and
3864            not 'VHOST' and
3865            not 'MEMIF'"
3866   parameters:
3867   - "throughput"
3868   - "parent"
3869   - "tags"
3870   sort:
3871   - "L2XCBASE"    # l2xcbase
3872   - "L2BDBASE"    # l2bdbase
3873   - "L2XCFWD"     # dot1q-l2xcbase
3874   - "L2BDMACLRN"  # dot1q-l2bdbase
3875   traces:
3876     hoverinfo: "x+y"
3877     boxpoints: "outliers"
3878     whiskerwidth: 0
3879   layout:
3880     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
3881     layout: "plot-throughput"
3882
3883 -
3884   type: "plot"
3885   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3886   algorithm: "plot_performance_box"
3887   output-file-type: ".html"
3888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3889   data: "plot-vpp-throughput-latency-3n-skx"
3890   filter: "'NIC_Intel-X710' and
3891            '64B' and
3892            'NDRPDR' and
3893            '4T2C' and
3894            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3895            not 'ACL' and
3896            not 'VHOST' and
3897            not 'MEMIF'"
3898   parameters:
3899   - "throughput"
3900   - "parent"
3901   - "tags"
3902   sort:
3903   - "L2XCBASE"    # l2xcbase
3904   - "L2BDBASE"    # l2bdbase
3905   - "L2XCFWD"     # dot1q-l2xcbase
3906   - "L2BDMACLRN"  # dot1q-l2bdbase
3907   traces:
3908     hoverinfo: "x+y"
3909     boxpoints: "outliers"
3910     whiskerwidth: 0
3911   layout:
3912     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
3913     layout: "plot-throughput"
3914
3915 -
3916   type: "plot"
3917   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3918   algorithm: "plot_performance_box"
3919   output-file-type: ".html"
3920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3921   data: "plot-vpp-throughput-latency-3n-skx"
3922   filter: "'NIC_Intel-X710' and
3923            '64B' and
3924            'NDRPDR' and
3925            '4T2C' and
3926            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3927            not 'ACL' and
3928            not 'VHOST' and
3929            not 'MEMIF'"
3930   parameters:
3931   - "throughput"
3932   - "parent"
3933   - "tags"
3934   sort:
3935   - "L2XCBASE"    # l2xcbase
3936   - "L2BDBASE"    # l2bdbase
3937   - "L2XCFWD"     # dot1q-l2xcbase
3938   - "L2BDMACLRN"  # dot1q-l2bdbase
3939   traces:
3940     hoverinfo: "x+y"
3941     boxpoints: "outliers"
3942     whiskerwidth: 0
3943   layout:
3944     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
3945     layout: "plot-throughput"
3946
3947 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
3948 -
3949   type: "plot"
3950   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3951   algorithm: "plot_performance_box"
3952   output-file-type: ".html"
3953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3954   data: "plot-vpp-throughput-latency-3n-skx"
3955   filter: "'NIC_Intel-XXV710' and
3956            '64B' and
3957            ('BASE' or 'SCALE') and
3958            'NDRPDR' and
3959            'ETH' and
3960            '2T1C' and
3961            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3962            not 'VHOST' and
3963            not 'MEMIF'"
3964   parameters:
3965   - "throughput"
3966   - "parent"
3967   - "tags"
3968   sort:
3969   - "L2PATCH"
3970   - "L2XCBASE"
3971   - "BASE"
3972   - "FIB_10K"
3973   - "FIB_100K"
3974   - "FIB_1M"
3975   traces:
3976     hoverinfo: "x+y"
3977     boxpoints: "outliers"
3978     whiskerwidth: 0
3979   layout:
3980     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
3981     layout: "plot-throughput"
3982
3983 -
3984   type: "plot"
3985   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3986   algorithm: "plot_performance_box"
3987   output-file-type: ".html"
3988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
3989   data: "plot-vpp-throughput-latency-3n-skx"
3990   filter: "'NIC_Intel-XXV710' and
3991            '64B' and
3992            ('BASE' or 'SCALE') and
3993            'NDRPDR' and
3994            'ETH' and
3995            '2T1C' and
3996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3997            not 'VHOST' and
3998            not 'MEMIF'"
3999   parameters:
4000   - "throughput"
4001   - "parent"
4002   - "tags"
4003   sort:
4004   - "L2PATCH"
4005   - "L2XCBASE"
4006   - "BASE"
4007   - "FIB_10K"
4008   - "FIB_100K"
4009   - "FIB_1M"
4010   traces:
4011     hoverinfo: "x+y"
4012     boxpoints: "outliers"
4013     whiskerwidth: 0
4014   layout:
4015     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4016     layout: "plot-throughput"
4017
4018 -
4019   type: "plot"
4020   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4021   algorithm: "plot_performance_box"
4022   output-file-type: ".html"
4023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4024   data: "plot-vpp-throughput-latency-3n-skx"
4025   filter: "'NIC_Intel-XXV710' and
4026            '64B' and
4027            ('BASE' or 'SCALE') and
4028            'NDRPDR' and
4029            'ETH' and
4030            '4T2C' and
4031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4032            not 'VHOST' and
4033            not 'MEMIF'"
4034   parameters:
4035   - "throughput"
4036   - "parent"
4037   - "tags"
4038   sort:
4039   - "L2PATCH"
4040   - "L2XCBASE"
4041   - "BASE"
4042   - "FIB_10K"
4043   - "FIB_100K"
4044   - "FIB_1M"
4045   traces:
4046     hoverinfo: "x+y"
4047     boxpoints: "outliers"
4048     whiskerwidth: 0
4049   layout:
4050     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4051     layout: "plot-throughput"
4052
4053 -
4054   type: "plot"
4055   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4056   algorithm: "plot_performance_box"
4057   output-file-type: ".html"
4058   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4059   data: "plot-vpp-throughput-latency-3n-skx"
4060   filter: "'NIC_Intel-XXV710' and
4061            '64B' and
4062            ('BASE' or 'SCALE') and
4063            'NDRPDR' and
4064            'ETH' and
4065            '4T2C' and
4066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4067            not 'VHOST' and
4068            not 'MEMIF'"
4069   parameters:
4070   - "throughput"
4071   - "parent"
4072   - "tags"
4073   sort:
4074   - "L2PATCH"
4075   - "L2XCBASE"
4076   - "BASE"
4077   - "FIB_10K"
4078   - "FIB_100K"
4079   - "FIB_1M"
4080   traces:
4081     hoverinfo: "x+y"
4082     boxpoints: "outliers"
4083     whiskerwidth: 0
4084   layout:
4085     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4086     layout: "plot-throughput"
4087
4088 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4089 -
4090   type: "plot"
4091   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4092   algorithm: "plot_performance_box"
4093   output-file-type: ".html"
4094   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4095   data: "plot-vpp-throughput-latency-2n-skx"
4096   filter: "'NIC_Intel-X710' and
4097            '64B' and
4098            ('BASE' or 'SCALE') and
4099            'NDRPDR' and
4100            'ETH' and
4101            '2T1C' and
4102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4103            not 'VHOST' and
4104            not 'MEMIF'"
4105   parameters:
4106   - "throughput"
4107   - "parent"
4108   - "tags"
4109   sort:
4110   - "L2PATCH"
4111   - "L2XCBASE"
4112   - "BASE"
4113   - "FIB_10K"
4114   - "FIB_100K"
4115   - "FIB_1M"
4116   traces:
4117     hoverinfo: "x+y"
4118     boxpoints: "outliers"
4119     whiskerwidth: 0
4120   layout:
4121     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4122     layout: "plot-throughput"
4123
4124 -
4125   type: "plot"
4126   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4127   algorithm: "plot_performance_box"
4128   output-file-type: ".html"
4129   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4130   data: "plot-vpp-throughput-latency-2n-skx"
4131   filter: "'NIC_Intel-X710' and
4132            '64B' and
4133            ('BASE' or 'SCALE') and
4134            'NDRPDR' and
4135            'ETH' and
4136            '2T1C' and
4137            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4138            not 'VHOST' and
4139            not 'MEMIF'"
4140   parameters:
4141   - "throughput"
4142   - "parent"
4143   - "tags"
4144   sort:
4145   - "L2PATCH"
4146   - "L2XCBASE"
4147   - "BASE"
4148   - "FIB_10K"
4149   - "FIB_100K"
4150   - "FIB_1M"
4151   traces:
4152     hoverinfo: "x+y"
4153     boxpoints: "outliers"
4154     whiskerwidth: 0
4155   layout:
4156     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4157     layout: "plot-throughput"
4158
4159 -
4160   type: "plot"
4161   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4162   algorithm: "plot_performance_box"
4163   output-file-type: ".html"
4164   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4165   data: "plot-vpp-throughput-latency-2n-skx"
4166   filter: "'NIC_Intel-X710' and
4167            '64B' and
4168            ('BASE' or 'SCALE') and
4169            'NDRPDR' and
4170            'ETH' and
4171            '4T2C' and
4172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4173            not 'VHOST' and
4174            not 'MEMIF'"
4175   parameters:
4176   - "throughput"
4177   - "parent"
4178   - "tags"
4179   sort:
4180   - "L2PATCH"
4181   - "L2XCBASE"
4182   - "BASE"
4183   - "FIB_10K"
4184   - "FIB_100K"
4185   - "FIB_1M"
4186   traces:
4187     hoverinfo: "x+y"
4188     boxpoints: "outliers"
4189     whiskerwidth: 0
4190   layout:
4191     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4192     layout: "plot-throughput"
4193
4194 -
4195   type: "plot"
4196   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4197   algorithm: "plot_performance_box"
4198   output-file-type: ".html"
4199   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4200   data: "plot-vpp-throughput-latency-2n-skx"
4201   filter: "'NIC_Intel-X710' and
4202            '64B' and
4203            ('BASE' or 'SCALE') and
4204            'NDRPDR' and
4205            'ETH' and
4206            '4T2C' and
4207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4208            not 'VHOST' and
4209            not 'MEMIF'"
4210   parameters:
4211   - "throughput"
4212   - "parent"
4213   - "tags"
4214   sort:
4215   - "L2PATCH"
4216   - "L2XCBASE"
4217   - "BASE"
4218   - "FIB_10K"
4219   - "FIB_100K"
4220   - "FIB_1M"
4221   traces:
4222     hoverinfo: "x+y"
4223     boxpoints: "outliers"
4224     whiskerwidth: 0
4225   layout:
4226     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4227     layout: "plot-throughput"
4228
4229 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4230 -
4231   type: "plot"
4232   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4233   algorithm: "plot_performance_box"
4234   output-file-type: ".html"
4235   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4236   data: "plot-vpp-throughput-latency-2n-skx"
4237   filter: "'NIC_Intel-XXV710' and
4238            '64B' and
4239            ('BASE' or 'SCALE') and
4240            'NDRPDR' and
4241            'ETH' and
4242            '2T1C' and
4243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4244            not 'VHOST' and
4245            not 'MEMIF'"
4246   parameters:
4247   - "throughput"
4248   - "parent"
4249   - "tags"
4250   sort:
4251   - "L2PATCH"
4252   - "L2XCBASE"
4253   - "BASE"
4254   - "FIB_10K"
4255   - "FIB_100K"
4256   - "FIB_1M"
4257   traces:
4258     hoverinfo: "x+y"
4259     boxpoints: "outliers"
4260     whiskerwidth: 0
4261   layout:
4262     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4263     layout: "plot-throughput"
4264
4265 -
4266   type: "plot"
4267   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4268   algorithm: "plot_performance_box"
4269   output-file-type: ".html"
4270   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4271   data: "plot-vpp-throughput-latency-2n-skx"
4272   filter: "'NIC_Intel-XXV710' and
4273            '64B' and
4274            ('BASE' or 'SCALE') and
4275            'NDRPDR' and
4276            'ETH' and
4277            '2T1C' and
4278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4279            not 'VHOST' and
4280            not 'MEMIF'"
4281   parameters:
4282   - "throughput"
4283   - "parent"
4284   - "tags"
4285   sort:
4286   - "L2PATCH"
4287   - "L2XCBASE"
4288   - "BASE"
4289   - "FIB_10K"
4290   - "FIB_100K"
4291   - "FIB_1M"
4292   traces:
4293     hoverinfo: "x+y"
4294     boxpoints: "outliers"
4295     whiskerwidth: 0
4296   layout:
4297     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4298     layout: "plot-throughput"
4299
4300 -
4301   type: "plot"
4302   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4303   algorithm: "plot_performance_box"
4304   output-file-type: ".html"
4305   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4306   data: "plot-vpp-throughput-latency-2n-skx"
4307   filter: "'NIC_Intel-XXV710' and
4308            '64B' and
4309            ('BASE' or 'SCALE') and
4310            'NDRPDR' and
4311            'ETH' and
4312            '4T2C' and
4313            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4314            not 'VHOST' and
4315            not 'MEMIF'"
4316   parameters:
4317   - "throughput"
4318   - "parent"
4319   - "tags"
4320   sort:
4321   - "L2PATCH"
4322   - "L2XCBASE"
4323   - "BASE"
4324   - "FIB_10K"
4325   - "FIB_100K"
4326   - "FIB_1M"
4327   traces:
4328     hoverinfo: "x+y"
4329     boxpoints: "outliers"
4330     whiskerwidth: 0
4331   layout:
4332     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4333     layout: "plot-throughput"
4334
4335 -
4336   type: "plot"
4337   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4338   algorithm: "plot_performance_box"
4339   output-file-type: ".html"
4340   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4341   data: "plot-vpp-throughput-latency-2n-skx"
4342   filter: "'NIC_Intel-XXV710' and
4343            '64B' and
4344            ('BASE' or 'SCALE') and
4345            'NDRPDR' and
4346            'ETH' and
4347            '4T2C' and
4348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4349            not 'VHOST' and
4350            not 'MEMIF'"
4351   parameters:
4352   - "throughput"
4353   - "parent"
4354   - "tags"
4355   sort:
4356   - "L2PATCH"
4357   - "L2XCBASE"
4358   - "BASE"
4359   - "FIB_10K"
4360   - "FIB_100K"
4361   - "FIB_1M"
4362   traces:
4363     hoverinfo: "x+y"
4364     boxpoints: "outliers"
4365     whiskerwidth: 0
4366   layout:
4367     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4368     layout: "plot-throughput"
4369
4370 ################################################################################
4371
4372 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4373 -
4374   type: "plot"
4375   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4376   algorithm: "plot_performance_box"
4377   output-file-type: ".html"
4378   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4379   data: "plot-vpp-throughput-latency-3n-hsw"
4380   filter: "'NIC_Intel-X520-DA2' and
4381            '64B' and
4382            ('BASE' or 'SCALE') and
4383            'NDRPDR' and
4384            '1T1C' and
4385            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4386            not 'VHOST' and
4387            'MEMIF'"
4388   parameters:
4389   - "throughput"
4390   - "parent"
4391   - "tags"
4392   sort:
4393   - "L2XCFWD"
4394   - "L2XCFWD"
4395   - "L2XCFWD"
4396   - "L2BDMACLRN"
4397   - "L2BDMACLRN"
4398   - "L2BDMACLRN"
4399   traces:
4400     hoverinfo: "x+y"
4401     boxpoints: "outliers"
4402     whiskerwidth: 0
4403   layout:
4404     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
4405     layout: "plot-throughput"
4406
4407 -
4408   type: "plot"
4409   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4410   algorithm: "plot_performance_box"
4411   output-file-type: ".html"
4412   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4413   data: "plot-vpp-throughput-latency-3n-hsw"
4414   filter: "'NIC_Intel-X520-DA2' and
4415            '64B' and
4416            ('BASE' or 'SCALE') and
4417            'NDRPDR' and
4418            '1T1C' and
4419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4420            not 'VHOST' and
4421            'MEMIF'"
4422   parameters:
4423   - "throughput"
4424   - "parent"
4425   - "tags"
4426   sort:
4427   - "L2XCFWD"
4428   - "L2XCFWD"
4429   - "L2XCFWD"
4430   - "L2BDMACLRN"
4431   - "L2BDMACLRN"
4432   - "L2BDMACLRN"
4433   traces:
4434     hoverinfo: "x+y"
4435     boxpoints: "outliers"
4436     whiskerwidth: 0
4437   layout:
4438     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4439     layout: "plot-throughput"
4440
4441 -
4442   type: "plot"
4443   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4444   algorithm: "plot_performance_box"
4445   output-file-type: ".html"
4446   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4447   data: "plot-vpp-throughput-latency-3n-hsw"
4448   filter: "'NIC_Intel-X520-DA2' and
4449            '64B' and
4450            ('BASE' or 'SCALE') and
4451            'NDRPDR' and
4452            '2T2C' and
4453            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4454            not 'VHOST' and
4455            'MEMIF'"
4456   parameters:
4457   - "throughput"
4458   - "parent"
4459   - "tags"
4460   sort:
4461   - "L2XCFWD"
4462   - "L2XCFWD"
4463   - "L2XCFWD"
4464   - "L2BDMACLRN"
4465   - "L2BDMACLRN"
4466   - "L2BDMACLRN"
4467   traces:
4468     hoverinfo: "x+y"
4469     boxpoints: "outliers"
4470     whiskerwidth: 0
4471   layout:
4472     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4473     layout: "plot-throughput"
4474
4475 -
4476   type: "plot"
4477   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4478   algorithm: "plot_performance_box"
4479   output-file-type: ".html"
4480   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4481   data: "plot-vpp-throughput-latency-3n-hsw"
4482   filter: "'NIC_Intel-X520-DA2' and
4483            '64B' and
4484            ('BASE' or 'SCALE') and
4485            'NDRPDR' and
4486            '2T2C' and
4487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4488            not 'VHOST' and
4489            'MEMIF'"
4490   parameters:
4491   - "throughput"
4492   - "parent"
4493   - "tags"
4494   sort:
4495   - "L2XCFWD"
4496   - "L2XCFWD"
4497   - "L2XCFWD"
4498   - "L2BDMACLRN"
4499   - "L2BDMACLRN"
4500   - "L2BDMACLRN"
4501   traces:
4502     hoverinfo: "x+y"
4503     boxpoints: "outliers"
4504     whiskerwidth: 0
4505   layout:
4506     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4507     layout: "plot-throughput"
4508
4509 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4510 -
4511   type: "plot"
4512   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4513   algorithm: "plot_performance_box"
4514   output-file-type: ".html"
4515   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4516   data: "plot-vpp-throughput-latency-3n-hsw"
4517   filter: "'NIC_Intel-X710' and
4518            '64B' and
4519            ('BASE' or 'SCALE') and
4520            'NDRPDR' and
4521            '1T1C' and
4522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4523            not 'VHOST' and
4524            'MEMIF'"
4525   parameters:
4526   - "throughput"
4527   - "parent"
4528   - "tags"
4529   sort:
4530   - "L2XCFWD"
4531   - "L2XCFWD"
4532   - "L2XCFWD"
4533   - "L2BDMACLRN"
4534   - "L2BDMACLRN"
4535   - "L2BDMACLRN"
4536   traces:
4537     hoverinfo: "x+y"
4538     boxpoints: "outliers"
4539     whiskerwidth: 0
4540   layout:
4541     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4542     layout: "plot-throughput"
4543
4544 -
4545   type: "plot"
4546   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4547   algorithm: "plot_performance_box"
4548   output-file-type: ".html"
4549   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4550   data: "plot-vpp-throughput-latency-3n-hsw"
4551   filter: "'NIC_Intel-X710' and
4552            '64B' and
4553            ('BASE' or 'SCALE') and
4554            'NDRPDR' and
4555            '1T1C' and
4556            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4557            not 'VHOST' and
4558            'MEMIF'"
4559   parameters:
4560   - "throughput"
4561   - "parent"
4562   - "tags"
4563   sort:
4564   - "L2XCFWD"
4565   - "L2XCFWD"
4566   - "L2XCFWD"
4567   - "L2BDMACLRN"
4568   - "L2BDMACLRN"
4569   - "L2BDMACLRN"
4570   traces:
4571     hoverinfo: "x+y"
4572     boxpoints: "outliers"
4573     whiskerwidth: 0
4574   layout:
4575     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4576     layout: "plot-throughput"
4577
4578 -
4579   type: "plot"
4580   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4581   algorithm: "plot_performance_box"
4582   output-file-type: ".html"
4583   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4584   data: "plot-vpp-throughput-latency-3n-hsw"
4585   filter: "'NIC_Intel-X710' and
4586            '64B' and
4587            ('BASE' or 'SCALE') and
4588            'NDRPDR' and
4589            '2T2C' and
4590            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4591            not 'VHOST' and
4592            'MEMIF'"
4593   parameters:
4594   - "throughput"
4595   - "parent"
4596   - "tags"
4597   sort:
4598   - "L2XCFWD"
4599   - "L2XCFWD"
4600   - "L2XCFWD"
4601   - "L2BDMACLRN"
4602   - "L2BDMACLRN"
4603   - "L2BDMACLRN"
4604   traces:
4605     hoverinfo: "x+y"
4606     boxpoints: "outliers"
4607     whiskerwidth: 0
4608   layout:
4609     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4610     layout: "plot-throughput"
4611
4612 -
4613   type: "plot"
4614   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4615   algorithm: "plot_performance_box"
4616   output-file-type: ".html"
4617   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4618   data: "plot-vpp-throughput-latency-3n-hsw"
4619   filter: "'NIC_Intel-X710' and
4620            '64B' and
4621            ('BASE' or 'SCALE') and
4622            'NDRPDR' and
4623            '2T2C' and
4624            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4625            not 'VHOST' and
4626            'MEMIF'"
4627   parameters:
4628   - "throughput"
4629   - "parent"
4630   - "tags"
4631   sort:
4632   - "L2XCFWD"
4633   - "L2XCFWD"
4634   - "L2XCFWD"
4635   - "L2BDMACLRN"
4636   - "L2BDMACLRN"
4637   - "L2BDMACLRN"
4638   traces:
4639     hoverinfo: "x+y"
4640     boxpoints: "outliers"
4641     whiskerwidth: 0
4642   layout:
4643     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4644     layout: "plot-throughput"
4645
4646 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4647 -
4648   type: "plot"
4649   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4650   algorithm: "plot_performance_box"
4651   output-file-type: ".html"
4652   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4653   data: "plot-vpp-throughput-latency-3n-hsw"
4654   filter: "'NIC_Intel-XL710' and
4655            '64B' and
4656            ('BASE' or 'SCALE') and
4657            'NDRPDR' and
4658            '1T1C' and
4659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4660            not 'VHOST' and
4661            'MEMIF'"
4662   parameters:
4663   - "throughput"
4664   - "parent"
4665   - "tags"
4666   sort:
4667   - "L2XCFWD"
4668   - "L2XCFWD"
4669   - "L2XCFWD"
4670   - "L2BDMACLRN"
4671   - "L2BDMACLRN"
4672   - "L2BDMACLRN"
4673   traces:
4674     hoverinfo: "x+y"
4675     boxpoints: "outliers"
4676     whiskerwidth: 0
4677   layout:
4678     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4679     layout: "plot-throughput"
4680
4681 -
4682   type: "plot"
4683   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4684   algorithm: "plot_performance_box"
4685   output-file-type: ".html"
4686   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4687   data: "plot-vpp-throughput-latency-3n-hsw"
4688   filter: "'NIC_Intel-XL710' and
4689            '64B' and
4690            ('BASE' or 'SCALE') and
4691            'NDRPDR' and
4692            '1T1C' and
4693            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4694            not 'VHOST' and
4695            'MEMIF'"
4696   parameters:
4697   - "throughput"
4698   - "parent"
4699   - "tags"
4700   sort:
4701   - "L2XCFWD"
4702   - "L2XCFWD"
4703   - "L2XCFWD"
4704   - "L2BDMACLRN"
4705   - "L2BDMACLRN"
4706   - "L2BDMACLRN"
4707   traces:
4708     hoverinfo: "x+y"
4709     boxpoints: "outliers"
4710     whiskerwidth: 0
4711   layout:
4712     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4713     layout: "plot-throughput"
4714
4715 -
4716   type: "plot"
4717   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4718   algorithm: "plot_performance_box"
4719   output-file-type: ".html"
4720   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4721   data: "plot-vpp-throughput-latency-3n-hsw"
4722   filter: "'NIC_Intel-XL710' and
4723            '64B' and
4724            ('BASE' or 'SCALE') and
4725            'NDRPDR' and
4726            '2T2C' and
4727            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4728            not 'VHOST' and
4729            'MEMIF'"
4730   parameters:
4731   - "throughput"
4732   - "parent"
4733   - "tags"
4734   sort:
4735   - "L2XCFWD"
4736   - "L2XCFWD"
4737   - "L2XCFWD"
4738   - "L2BDMACLRN"
4739   - "L2BDMACLRN"
4740   - "L2BDMACLRN"
4741   traces:
4742     hoverinfo: "x+y"
4743     boxpoints: "outliers"
4744     whiskerwidth: 0
4745   layout:
4746     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4747     layout: "plot-throughput"
4748
4749 -
4750   type: "plot"
4751   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4752   algorithm: "plot_performance_box"
4753   output-file-type: ".html"
4754   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4755   data: "plot-vpp-throughput-latency-3n-hsw"
4756   filter: "'NIC_Intel-XL710' and
4757            '64B' and
4758            ('BASE' or 'SCALE') and
4759            'NDRPDR' and
4760            '2T2C' and
4761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4762            not 'VHOST' and
4763            'MEMIF'"
4764   parameters:
4765   - "throughput"
4766   - "parent"
4767   - "tags"
4768   sort:
4769   - "L2XCFWD"
4770   - "L2XCFWD"
4771   - "L2XCFWD"
4772   - "L2BDMACLRN"
4773   - "L2BDMACLRN"
4774   - "L2BDMACLRN"
4775   traces:
4776     hoverinfo: "x+y"
4777     boxpoints: "outliers"
4778     whiskerwidth: 0
4779   layout:
4780     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4781     layout: "plot-throughput"
4782
4783 # Packet Throughput - VPP Container Memif 3n-skx-x710
4784 -
4785   type: "plot"
4786   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4787   algorithm: "plot_performance_box"
4788   output-file-type: ".html"
4789   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4790   data: "plot-vpp-throughput-latency-3n-skx"
4791   filter: "'NIC_Intel-X710' and
4792            '64B' and
4793            ('BASE' or 'SCALE') and
4794            'NDRPDR' and
4795            '2T1C' and
4796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4797            not 'VHOST' and
4798            'MEMIF'"
4799   parameters:
4800   - "throughput"
4801   - "parent"
4802   - "tags"
4803   sort:
4804   - "L2XCFWD"
4805   - "L2XCFWD"
4806   - "L2XCFWD"
4807   - "L2BDMACLRN"
4808   - "L2BDMACLRN"
4809   - "L2BDMACLRN"
4810   traces:
4811     hoverinfo: "x+y"
4812     boxpoints: "outliers"
4813     whiskerwidth: 0
4814   layout:
4815     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4816     layout: "plot-throughput"
4817
4818 -
4819   type: "plot"
4820   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4821   algorithm: "plot_performance_box"
4822   output-file-type: ".html"
4823   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4824   data: "plot-vpp-throughput-latency-3n-skx"
4825   filter: "'NIC_Intel-X710' and
4826            '64B' and
4827            ('BASE' or 'SCALE') and
4828            'NDRPDR' and
4829            '2T1C' and
4830            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4831            not 'VHOST' and
4832            'MEMIF'"
4833   parameters:
4834   - "throughput"
4835   - "parent"
4836   - "tags"
4837   sort:
4838   - "L2XCFWD"
4839   - "L2XCFWD"
4840   - "L2XCFWD"
4841   - "L2BDMACLRN"
4842   - "L2BDMACLRN"
4843   - "L2BDMACLRN"
4844   traces:
4845     hoverinfo: "x+y"
4846     boxpoints: "outliers"
4847     whiskerwidth: 0
4848   layout:
4849     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4850     layout: "plot-throughput"
4851
4852 -
4853   type: "plot"
4854   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4855   algorithm: "plot_performance_box"
4856   output-file-type: ".html"
4857   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4858   data: "plot-vpp-throughput-latency-3n-skx"
4859   filter: "'NIC_Intel-X710' and
4860            '64B' and
4861            ('BASE' or 'SCALE') and
4862            'NDRPDR' and
4863            '4T2C' and
4864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4865            not 'VHOST' and
4866            'MEMIF'"
4867   parameters:
4868   - "throughput"
4869   - "parent"
4870   - "tags"
4871   sort:
4872   - "L2XCFWD"
4873   - "L2XCFWD"
4874   - "L2XCFWD"
4875   - "L2BDMACLRN"
4876   - "L2BDMACLRN"
4877   - "L2BDMACLRN"
4878   traces:
4879     hoverinfo: "x+y"
4880     boxpoints: "outliers"
4881     whiskerwidth: 0
4882   layout:
4883     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
4884     layout: "plot-throughput"
4885
4886 -
4887   type: "plot"
4888   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4889   algorithm: "plot_performance_box"
4890   output-file-type: ".html"
4891   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4892   data: "plot-vpp-throughput-latency-3n-skx"
4893   filter: "'NIC_Intel-X710' and
4894            '64B' and
4895            ('BASE' or 'SCALE') and
4896            'NDRPDR' and
4897            '4T2C' and
4898            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4899            not 'VHOST' and
4900            'MEMIF'"
4901   parameters:
4902   - "throughput"
4903   - "parent"
4904   - "tags"
4905   sort:
4906   - "L2XCFWD"
4907   - "L2XCFWD"
4908   - "L2XCFWD"
4909   - "L2BDMACLRN"
4910   - "L2BDMACLRN"
4911   - "L2BDMACLRN"
4912   traces:
4913     hoverinfo: "x+y"
4914     boxpoints: "outliers"
4915     whiskerwidth: 0
4916   layout:
4917     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
4918     layout: "plot-throughput"
4919
4920 # Packet Throughput - VPP Container Memif 2n-skx-x710
4921 -
4922   type: "plot"
4923   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4924   algorithm: "plot_performance_box"
4925   output-file-type: ".html"
4926   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4927   data: "plot-vpp-throughput-latency-2n-skx"
4928   filter: "'NIC_Intel-X710' and
4929            '64B' and
4930            ('BASE' or 'SCALE') and
4931            'NDRPDR' and
4932            '2T1C' and
4933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4934            not 'VHOST' and
4935            'MEMIF'"
4936   parameters:
4937   - "throughput"
4938   - "parent"
4939   - "tags"
4940   sort:
4941   - "L2XCFWD"
4942   - "L2XCFWD"
4943   - "L2XCFWD"
4944   - "L2BDMACLRN"
4945   - "L2BDMACLRN"
4946   - "L2BDMACLRN"
4947   traces:
4948     hoverinfo: "x+y"
4949     boxpoints: "outliers"
4950     whiskerwidth: 0
4951   layout:
4952     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4953     layout: "plot-throughput"
4954
4955 -
4956   type: "plot"
4957   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4958   algorithm: "plot_performance_box"
4959   output-file-type: ".html"
4960   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4961   data: "plot-vpp-throughput-latency-2n-skx"
4962   filter: "'NIC_Intel-X710' and
4963            '64B' and
4964            ('BASE' or 'SCALE') and
4965            'NDRPDR' and
4966            '2T1C' and
4967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4968            not 'VHOST' and
4969            'MEMIF'"
4970   parameters:
4971   - "throughput"
4972   - "parent"
4973   - "tags"
4974   sort:
4975   - "L2XCFWD"
4976   - "L2XCFWD"
4977   - "L2XCFWD"
4978   - "L2BDMACLRN"
4979   - "L2BDMACLRN"
4980   - "L2BDMACLRN"
4981   traces:
4982     hoverinfo: "x+y"
4983     boxpoints: "outliers"
4984     whiskerwidth: 0
4985   layout:
4986     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4987     layout: "plot-throughput"
4988
4989 -
4990   type: "plot"
4991   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4992   algorithm: "plot_performance_box"
4993   output-file-type: ".html"
4994   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4995   data: "plot-vpp-throughput-latency-2n-skx"
4996   filter: "'NIC_Intel-X710' and
4997            '64B' and
4998            ('BASE' or 'SCALE') and
4999            'NDRPDR' and
5000            '4T2C' and
5001            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5002            not 'VHOST' and
5003            'MEMIF'"
5004   parameters:
5005   - "throughput"
5006   - "parent"
5007   - "tags"
5008   sort:
5009   - "L2XCFWD"
5010   - "L2XCFWD"
5011   - "L2XCFWD"
5012   - "L2BDMACLRN"
5013   - "L2BDMACLRN"
5014   - "L2BDMACLRN"
5015   traces:
5016     hoverinfo: "x+y"
5017     boxpoints: "outliers"
5018     whiskerwidth: 0
5019   layout:
5020     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5021     layout: "plot-throughput"
5022
5023 -
5024   type: "plot"
5025   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5026   algorithm: "plot_performance_box"
5027   output-file-type: ".html"
5028   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5029   data: "plot-vpp-throughput-latency-2n-skx"
5030   filter: "'NIC_Intel-X710' and
5031            '64B' and
5032            ('BASE' or 'SCALE') and
5033            'NDRPDR' and
5034            '4T2C' and
5035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5036            not 'VHOST' and
5037            'MEMIF'"
5038   parameters:
5039   - "throughput"
5040   - "parent"
5041   - "tags"
5042   sort:
5043   - "L2XCFWD"
5044   - "L2XCFWD"
5045   - "L2XCFWD"
5046   - "L2BDMACLRN"
5047   - "L2BDMACLRN"
5048   - "L2BDMACLRN"
5049   traces:
5050     hoverinfo: "x+y"
5051     boxpoints: "outliers"
5052     whiskerwidth: 0
5053   layout:
5054     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5055     layout: "plot-throughput"
5056
5057 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5058 -
5059   type: "plot"
5060   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5061   algorithm: "plot_performance_box"
5062   output-file-type: ".html"
5063   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5064   data: "plot-vpp-throughput-latency-2n-skx"
5065   filter: "'NIC_Intel-XXV710' and
5066            '64B' and
5067            ('BASE' or 'SCALE') and
5068            'NDRPDR' and
5069            '2T1C' and
5070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5071            not 'VHOST' and
5072            'MEMIF'"
5073   parameters:
5074   - "throughput"
5075   - "parent"
5076   - "tags"
5077   sort:
5078   - "L2XCFWD"
5079   - "L2XCFWD"
5080   - "L2XCFWD"
5081   - "L2BDMACLRN"
5082   - "L2BDMACLRN"
5083   - "L2BDMACLRN"
5084   traces:
5085     hoverinfo: "x+y"
5086     boxpoints: "outliers"
5087     whiskerwidth: 0
5088   layout:
5089     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5090     layout: "plot-throughput"
5091
5092 -
5093   type: "plot"
5094   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5095   algorithm: "plot_performance_box"
5096   output-file-type: ".html"
5097   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5098   data: "plot-vpp-throughput-latency-2n-skx"
5099   filter: "'NIC_Intel-XXV710' and
5100            '64B' and
5101            ('BASE' or 'SCALE') and
5102            'NDRPDR' and
5103            '2T1C' and
5104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5105            not 'VHOST' and
5106            'MEMIF'"
5107   parameters:
5108   - "throughput"
5109   - "parent"
5110   - "tags"
5111   sort:
5112   - "L2XCFWD"
5113   - "L2XCFWD"
5114   - "L2XCFWD"
5115   - "L2BDMACLRN"
5116   - "L2BDMACLRN"
5117   - "L2BDMACLRN"
5118   traces:
5119     hoverinfo: "x+y"
5120     boxpoints: "outliers"
5121     whiskerwidth: 0
5122   layout:
5123     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5124     layout: "plot-throughput"
5125
5126 -
5127   type: "plot"
5128   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5129   algorithm: "plot_performance_box"
5130   output-file-type: ".html"
5131   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5132   data: "plot-vpp-throughput-latency-2n-skx"
5133   filter: "'NIC_Intel-XXV710' and
5134            '64B' and
5135            ('BASE' or 'SCALE') and
5136            'NDRPDR' and
5137            '4T2C' and
5138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5139            not 'VHOST' and
5140            'MEMIF'"
5141   parameters:
5142   - "throughput"
5143   - "parent"
5144   - "tags"
5145   sort:
5146   - "L2XCFWD"
5147   - "L2XCFWD"
5148   - "L2XCFWD"
5149   - "L2BDMACLRN"
5150   - "L2BDMACLRN"
5151   - "L2BDMACLRN"
5152   traces:
5153     hoverinfo: "x+y"
5154     boxpoints: "outliers"
5155     whiskerwidth: 0
5156   layout:
5157     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5158     layout: "plot-throughput"
5159
5160 -
5161   type: "plot"
5162   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5163   algorithm: "plot_performance_box"
5164   output-file-type: ".html"
5165   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5166   data: "plot-vpp-throughput-latency-2n-skx"
5167   filter: "'NIC_Intel-XXV710' and
5168            '64B' and
5169            ('BASE' or 'SCALE') and
5170            'NDRPDR' and
5171            '4T2C' and
5172            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5173            not 'VHOST' and
5174            'MEMIF'"
5175   parameters:
5176   - "throughput"
5177   - "parent"
5178   - "tags"
5179   sort:
5180   - "L2XCFWD"
5181   - "L2XCFWD"
5182   - "L2XCFWD"
5183   - "L2BDMACLRN"
5184   - "L2BDMACLRN"
5185   - "L2BDMACLRN"
5186   traces:
5187     hoverinfo: "x+y"
5188     boxpoints: "outliers"
5189     whiskerwidth: 0
5190   layout:
5191     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5192     layout: "plot-throughput"
5193
5194 ################################################################################
5195
5196 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5197 -
5198   type: "plot"
5199   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5200   algorithm: "plot_performance_box"
5201   output-file-type: ".html"
5202   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5203   data: "plot-ligato-throughput-latency-3n-hsw"
5204   filter: "'NIC_Intel-X520-DA2' and
5205            '64B' and
5206            ('BASE' or 'SCALE') and
5207            'NDRPDR' and
5208            '1T1C' and
5209            'L2XCFWD' and
5210            not 'VHOST' and
5211            'MEMIF'"
5212   parameters:
5213   - "throughput"
5214   - "parent"
5215   - "tags"
5216   sort:
5217   - "1VNF"
5218   - "2VNF"
5219   - "4VNF"
5220   - "2VNF"
5221   - "4VNF"
5222   traces:
5223     hoverinfo: "x+y"
5224     boxpoints: "outliers"
5225     whiskerwidth: 0
5226   layout:
5227     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5228     layout: "plot-throughput"
5229
5230 -
5231   type: "plot"
5232   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5233   algorithm: "plot_performance_box"
5234   output-file-type: ".html"
5235   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5236   data: "plot-ligato-throughput-latency-3n-hsw"
5237   filter: "'NIC_Intel-X520-DA2' and
5238            '64B' and
5239            ('BASE' or 'SCALE') and
5240            'NDRPDR' and
5241            '1T1C' and
5242            'L2XCFWD' and
5243            not 'VHOST' and
5244            'MEMIF'"
5245   parameters:
5246   - "throughput"
5247   - "parent"
5248   - "tags"
5249   sort:
5250   - "1VNF"
5251   - "2VNF"
5252   - "4VNF"
5253   - "2VNF"
5254   - "4VNF"
5255   traces:
5256     hoverinfo: "x+y"
5257     boxpoints: "outliers"
5258     whiskerwidth: 0
5259   layout:
5260     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5261     layout: "plot-throughput"
5262
5263 -
5264   type: "plot"
5265   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5266   algorithm: "plot_performance_box"
5267   output-file-type: ".html"
5268   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5269   data: "plot-ligato-throughput-latency-3n-hsw"
5270   filter: "'NIC_Intel-X520-DA2' and
5271            '64B' and
5272            ('BASE' or 'SCALE') and
5273            'NDRPDR' and
5274            '2T2C' and
5275            'L2XCFWD' and
5276            not 'VHOST' and
5277            'MEMIF'"
5278   parameters:
5279   - "throughput"
5280   - "parent"
5281   - "tags"
5282   sort:
5283   - "1VNF"
5284   - "2VNF"
5285   - "4VNF"
5286   - "2VNF"
5287   - "4VNF"
5288   traces:
5289     hoverinfo: "x+y"
5290     boxpoints: "outliers"
5291     whiskerwidth: 0
5292   layout:
5293     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5294     layout: "plot-throughput"
5295
5296 -
5297   type: "plot"
5298   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5299   algorithm: "plot_performance_box"
5300   output-file-type: ".html"
5301   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5302   data: "plot-ligato-throughput-latency-3n-hsw"
5303   filter: "'NIC_Intel-X520-DA2' and
5304            '64B' and
5305            ('BASE' or 'SCALE') and
5306            'NDRPDR' and
5307            '2T2C' and
5308            'L2XCFWD' and
5309            not 'VHOST' and
5310            'MEMIF'"
5311   parameters:
5312   - "throughput"
5313   - "parent"
5314   - "tags"
5315   sort:
5316   - "1VNF"
5317   - "2VNF"
5318   - "4VNF"
5319   - "2VNF"
5320   - "4VNF"
5321   traces:
5322     hoverinfo: "x+y"
5323     boxpoints: "outliers"
5324     whiskerwidth: 0
5325   layout:
5326     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5327     layout: "plot-throughput"
5328
5329 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5330 -
5331   type: "plot"
5332   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5333   algorithm: "plot_performance_box"
5334   output-file-type: ".html"
5335   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5336   data: "plot-ligato-throughput-latency-3n-hsw"
5337   filter: "'NIC_Intel-X520-DA2' and
5338            '64B' and
5339            ('BASE' or 'SCALE') and
5340            'NDRPDR' and
5341            '1T1C' and
5342            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5343            not 'VHOST' and
5344            'MEMIF'"
5345   parameters:
5346   - "throughput"
5347   - "parent"
5348   - "tags"
5349   sort:
5350   - "1VNF"
5351   - "2VNF"
5352   - "4VNF"
5353   - "2VNF"
5354   - "4VNF"
5355   traces:
5356     hoverinfo: "x+y"
5357     boxpoints: "outliers"
5358     whiskerwidth: 0
5359   layout:
5360     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5361     layout: "plot-throughput"
5362
5363 -
5364   type: "plot"
5365   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5366   algorithm: "plot_performance_box"
5367   output-file-type: ".html"
5368   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5369   data: "plot-ligato-throughput-latency-3n-hsw"
5370   filter: "'NIC_Intel-X520-DA2' and
5371            '64B' and
5372            ('BASE' or 'SCALE') and
5373            'NDRPDR' and
5374            '1T1C' and
5375            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5376            not 'VHOST' and
5377            'MEMIF'"
5378   parameters:
5379   - "throughput"
5380   - "parent"
5381   - "tags"
5382   sort:
5383   - "1VNF"
5384   - "2VNF"
5385   - "4VNF"
5386   - "2VNF"
5387   - "4VNF"
5388   traces:
5389     hoverinfo: "x+y"
5390     boxpoints: "outliers"
5391     whiskerwidth: 0
5392   layout:
5393     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5394     layout: "plot-throughput"
5395
5396 -
5397   type: "plot"
5398   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5399   algorithm: "plot_performance_box"
5400   output-file-type: ".html"
5401   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5402   data: "plot-ligato-throughput-latency-3n-hsw"
5403   filter: "'NIC_Intel-X520-DA2' and
5404            '64B' and
5405            ('BASE' or 'SCALE') and
5406            'NDRPDR' and
5407            '2T2C' and
5408            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5409            not 'VHOST' and
5410            'MEMIF'"
5411   parameters:
5412   - "throughput"
5413   - "parent"
5414   - "tags"
5415   sort:
5416   - "1VNF"
5417   - "2VNF"
5418   - "4VNF"
5419   - "2VNF"
5420   - "4VNF"
5421   traces:
5422     hoverinfo: "x+y"
5423     boxpoints: "outliers"
5424     whiskerwidth: 0
5425   layout:
5426     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5427     layout: "plot-throughput"
5428
5429 -
5430   type: "plot"
5431   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5432   algorithm: "plot_performance_box"
5433   output-file-type: ".html"
5434   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5435   data: "plot-ligato-throughput-latency-3n-hsw"
5436   filter: "'NIC_Intel-X520-DA2' and
5437            '64B' and
5438            ('BASE' or 'SCALE') and
5439            'NDRPDR' and
5440            '2T2C' and
5441            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5442            not 'VHOST' and
5443            'MEMIF'"
5444   parameters:
5445   - "throughput"
5446   - "parent"
5447   - "tags"
5448   sort:
5449   - "1VNF"
5450   - "2VNF"
5451   - "4VNF"
5452   - "2VNF"
5453   - "4VNF"
5454   traces:
5455     hoverinfo: "x+y"
5456     boxpoints: "outliers"
5457     whiskerwidth: 0
5458   layout:
5459     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5460     layout: "plot-throughput"
5461
5462 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5463 -
5464   type: "plot"
5465   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5466   algorithm: "plot_performance_box"
5467   output-file-type: ".html"
5468   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5469   data: "plot-ligato-throughput-latency-3n-hsw"
5470   filter: "'NIC_Intel-X710' and
5471            '64B' and
5472            ('BASE' or 'SCALE') and
5473            'NDRPDR' and
5474            '1T1C' and
5475            'L2XCFWD' and
5476            not 'VHOST' and
5477            'MEMIF'"
5478   parameters:
5479   - "throughput"
5480   - "parent"
5481   - "tags"
5482   sort:
5483   - "1VNF"
5484   - "2VNF"
5485   - "4VNF"
5486   - "2VNF"
5487   - "4VNF"
5488   traces:
5489     hoverinfo: "x+y"
5490     boxpoints: "outliers"
5491     whiskerwidth: 0
5492   layout:
5493     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5494     layout: "plot-throughput"
5495
5496 -
5497   type: "plot"
5498   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5499   algorithm: "plot_performance_box"
5500   output-file-type: ".html"
5501   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5502   data: "plot-ligato-throughput-latency-3n-hsw"
5503   filter: "'NIC_Intel-X710' and
5504            '64B' and
5505            ('BASE' or 'SCALE') and
5506            'NDRPDR' and
5507            '1T1C' and
5508            'L2XCFWD' and
5509            not 'VHOST' and
5510            'MEMIF'"
5511   parameters:
5512   - "throughput"
5513   - "parent"
5514   - "tags"
5515   sort:
5516   - "1VNF"
5517   - "2VNF"
5518   - "4VNF"
5519   - "2VNF"
5520   - "4VNF"
5521   traces:
5522     hoverinfo: "x+y"
5523     boxpoints: "outliers"
5524     whiskerwidth: 0
5525   layout:
5526     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5527     layout: "plot-throughput"
5528
5529 -
5530   type: "plot"
5531   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5532   algorithm: "plot_performance_box"
5533   output-file-type: ".html"
5534   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5535   data: "plot-ligato-throughput-latency-3n-hsw"
5536   filter: "'NIC_Intel-X710' and
5537            '64B' and
5538            ('BASE' or 'SCALE') and
5539            'NDRPDR' and
5540            '2T2C' and
5541            'L2XCFWD' and
5542            not 'VHOST' and
5543            'MEMIF'"
5544   parameters:
5545   - "throughput"
5546   - "parent"
5547   - "tags"
5548   sort:
5549   - "1VNF"
5550   - "2VNF"
5551   - "4VNF"
5552   - "2VNF"
5553   - "4VNF"
5554   traces:
5555     hoverinfo: "x+y"
5556     boxpoints: "outliers"
5557     whiskerwidth: 0
5558   layout:
5559     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5560     layout: "plot-throughput"
5561
5562 -
5563   type: "plot"
5564   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5565   algorithm: "plot_performance_box"
5566   output-file-type: ".html"
5567   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5568   data: "plot-ligato-throughput-latency-3n-hsw"
5569   filter: "'NIC_Intel-X710' and
5570            '64B' and
5571            ('BASE' or 'SCALE') and
5572            'NDRPDR' and
5573            '2T2C' and
5574            'L2XCFWD' and
5575            not 'VHOST' and
5576            'MEMIF'"
5577   parameters:
5578   - "throughput"
5579   - "parent"
5580   - "tags"
5581   sort:
5582   - "1VNF"
5583   - "2VNF"
5584   - "4VNF"
5585   - "2VNF"
5586   - "4VNF"
5587   traces:
5588     hoverinfo: "x+y"
5589     boxpoints: "outliers"
5590     whiskerwidth: 0
5591   layout:
5592     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5593     layout: "plot-throughput"
5594
5595 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5596 -
5597   type: "plot"
5598   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5599   algorithm: "plot_performance_box"
5600   output-file-type: ".html"
5601   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5602   data: "plot-ligato-throughput-latency-3n-hsw"
5603   filter: "'NIC_Intel-X710' and
5604            '64B' and
5605            ('BASE' or 'SCALE') and
5606            'NDRPDR' and
5607            '1T1C' and
5608            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5609            not 'VHOST' and
5610            'MEMIF'"
5611   parameters:
5612   - "throughput"
5613   - "parent"
5614   - "tags"
5615   sort:
5616   - "1VNF"
5617   - "2VNF"
5618   - "4VNF"
5619   - "2VNF"
5620   - "4VNF"
5621   traces:
5622     hoverinfo: "x+y"
5623     boxpoints: "outliers"
5624     whiskerwidth: 0
5625   layout:
5626     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5627     layout: "plot-throughput"
5628
5629 -
5630   type: "plot"
5631   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5632   algorithm: "plot_performance_box"
5633   output-file-type: ".html"
5634   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5635   data: "plot-ligato-throughput-latency-3n-hsw"
5636   filter: "'NIC_Intel-X710' and
5637            '64B' and
5638            ('BASE' or 'SCALE') and
5639            'NDRPDR' and
5640            '1T1C' and
5641            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5642            not 'VHOST' and
5643            'MEMIF'"
5644   parameters:
5645   - "throughput"
5646   - "parent"
5647   - "tags"
5648   sort:
5649   - "1VNF"
5650   - "2VNF"
5651   - "4VNF"
5652   - "2VNF"
5653   - "4VNF"
5654   traces:
5655     hoverinfo: "x+y"
5656     boxpoints: "outliers"
5657     whiskerwidth: 0
5658   layout:
5659     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5660     layout: "plot-throughput"
5661
5662 -
5663   type: "plot"
5664   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5665   algorithm: "plot_performance_box"
5666   output-file-type: ".html"
5667   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5668   data: "plot-ligato-throughput-latency-3n-hsw"
5669   filter: "'NIC_Intel-X710' and
5670            '64B' and
5671            ('BASE' or 'SCALE') and
5672            'NDRPDR' and
5673            '2T2C' and
5674            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5675            not 'VHOST' and
5676            'MEMIF'"
5677   parameters:
5678   - "throughput"
5679   - "parent"
5680   - "tags"
5681   sort:
5682   - "1VNF"
5683   - "2VNF"
5684   - "4VNF"
5685   - "2VNF"
5686   - "4VNF"
5687   traces:
5688     hoverinfo: "x+y"
5689     boxpoints: "outliers"
5690     whiskerwidth: 0
5691   layout:
5692     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5693     layout: "plot-throughput"
5694
5695 -
5696   type: "plot"
5697   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5698   algorithm: "plot_performance_box"
5699   output-file-type: ".html"
5700   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5701   data: "plot-ligato-throughput-latency-3n-hsw"
5702   filter: "'NIC_Intel-X710' and
5703            '64B' and
5704            ('BASE' or 'SCALE') and
5705            'NDRPDR' and
5706            '2T2C' and
5707            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5708            not 'VHOST' and
5709            'MEMIF'"
5710   parameters:
5711   - "throughput"
5712   - "parent"
5713   - "tags"
5714   sort:
5715   - "1VNF"
5716   - "2VNF"
5717   - "4VNF"
5718   - "2VNF"
5719   - "4VNF"
5720   traces:
5721     hoverinfo: "x+y"
5722     boxpoints: "outliers"
5723     whiskerwidth: 0
5724   layout:
5725     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5726     layout: "plot-throughput"
5727
5728 ################################################################################
5729
5730 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5731 -
5732   type: "plot"
5733   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5734   algorithm: "plot_performance_box"
5735   output-file-type: ".html"
5736   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5737   data: "plot-vpp-throughput-latency-3n-hsw"
5738   filter: "'NIC_Intel-X520-DA2' and
5739            '64B' and
5740            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5741            'NDRPDR' and
5742            '1T1C' and
5743            'IP4FWD' and
5744            not 'IPSEC' and
5745            not 'VHOST'"
5746   parameters:
5747   - "throughput"
5748   - "parent"
5749   - "tags"
5750   sort:
5751   - "IP4BASE"
5752   - "FIB_20K"
5753   - "FIB_200K"
5754   - "FIB_2M"
5755   traces:
5756     hoverinfo: "x+y"
5757     boxpoints: "outliers"
5758     whiskerwidth: 0
5759   layout:
5760     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5761     layout: "plot-throughput"
5762
5763 -
5764   type: "plot"
5765   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5766   algorithm: "plot_performance_box"
5767   output-file-type: ".html"
5768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5769   data: "plot-vpp-throughput-latency-3n-hsw"
5770   filter: "'NIC_Intel-X520-DA2' and
5771            '64B' and
5772            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5773            'NDRPDR' and
5774            '1T1C' and
5775            'IP4FWD' and
5776            not 'IPSEC' and
5777            not 'VHOST'"
5778   parameters:
5779   - "throughput"
5780   - "parent"
5781   - "tags"
5782   sort:
5783   - "IP4BASE"
5784   - "FIB_20K"
5785   - "FIB_200K"
5786   - "FIB_2M"
5787   traces:
5788     hoverinfo: "x+y"
5789     boxpoints: "outliers"
5790     whiskerwidth: 0
5791   layout:
5792     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5793     layout: "plot-throughput"
5794
5795 -
5796   type: "plot"
5797   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5798   algorithm: "plot_performance_box"
5799   output-file-type: ".html"
5800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5801   data: "plot-vpp-throughput-latency-3n-hsw"
5802   filter: "'NIC_Intel-X520-DA2' and
5803            '64B' and
5804            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5805            'NDRPDR' and
5806            '2T2C' and
5807            'IP4FWD' and
5808            not 'IPSEC' and
5809            not 'VHOST'"
5810   parameters:
5811   - "throughput"
5812   - "parent"
5813   - "tags"
5814   sort:
5815   - "IP4BASE"
5816   - "FIB_20K"
5817   - "FIB_200K"
5818   - "FIB_2M"
5819   traces:
5820     hoverinfo: "x+y"
5821     boxpoints: "outliers"
5822     whiskerwidth: 0
5823   layout:
5824     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5825     layout: "plot-throughput"
5826
5827 -
5828   type: "plot"
5829   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5830   algorithm: "plot_performance_box"
5831   output-file-type: ".html"
5832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5833   data: "plot-vpp-throughput-latency-3n-hsw"
5834   filter: "'NIC_Intel-X520-DA2' and
5835            '64B' and
5836            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5837            'NDRPDR' and
5838            '2T2C' and
5839            'IP4FWD' and
5840            not 'IPSEC' and
5841            not 'VHOST'"
5842   parameters:
5843   - "throughput"
5844   - "parent"
5845   - "tags"
5846   sort:
5847   - "IP4BASE"
5848   - "FIB_20K"
5849   - "FIB_200K"
5850   - "FIB_2M"
5851   traces:
5852     hoverinfo: "x+y"
5853     boxpoints: "outliers"
5854     whiskerwidth: 0
5855   layout:
5856     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5857     layout: "plot-throughput"
5858
5859 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
5860 -
5861   type: "plot"
5862   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5863   algorithm: "plot_performance_box"
5864   output-file-type: ".html"
5865   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5866   data: "plot-vpp-throughput-latency-3n-hsw"
5867   filter: "'NIC_Intel-X520-DA2' and
5868            '64B' and
5869            ('IP4BASE' or
5870             'POLICE_MARK' or
5871             'COPWHLIST' or
5872             ('NAT44' and 'BASE') or
5873             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5874            'NDRPDR' and
5875            '1T1C' and
5876            'IP4FWD' and
5877            not 'IPSEC' and
5878            not 'VHOST'"
5879   parameters:
5880   - "throughput"
5881   - "parent"
5882   - "tags"
5883   sort:
5884   - "IP4BASE"
5885   - "NAT44"
5886   - "POLICE_MARK"
5887   - "COPWHLIST"
5888   - "IACL"
5889   - "OACL"
5890   traces:
5891     hoverinfo: "x+y"
5892     boxpoints: "outliers"
5893     whiskerwidth: 0
5894   layout:
5895     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
5896     layout: "plot-throughput"
5897
5898 -
5899   type: "plot"
5900   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5901   algorithm: "plot_performance_box"
5902   output-file-type: ".html"
5903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5904   data: "plot-vpp-throughput-latency-3n-hsw"
5905   filter: "'NIC_Intel-X520-DA2' and
5906            '64B' and
5907            ('IP4BASE' or
5908             'POLICE_MARK' or
5909             'COPWHLIST' or
5910             ('NAT44' and 'BASE') or
5911             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5912            'NDRPDR' and
5913            '1T1C' and
5914            'IP4FWD' and
5915            not 'IPSEC' and
5916            not 'VHOST'"
5917   parameters:
5918   - "throughput"
5919   - "parent"
5920   - "tags"
5921   sort:
5922   - "IP4BASE"
5923   - "NAT44"
5924   - "POLICE_MARK"
5925   - "COPWHLIST"
5926   - "IACL"
5927   - "OACL"
5928   traces:
5929     hoverinfo: "x+y"
5930     boxpoints: "outliers"
5931     whiskerwidth: 0
5932   layout:
5933     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
5934     layout: "plot-throughput"
5935
5936 -
5937   type: "plot"
5938   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5939   algorithm: "plot_performance_box"
5940   output-file-type: ".html"
5941   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5942   data: "plot-vpp-throughput-latency-3n-hsw"
5943   filter: "'NIC_Intel-X520-DA2' and
5944            '64B' and
5945            ('IP4BASE' or
5946             'POLICE_MARK' or
5947             'COPWHLIST' or
5948             ('NAT44' and 'BASE') or
5949             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5950            'NDRPDR' and
5951            '2T2C' and
5952            'IP4FWD' and
5953            not 'IPSEC' and
5954            not 'VHOST'"
5955   parameters:
5956   - "throughput"
5957   - "parent"
5958   - "tags"
5959   sort:
5960   - "IP4BASE"
5961   - "NAT44"
5962   - "POLICE_MARK"
5963   - "COPWHLIST"
5964   - "IACL"
5965   - "OACL"
5966   traces:
5967     hoverinfo: "x+y"
5968     boxpoints: "outliers"
5969     whiskerwidth: 0
5970   layout:
5971     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
5972     layout: "plot-throughput"
5973
5974 -
5975   type: "plot"
5976   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5977   algorithm: "plot_performance_box"
5978   output-file-type: ".html"
5979   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
5980   data: "plot-vpp-throughput-latency-3n-hsw"
5981   filter: "'NIC_Intel-X520-DA2' and
5982            '64B' and
5983            ('IP4BASE' or
5984             'POLICE_MARK' or
5985             'COPWHLIST' or
5986             ('NAT44' and 'BASE') or
5987             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
5988            'NDRPDR' and
5989            '2T2C' and
5990            'IP4FWD' and
5991            not 'IPSEC' and
5992            not 'VHOST'"
5993   parameters:
5994   - "throughput"
5995   - "parent"
5996   - "tags"
5997   sort:
5998   - "IP4BASE"
5999   - "NAT44"
6000   - "POLICE_MARK"
6001   - "COPWHLIST"
6002   - "IACL"
6003   - "OACL"
6004   traces:
6005     hoverinfo: "x+y"
6006     boxpoints: "outliers"
6007     whiskerwidth: 0
6008   layout:
6009     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6010     layout: "plot-throughput"
6011
6012 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6013 -
6014   type: "plot"
6015   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6016   algorithm: "plot_performance_box"
6017   output-file-type: ".html"
6018   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6019   data: "plot-vpp-throughput-latency-3n-hsw"
6020   filter: "'NIC_Intel-X520-DA2' and
6021            '64B' and
6022            'NDRPDR' and
6023            '1T1C' and
6024            'IP4FWD' and
6025            'NAT44' and
6026            not 'IPSEC' and
6027            not 'VHOST'"
6028   parameters:
6029   - "throughput"
6030   - "parent"
6031   - "tags"
6032   sort:
6033   - "BASE"
6034   - "BASE"
6035   - "SRC_USER_10"
6036   - "SRC_USER_100"
6037   - "SRC_USER_1000"
6038   - "SRC_USER_2000"
6039   traces:
6040     hoverinfo: "x+y"
6041     boxpoints: "outliers"
6042     whiskerwidth: 0
6043   layout:
6044     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6045     layout: "plot-throughput"
6046
6047 -
6048   type: "plot"
6049   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6050   algorithm: "plot_performance_box"
6051   output-file-type: ".html"
6052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6053   data: "plot-vpp-throughput-latency-3n-hsw"
6054   filter: "'NIC_Intel-X520-DA2' and
6055            '64B' and
6056            'NDRPDR' and
6057            '1T1C' and
6058            'IP4FWD' and
6059            'NAT44' and
6060            not 'IPSEC' and
6061            not 'VHOST'"
6062   parameters:
6063   - "throughput"
6064   - "parent"
6065   - "tags"
6066   sort:
6067   - "BASE"
6068   - "BASE"
6069   - "SRC_USER_10"
6070   - "SRC_USER_100"
6071   - "SRC_USER_1000"
6072   - "SRC_USER_2000"
6073   traces:
6074     hoverinfo: "x+y"
6075     boxpoints: "outliers"
6076     whiskerwidth: 0
6077   layout:
6078     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6079     layout: "plot-throughput"
6080
6081 -
6082   type: "plot"
6083   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6084   algorithm: "plot_performance_box"
6085   output-file-type: ".html"
6086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6087   data: "plot-vpp-throughput-latency-3n-hsw"
6088   filter: "'NIC_Intel-X520-DA2' and
6089            '64B' and
6090            'NDRPDR' and
6091            '2T2C' and
6092            'IP4FWD' and
6093            'NAT44' and
6094            not 'IPSEC' and
6095            not 'VHOST'"
6096   parameters:
6097   - "throughput"
6098   - "parent"
6099   - "tags"
6100   sort:
6101   - "BASE"
6102   - "BASE"
6103   - "SRC_USER_10"
6104   - "SRC_USER_100"
6105   - "SRC_USER_1000"
6106   - "SRC_USER_2000"
6107   traces:
6108     hoverinfo: "x+y"
6109     boxpoints: "outliers"
6110     whiskerwidth: 0
6111   layout:
6112     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6113     layout: "plot-throughput"
6114
6115 -
6116   type: "plot"
6117   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6118   algorithm: "plot_performance_box"
6119   output-file-type: ".html"
6120   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6121   data: "plot-vpp-throughput-latency-3n-hsw"
6122   filter: "'NIC_Intel-X520-DA2' and
6123            '64B' and
6124            'NDRPDR' and
6125            '2T2C' and
6126            'IP4FWD' and
6127            'NAT44' and
6128            not 'IPSEC' and
6129            not 'VHOST'"
6130   parameters:
6131   - "throughput"
6132   - "parent"
6133   - "tags"
6134   sort:
6135   - "BASE"
6136   - "BASE"
6137   - "SRC_USER_10"
6138   - "SRC_USER_100"
6139   - "SRC_USER_1000"
6140   - "SRC_USER_2000"
6141   traces:
6142     hoverinfo: "x+y"
6143     boxpoints: "outliers"
6144     whiskerwidth: 0
6145   layout:
6146     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6147     layout: "plot-throughput"
6148
6149 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6150 -
6151   type: "plot"
6152   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6153   algorithm: "plot_performance_box"
6154   output-file-type: ".html"
6155   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6156   data: "plot-vpp-throughput-latency-3n-hsw"
6157   filter: "'NIC_Intel-X520-DA2' and
6158            '64B' and
6159            'NDRPDR' and
6160            '1T1C' and
6161            'IP4FWD' and
6162            'IACL' and
6163            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6164            not 'IPSEC' and
6165            not 'VHOST'"
6166   parameters:
6167   - "throughput"
6168   - "parent"
6169   - "tags"
6170   sort:
6171   - "ACL_STATELESS"
6172   - "ACL_STATEFUL"
6173   - "ACL_STATELESS"
6174   - "ACL_STATEFUL"
6175   traces:
6176     hoverinfo: "x+y"
6177     boxpoints: "outliers"
6178     whiskerwidth: 0
6179   layout:
6180     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6181     layout: "plot-throughput"
6182
6183 -
6184   type: "plot"
6185   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6186   algorithm: "plot_performance_box"
6187   output-file-type: ".html"
6188   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6189   data: "plot-vpp-throughput-latency-3n-hsw"
6190   filter: "'NIC_Intel-X520-DA2' and
6191            '64B' and
6192            'NDRPDR' and
6193            '1T1C' and
6194            'IP4FWD' and
6195            'IACL' and
6196            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6197            not 'IPSEC' and
6198            not 'VHOST'"
6199   parameters:
6200   - "throughput"
6201   - "parent"
6202   - "tags"
6203   sort:
6204   - "ACL_STATELESS"
6205   - "ACL_STATEFUL"
6206   - "ACL_STATELESS"
6207   - "ACL_STATEFUL"
6208   traces:
6209     hoverinfo: "x+y"
6210     boxpoints: "outliers"
6211     whiskerwidth: 0
6212   layout:
6213     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6214     layout: "plot-throughput"
6215
6216 -
6217   type: "plot"
6218   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6219   algorithm: "plot_performance_box"
6220   output-file-type: ".html"
6221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6222   data: "plot-vpp-throughput-latency-3n-hsw"
6223   filter: "'NIC_Intel-X520-DA2' and
6224            '64B' and
6225            'NDRPDR' and
6226            '2T2C' and
6227            'IP4FWD' and
6228            'IACL' and
6229            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6230            not 'IPSEC' and
6231            not 'VHOST'"
6232   parameters:
6233   - "throughput"
6234   - "parent"
6235   - "tags"
6236   sort:
6237   - "ACL_STATELESS"
6238   - "ACL_STATEFUL"
6239   - "ACL_STATELESS"
6240   - "ACL_STATEFUL"
6241   traces:
6242     hoverinfo: "x+y"
6243     boxpoints: "outliers"
6244     whiskerwidth: 0
6245   layout:
6246     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6247     layout: "plot-throughput"
6248
6249 -
6250   type: "plot"
6251   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6252   algorithm: "plot_performance_box"
6253   output-file-type: ".html"
6254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6255   data: "plot-vpp-throughput-latency-3n-hsw"
6256   filter: "'NIC_Intel-X520-DA2' and
6257            '64B' and
6258            'NDRPDR' and
6259            '2T2C' and
6260            'IP4FWD' and
6261            'IACL' and
6262            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6263            not 'IPSEC' and
6264            not 'VHOST'"
6265   parameters:
6266   - "throughput"
6267   - "parent"
6268   - "tags"
6269   sort:
6270   - "ACL_STATELESS"
6271   - "ACL_STATEFUL"
6272   - "ACL_STATELESS"
6273   - "ACL_STATEFUL"
6274   traces:
6275     hoverinfo: "x+y"
6276     boxpoints: "outliers"
6277     whiskerwidth: 0
6278   layout:
6279     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6280     layout: "plot-throughput"
6281
6282 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6283 -
6284   type: "plot"
6285   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6286   algorithm: "plot_performance_box"
6287   output-file-type: ".html"
6288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6289   data: "plot-vpp-throughput-latency-3n-hsw"
6290   filter: "'NIC_Intel-X520-DA2' and
6291            '64B' and
6292            'NDRPDR' and
6293            '1T1C' and
6294            'IP4FWD' and
6295            'OACL' and
6296            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6297            not 'IPSEC' and
6298            not 'VHOST'"
6299   parameters:
6300   - "throughput"
6301   - "parent"
6302   - "tags"
6303   sort:
6304   - "ACL_STATELESS"
6305   - "ACL_STATEFUL"
6306   - "ACL_STATELESS"
6307   - "ACL_STATEFUL"
6308   traces:
6309     hoverinfo: "x+y"
6310     boxpoints: "outliers"
6311     whiskerwidth: 0
6312   layout:
6313     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6314     layout: "plot-throughput"
6315
6316 -
6317   type: "plot"
6318   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6319   algorithm: "plot_performance_box"
6320   output-file-type: ".html"
6321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6322   data: "plot-vpp-throughput-latency-3n-hsw"
6323   filter: "'NIC_Intel-X520-DA2' and
6324            '64B' and
6325            'NDRPDR' and
6326            '1T1C' and
6327            'IP4FWD' and
6328            'OACL' and
6329            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6330            not 'IPSEC' and
6331            not 'VHOST'"
6332   parameters:
6333   - "throughput"
6334   - "parent"
6335   - "tags"
6336   sort:
6337   - "ACL_STATELESS"
6338   - "ACL_STATEFUL"
6339   - "ACL_STATELESS"
6340   - "ACL_STATEFUL"
6341   traces:
6342     hoverinfo: "x+y"
6343     boxpoints: "outliers"
6344     whiskerwidth: 0
6345   layout:
6346     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6347     layout: "plot-throughput"
6348
6349 -
6350   type: "plot"
6351   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6352   algorithm: "plot_performance_box"
6353   output-file-type: ".html"
6354   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6355   data: "plot-vpp-throughput-latency-3n-hsw"
6356   filter: "'NIC_Intel-X520-DA2' and
6357            '64B' and
6358            'NDRPDR' and
6359            '2T2C' and
6360            'IP4FWD' and
6361            'OACL' and
6362            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6363            not 'IPSEC' and
6364            not 'VHOST'"
6365   parameters:
6366   - "throughput"
6367   - "parent"
6368   - "tags"
6369   sort:
6370   - "ACL_STATELESS"
6371   - "ACL_STATEFUL"
6372   - "ACL_STATELESS"
6373   - "ACL_STATEFUL"
6374   traces:
6375     hoverinfo: "x+y"
6376     boxpoints: "outliers"
6377     whiskerwidth: 0
6378   layout:
6379     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6380     layout: "plot-throughput"
6381
6382 -
6383   type: "plot"
6384   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6385   algorithm: "plot_performance_box"
6386   output-file-type: ".html"
6387   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6388   data: "plot-vpp-throughput-latency-3n-hsw"
6389   filter: "'NIC_Intel-X520-DA2' and
6390            '64B' and
6391            'NDRPDR' and
6392            '2T2C' and
6393            'IP4FWD' and
6394            'OACL' and
6395            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6396            not 'IPSEC' and
6397            not 'VHOST'"
6398   parameters:
6399   - "throughput"
6400   - "parent"
6401   - "tags"
6402   sort:
6403   - "ACL_STATELESS"
6404   - "ACL_STATEFUL"
6405   - "ACL_STATELESS"
6406   - "ACL_STATEFUL"
6407   traces:
6408     hoverinfo: "x+y"
6409     boxpoints: "outliers"
6410     whiskerwidth: 0
6411   layout:
6412     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6413     layout: "plot-throughput"
6414
6415 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6416 -
6417   type: "plot"
6418   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6419   algorithm: "plot_performance_box"
6420   output-file-type: ".html"
6421   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6422   data: "plot-vpp-throughput-latency-3n-hsw"
6423   filter: "'NIC_Intel-X710' and
6424            '64B' and
6425            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6426            'NDRPDR' and
6427            '1T1C' and
6428            'IP4FWD' and
6429            not 'IPSEC' and
6430            not 'VHOST'"
6431   parameters:
6432   - "throughput"
6433   - "parent"
6434   - "tags"
6435   sort:
6436   - "IP4BASE"
6437   - "FIB_20K"
6438   - "FIB_200K"
6439   - "FIB_2M"
6440   traces:
6441     hoverinfo: "x+y"
6442     boxpoints: "outliers"
6443     whiskerwidth: 0
6444   layout:
6445     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6446     layout: "plot-throughput"
6447
6448 -
6449   type: "plot"
6450   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6451   algorithm: "plot_performance_box"
6452   output-file-type: ".html"
6453   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6454   data: "plot-vpp-throughput-latency-3n-hsw"
6455   filter: "'NIC_Intel-X710' and
6456            '64B' and
6457            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6458            'NDRPDR' and
6459            '1T1C' and
6460            'IP4FWD' and
6461            not 'IPSEC' and
6462            not 'VHOST'"
6463   parameters:
6464   - "throughput"
6465   - "parent"
6466   - "tags"
6467   sort:
6468   - "IP4BASE"
6469   - "FIB_20K"
6470   - "FIB_200K"
6471   - "FIB_2M"
6472   traces:
6473     hoverinfo: "x+y"
6474     boxpoints: "outliers"
6475     whiskerwidth: 0
6476   layout:
6477     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6478     layout: "plot-throughput"
6479
6480 -
6481   type: "plot"
6482   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6483   algorithm: "plot_performance_box"
6484   output-file-type: ".html"
6485   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6486   data: "plot-vpp-throughput-latency-3n-hsw"
6487   filter: "'NIC_Intel-X710' and
6488            '64B' and
6489            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6490            'NDRPDR' and
6491            '2T2C' and
6492            'IP4FWD' and
6493            not 'IPSEC' and
6494            not 'VHOST'"
6495   parameters:
6496   - "throughput"
6497   - "parent"
6498   - "tags"
6499   sort:
6500   - "IP4BASE"
6501   - "FIB_20K"
6502   - "FIB_200K"
6503   - "FIB_2M"
6504   traces:
6505     hoverinfo: "x+y"
6506     boxpoints: "outliers"
6507     whiskerwidth: 0
6508   layout:
6509     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6510     layout: "plot-throughput"
6511
6512 -
6513   type: "plot"
6514   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6515   algorithm: "plot_performance_box"
6516   output-file-type: ".html"
6517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6518   data: "plot-vpp-throughput-latency-3n-hsw"
6519   filter: "'NIC_Intel-X710' and
6520            '64B' and
6521            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6522            'NDRPDR' and
6523            '2T2C' and
6524            'IP4FWD' and
6525            not 'IPSEC' and
6526            not 'VHOST'"
6527   parameters:
6528   - "throughput"
6529   - "parent"
6530   - "tags"
6531   sort:
6532   - "IP4BASE"
6533   - "FIB_20K"
6534   - "FIB_200K"
6535   - "FIB_2M"
6536   traces:
6537     hoverinfo: "x+y"
6538     boxpoints: "outliers"
6539     whiskerwidth: 0
6540   layout:
6541     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6542     layout: "plot-throughput"
6543
6544 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6545 -
6546   type: "plot"
6547   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6548   algorithm: "plot_performance_box"
6549   output-file-type: ".html"
6550   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6551   data: "plot-vpp-throughput-latency-3n-hsw"
6552   filter: "'NIC_Intel-X710' and
6553            '64B' and
6554            ('IP4BASE' or
6555             'POLICE_MARK' or
6556             'COPWHLIST' or
6557             ('NAT44' and 'BASE') or
6558             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6559            'NDRPDR' and
6560            '1T1C' and
6561            'IP4FWD' and
6562            not 'IPSEC' and
6563            not 'VHOST'"
6564   parameters:
6565   - "throughput"
6566   - "parent"
6567   - "tags"
6568   sort:
6569   - "IP4BASE"
6570   - "NAT44"
6571   - "POLICE_MARK"
6572   - "COPWHLIST"
6573   - "IACL"
6574   - "OACL"
6575   traces:
6576     hoverinfo: "x+y"
6577     boxpoints: "outliers"
6578     whiskerwidth: 0
6579   layout:
6580     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6581     layout: "plot-throughput"
6582
6583 -
6584   type: "plot"
6585   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6586   algorithm: "plot_performance_box"
6587   output-file-type: ".html"
6588   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6589   data: "plot-vpp-throughput-latency-3n-hsw"
6590   filter: "'NIC_Intel-X710' and
6591            '64B' and
6592            ('IP4BASE' or
6593             'POLICE_MARK' or
6594             'COPWHLIST' or
6595             ('NAT44' and 'BASE') or
6596             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6597            'NDRPDR' and
6598            '1T1C' and
6599            'IP4FWD' and
6600            not 'IPSEC' and
6601            not 'VHOST'"
6602   parameters:
6603   - "throughput"
6604   - "parent"
6605   - "tags"
6606   sort:
6607   - "IP4BASE"
6608   - "NAT44"
6609   - "POLICE_MARK"
6610   - "COPWHLIST"
6611   - "IACL"
6612   - "OACL"
6613   traces:
6614     hoverinfo: "x+y"
6615     boxpoints: "outliers"
6616     whiskerwidth: 0
6617   layout:
6618     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6619     layout: "plot-throughput"
6620
6621 -
6622   type: "plot"
6623   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6624   algorithm: "plot_performance_box"
6625   output-file-type: ".html"
6626   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6627   data: "plot-vpp-throughput-latency-3n-hsw"
6628   filter: "'NIC_Intel-X710' and
6629            '64B' and
6630            ('IP4BASE' or
6631             'POLICE_MARK' or
6632             'COPWHLIST' or
6633             ('NAT44' and 'BASE') or
6634             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6635            'NDRPDR' and
6636            '2T2C' and
6637            'IP4FWD' and
6638            not 'IPSEC' and
6639            not 'VHOST'"
6640   parameters:
6641   - "throughput"
6642   - "parent"
6643   - "tags"
6644   sort:
6645   - "IP4BASE"
6646   - "NAT44"
6647   - "POLICE_MARK"
6648   - "COPWHLIST"
6649   - "IACL"
6650   - "OACL"
6651   traces:
6652     hoverinfo: "x+y"
6653     boxpoints: "outliers"
6654     whiskerwidth: 0
6655   layout:
6656     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6657     layout: "plot-throughput"
6658
6659 -
6660   type: "plot"
6661   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6662   algorithm: "plot_performance_box"
6663   output-file-type: ".html"
6664   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6665   data: "plot-vpp-throughput-latency-3n-hsw"
6666   filter: "'NIC_Intel-X710' and
6667            '64B' and
6668            ('IP4BASE' or
6669             'POLICE_MARK' or
6670             'COPWHLIST' or
6671             ('NAT44' and 'BASE') or
6672             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6673            'NDRPDR' and
6674            '2T2C' and
6675            'IP4FWD' and
6676            not 'IPSEC' and
6677            not 'VHOST'"
6678   parameters:
6679   - "throughput"
6680   - "parent"
6681   - "tags"
6682   sort:
6683   - "IP4BASE"
6684   - "NAT44"
6685   - "POLICE_MARK"
6686   - "COPWHLIST"
6687   - "IACL"
6688   - "OACL"
6689   traces:
6690     hoverinfo: "x+y"
6691     boxpoints: "outliers"
6692     whiskerwidth: 0
6693   layout:
6694     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6695     layout: "plot-throughput"
6696
6697 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6698 -
6699   type: "plot"
6700   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6701   algorithm: "plot_performance_box"
6702   output-file-type: ".html"
6703   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6704   data: "plot-vpp-throughput-latency-3n-skx"
6705   filter: "'NIC_Intel-X710' and
6706            '64B' and
6707            'NDRPDR' and
6708            '2T1C' and
6709            'IP4FWD' and
6710            'NAT44' and
6711            not 'IPSEC' and
6712            not 'VHOST'"
6713   parameters:
6714   - "throughput"
6715   - "parent"
6716   - "tags"
6717   sort:
6718   - "BASE"
6719   - "BASE"
6720   - "SRC_USER_10"
6721   - "SRC_USER_100"
6722   - "SRC_USER_1000"
6723   - "SRC_USER_2000"
6724   traces:
6725     hoverinfo: "x+y"
6726     boxpoints: "outliers"
6727     whiskerwidth: 0
6728   layout:
6729     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6730     layout: "plot-throughput"
6731
6732 -
6733   type: "plot"
6734   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6735   algorithm: "plot_performance_box"
6736   output-file-type: ".html"
6737   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6738   data: "plot-vpp-throughput-latency-3n-skx"
6739   filter: "'NIC_Intel-X710' and
6740            '64B' and
6741            'NDRPDR' and
6742            '2T1C' and
6743            'IP4FWD' and
6744            'NAT44' and
6745            not 'IPSEC' and
6746            not 'VHOST'"
6747   parameters:
6748   - "throughput"
6749   - "parent"
6750   - "tags"
6751   sort:
6752   - "BASE"
6753   - "BASE"
6754   - "SRC_USER_10"
6755   - "SRC_USER_100"
6756   - "SRC_USER_1000"
6757   - "SRC_USER_2000"
6758   traces:
6759     hoverinfo: "x+y"
6760     boxpoints: "outliers"
6761     whiskerwidth: 0
6762   layout:
6763     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6764     layout: "plot-throughput"
6765
6766 -
6767   type: "plot"
6768   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6769   algorithm: "plot_performance_box"
6770   output-file-type: ".html"
6771   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6772   data: "plot-vpp-throughput-latency-3n-skx"
6773   filter: "'NIC_Intel-X710' and
6774            '64B' and
6775            'NDRPDR' and
6776            '4T2C' and
6777            'IP4FWD' and
6778            'NAT44' and
6779            not 'IPSEC' and
6780            not 'VHOST'"
6781   parameters:
6782   - "throughput"
6783   - "parent"
6784   - "tags"
6785   sort:
6786   - "BASE"
6787   - "BASE"
6788   - "SRC_USER_10"
6789   - "SRC_USER_100"
6790   - "SRC_USER_1000"
6791   - "SRC_USER_2000"
6792   traces:
6793     hoverinfo: "x+y"
6794     boxpoints: "outliers"
6795     whiskerwidth: 0
6796   layout:
6797     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6798     layout: "plot-throughput"
6799
6800 -
6801   type: "plot"
6802   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6803   algorithm: "plot_performance_box"
6804   output-file-type: ".html"
6805   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6806   data: "plot-vpp-throughput-latency-3n-skx"
6807   filter: "'NIC_Intel-X710' and
6808            '64B' and
6809            'NDRPDR' and
6810            '4T2C' and
6811            'IP4FWD' and
6812            'NAT44' and
6813            not 'IPSEC' and
6814            not 'VHOST'"
6815   parameters:
6816   - "throughput"
6817   - "parent"
6818   - "tags"
6819   sort:
6820   - "BASE"
6821   - "BASE"
6822   - "SRC_USER_10"
6823   - "SRC_USER_100"
6824   - "SRC_USER_1000"
6825   - "SRC_USER_2000"
6826   traces:
6827     hoverinfo: "x+y"
6828     boxpoints: "outliers"
6829     whiskerwidth: 0
6830   layout:
6831     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6832     layout: "plot-throughput"
6833
6834 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
6835 -
6836   type: "plot"
6837   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6838   algorithm: "plot_performance_box"
6839   output-file-type: ".html"
6840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6841   data: "plot-vpp-throughput-latency-3n-skx"
6842   filter: "'NIC_Intel-X710' and
6843            '64B' and
6844            'NDRPDR' and
6845            '2T1C' and
6846            'IP4FWD' and
6847            'IACL' and
6848            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6849            not 'IPSEC' and
6850            not 'VHOST'"
6851   parameters:
6852   - "throughput"
6853   - "parent"
6854   - "tags"
6855   sort:
6856   - "ACL_STATELESS"
6857   - "ACL_STATEFUL"
6858   - "ACL_STATELESS"
6859   - "ACL_STATEFUL"
6860   traces:
6861     hoverinfo: "x+y"
6862     boxpoints: "outliers"
6863     whiskerwidth: 0
6864   layout:
6865     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
6866     layout: "plot-throughput"
6867
6868 -
6869   type: "plot"
6870   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6871   algorithm: "plot_performance_box"
6872   output-file-type: ".html"
6873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6874   data: "plot-vpp-throughput-latency-3n-skx"
6875   filter: "'NIC_Intel-X710' and
6876            '64B' and
6877            'NDRPDR' and
6878            '2T1C' and
6879            'IP4FWD' and
6880            'IACL' and
6881            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6882            not 'IPSEC' and
6883            not 'VHOST'"
6884   parameters:
6885   - "throughput"
6886   - "parent"
6887   - "tags"
6888   sort:
6889   - "ACL_STATELESS"
6890   - "ACL_STATEFUL"
6891   - "ACL_STATELESS"
6892   - "ACL_STATEFUL"
6893   traces:
6894     hoverinfo: "x+y"
6895     boxpoints: "outliers"
6896     whiskerwidth: 0
6897   layout:
6898     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
6899     layout: "plot-throughput"
6900
6901 -
6902   type: "plot"
6903   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6904   algorithm: "plot_performance_box"
6905   output-file-type: ".html"
6906   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6907   data: "plot-vpp-throughput-latency-3n-skx"
6908   filter: "'NIC_Intel-X710' and
6909            '64B' and
6910            'NDRPDR' and
6911            '4T2C' and
6912            'IP4FWD' and
6913            'IACL' and
6914            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6915            not 'IPSEC' and
6916            not 'VHOST'"
6917   parameters:
6918   - "throughput"
6919   - "parent"
6920   - "tags"
6921   sort:
6922   - "ACL_STATELESS"
6923   - "ACL_STATEFUL"
6924   - "ACL_STATELESS"
6925   - "ACL_STATEFUL"
6926   traces:
6927     hoverinfo: "x+y"
6928     boxpoints: "outliers"
6929     whiskerwidth: 0
6930   layout:
6931     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
6932     layout: "plot-throughput"
6933
6934 -
6935   type: "plot"
6936   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6937   algorithm: "plot_performance_box"
6938   output-file-type: ".html"
6939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6940   data: "plot-vpp-throughput-latency-3n-skx"
6941   filter: "'NIC_Intel-X710' and
6942            '64B' and
6943            'NDRPDR' and
6944            '4T2C' and
6945            'IP4FWD' and
6946            'IACL' and
6947            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6948            not 'IPSEC' and
6949            not 'VHOST'"
6950   parameters:
6951   - "throughput"
6952   - "parent"
6953   - "tags"
6954   sort:
6955   - "ACL_STATELESS"
6956   - "ACL_STATEFUL"
6957   - "ACL_STATELESS"
6958   - "ACL_STATEFUL"
6959   traces:
6960     hoverinfo: "x+y"
6961     boxpoints: "outliers"
6962     whiskerwidth: 0
6963   layout:
6964     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
6965     layout: "plot-throughput"
6966
6967 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
6968 -
6969   type: "plot"
6970   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6971   algorithm: "plot_performance_box"
6972   output-file-type: ".html"
6973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6974   data: "plot-vpp-throughput-latency-3n-skx"
6975   filter: "'NIC_Intel-X710' and
6976            '64B' and
6977            'NDRPDR' and
6978            '2T1C' and
6979            'IP4FWD' and
6980            'OACL' and
6981            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6982            not 'IPSEC' and
6983            not 'VHOST'"
6984   parameters:
6985   - "throughput"
6986   - "parent"
6987   - "tags"
6988   sort:
6989   - "ACL_STATELESS"
6990   - "ACL_STATEFUL"
6991   - "ACL_STATELESS"
6992   - "ACL_STATEFUL"
6993   traces:
6994     hoverinfo: "x+y"
6995     boxpoints: "outliers"
6996     whiskerwidth: 0
6997   layout:
6998     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
6999     layout: "plot-throughput"
7000
7001 -
7002   type: "plot"
7003   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7004   algorithm: "plot_performance_box"
7005   output-file-type: ".html"
7006   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7007   data: "plot-vpp-throughput-latency-3n-skx"
7008   filter: "'NIC_Intel-X710' and
7009            '64B' and
7010            'NDRPDR' and
7011            '2T1C' and
7012            'IP4FWD' and
7013            'OACL' and
7014            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7015            not 'IPSEC' and
7016            not 'VHOST'"
7017   parameters:
7018   - "throughput"
7019   - "parent"
7020   - "tags"
7021   sort:
7022   - "ACL_STATELESS"
7023   - "ACL_STATEFUL"
7024   - "ACL_STATELESS"
7025   - "ACL_STATEFUL"
7026   traces:
7027     hoverinfo: "x+y"
7028     boxpoints: "outliers"
7029     whiskerwidth: 0
7030   layout:
7031     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7032     layout: "plot-throughput"
7033
7034 -
7035   type: "plot"
7036   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7037   algorithm: "plot_performance_box"
7038   output-file-type: ".html"
7039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7040   data: "plot-vpp-throughput-latency-3n-skx"
7041   filter: "'NIC_Intel-X710' and
7042            '64B' and
7043            'NDRPDR' and
7044            '4T2C' and
7045            'IP4FWD' and
7046            'OACL' and
7047            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7048            not 'IPSEC' and
7049            not 'VHOST'"
7050   parameters:
7051   - "throughput"
7052   - "parent"
7053   - "tags"
7054   sort:
7055   - "ACL_STATELESS"
7056   - "ACL_STATEFUL"
7057   - "ACL_STATELESS"
7058   - "ACL_STATEFUL"
7059   traces:
7060     hoverinfo: "x+y"
7061     boxpoints: "outliers"
7062     whiskerwidth: 0
7063   layout:
7064     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7065     layout: "plot-throughput"
7066
7067 -
7068   type: "plot"
7069   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7070   algorithm: "plot_performance_box"
7071   output-file-type: ".html"
7072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7073   data: "plot-vpp-throughput-latency-3n-skx"
7074   filter: "'NIC_Intel-X710' and
7075            '64B' and
7076            'NDRPDR' and
7077            '4T2C' and
7078            'IP4FWD' and
7079            'OACL' and
7080            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7081            not 'IPSEC' and
7082            not 'VHOST'"
7083   parameters:
7084   - "throughput"
7085   - "parent"
7086   - "tags"
7087   sort:
7088   - "ACL_STATELESS"
7089   - "ACL_STATEFUL"
7090   - "ACL_STATELESS"
7091   - "ACL_STATEFUL"
7092   traces:
7093     hoverinfo: "x+y"
7094     boxpoints: "outliers"
7095     whiskerwidth: 0
7096   layout:
7097     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7098     layout: "plot-throughput"
7099
7100 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7101 -
7102   type: "plot"
7103   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7104   algorithm: "plot_performance_box"
7105   output-file-type: ".html"
7106   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7107   data: "plot-vpp-throughput-latency-3n-hsw"
7108   filter: "'NIC_Intel-XL710' and
7109            '64B' and
7110            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7111            'NDRPDR' and
7112            '1T1C' and
7113            'IP4FWD' and
7114            not 'IPSEC' and
7115            not 'VHOST'"
7116   parameters:
7117   - "throughput"
7118   - "parent"
7119   - "tags"
7120   sort:
7121   - "IP4BASE"
7122   - "FIB_20K"
7123   - "FIB_200K"
7124   - "FIB_2M"
7125   traces:
7126     hoverinfo: "x+y"
7127     boxpoints: "outliers"
7128     whiskerwidth: 0
7129   layout:
7130     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7131     layout: "plot-throughput"
7132
7133 -
7134   type: "plot"
7135   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7136   algorithm: "plot_performance_box"
7137   output-file-type: ".html"
7138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7139   data: "plot-vpp-throughput-latency-3n-hsw"
7140   filter: "'NIC_Intel-XL710' and
7141            '64B' and
7142            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7143            'NDRPDR' and
7144            '1T1C' and
7145            'IP4FWD' and
7146            not 'IPSEC' and
7147            not 'VHOST'"
7148   parameters:
7149   - "throughput"
7150   - "parent"
7151   - "tags"
7152   sort:
7153   - "IP4BASE"
7154   - "FIB_20K"
7155   - "FIB_200K"
7156   - "FIB_2M"
7157   traces:
7158     hoverinfo: "x+y"
7159     boxpoints: "outliers"
7160     whiskerwidth: 0
7161   layout:
7162     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7163     layout: "plot-throughput"
7164
7165 -
7166   type: "plot"
7167   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7168   algorithm: "plot_performance_box"
7169   output-file-type: ".html"
7170   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7171   data: "plot-vpp-throughput-latency-3n-hsw"
7172   filter: "'NIC_Intel-XL710' and
7173            '64B' and
7174            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7175            'NDRPDR' and
7176            '2T2C' and
7177            'IP4FWD' and
7178            not 'IPSEC' and
7179            not 'VHOST'"
7180   parameters:
7181   - "throughput"
7182   - "parent"
7183   - "tags"
7184   sort:
7185   - "IP4BASE"
7186   - "FIB_20K"
7187   - "FIB_200K"
7188   - "FIB_2M"
7189   traces:
7190     hoverinfo: "x+y"
7191     boxpoints: "outliers"
7192     whiskerwidth: 0
7193   layout:
7194     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7195     layout: "plot-throughput"
7196
7197 -
7198   type: "plot"
7199   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7200   algorithm: "plot_performance_box"
7201   output-file-type: ".html"
7202   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7203   data: "plot-vpp-throughput-latency-3n-hsw"
7204   filter: "'NIC_Intel-XL710' and
7205            '64B' and
7206            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7207            'NDRPDR' and
7208            '2T2C' and
7209            'IP4FWD' and
7210            not 'IPSEC' and
7211            not 'VHOST'"
7212   parameters:
7213   - "throughput"
7214   - "parent"
7215   - "tags"
7216   sort:
7217   - "IP4BASE"
7218   - "FIB_20K"
7219   - "FIB_200K"
7220   - "FIB_2M"
7221   traces:
7222     hoverinfo: "x+y"
7223     boxpoints: "outliers"
7224     whiskerwidth: 0
7225   layout:
7226     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7227     layout: "plot-throughput"
7228
7229 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7230 -
7231   type: "plot"
7232   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7233   algorithm: "plot_performance_box"
7234   output-file-type: ".html"
7235   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7236   data: "plot-vpp-throughput-latency-3n-skx"
7237   filter: "'NIC_Intel-X710' and
7238            '64B' and
7239            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7240            'NDRPDR' and
7241            '2T1C' and
7242            'IP4FWD' and
7243            not 'IPSEC' and
7244            not 'VHOST'"
7245   parameters:
7246   - "throughput"
7247   - "parent"
7248   - "tags"
7249   sort:
7250   - "IP4BASE"
7251   - "FIB_20K"
7252   - "FIB_200K"
7253   - "FIB_2M"
7254   traces:
7255     hoverinfo: "x+y"
7256     boxpoints: "outliers"
7257     whiskerwidth: 0
7258   layout:
7259     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7260     layout: "plot-throughput"
7261
7262 -
7263   type: "plot"
7264   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7265   algorithm: "plot_performance_box"
7266   output-file-type: ".html"
7267   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7268   data: "plot-vpp-throughput-latency-3n-skx"
7269   filter: "'NIC_Intel-X710' and
7270            '64B' and
7271            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7272            'NDRPDR' and
7273            '2T1C' and
7274            'IP4FWD' and
7275            not 'IPSEC' and
7276            not 'VHOST'"
7277   parameters:
7278   - "throughput"
7279   - "parent"
7280   - "tags"
7281   sort:
7282   - "IP4BASE"
7283   - "FIB_20K"
7284   - "FIB_200K"
7285   - "FIB_2M"
7286   traces:
7287     hoverinfo: "x+y"
7288     boxpoints: "outliers"
7289     whiskerwidth: 0
7290   layout:
7291     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7292     layout: "plot-throughput"
7293
7294 -
7295   type: "plot"
7296   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7297   algorithm: "plot_performance_box"
7298   output-file-type: ".html"
7299   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7300   data: "plot-vpp-throughput-latency-3n-skx"
7301   filter: "'NIC_Intel-X710' and
7302            '64B' and
7303            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7304            'NDRPDR' and
7305            '4T2C' and
7306            'IP4FWD' and
7307            not 'IPSEC' and
7308            not 'VHOST'"
7309   parameters:
7310   - "throughput"
7311   - "parent"
7312   - "tags"
7313   sort:
7314   - "IP4BASE"
7315   - "FIB_20K"
7316   - "FIB_200K"
7317   - "FIB_2M"
7318   traces:
7319     hoverinfo: "x+y"
7320     boxpoints: "outliers"
7321     whiskerwidth: 0
7322   layout:
7323     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7324     layout: "plot-throughput"
7325
7326 -
7327   type: "plot"
7328   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7329   algorithm: "plot_performance_box"
7330   output-file-type: ".html"
7331   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7332   data: "plot-vpp-throughput-latency-3n-skx"
7333   filter: "'NIC_Intel-X710' and
7334            '64B' and
7335            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7336            'NDRPDR' and
7337            '4T2C' and
7338            'IP4FWD' and
7339            not 'IPSEC' and
7340            not 'VHOST'"
7341   parameters:
7342   - "throughput"
7343   - "parent"
7344   - "tags"
7345   sort:
7346   - "IP4BASE"
7347   - "FIB_20K"
7348   - "FIB_200K"
7349   - "FIB_2M"
7350   traces:
7351     hoverinfo: "x+y"
7352     boxpoints: "outliers"
7353     whiskerwidth: 0
7354   layout:
7355     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7356     layout: "plot-throughput"
7357
7358 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7359 -
7360   type: "plot"
7361   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7362   algorithm: "plot_performance_box"
7363   output-file-type: ".html"
7364   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7365   data: "plot-vpp-throughput-latency-3n-skx"
7366   filter: "'NIC_Intel-X710' and
7367            '64B' and
7368            ('IP4BASE' or
7369             'POLICE_MARK' or
7370             'COPWHLIST' or
7371             ('NAT44' and 'BASE') or
7372             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7373            'NDRPDR' and
7374            '2T1C' and
7375            'IP4FWD' and
7376            not 'IPSEC' and
7377            not 'VHOST'"
7378   parameters:
7379   - "throughput"
7380   - "parent"
7381   - "tags"
7382   sort:
7383   - "IP4BASE"
7384   - "NAT44"
7385   - "POLICE_MARK"
7386   - "COPWHLIST"
7387   - "IACL"
7388   - "OACL"
7389   traces:
7390     hoverinfo: "x+y"
7391     boxpoints: "outliers"
7392     whiskerwidth: 0
7393   layout:
7394     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7395     layout: "plot-throughput"
7396
7397 -
7398   type: "plot"
7399   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7400   algorithm: "plot_performance_box"
7401   output-file-type: ".html"
7402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7403   data: "plot-vpp-throughput-latency-3n-skx"
7404   filter: "'NIC_Intel-X710' and
7405            '64B' and
7406            ('IP4BASE' or
7407             'POLICE_MARK' or
7408             'COPWHLIST' or
7409             ('NAT44' and 'BASE') or
7410             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7411            'NDRPDR' and
7412            '2T1C' and
7413            'IP4FWD' and
7414            not 'IPSEC' and
7415            not 'VHOST'"
7416   parameters:
7417   - "throughput"
7418   - "parent"
7419   - "tags"
7420   sort:
7421   - "IP4BASE"
7422   - "NAT44"
7423   - "POLICE_MARK"
7424   - "COPWHLIST"
7425   - "IACL"
7426   - "OACL"
7427   traces:
7428     hoverinfo: "x+y"
7429     boxpoints: "outliers"
7430     whiskerwidth: 0
7431   layout:
7432     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7433     layout: "plot-throughput"
7434
7435 -
7436   type: "plot"
7437   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7438   algorithm: "plot_performance_box"
7439   output-file-type: ".html"
7440   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7441   data: "plot-vpp-throughput-latency-3n-skx"
7442   filter: "'NIC_Intel-X710' and
7443            '64B' and
7444            ('IP4BASE' or
7445             'POLICE_MARK' or
7446             'COPWHLIST' or
7447             ('NAT44' and 'BASE') or
7448             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7449            'NDRPDR' and
7450            '4T2C' and
7451            'IP4FWD' and
7452            not 'IPSEC' and
7453            not 'VHOST'"
7454   parameters:
7455   - "throughput"
7456   - "parent"
7457   - "tags"
7458   sort:
7459   - "IP4BASE"
7460   - "NAT44"
7461   - "POLICE_MARK"
7462   - "COPWHLIST"
7463   - "IACL"
7464   - "OACL"
7465   traces:
7466     hoverinfo: "x+y"
7467     boxpoints: "outliers"
7468     whiskerwidth: 0
7469   layout:
7470     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7471     layout: "plot-throughput"
7472
7473 -
7474   type: "plot"
7475   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7476   algorithm: "plot_performance_box"
7477   output-file-type: ".html"
7478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7479   data: "plot-vpp-throughput-latency-3n-skx"
7480   filter: "'NIC_Intel-X710' and
7481            '64B' and
7482            ('IP4BASE' or
7483             'POLICE_MARK' or
7484             'COPWHLIST' or
7485             ('NAT44' and 'BASE') or
7486             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7487            'NDRPDR' and
7488            '4T2C' and
7489            'IP4FWD' and
7490            not 'IPSEC' and
7491            not 'VHOST'"
7492   parameters:
7493   - "throughput"
7494   - "parent"
7495   - "tags"
7496   sort:
7497   - "IP4BASE"
7498   - "NAT44"
7499   - "POLICE_MARK"
7500   - "COPWHLIST"
7501   - "IACL"
7502   - "OACL"
7503   traces:
7504     hoverinfo: "x+y"
7505     boxpoints: "outliers"
7506     whiskerwidth: 0
7507   layout:
7508     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7509     layout: "plot-throughput"
7510
7511 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7512 -
7513   type: "plot"
7514   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7515   algorithm: "plot_performance_box"
7516   output-file-type: ".html"
7517   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7518   data: "plot-vpp-throughput-latency-3n-hsw"
7519   filter: "'NIC_Intel-X710' and
7520            '64B' and
7521            'NDRPDR' and
7522            '1T1C' and
7523            'IP4FWD' and
7524            'NAT44' and
7525            not 'IPSEC' and
7526            not 'VHOST'"
7527   parameters:
7528   - "throughput"
7529   - "parent"
7530   - "tags"
7531   sort:
7532   - "BASE"
7533   - "BASE"
7534   - "SRC_USER_10"
7535   - "SRC_USER_100"
7536   - "SRC_USER_1000"
7537   - "SRC_USER_2000"
7538   traces:
7539     hoverinfo: "x+y"
7540     boxpoints: "outliers"
7541     whiskerwidth: 0
7542   layout:
7543     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7544     layout: "plot-throughput"
7545
7546 -
7547   type: "plot"
7548   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7549   algorithm: "plot_performance_box"
7550   output-file-type: ".html"
7551   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7552   data: "plot-vpp-throughput-latency-3n-hsw"
7553   filter: "'NIC_Intel-X710' and
7554            '64B' and
7555            'NDRPDR' and
7556            '1T1C' and
7557            'IP4FWD' and
7558            'NAT44' and
7559            not 'IPSEC' and
7560            not 'VHOST'"
7561   parameters:
7562   - "throughput"
7563   - "parent"
7564   - "tags"
7565   sort:
7566   - "BASE"
7567   - "BASE"
7568   - "SRC_USER_10"
7569   - "SRC_USER_100"
7570   - "SRC_USER_1000"
7571   - "SRC_USER_2000"
7572   traces:
7573     hoverinfo: "x+y"
7574     boxpoints: "outliers"
7575     whiskerwidth: 0
7576   layout:
7577     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7578     layout: "plot-throughput"
7579
7580 -
7581   type: "plot"
7582   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7583   algorithm: "plot_performance_box"
7584   output-file-type: ".html"
7585   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7586   data: "plot-vpp-throughput-latency-3n-hsw"
7587   filter: "'NIC_Intel-X710' and
7588            '64B' and
7589            'NDRPDR' and
7590            '2T2C' and
7591            'IP4FWD' and
7592            'NAT44' and
7593            not 'IPSEC' and
7594            not 'VHOST'"
7595   parameters:
7596   - "throughput"
7597   - "parent"
7598   - "tags"
7599   sort:
7600   - "BASE"
7601   - "BASE"
7602   - "SRC_USER_10"
7603   - "SRC_USER_100"
7604   - "SRC_USER_1000"
7605   - "SRC_USER_2000"
7606   traces:
7607     hoverinfo: "x+y"
7608     boxpoints: "outliers"
7609     whiskerwidth: 0
7610   layout:
7611     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7612     layout: "plot-throughput"
7613
7614 -
7615   type: "plot"
7616   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7617   algorithm: "plot_performance_box"
7618   output-file-type: ".html"
7619   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7620   data: "plot-vpp-throughput-latency-3n-hsw"
7621   filter: "'NIC_Intel-X710' and
7622            '64B' and
7623            'NDRPDR' and
7624            '2T2C' and
7625            'IP4FWD' and
7626            'NAT44' and
7627            not 'IPSEC' and
7628            not 'VHOST'"
7629   parameters:
7630   - "throughput"
7631   - "parent"
7632   - "tags"
7633   sort:
7634   - "BASE"
7635   - "BASE"
7636   - "SRC_USER_10"
7637   - "SRC_USER_100"
7638   - "SRC_USER_1000"
7639   - "SRC_USER_2000"
7640   traces:
7641     hoverinfo: "x+y"
7642     boxpoints: "outliers"
7643     whiskerwidth: 0
7644   layout:
7645     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7646     layout: "plot-throughput"
7647
7648 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7649 -
7650   type: "plot"
7651   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7652   algorithm: "plot_performance_box"
7653   output-file-type: ".html"
7654   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7655   data: "plot-vpp-throughput-latency-3n-hsw"
7656   filter: "'NIC_Intel-X710' and
7657            '64B' and
7658            'NDRPDR' and
7659            '1T1C' and
7660            'IP4FWD' and
7661            'IACL' and
7662            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7663            not 'IPSEC' and
7664            not 'VHOST'"
7665   parameters:
7666   - "throughput"
7667   - "parent"
7668   - "tags"
7669   sort:
7670   - "ACL_STATELESS"
7671   - "ACL_STATEFUL"
7672   - "ACL_STATELESS"
7673   - "ACL_STATEFUL"
7674   traces:
7675     hoverinfo: "x+y"
7676     boxpoints: "outliers"
7677     whiskerwidth: 0
7678   layout:
7679     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7680     layout: "plot-throughput"
7681
7682 -
7683   type: "plot"
7684   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7685   algorithm: "plot_performance_box"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7688   data: "plot-vpp-throughput-latency-3n-hsw"
7689   filter: "'NIC_Intel-X710' and
7690            '64B' and
7691            'NDRPDR' and
7692            '1T1C' and
7693            'IP4FWD' and
7694            'IACL' and
7695            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7696            not 'IPSEC' and
7697            not 'VHOST'"
7698   parameters:
7699   - "throughput"
7700   - "parent"
7701   - "tags"
7702   sort:
7703   - "ACL_STATELESS"
7704   - "ACL_STATEFUL"
7705   - "ACL_STATELESS"
7706   - "ACL_STATEFUL"
7707   traces:
7708     hoverinfo: "x+y"
7709     boxpoints: "outliers"
7710     whiskerwidth: 0
7711   layout:
7712     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7713     layout: "plot-throughput"
7714
7715 -
7716   type: "plot"
7717   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7718   algorithm: "plot_performance_box"
7719   output-file-type: ".html"
7720   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7721   data: "plot-vpp-throughput-latency-3n-hsw"
7722   filter: "'NIC_Intel-X710' and
7723            '64B' and
7724            'NDRPDR' and
7725            '2T2C' and
7726            'IP4FWD' and
7727            'IACL' and
7728            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7729            not 'IPSEC' and
7730            not 'VHOST'"
7731   parameters:
7732   - "throughput"
7733   - "parent"
7734   - "tags"
7735   sort:
7736   - "ACL_STATELESS"
7737   - "ACL_STATEFUL"
7738   - "ACL_STATELESS"
7739   - "ACL_STATEFUL"
7740   traces:
7741     hoverinfo: "x+y"
7742     boxpoints: "outliers"
7743     whiskerwidth: 0
7744   layout:
7745     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7746     layout: "plot-throughput"
7747
7748 -
7749   type: "plot"
7750   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7751   algorithm: "plot_performance_box"
7752   output-file-type: ".html"
7753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7754   data: "plot-vpp-throughput-latency-3n-hsw"
7755   filter: "'NIC_Intel-X710' and
7756            '64B' and
7757            'NDRPDR' and
7758            '2T2C' and
7759            'IP4FWD' and
7760            'IACL' and
7761            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7762            not 'IPSEC' and
7763            not 'VHOST'"
7764   parameters:
7765   - "throughput"
7766   - "parent"
7767   - "tags"
7768   sort:
7769   - "ACL_STATELESS"
7770   - "ACL_STATEFUL"
7771   - "ACL_STATELESS"
7772   - "ACL_STATEFUL"
7773   traces:
7774     hoverinfo: "x+y"
7775     boxpoints: "outliers"
7776     whiskerwidth: 0
7777   layout:
7778     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7779     layout: "plot-throughput"
7780
7781 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7782 -
7783   type: "plot"
7784   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7785   algorithm: "plot_performance_box"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7788   data: "plot-vpp-throughput-latency-3n-hsw"
7789   filter: "'NIC_Intel-X710' and
7790            '64B' and
7791            'NDRPDR' and
7792            '1T1C' and
7793            'IP4FWD' and
7794            'OACL' and
7795            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7796            not 'IPSEC' and
7797            not 'VHOST'"
7798   parameters:
7799   - "throughput"
7800   - "parent"
7801   - "tags"
7802   sort:
7803   - "ACL_STATELESS"
7804   - "ACL_STATEFUL"
7805   - "ACL_STATELESS"
7806   - "ACL_STATEFUL"
7807   traces:
7808     hoverinfo: "x+y"
7809     boxpoints: "outliers"
7810     whiskerwidth: 0
7811   layout:
7812     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7813     layout: "plot-throughput"
7814
7815 -
7816   type: "plot"
7817   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7818   algorithm: "plot_performance_box"
7819   output-file-type: ".html"
7820   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7821   data: "plot-vpp-throughput-latency-3n-hsw"
7822   filter: "'NIC_Intel-X710' and
7823            '64B' and
7824            'NDRPDR' and
7825            '1T1C' and
7826            'IP4FWD' and
7827            'OACL' and
7828            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7829            not 'IPSEC' and
7830            not 'VHOST'"
7831   parameters:
7832   - "throughput"
7833   - "parent"
7834   - "tags"
7835   sort:
7836   - "ACL_STATELESS"
7837   - "ACL_STATEFUL"
7838   - "ACL_STATELESS"
7839   - "ACL_STATEFUL"
7840   traces:
7841     hoverinfo: "x+y"
7842     boxpoints: "outliers"
7843     whiskerwidth: 0
7844   layout:
7845     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7846     layout: "plot-throughput"
7847
7848 -
7849   type: "plot"
7850   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7851   algorithm: "plot_performance_box"
7852   output-file-type: ".html"
7853   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7854   data: "plot-vpp-throughput-latency-3n-hsw"
7855   filter: "'NIC_Intel-X710' and
7856            '64B' and
7857            'NDRPDR' and
7858            '2T2C' and
7859            'IP4FWD' and
7860            'OACL' and
7861            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7862            not 'IPSEC' and
7863            not 'VHOST'"
7864   parameters:
7865   - "throughput"
7866   - "parent"
7867   - "tags"
7868   sort:
7869   - "ACL_STATELESS"
7870   - "ACL_STATEFUL"
7871   - "ACL_STATELESS"
7872   - "ACL_STATEFUL"
7873   traces:
7874     hoverinfo: "x+y"
7875     boxpoints: "outliers"
7876     whiskerwidth: 0
7877   layout:
7878     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
7879     layout: "plot-throughput"
7880
7881 -
7882   type: "plot"
7883   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7884   algorithm: "plot_performance_box"
7885   output-file-type: ".html"
7886   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7887   data: "plot-vpp-throughput-latency-3n-hsw"
7888   filter: "'NIC_Intel-X710' and
7889            '64B' and
7890            'NDRPDR' and
7891            '2T2C' and
7892            'IP4FWD' and
7893            'OACL' and
7894            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7895            not 'IPSEC' and
7896            not 'VHOST'"
7897   parameters:
7898   - "throughput"
7899   - "parent"
7900   - "tags"
7901   sort:
7902   - "ACL_STATELESS"
7903   - "ACL_STATEFUL"
7904   - "ACL_STATELESS"
7905   - "ACL_STATEFUL"
7906   traces:
7907     hoverinfo: "x+y"
7908     boxpoints: "outliers"
7909     whiskerwidth: 0
7910   layout:
7911     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
7912     layout: "plot-throughput"
7913
7914 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
7915 -
7916   type: "plot"
7917   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7918   algorithm: "plot_performance_box"
7919   output-file-type: ".html"
7920   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7921   data: "plot-vpp-throughput-latency-2n-skx"
7922   filter: "'NIC_Intel-X710' and
7923            '64B' and
7924            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7925            'NDRPDR' and
7926            '2T1C' and
7927            'IP4FWD' and
7928            not 'IPSEC' and
7929            not 'VHOST'"
7930   parameters:
7931   - "throughput"
7932   - "parent"
7933   - "tags"
7934   sort:
7935   - "IP4BASE"
7936   - "FIB_20K"
7937   - "FIB_200K"
7938   - "FIB_2M"
7939   traces:
7940     hoverinfo: "x+y"
7941     boxpoints: "outliers"
7942     whiskerwidth: 0
7943   layout:
7944     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
7945     layout: "plot-throughput"
7946
7947 -
7948   type: "plot"
7949   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7950   algorithm: "plot_performance_box"
7951   output-file-type: ".html"
7952   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7953   data: "plot-vpp-throughput-latency-2n-skx"
7954   filter: "'NIC_Intel-X710' and
7955            '64B' and
7956            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7957            'NDRPDR' and
7958            '2T1C' and
7959            'IP4FWD' and
7960            not 'IPSEC' and
7961            not 'VHOST'"
7962   parameters:
7963   - "throughput"
7964   - "parent"
7965   - "tags"
7966   sort:
7967   - "IP4BASE"
7968   - "FIB_20K"
7969   - "FIB_200K"
7970   - "FIB_2M"
7971   traces:
7972     hoverinfo: "x+y"
7973     boxpoints: "outliers"
7974     whiskerwidth: 0
7975   layout:
7976     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
7977     layout: "plot-throughput"
7978
7979 -
7980   type: "plot"
7981   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7982   algorithm: "plot_performance_box"
7983   output-file-type: ".html"
7984   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
7985   data: "plot-vpp-throughput-latency-2n-skx"
7986   filter: "'NIC_Intel-X710' and
7987            '64B' and
7988            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7989            'NDRPDR' and
7990            '4T2C' and
7991            'IP4FWD' and
7992            not 'IPSEC' and
7993            not 'VHOST'"
7994   parameters:
7995   - "throughput"
7996   - "parent"
7997   - "tags"
7998   sort:
7999   - "IP4BASE"
8000   - "FIB_20K"
8001   - "FIB_200K"
8002   - "FIB_2M"
8003   traces:
8004     hoverinfo: "x+y"
8005     boxpoints: "outliers"
8006     whiskerwidth: 0
8007   layout:
8008     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8009     layout: "plot-throughput"
8010
8011 -
8012   type: "plot"
8013   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8014   algorithm: "plot_performance_box"
8015   output-file-type: ".html"
8016   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8017   data: "plot-vpp-throughput-latency-2n-skx"
8018   filter: "'NIC_Intel-X710' and
8019            '64B' and
8020            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8021            'NDRPDR' and
8022            '4T2C' and
8023            'IP4FWD' and
8024            not 'IPSEC' and
8025            not 'VHOST'"
8026   parameters:
8027   - "throughput"
8028   - "parent"
8029   - "tags"
8030   sort:
8031   - "IP4BASE"
8032   - "FIB_20K"
8033   - "FIB_200K"
8034   - "FIB_2M"
8035   traces:
8036     hoverinfo: "x+y"
8037     boxpoints: "outliers"
8038     whiskerwidth: 0
8039   layout:
8040     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8041     layout: "plot-throughput"
8042
8043 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8044 -
8045   type: "plot"
8046   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8047   algorithm: "plot_performance_box"
8048   output-file-type: ".html"
8049   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8050   data: "plot-vpp-throughput-latency-2n-skx"
8051   filter: "'NIC_Intel-XXV710' and
8052            '64B' and
8053            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8054            'NDRPDR' and
8055            '2T1C' and
8056            'IP4FWD' and
8057            not 'IPSEC' and
8058            not 'VHOST'"
8059   parameters:
8060   - "throughput"
8061   - "parent"
8062   - "tags"
8063   sort:
8064   - "IP4BASE"
8065   - "FIB_20K"
8066   - "FIB_200K"
8067   - "FIB_2M"
8068   traces:
8069     hoverinfo: "x+y"
8070     boxpoints: "outliers"
8071     whiskerwidth: 0
8072   layout:
8073     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8074     layout: "plot-throughput"
8075
8076 -
8077   type: "plot"
8078   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8079   algorithm: "plot_performance_box"
8080   output-file-type: ".html"
8081   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8082   data: "plot-vpp-throughput-latency-2n-skx"
8083   filter: "'NIC_Intel-XXV710' and
8084            '64B' and
8085            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8086            'NDRPDR' and
8087            '2T1C' and
8088            'IP4FWD' and
8089            not 'IPSEC' and
8090            not 'VHOST'"
8091   parameters:
8092   - "throughput"
8093   - "parent"
8094   - "tags"
8095   sort:
8096   - "IP4BASE"
8097   - "FIB_20K"
8098   - "FIB_200K"
8099   - "FIB_2M"
8100   traces:
8101     hoverinfo: "x+y"
8102     boxpoints: "outliers"
8103     whiskerwidth: 0
8104   layout:
8105     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8106     layout: "plot-throughput"
8107
8108 -
8109   type: "plot"
8110   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8111   algorithm: "plot_performance_box"
8112   output-file-type: ".html"
8113   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8114   data: "plot-vpp-throughput-latency-2n-skx"
8115   filter: "'NIC_Intel-XXV710' and
8116            '64B' and
8117            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8118            'NDRPDR' and
8119            '4T2C' and
8120            'IP4FWD' and
8121            not 'IPSEC' and
8122            not 'VHOST'"
8123   parameters:
8124   - "throughput"
8125   - "parent"
8126   - "tags"
8127   sort:
8128   - "IP4BASE"
8129   - "FIB_20K"
8130   - "FIB_200K"
8131   - "FIB_2M"
8132   traces:
8133     hoverinfo: "x+y"
8134     boxpoints: "outliers"
8135     whiskerwidth: 0
8136   layout:
8137     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8138     layout: "plot-throughput"
8139
8140 -
8141   type: "plot"
8142   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8143   algorithm: "plot_performance_box"
8144   output-file-type: ".html"
8145   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8146   data: "plot-vpp-throughput-latency-2n-skx"
8147   filter: "'NIC_Intel-XXV710' and
8148            '64B' and
8149            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8150            'NDRPDR' and
8151            '4T2C' and
8152            'IP4FWD' and
8153            not 'IPSEC' and
8154            not 'VHOST'"
8155   parameters:
8156   - "throughput"
8157   - "parent"
8158   - "tags"
8159   sort:
8160   - "IP4BASE"
8161   - "FIB_20K"
8162   - "FIB_200K"
8163   - "FIB_2M"
8164   traces:
8165     hoverinfo: "x+y"
8166     boxpoints: "outliers"
8167     whiskerwidth: 0
8168   layout:
8169     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8170     layout: "plot-throughput"
8171
8172 ################################################################################
8173
8174 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8175 -
8176   type: "plot"
8177   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8178   algorithm: "plot_performance_box"
8179   output-file-type: ".html"
8180   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8181   data: "plot-vpp-throughput-latency-3n-hsw"
8182   filter: "'NIC_Intel-X520-DA2' and
8183            '64B' and
8184            'ENCAP' and
8185            'NDRPDR' and
8186            '1T1C' and
8187            'VXLAN' and
8188            'L2BDMACLRN' and
8189            not 'VHOST' and
8190            not 'IPSECHW'"
8191   parameters:
8192   - "throughput"
8193   - "parent"
8194   - "tags"
8195   sort:
8196   - "not DOT1Q"
8197   - "VXLAN_1"
8198   - "VXLAN_10"
8199   - "VXLAN_100"
8200   - "VXLAN_1000"
8201   traces:
8202     hoverinfo: "x+y"
8203     boxpoints: "outliers"
8204     whiskerwidth: 0
8205   layout:
8206     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8207     layout: "plot-throughput"
8208
8209 -
8210   type: "plot"
8211   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8212   algorithm: "plot_performance_box"
8213   output-file-type: ".html"
8214   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8215   data: "plot-vpp-throughput-latency-3n-hsw"
8216   filter: "'NIC_Intel-X520-DA2' and
8217            '64B' and
8218            'ENCAP' and
8219            'NDRPDR' and
8220            '1T1C' and
8221            'VXLAN' and
8222            'L2BDMACLRN' and
8223            not 'VHOST' and
8224            not 'IPSECHW'"
8225   parameters:
8226   - "throughput"
8227   - "parent"
8228   - "tags"
8229   sort:
8230   - "not DOT1Q"
8231   - "VXLAN_1"
8232   - "VXLAN_10"
8233   - "VXLAN_100"
8234   - "VXLAN_1000"
8235   traces:
8236     hoverinfo: "x+y"
8237     boxpoints: "outliers"
8238     whiskerwidth: 0
8239   layout:
8240     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8241     layout: "plot-throughput"
8242
8243 -
8244   type: "plot"
8245   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8246   algorithm: "plot_performance_box"
8247   output-file-type: ".html"
8248   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8249   data: "plot-vpp-throughput-latency-3n-hsw"
8250   filter: "'NIC_Intel-X520-DA2' and
8251            '64B' and
8252            'ENCAP' and
8253            'NDRPDR' and
8254            '2T2C' and
8255            'VXLAN' and
8256            'L2BDMACLRN' and
8257            not 'VHOST' and
8258            not 'IPSECHW'"
8259   parameters:
8260   - "throughput"
8261   - "parent"
8262   - "tags"
8263   sort:
8264   - "not DOT1Q"
8265   - "VXLAN_1"
8266   - "VXLAN_10"
8267   - "VXLAN_100"
8268   - "VXLAN_1000"
8269   traces:
8270     hoverinfo: "x+y"
8271     boxpoints: "outliers"
8272     whiskerwidth: 0
8273   layout:
8274     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8275     layout: "plot-throughput"
8276
8277 -
8278   type: "plot"
8279   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8280   algorithm: "plot_performance_box"
8281   output-file-type: ".html"
8282   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8283   data: "plot-vpp-throughput-latency-3n-hsw"
8284   filter: "'NIC_Intel-X520-DA2' and
8285            '64B' and
8286            'ENCAP' and
8287            'NDRPDR' and
8288            '2T2C' and
8289            'VXLAN' and
8290            'L2BDMACLRN' and
8291            not 'VHOST' and
8292            not 'IPSECHW'"
8293   parameters:
8294   - "throughput"
8295   - "parent"
8296   - "tags"
8297   sort:
8298   - "not DOT1Q"
8299   - "VXLAN_1"
8300   - "VXLAN_10"
8301   - "VXLAN_100"
8302   - "VXLAN_1000"
8303   traces:
8304     hoverinfo: "x+y"
8305     boxpoints: "outliers"
8306     whiskerwidth: 0
8307   layout:
8308     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8309     layout: "plot-throughput"
8310
8311 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8312 -
8313   type: "plot"
8314   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8315   algorithm: "plot_performance_box"
8316   output-file-type: ".html"
8317   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8318   data: "plot-vpp-throughput-latency-3n-hsw"
8319   filter: "'NIC_Intel-X520-DA2' and
8320            '64B' and
8321            'ENCAP' and
8322            'NDRPDR' and
8323            '1T1C' and
8324            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8325            not 'DOT1Q' and
8326            not 'VHOST' and
8327            not 'IPSECHW'"
8328   parameters:
8329   - "throughput"
8330   - "parent"
8331   - "tags"
8332   sort:
8333   - "L2BDMACLRN"
8334   - "L2XCFWD"
8335   - "LISP"
8336   traces:
8337     hoverinfo: "x+y"
8338     boxpoints: "outliers"
8339     whiskerwidth: 0
8340   layout:
8341     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8342     layout: "plot-throughput"
8343
8344 -
8345   type: "plot"
8346   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8347   algorithm: "plot_performance_box"
8348   output-file-type: ".html"
8349   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8350   data: "plot-vpp-throughput-latency-3n-hsw"
8351   filter: "'NIC_Intel-X520-DA2' and
8352            '64B' and
8353            'ENCAP' and
8354            'NDRPDR' and
8355            '2T2C' and
8356            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8357            not 'DOT1Q' and
8358            not 'VHOST' and
8359            not 'IPSECHW'"
8360   parameters:
8361   - "throughput"
8362   - "parent"
8363   - "tags"
8364   sort:
8365   - "L2BDMACLRN"
8366   - "L2XCFWD"
8367   - "LISP"
8368   traces:
8369     hoverinfo: "x+y"
8370     boxpoints: "outliers"
8371     whiskerwidth: 0
8372   layout:
8373     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8374     layout: "plot-throughput"
8375
8376 -
8377   type: "plot"
8378   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8379   algorithm: "plot_performance_box"
8380   output-file-type: ".html"
8381   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8382   data: "plot-vpp-throughput-latency-3n-hsw"
8383   filter: "'NIC_Intel-X520-DA2' and
8384            '64B' and
8385            'ENCAP' and
8386            'NDRPDR' and
8387            '1T1C' and
8388            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8389            not 'DOT1Q' and
8390            not 'VHOST' and
8391            not 'IPSECHW'"
8392   parameters:
8393   - "throughput"
8394   - "parent"
8395   - "tags"
8396   sort:
8397   - "L2BDMACLRN"
8398   - "L2XCFWD"
8399   - "LISP"
8400   traces:
8401     hoverinfo: "x+y"
8402     boxpoints: "outliers"
8403     whiskerwidth: 0
8404   layout:
8405     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8406     layout: "plot-throughput"
8407
8408 -
8409   type: "plot"
8410   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8411   algorithm: "plot_performance_box"
8412   output-file-type: ".html"
8413   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8414   data: "plot-vpp-throughput-latency-3n-hsw"
8415   filter: "'NIC_Intel-X520-DA2' and
8416            '64B' and
8417            'ENCAP' and
8418            'NDRPDR' and
8419            '2T2C' and
8420            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8421            not 'DOT1Q' and
8422            not 'VHOST' and
8423            not 'IPSECHW'"
8424   parameters:
8425   - "throughput"
8426   - "parent"
8427   - "tags"
8428   sort:
8429   - "L2BDMACLRN"
8430   - "L2XCFWD"
8431   - "LISP"
8432   traces:
8433     hoverinfo: "x+y"
8434     boxpoints: "outliers"
8435     whiskerwidth: 0
8436   layout:
8437     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8438     layout: "plot-throughput"
8439
8440 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8441 -
8442   type: "plot"
8443   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8444   algorithm: "plot_performance_box"
8445   output-file-type: ".html"
8446   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8447   data: "plot-vpp-throughput-latency-3n-hsw"
8448   filter: "'NIC_Intel-X710' and
8449            '64B' and
8450            'ENCAP' and
8451            'NDRPDR' and
8452            '1T1C' and
8453            'VXLAN' and
8454            'L2BDMACLRN' and
8455            not 'VHOST' and
8456            not 'IPSECHW'"
8457   parameters:
8458   - "throughput"
8459   - "parent"
8460   - "tags"
8461   sort:
8462   - "not DOT1Q"
8463   - "VXLAN_1"
8464   - "VXLAN_10"
8465   - "VXLAN_100"
8466   - "VXLAN_1000"
8467   traces:
8468     hoverinfo: "x+y"
8469     boxpoints: "outliers"
8470     whiskerwidth: 0
8471   layout:
8472     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8473     layout: "plot-throughput"
8474
8475 -
8476   type: "plot"
8477   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8478   algorithm: "plot_performance_box"
8479   output-file-type: ".html"
8480   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8481   data: "plot-vpp-throughput-latency-3n-hsw"
8482   filter: "'NIC_Intel-X710' and
8483            '64B' and
8484            'ENCAP' and
8485            'NDRPDR' and
8486            '1T1C' and
8487            'VXLAN' and
8488            'L2BDMACLRN' and
8489            not 'VHOST' and
8490            not 'IPSECHW'"
8491   parameters:
8492   - "throughput"
8493   - "parent"
8494   - "tags"
8495   sort:
8496   - "not DOT1Q"
8497   - "VXLAN_1"
8498   - "VXLAN_10"
8499   - "VXLAN_100"
8500   - "VXLAN_1000"
8501   traces:
8502     hoverinfo: "x+y"
8503     boxpoints: "outliers"
8504     whiskerwidth: 0
8505   layout:
8506     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8507     layout: "plot-throughput"
8508
8509 -
8510   type: "plot"
8511   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8512   algorithm: "plot_performance_box"
8513   output-file-type: ".html"
8514   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8515   data: "plot-vpp-throughput-latency-3n-hsw"
8516   filter: "'NIC_Intel-X710' and
8517            '64B' and
8518            'ENCAP' and
8519            'NDRPDR' and
8520            '2T2C' and
8521            'VXLAN' and
8522            'L2BDMACLRN' and
8523            not 'VHOST' and
8524            not 'IPSECHW'"
8525   parameters:
8526   - "throughput"
8527   - "parent"
8528   - "tags"
8529   sort:
8530   - "not DOT1Q"
8531   - "VXLAN_1"
8532   - "VXLAN_10"
8533   - "VXLAN_100"
8534   - "VXLAN_1000"
8535   traces:
8536     hoverinfo: "x+y"
8537     boxpoints: "outliers"
8538     whiskerwidth: 0
8539   layout:
8540     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8541     layout: "plot-throughput"
8542
8543 -
8544   type: "plot"
8545   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8546   algorithm: "plot_performance_box"
8547   output-file-type: ".html"
8548   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8549   data: "plot-vpp-throughput-latency-3n-hsw"
8550   filter: "'NIC_Intel-X710' and
8551            '64B' and
8552            'ENCAP' and
8553            'NDRPDR' and
8554            '2T2C' and
8555            'VXLAN' and
8556            'L2BDMACLRN' and
8557            not 'VHOST' and
8558            not 'IPSECHW'"
8559   parameters:
8560   - "throughput"
8561   - "parent"
8562   - "tags"
8563   sort:
8564   - "not DOT1Q"
8565   - "VXLAN_1"
8566   - "VXLAN_10"
8567   - "VXLAN_100"
8568   - "VXLAN_1000"
8569   traces:
8570     hoverinfo: "x+y"
8571     boxpoints: "outliers"
8572     whiskerwidth: 0
8573   layout:
8574     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8575     layout: "plot-throughput"
8576
8577 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8578 -
8579   type: "plot"
8580   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8581   algorithm: "plot_performance_box"
8582   output-file-type: ".html"
8583   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8584   data: "plot-vpp-throughput-latency-3n-hsw"
8585   filter: "'NIC_Intel-X710' and
8586            '64B' and
8587            'ENCAP' and
8588            'NDRPDR' and
8589            '1T1C' and
8590            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8591            not 'DOT1Q' and
8592            not 'VHOST' and
8593            not 'IPSECHW'"
8594   parameters:
8595   - "throughput"
8596   - "parent"
8597   - "tags"
8598   sort:
8599   - "L2BDMACLRN"
8600   - "L2XCFWD"
8601   - "LISP"
8602   traces:
8603     hoverinfo: "x+y"
8604     boxpoints: "outliers"
8605     whiskerwidth: 0
8606   layout:
8607     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8608     layout: "plot-throughput"
8609
8610 -
8611   type: "plot"
8612   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8613   algorithm: "plot_performance_box"
8614   output-file-type: ".html"
8615   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8616   data: "plot-vpp-throughput-latency-3n-hsw"
8617   filter: "'NIC_Intel-X710' and
8618            '64B' and
8619            'ENCAP' and
8620            'NDRPDR' and
8621            '2T2C' and
8622            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8623            not 'DOT1Q' and
8624            not 'VHOST' and
8625            not 'IPSECHW'"
8626   parameters:
8627   - "throughput"
8628   - "parent"
8629   - "tags"
8630   sort:
8631   - "L2BDMACLRN"
8632   - "L2XCFWD"
8633   - "LISP"
8634   traces:
8635     hoverinfo: "x+y"
8636     boxpoints: "outliers"
8637     whiskerwidth: 0
8638   layout:
8639     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8640     layout: "plot-throughput"
8641
8642 -
8643   type: "plot"
8644   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8645   algorithm: "plot_performance_box"
8646   output-file-type: ".html"
8647   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8648   data: "plot-vpp-throughput-latency-3n-hsw"
8649   filter: "'NIC_Intel-X710' and
8650            '64B' and
8651            'ENCAP' and
8652            'NDRPDR' and
8653            '1T1C' and
8654            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8655            not 'DOT1Q' and
8656            not 'VHOST' and
8657            not 'IPSECHW'"
8658   parameters:
8659   - "throughput"
8660   - "parent"
8661   - "tags"
8662   sort:
8663   - "L2BDMACLRN"
8664   - "L2XCFWD"
8665   - "LISP"
8666   traces:
8667     hoverinfo: "x+y"
8668     boxpoints: "outliers"
8669     whiskerwidth: 0
8670   layout:
8671     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8672     layout: "plot-throughput"
8673
8674 -
8675   type: "plot"
8676   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8677   algorithm: "plot_performance_box"
8678   output-file-type: ".html"
8679   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8680   data: "plot-vpp-throughput-latency-3n-hsw"
8681   filter: "'NIC_Intel-X710' and
8682            '64B' and
8683            'ENCAP' and
8684            'NDRPDR' and
8685            '2T2C' and
8686            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8687            not 'DOT1Q' and
8688            not 'VHOST' and
8689            not 'IPSECHW'"
8690   parameters:
8691   - "throughput"
8692   - "parent"
8693   - "tags"
8694   sort:
8695   - "L2BDMACLRN"
8696   - "L2XCFWD"
8697   - "LISP"
8698   traces:
8699     hoverinfo: "x+y"
8700     boxpoints: "outliers"
8701     whiskerwidth: 0
8702   layout:
8703     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8704     layout: "plot-throughput"
8705
8706 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8707 -
8708   type: "plot"
8709   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8710   algorithm: "plot_performance_box"
8711   output-file-type: ".html"
8712   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8713   data: "plot-vpp-throughput-latency-3n-skx"
8714   filter: "'NIC_Intel-X710' and
8715            '64B' and
8716            'ENCAP' and
8717            'NDRPDR' and
8718            '2T1C' and
8719            'VXLAN' and
8720            'L2BDMACLRN' and
8721            not 'VHOST' and
8722            not 'IPSECHW'"
8723   parameters:
8724   - "throughput"
8725   - "parent"
8726   - "tags"
8727   sort:
8728   - "not DOT1Q"
8729   - "VXLAN_1"
8730   - "VXLAN_10"
8731   - "VXLAN_100"
8732   - "VXLAN_1000"
8733   traces:
8734     hoverinfo: "x+y"
8735     boxpoints: "outliers"
8736     whiskerwidth: 0
8737   layout:
8738     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8739     layout: "plot-throughput"
8740
8741 -
8742   type: "plot"
8743   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8744   algorithm: "plot_performance_box"
8745   output-file-type: ".html"
8746   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8747   data: "plot-vpp-throughput-latency-3n-skx"
8748   filter: "'NIC_Intel-X710' and
8749            '64B' and
8750            'ENCAP' and
8751            'NDRPDR' and
8752            '2T1C' and
8753            'VXLAN' and
8754            'L2BDMACLRN' and
8755            not 'VHOST' and
8756            not 'IPSECHW'"
8757   parameters:
8758   - "throughput"
8759   - "parent"
8760   - "tags"
8761   sort:
8762   - "not DOT1Q"
8763   - "VXLAN_1"
8764   - "VXLAN_10"
8765   - "VXLAN_100"
8766   - "VXLAN_1000"
8767   traces:
8768     hoverinfo: "x+y"
8769     boxpoints: "outliers"
8770     whiskerwidth: 0
8771   layout:
8772     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8773     layout: "plot-throughput"
8774
8775 -
8776   type: "plot"
8777   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8778   algorithm: "plot_performance_box"
8779   output-file-type: ".html"
8780   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8781   data: "plot-vpp-throughput-latency-3n-skx"
8782   filter: "'NIC_Intel-X710' and
8783            '64B' and
8784            'ENCAP' and
8785            'NDRPDR' and
8786            '4T2C' and
8787            'VXLAN' and
8788            'L2BDMACLRN' and
8789            not 'VHOST' and
8790            not 'IPSECHW'"
8791   parameters:
8792   - "throughput"
8793   - "parent"
8794   - "tags"
8795   sort:
8796   - "not DOT1Q"
8797   - "VXLAN_1"
8798   - "VXLAN_10"
8799   - "VXLAN_100"
8800   - "VXLAN_1000"
8801   traces:
8802     hoverinfo: "x+y"
8803     boxpoints: "outliers"
8804     whiskerwidth: 0
8805   layout:
8806     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8807     layout: "plot-throughput"
8808
8809 -
8810   type: "plot"
8811   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8812   algorithm: "plot_performance_box"
8813   output-file-type: ".html"
8814   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8815   data: "plot-vpp-throughput-latency-3n-skx"
8816   filter: "'NIC_Intel-X710' and
8817            '64B' and
8818            'ENCAP' and
8819            'NDRPDR' and
8820            '4T2C' and
8821            'VXLAN' and
8822            'L2BDMACLRN' and
8823            not 'VHOST' and
8824            not 'IPSECHW'"
8825   parameters:
8826   - "throughput"
8827   - "parent"
8828   - "tags"
8829   sort:
8830   - "not DOT1Q"
8831   - "VXLAN_1"
8832   - "VXLAN_10"
8833   - "VXLAN_100"
8834   - "VXLAN_1000"
8835   traces:
8836     hoverinfo: "x+y"
8837     boxpoints: "outliers"
8838     whiskerwidth: 0
8839   layout:
8840     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8841     layout: "plot-throughput"
8842
8843 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
8844 -
8845   type: "plot"
8846   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8847   algorithm: "plot_performance_box"
8848   output-file-type: ".html"
8849   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8850   data: "plot-vpp-throughput-latency-3n-skx"
8851   filter: "'NIC_Intel-X710' and
8852            '64B' and
8853            'ENCAP' and
8854            'NDRPDR' and
8855            '2T1C' and
8856            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8857            not 'DOT1Q' and
8858            not 'VHOST' and
8859            not 'IPSECHW'"
8860   parameters:
8861   - "throughput"
8862   - "parent"
8863   - "tags"
8864   sort:
8865   - "L2BDMACLRN"
8866   - "L2XCFWD"
8867   - "LISP"
8868   traces:
8869     hoverinfo: "x+y"
8870     boxpoints: "outliers"
8871     whiskerwidth: 0
8872   layout:
8873     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8874     layout: "plot-throughput"
8875
8876 -
8877   type: "plot"
8878   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8879   algorithm: "plot_performance_box"
8880   output-file-type: ".html"
8881   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8882   data: "plot-vpp-throughput-latency-3n-skx"
8883   filter: "'NIC_Intel-X710' and
8884            '64B' and
8885            'ENCAP' and
8886            'NDRPDR' and
8887            '4T2C' and
8888            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8889            not 'DOT1Q' and
8890            not 'VHOST' and
8891            not 'IPSECHW'"
8892   parameters:
8893   - "throughput"
8894   - "parent"
8895   - "tags"
8896   sort:
8897   - "L2BDMACLRN"
8898   - "L2XCFWD"
8899   - "LISP"
8900   traces:
8901     hoverinfo: "x+y"
8902     boxpoints: "outliers"
8903     whiskerwidth: 0
8904   layout:
8905     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8906     layout: "plot-throughput"
8907
8908 -
8909   type: "plot"
8910   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8911   algorithm: "plot_performance_box"
8912   output-file-type: ".html"
8913   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8914   data: "plot-vpp-throughput-latency-3n-skx"
8915   filter: "'NIC_Intel-X710' and
8916            '64B' and
8917            'ENCAP' and
8918            'NDRPDR' and
8919            '2T1C' and
8920            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8921            not 'DOT1Q' and
8922            not 'VHOST' and
8923            not 'IPSECHW'"
8924   parameters:
8925   - "throughput"
8926   - "parent"
8927   - "tags"
8928   sort:
8929   - "L2BDMACLRN"
8930   - "L2XCFWD"
8931   - "LISP"
8932   traces:
8933     hoverinfo: "x+y"
8934     boxpoints: "outliers"
8935     whiskerwidth: 0
8936   layout:
8937     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8938     layout: "plot-throughput"
8939
8940 -
8941   type: "plot"
8942   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8943   algorithm: "plot_performance_box"
8944   output-file-type: ".html"
8945   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8946   data: "plot-vpp-throughput-latency-3n-skx"
8947   filter: "'NIC_Intel-X710' and
8948            '64B' and
8949            'ENCAP' and
8950            'NDRPDR' and
8951            '4T2C' and
8952            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8953            not 'DOT1Q' and
8954            not 'VHOST' and
8955            not 'IPSECHW'"
8956   parameters:
8957   - "throughput"
8958   - "parent"
8959   - "tags"
8960   sort:
8961   - "L2BDMACLRN"
8962   - "L2XCFWD"
8963   - "LISP"
8964   traces:
8965     hoverinfo: "x+y"
8966     boxpoints: "outliers"
8967     whiskerwidth: 0
8968   layout:
8969     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
8970     layout: "plot-throughput"
8971
8972 ################################################################################
8973
8974 # Packet Throughput - VPP IPv6 3n-hsw-x520
8975 -
8976   type: "plot"
8977   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8978   algorithm: "plot_performance_box"
8979   output-file-type: ".html"
8980   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
8981   data: "plot-vpp-throughput-latency-3n-hsw"
8982   filter: "'NIC_Intel-X520-DA2' and
8983            '78B' and
8984            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8985            'NDRPDR' and
8986            '1T1C' and
8987            'IP6FWD' and
8988            not 'SRv6' and
8989            not 'IPSEC' and
8990            not 'VHOST'"
8991   parameters:
8992   - "throughput"
8993   - "parent"
8994   - "tags"
8995   sort:
8996   - "IP6BASE"
8997   - "FIB_20K"
8998   - "FIB_200K"
8999   - "FIB_2M"
9000   traces:
9001     hoverinfo: "x+y"
9002     boxpoints: "outliers"
9003     whiskerwidth: 0
9004   layout:
9005     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9006     layout: "plot-throughput"
9007
9008 -
9009   type: "plot"
9010   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9011   algorithm: "plot_performance_box"
9012   output-file-type: ".html"
9013   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9014   data: "plot-vpp-throughput-latency-3n-hsw"
9015   filter: "'NIC_Intel-X520-DA2' and
9016            '78B' and
9017            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9018            'NDRPDR' and
9019            '1T1C' and
9020            'IP6FWD' and
9021            not 'SRv6' and
9022            not 'IPSEC' and
9023            not 'VHOST'"
9024   parameters:
9025   - "throughput"
9026   - "parent"
9027   - "tags"
9028   sort:
9029   - "IP6BASE"
9030   - "FIB_20K"
9031   - "FIB_200K"
9032   - "FIB_2M"
9033   traces:
9034     hoverinfo: "x+y"
9035     boxpoints: "outliers"
9036     whiskerwidth: 0
9037   layout:
9038     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9039     layout: "plot-throughput"
9040
9041 -
9042   type: "plot"
9043   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9044   algorithm: "plot_performance_box"
9045   output-file-type: ".html"
9046   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9047   data: "plot-vpp-throughput-latency-3n-hsw"
9048   filter: "'NIC_Intel-X520-DA2' and
9049            '78B' and
9050            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9051            'NDRPDR' and
9052            '2T2C' and
9053            'IP6FWD' and
9054            not 'SRv6' and
9055            not 'IPSEC' and
9056            not 'VHOST'"
9057   parameters:
9058   - "throughput"
9059   - "parent"
9060   - "tags"
9061   sort:
9062   - "IP6BASE"
9063   - "FIB_20K"
9064   - "FIB_200K"
9065   - "FIB_2M"
9066   traces:
9067     hoverinfo: "x+y"
9068     boxpoints: "outliers"
9069     whiskerwidth: 0
9070   layout:
9071     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9072     layout: "plot-throughput"
9073
9074 -
9075   type: "plot"
9076   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9077   algorithm: "plot_performance_box"
9078   output-file-type: ".html"
9079   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9080   data: "plot-vpp-throughput-latency-3n-hsw"
9081   filter: "'NIC_Intel-X520-DA2' and
9082            '78B' and
9083            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9084            'NDRPDR' and
9085            '2T2C' and
9086            'IP6FWD' and
9087            not 'SRv6' and
9088            not 'IPSEC' and
9089            not 'VHOST'"
9090   parameters:
9091   - "throughput"
9092   - "parent"
9093   - "tags"
9094   sort:
9095   - "IP6BASE"
9096   - "FIB_20K"
9097   - "FIB_200K"
9098   - "FIB_2M"
9099   traces:
9100     hoverinfo: "x+y"
9101     boxpoints: "outliers"
9102     whiskerwidth: 0
9103   layout:
9104     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9105     layout: "plot-throughput"
9106
9107 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9108 -
9109   type: "plot"
9110   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9111   algorithm: "plot_performance_box"
9112   output-file-type: ".html"
9113   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9114   data: "plot-vpp-throughput-latency-3n-hsw"
9115   filter: "'NIC_Intel-X520-DA2' and
9116            '78B' and
9117            ('IP6BASE' or
9118             'POLICE_MARK' or
9119             'COPWHLIST' or
9120             'IACLDST') and
9121            'NDRPDR' and
9122            '1T1C' and
9123            'IP6FWD' and
9124            not 'SRv6' and
9125            not 'IPSEC' and
9126            not 'VHOST'"
9127   parameters:
9128   - "throughput"
9129   - "parent"
9130   - "tags"
9131   sort:
9132   - "IP6BASE"
9133   - "POLICE_MARK"
9134   - "COPWHLIST"
9135   - "IACLDST"
9136   traces:
9137     hoverinfo: "x+y"
9138     boxpoints: "outliers"
9139     whiskerwidth: 0
9140   layout:
9141     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9142     layout: "plot-throughput"
9143
9144 -
9145   type: "plot"
9146   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9147   algorithm: "plot_performance_box"
9148   output-file-type: ".html"
9149   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9150   data: "plot-vpp-throughput-latency-3n-hsw"
9151   filter: "'NIC_Intel-X520-DA2' and
9152            '78B' and
9153            ('IP6BASE' or
9154             'POLICE_MARK' or
9155             'COPWHLIST' or
9156             'IACLDST') and
9157            'NDRPDR' and
9158            '2T2C' and
9159            'IP6FWD' and
9160            not 'SRv6' and
9161            not 'IPSEC' and
9162            not 'VHOST'"
9163   parameters:
9164   - "throughput"
9165   - "parent"
9166   - "tags"
9167   sort:
9168   - "IP6BASE"
9169   - "POLICE_MARK"
9170   - "COPWHLIST"
9171   - "IACLDST"
9172   traces:
9173     hoverinfo: "x+y"
9174     boxpoints: "outliers"
9175     whiskerwidth: 0
9176   layout:
9177     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9178     layout: "plot-throughput"
9179
9180 -
9181   type: "plot"
9182   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9183   algorithm: "plot_performance_box"
9184   output-file-type: ".html"
9185   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9186   data: "plot-vpp-throughput-latency-3n-hsw"
9187   filter: "'NIC_Intel-X520-DA2' and
9188            '78B' and
9189            ('IP6BASE' or
9190             'POLICE_MARK' or
9191             'COPWHLIST' or
9192             'IACLDST') and
9193            'NDRPDR' and
9194            '1T1C' and
9195            'IP6FWD' and
9196            not 'SRv6' and
9197            not 'IPSEC' and
9198            not 'VHOST'"
9199   parameters:
9200   - "throughput"
9201   - "parent"
9202   - "tags"
9203   sort:
9204   - "IP6BASE"
9205   - "POLICE_MARK"
9206   - "COPWHLIST"
9207   - "IACLDST"
9208   traces:
9209     hoverinfo: "x+y"
9210     boxpoints: "outliers"
9211     whiskerwidth: 0
9212   layout:
9213     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9214     layout: "plot-throughput"
9215
9216 -
9217   type: "plot"
9218   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9219   algorithm: "plot_performance_box"
9220   output-file-type: ".html"
9221   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9222   data: "plot-vpp-throughput-latency-3n-hsw"
9223   filter: "'NIC_Intel-X520-DA2' and
9224            '78B' and
9225            ('IP6BASE' or
9226             'POLICE_MARK' or
9227             'COPWHLIST' or
9228             'IACLDST') and
9229            'NDRPDR' and
9230            '2T2C' and
9231            'IP6FWD' and
9232            not 'SRv6' and
9233            not 'IPSEC' and
9234            not 'VHOST'"
9235   parameters:
9236   - "throughput"
9237   - "parent"
9238   - "tags"
9239   sort:
9240   - "IP6BASE"
9241   - "POLICE_MARK"
9242   - "COPWHLIST"
9243   - "IACLDST"
9244   traces:
9245     hoverinfo: "x+y"
9246     boxpoints: "outliers"
9247     whiskerwidth: 0
9248   layout:
9249     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9250     layout: "plot-throughput"
9251
9252 # Packet Throughput - VPP IPv6 3n-hsw-x710
9253 -
9254   type: "plot"
9255   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9256   algorithm: "plot_performance_box"
9257   output-file-type: ".html"
9258   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9259   data: "plot-vpp-throughput-latency-3n-hsw"
9260   filter: "'NIC_Intel-X710' and
9261            '78B' and
9262            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9263            'NDRPDR' and
9264            '1T1C' and
9265            'IP6FWD' and
9266            not 'SRv6' and
9267            not 'IPSEC' and
9268            not 'VHOST'"
9269   parameters:
9270   - "throughput"
9271   - "parent"
9272   - "tags"
9273   sort:
9274   - "IP6BASE"
9275   - "FIB_20K"
9276   - "FIB_200K"
9277   - "FIB_2M"
9278   traces:
9279     hoverinfo: "x+y"
9280     boxpoints: "outliers"
9281     whiskerwidth: 0
9282   layout:
9283     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9284     layout: "plot-throughput"
9285
9286 -
9287   type: "plot"
9288   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9289   algorithm: "plot_performance_box"
9290   output-file-type: ".html"
9291   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9292   data: "plot-vpp-throughput-latency-3n-hsw"
9293   filter: "'NIC_Intel-X710' and
9294            '78B' and
9295            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9296            'NDRPDR' and
9297            '1T1C' and
9298            'IP6FWD' and
9299            not 'SRv6' and
9300            not 'IPSEC' and
9301            not 'VHOST'"
9302   parameters:
9303   - "throughput"
9304   - "parent"
9305   - "tags"
9306   sort:
9307   - "IP6BASE"
9308   - "FIB_20K"
9309   - "FIB_200K"
9310   - "FIB_2M"
9311   traces:
9312     hoverinfo: "x+y"
9313     boxpoints: "outliers"
9314     whiskerwidth: 0
9315   layout:
9316     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9317     layout: "plot-throughput"
9318
9319 -
9320   type: "plot"
9321   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9322   algorithm: "plot_performance_box"
9323   output-file-type: ".html"
9324   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9325   data: "plot-vpp-throughput-latency-3n-hsw"
9326   filter: "'NIC_Intel-X710' and
9327            '78B' and
9328            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9329            'NDRPDR' and
9330            '2T2C' and
9331            'IP6FWD' and
9332            not 'SRv6' and
9333            not 'IPSEC' and
9334            not 'VHOST'"
9335   parameters:
9336   - "throughput"
9337   - "parent"
9338   - "tags"
9339   sort:
9340   - "IP6BASE"
9341   - "FIB_20K"
9342   - "FIB_200K"
9343   - "FIB_2M"
9344   traces:
9345     hoverinfo: "x+y"
9346     boxpoints: "outliers"
9347     whiskerwidth: 0
9348   layout:
9349     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9350     layout: "plot-throughput"
9351
9352 -
9353   type: "plot"
9354   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9355   algorithm: "plot_performance_box"
9356   output-file-type: ".html"
9357   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9358   data: "plot-vpp-throughput-latency-3n-hsw"
9359   filter: "'NIC_Intel-X710' and
9360            '78B' and
9361            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9362            'NDRPDR' and
9363            '2T2C' and
9364            'IP6FWD' and
9365            not 'SRv6' and
9366            not 'IPSEC' and
9367            not 'VHOST'"
9368   parameters:
9369   - "throughput"
9370   - "parent"
9371   - "tags"
9372   sort:
9373   - "IP6BASE"
9374   - "FIB_20K"
9375   - "FIB_200K"
9376   - "FIB_2M"
9377   traces:
9378     hoverinfo: "x+y"
9379     boxpoints: "outliers"
9380     whiskerwidth: 0
9381   layout:
9382     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9383     layout: "plot-throughput"
9384
9385 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9386 -
9387   type: "plot"
9388   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9389   algorithm: "plot_performance_box"
9390   output-file-type: ".html"
9391   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9392   data: "plot-vpp-throughput-latency-3n-hsw"
9393   filter: "'NIC_Intel-X710' and
9394            '78B' and
9395            ('IP6BASE' or
9396             'POLICE_MARK' or
9397             'COPWHLIST' or
9398             'IACLDST') and
9399            'NDRPDR' and
9400            '1T1C' and
9401            'IP6FWD' and
9402            not 'SRv6' and
9403            not 'IPSEC' and
9404            not 'VHOST'"
9405   parameters:
9406   - "throughput"
9407   - "parent"
9408   - "tags"
9409   sort:
9410   - "IP6BASE"
9411   - "POLICE_MARK"
9412   - "COPWHLIST"
9413   - "IACLDST"
9414   traces:
9415     hoverinfo: "x+y"
9416     boxpoints: "outliers"
9417     whiskerwidth: 0
9418   layout:
9419     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9420     layout: "plot-throughput"
9421
9422 -
9423   type: "plot"
9424   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9425   algorithm: "plot_performance_box"
9426   output-file-type: ".html"
9427   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9428   data: "plot-vpp-throughput-latency-3n-hsw"
9429   filter: "'NIC_Intel-X710' and
9430            '78B' and
9431            ('IP6BASE' or
9432             'POLICE_MARK' or
9433             'COPWHLIST' or
9434             'IACLDST') and
9435            'NDRPDR' and
9436            '2T2C' and
9437            'IP6FWD' and
9438            not 'SRv6' and
9439            not 'IPSEC' and
9440            not 'VHOST'"
9441   parameters:
9442   - "throughput"
9443   - "parent"
9444   - "tags"
9445   sort:
9446   - "IP6BASE"
9447   - "POLICE_MARK"
9448   - "COPWHLIST"
9449   - "IACLDST"
9450   traces:
9451     hoverinfo: "x+y"
9452     boxpoints: "outliers"
9453     whiskerwidth: 0
9454   layout:
9455     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9456     layout: "plot-throughput"
9457
9458 -
9459   type: "plot"
9460   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9461   algorithm: "plot_performance_box"
9462   output-file-type: ".html"
9463   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9464   data: "plot-vpp-throughput-latency-3n-hsw"
9465   filter: "'NIC_Intel-X710' and
9466            '78B' and
9467            ('IP6BASE' or
9468             'POLICE_MARK' or
9469             'COPWHLIST' or
9470             'IACLDST') and
9471            'NDRPDR' and
9472            '1T1C' and
9473            'IP6FWD' and
9474            not 'SRv6' and
9475            not 'IPSEC' and
9476            not 'VHOST'"
9477   parameters:
9478   - "throughput"
9479   - "parent"
9480   - "tags"
9481   sort:
9482   - "IP6BASE"
9483   - "POLICE_MARK"
9484   - "COPWHLIST"
9485   - "IACLDST"
9486   traces:
9487     hoverinfo: "x+y"
9488     boxpoints: "outliers"
9489     whiskerwidth: 0
9490   layout:
9491     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9492     layout: "plot-throughput"
9493
9494 -
9495   type: "plot"
9496   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9497   algorithm: "plot_performance_box"
9498   output-file-type: ".html"
9499   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9500   data: "plot-vpp-throughput-latency-3n-hsw"
9501   filter: "'NIC_Intel-X710' and
9502            '78B' and
9503            ('IP6BASE' or
9504             'POLICE_MARK' or
9505             'COPWHLIST' or
9506             'IACLDST') and
9507            'NDRPDR' and
9508            '2T2C' and
9509            'IP6FWD' and
9510            not 'SRv6' and
9511            not 'IPSEC' and
9512            not 'VHOST'"
9513   parameters:
9514   - "throughput"
9515   - "parent"
9516   - "tags"
9517   sort:
9518   - "IP6BASE"
9519   - "POLICE_MARK"
9520   - "COPWHLIST"
9521   - "IACLDST"
9522   traces:
9523     hoverinfo: "x+y"
9524     boxpoints: "outliers"
9525     whiskerwidth: 0
9526   layout:
9527     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9528     layout: "plot-throughput"
9529
9530 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9531 -
9532   type: "plot"
9533   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9534   algorithm: "plot_performance_box"
9535   output-file-type: ".html"
9536   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9537   data: "plot-vpp-throughput-latency-3n-hsw"
9538   filter: "'NIC_Intel-XL710' and
9539            '78B' and
9540            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9541            'NDRPDR' and
9542            '1T1C' and
9543            'IP6FWD' and
9544            not 'SRv6' and
9545            not 'IPSEC' and
9546            not 'VHOST'"
9547   parameters:
9548   - "throughput"
9549   - "parent"
9550   - "tags"
9551   sort:
9552   - "IP6BASE"
9553   - "FIB_20K"
9554   - "FIB_200K"
9555   - "FIB_2M"
9556   traces:
9557     hoverinfo: "x+y"
9558     boxpoints: "outliers"
9559     whiskerwidth: 0
9560   layout:
9561     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9562     layout: "plot-throughput"
9563
9564 -
9565   type: "plot"
9566   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9567   algorithm: "plot_performance_box"
9568   output-file-type: ".html"
9569   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9570   data: "plot-vpp-throughput-latency-3n-hsw"
9571   filter: "'NIC_Intel-XL710' and
9572            '78B' and
9573            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9574            'NDRPDR' and
9575            '1T1C' and
9576            'IP6FWD' and
9577            not 'SRv6' and
9578            not 'IPSEC' and
9579            not 'VHOST'"
9580   parameters:
9581   - "throughput"
9582   - "parent"
9583   - "tags"
9584   sort:
9585   - "IP6BASE"
9586   - "FIB_20K"
9587   - "FIB_200K"
9588   - "FIB_2M"
9589   traces:
9590     hoverinfo: "x+y"
9591     boxpoints: "outliers"
9592     whiskerwidth: 0
9593   layout:
9594     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9595     layout: "plot-throughput"
9596
9597 -
9598   type: "plot"
9599   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9600   algorithm: "plot_performance_box"
9601   output-file-type: ".html"
9602   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9603   data: "plot-vpp-throughput-latency-3n-hsw"
9604   filter: "'NIC_Intel-XL710' and
9605            '78B' and
9606            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9607            'NDRPDR' and
9608            '2T2C' and
9609            'IP6FWD' and
9610            not 'SRv6' and
9611            not 'IPSEC' and
9612            not 'VHOST'"
9613   parameters:
9614   - "throughput"
9615   - "parent"
9616   - "tags"
9617   sort:
9618   - "IP6BASE"
9619   - "FIB_20K"
9620   - "FIB_200K"
9621   - "FIB_2M"
9622   traces:
9623     hoverinfo: "x+y"
9624     boxpoints: "outliers"
9625     whiskerwidth: 0
9626   layout:
9627     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9628     layout: "plot-throughput"
9629
9630 -
9631   type: "plot"
9632   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9633   algorithm: "plot_performance_box"
9634   output-file-type: ".html"
9635   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9636   data: "plot-vpp-throughput-latency-3n-hsw"
9637   filter: "'NIC_Intel-XL710' and
9638            '78B' and
9639            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9640            'NDRPDR' and
9641            '2T2C' and
9642            'IP6FWD' and
9643            not 'SRv6' and
9644            not 'IPSEC' and
9645            not 'VHOST'"
9646   parameters:
9647   - "throughput"
9648   - "parent"
9649   - "tags"
9650   sort:
9651   - "IP6BASE"
9652   - "FIB_20K"
9653   - "FIB_200K"
9654   - "FIB_2M"
9655   traces:
9656     hoverinfo: "x+y"
9657     boxpoints: "outliers"
9658     whiskerwidth: 0
9659   layout:
9660     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9661     layout: "plot-throughput"
9662
9663 # Packet Throughput - VPP IPv6 3n-skx-x710
9664 -
9665   type: "plot"
9666   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9667   algorithm: "plot_performance_box"
9668   output-file-type: ".html"
9669   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9670   data: "plot-vpp-throughput-latency-3n-skx"
9671   filter: "'NIC_Intel-X710' and
9672            '78B' and
9673            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9674            'NDRPDR' and
9675            '2T1C' and
9676            'IP6FWD' and
9677            not 'SRv6' and
9678            not 'IPSEC' and
9679            not 'VHOST'"
9680   parameters:
9681   - "throughput"
9682   - "parent"
9683   - "tags"
9684   sort:
9685   - "IP6BASE"
9686   - "FIB_20K"
9687   - "FIB_200K"
9688   - "FIB_2M"
9689   traces:
9690     hoverinfo: "x+y"
9691     boxpoints: "outliers"
9692     whiskerwidth: 0
9693   layout:
9694     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9695     layout: "plot-throughput"
9696
9697 -
9698   type: "plot"
9699   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9700   algorithm: "plot_performance_box"
9701   output-file-type: ".html"
9702   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9703   data: "plot-vpp-throughput-latency-3n-skx"
9704   filter: "'NIC_Intel-X710' and
9705            '78B' and
9706            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9707            'NDRPDR' and
9708            '2T1C' and
9709            'IP6FWD' and
9710            not 'SRv6' and
9711            not 'IPSEC' and
9712            not 'VHOST'"
9713   parameters:
9714   - "throughput"
9715   - "parent"
9716   - "tags"
9717   sort:
9718   - "IP6BASE"
9719   - "FIB_20K"
9720   - "FIB_200K"
9721   - "FIB_2M"
9722   traces:
9723     hoverinfo: "x+y"
9724     boxpoints: "outliers"
9725     whiskerwidth: 0
9726   layout:
9727     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9728     layout: "plot-throughput"
9729
9730 -
9731   type: "plot"
9732   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9733   algorithm: "plot_performance_box"
9734   output-file-type: ".html"
9735   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9736   data: "plot-vpp-throughput-latency-3n-skx"
9737   filter: "'NIC_Intel-X710' and
9738            '78B' and
9739            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9740            'NDRPDR' and
9741            '4T2C' and
9742            'IP6FWD' and
9743            not 'SRv6' and
9744            not 'IPSEC' and
9745            not 'VHOST'"
9746   parameters:
9747   - "throughput"
9748   - "parent"
9749   - "tags"
9750   sort:
9751   - "IP6BASE"
9752   - "FIB_20K"
9753   - "FIB_200K"
9754   - "FIB_2M"
9755   traces:
9756     hoverinfo: "x+y"
9757     boxpoints: "outliers"
9758     whiskerwidth: 0
9759   layout:
9760     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9761     layout: "plot-throughput"
9762
9763 -
9764   type: "plot"
9765   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9766   algorithm: "plot_performance_box"
9767   output-file-type: ".html"
9768   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9769   data: "plot-vpp-throughput-latency-3n-skx"
9770   filter: "'NIC_Intel-X710' and
9771            '78B' and
9772            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9773            'NDRPDR' and
9774            '4T2C' and
9775            'IP6FWD' and
9776            not 'SRv6' and
9777            not 'IPSEC' and
9778            not 'VHOST'"
9779   parameters:
9780   - "throughput"
9781   - "parent"
9782   - "tags"
9783   sort:
9784   - "IP6BASE"
9785   - "FIB_20K"
9786   - "FIB_200K"
9787   - "FIB_2M"
9788   traces:
9789     hoverinfo: "x+y"
9790     boxpoints: "outliers"
9791     whiskerwidth: 0
9792   layout:
9793     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9794     layout: "plot-throughput"
9795
9796 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9797 -
9798   type: "plot"
9799   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9800   algorithm: "plot_performance_box"
9801   output-file-type: ".html"
9802   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9803   data: "plot-vpp-throughput-latency-3n-skx"
9804   filter: "'NIC_Intel-X710' and
9805            '78B' and
9806            ('IP6BASE' or
9807             'POLICE_MARK' or
9808             'COPWHLIST' or
9809             'IACLDST') and
9810            'NDRPDR' and
9811            '2T1C' and
9812            'IP6FWD' and
9813            not 'SRv6' and
9814            not 'IPSEC' and
9815            not 'VHOST'"
9816   parameters:
9817   - "throughput"
9818   - "parent"
9819   - "tags"
9820   sort:
9821   - "IP6BASE"
9822   - "POLICE_MARK"
9823   - "COPWHLIST"
9824   - "IACLDST"
9825   traces:
9826     hoverinfo: "x+y"
9827     boxpoints: "outliers"
9828     whiskerwidth: 0
9829   layout:
9830     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9831     layout: "plot-throughput"
9832
9833 -
9834   type: "plot"
9835   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9836   algorithm: "plot_performance_box"
9837   output-file-type: ".html"
9838   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9839   data: "plot-vpp-throughput-latency-3n-hsw"
9840   filter: "'NIC_Intel-X710' and
9841            '78B' and
9842            ('IP6BASE' or
9843             'POLICE_MARK' or
9844             'COPWHLIST' or
9845             'IACLDST') and
9846            'NDRPDR' and
9847            '4T2C' and
9848            'IP6FWD' and
9849            not 'SRv6' and
9850            not 'IPSEC' and
9851            not 'VHOST'"
9852   parameters:
9853   - "throughput"
9854   - "parent"
9855   - "tags"
9856   sort:
9857   - "IP6BASE"
9858   - "POLICE_MARK"
9859   - "COPWHLIST"
9860   - "IACLDST"
9861   traces:
9862     hoverinfo: "x+y"
9863     boxpoints: "outliers"
9864     whiskerwidth: 0
9865   layout:
9866     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
9867     layout: "plot-throughput"
9868
9869 -
9870   type: "plot"
9871   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9872   algorithm: "plot_performance_box"
9873   output-file-type: ".html"
9874   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9875   data: "plot-vpp-throughput-latency-3n-skx"
9876   filter: "'NIC_Intel-X710' and
9877            '78B' and
9878            ('IP6BASE' or
9879             'POLICE_MARK' or
9880             'COPWHLIST' or
9881             'IACLDST') and
9882            'NDRPDR' and
9883            '2T1C' and
9884            'IP6FWD' and
9885            not 'SRv6' and
9886            not 'IPSEC' and
9887            not 'VHOST'"
9888   parameters:
9889   - "throughput"
9890   - "parent"
9891   - "tags"
9892   sort:
9893   - "IP6BASE"
9894   - "POLICE_MARK"
9895   - "COPWHLIST"
9896   - "IACLDST"
9897   traces:
9898     hoverinfo: "x+y"
9899     boxpoints: "outliers"
9900     whiskerwidth: 0
9901   layout:
9902     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
9903     layout: "plot-throughput"
9904
9905 -
9906   type: "plot"
9907   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9908   algorithm: "plot_performance_box"
9909   output-file-type: ".html"
9910   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9911   data: "plot-vpp-throughput-latency-3n-skx"
9912   filter: "'NIC_Intel-X710' and
9913            '78B' and
9914            ('IP6BASE' or
9915             'POLICE_MARK' or
9916             'COPWHLIST' or
9917             'IACLDST') and
9918            'NDRPDR' and
9919            '4T2C' and
9920            'IP6FWD' and
9921            not 'SRv6' and
9922            not 'IPSEC' and
9923            not 'VHOST'"
9924   parameters:
9925   - "throughput"
9926   - "parent"
9927   - "tags"
9928   sort:
9929   - "IP6BASE"
9930   - "POLICE_MARK"
9931   - "COPWHLIST"
9932   - "IACLDST"
9933   traces:
9934     hoverinfo: "x+y"
9935     boxpoints: "outliers"
9936     whiskerwidth: 0
9937   layout:
9938     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
9939     layout: "plot-throughput"
9940
9941 # Packet Throughput - VPP IPv6 2n-skx-x710
9942 -
9943   type: "plot"
9944   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9945   algorithm: "plot_performance_box"
9946   output-file-type: ".html"
9947   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9948   data: "plot-vpp-throughput-latency-2n-skx"
9949   filter: "'NIC_Intel-X710' and
9950            '78B' and
9951            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9952            'NDRPDR' and
9953            '2T1C' and
9954            'IP6FWD' and
9955            not 'SRv6' and
9956            not 'IPSEC' and
9957            not 'VHOST'"
9958   parameters:
9959   - "throughput"
9960   - "parent"
9961   - "tags"
9962   sort:
9963   - "IP6BASE"
9964   - "FIB_20K"
9965   - "FIB_200K"
9966   - "FIB_2M"
9967   traces:
9968     hoverinfo: "x+y"
9969     boxpoints: "outliers"
9970     whiskerwidth: 0
9971   layout:
9972     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
9973     layout: "plot-throughput"
9974
9975 -
9976   type: "plot"
9977   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
9978   algorithm: "plot_performance_box"
9979   output-file-type: ".html"
9980   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
9981   data: "plot-vpp-throughput-latency-2n-skx"
9982   filter: "'NIC_Intel-X710' and
9983            '78B' and
9984            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9985            'NDRPDR' and
9986            '2T1C' and
9987            'IP6FWD' and
9988            not 'SRv6' and
9989            not 'IPSEC' and
9990            not 'VHOST'"
9991   parameters:
9992   - "throughput"
9993   - "parent"
9994   - "tags"
9995   sort:
9996   - "IP6BASE"
9997   - "FIB_20K"
9998   - "FIB_200K"
9999   - "FIB_2M"
10000   traces:
10001     hoverinfo: "x+y"
10002     boxpoints: "outliers"
10003     whiskerwidth: 0
10004   layout:
10005     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10006     layout: "plot-throughput"
10007
10008 -
10009   type: "plot"
10010   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10011   algorithm: "plot_performance_box"
10012   output-file-type: ".html"
10013   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10014   data: "plot-vpp-throughput-latency-2n-skx"
10015   filter: "'NIC_Intel-X710' and
10016            '78B' and
10017            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10018            'NDRPDR' and
10019            '4T2C' and
10020            'IP6FWD' and
10021            not 'SRv6' and
10022            not 'IPSEC' and
10023            not 'VHOST'"
10024   parameters:
10025   - "throughput"
10026   - "parent"
10027   - "tags"
10028   sort:
10029   - "IP6BASE"
10030   - "FIB_20K"
10031   - "FIB_200K"
10032   - "FIB_2M"
10033   traces:
10034     hoverinfo: "x+y"
10035     boxpoints: "outliers"
10036     whiskerwidth: 0
10037   layout:
10038     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10039     layout: "plot-throughput"
10040
10041 -
10042   type: "plot"
10043   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10044   algorithm: "plot_performance_box"
10045   output-file-type: ".html"
10046   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10047   data: "plot-vpp-throughput-latency-2n-skx"
10048   filter: "'NIC_Intel-X710' and
10049            '78B' and
10050            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10051            'NDRPDR' and
10052            '4T2C' and
10053            'IP6FWD' and
10054            not 'SRv6' and
10055            not 'IPSEC' and
10056            not 'VHOST'"
10057   parameters:
10058   - "throughput"
10059   - "parent"
10060   - "tags"
10061   sort:
10062   - "IP6BASE"
10063   - "FIB_20K"
10064   - "FIB_200K"
10065   - "FIB_2M"
10066   traces:
10067     hoverinfo: "x+y"
10068     boxpoints: "outliers"
10069     whiskerwidth: 0
10070   layout:
10071     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10072     layout: "plot-throughput"
10073
10074 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10075 -
10076   type: "plot"
10077   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10078   algorithm: "plot_performance_box"
10079   output-file-type: ".html"
10080   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10081   data: "plot-vpp-throughput-latency-2n-skx"
10082   filter: "'NIC_Intel-XXV710' and
10083            '78B' and
10084            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10085            'NDRPDR' and
10086            '2T1C' and
10087            'IP6FWD' and
10088            not 'SRv6' and
10089            not 'IPSEC' and
10090            not 'VHOST'"
10091   parameters:
10092   - "throughput"
10093   - "parent"
10094   - "tags"
10095   sort:
10096   - "IP6BASE"
10097   - "FIB_20K"
10098   - "FIB_200K"
10099   - "FIB_2M"
10100   traces:
10101     hoverinfo: "x+y"
10102     boxpoints: "outliers"
10103     whiskerwidth: 0
10104   layout:
10105     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10106     layout: "plot-throughput"
10107
10108 -
10109   type: "plot"
10110   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10111   algorithm: "plot_performance_box"
10112   output-file-type: ".html"
10113   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10114   data: "plot-vpp-throughput-latency-2n-skx"
10115   filter: "'NIC_Intel-XXV710' and
10116            '78B' and
10117            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10118            'NDRPDR' and
10119            '2T1C' and
10120            'IP6FWD' and
10121            not 'SRv6' and
10122            not 'IPSEC' and
10123            not 'VHOST'"
10124   parameters:
10125   - "throughput"
10126   - "parent"
10127   - "tags"
10128   sort:
10129   - "IP6BASE"
10130   - "FIB_20K"
10131   - "FIB_200K"
10132   - "FIB_2M"
10133   traces:
10134     hoverinfo: "x+y"
10135     boxpoints: "outliers"
10136     whiskerwidth: 0
10137   layout:
10138     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10139     layout: "plot-throughput"
10140
10141 -
10142   type: "plot"
10143   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10144   algorithm: "plot_performance_box"
10145   output-file-type: ".html"
10146   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10147   data: "plot-vpp-throughput-latency-2n-skx"
10148   filter: "'NIC_Intel-XXV710' and
10149            '78B' and
10150            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10151            'NDRPDR' and
10152            '4T2C' and
10153            'IP6FWD' and
10154            not 'SRv6' and
10155            not 'IPSEC' and
10156            not 'VHOST'"
10157   parameters:
10158   - "throughput"
10159   - "parent"
10160   - "tags"
10161   sort:
10162   - "IP6BASE"
10163   - "FIB_20K"
10164   - "FIB_200K"
10165   - "FIB_2M"
10166   traces:
10167     hoverinfo: "x+y"
10168     boxpoints: "outliers"
10169     whiskerwidth: 0
10170   layout:
10171     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10172     layout: "plot-throughput"
10173
10174 -
10175   type: "plot"
10176   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10177   algorithm: "plot_performance_box"
10178   output-file-type: ".html"
10179   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10180   data: "plot-vpp-throughput-latency-2n-skx"
10181   filter: "'NIC_Intel-XXV710' and
10182            '78B' and
10183            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10184            'NDRPDR' and
10185            '4T2C' and
10186            'IP6FWD' and
10187            not 'SRv6' and
10188            not 'IPSEC' and
10189            not 'VHOST'"
10190   parameters:
10191   - "throughput"
10192   - "parent"
10193   - "tags"
10194   sort:
10195   - "IP6BASE"
10196   - "FIB_20K"
10197   - "FIB_200K"
10198   - "FIB_2M"
10199   traces:
10200     hoverinfo: "x+y"
10201     boxpoints: "outliers"
10202     whiskerwidth: 0
10203   layout:
10204     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10205     layout: "plot-throughput"
10206
10207 ################################################################################
10208
10209 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10210 -
10211   type: "plot"
10212   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10213   algorithm: "plot_performance_box"
10214   output-file-type: ".html"
10215   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10216   data: "plot-vpp-throughput-latency-3n-hsw"
10217   filter: "'NIC_Intel-X520-DA2' and
10218            '78B' and
10219            'ENCAP' and
10220            'NDRPDR' and
10221            '1T1C' and
10222            'LISP' and
10223            not 'VHOST'"
10224   parameters:
10225   - "throughput"
10226   - "parent"
10227   - "tags"
10228   sort:
10229   - "IP4UNRLAY"
10230   - "IP6UNRLAY"
10231   traces:
10232     hoverinfo: "x+y"
10233     boxpoints: "outliers"
10234     whiskerwidth: 0
10235   layout:
10236     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10237     layout: "plot-throughput"
10238
10239 -
10240   type: "plot"
10241   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10242   algorithm: "plot_performance_box"
10243   output-file-type: ".html"
10244   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10245   data: "plot-vpp-throughput-latency-3n-hsw"
10246   filter: "'NIC_Intel-X520-DA2' and
10247            '78B' and
10248            'ENCAP' and
10249            'NDRPDR' and
10250            '1T1C' and
10251            'LISP' and
10252            not 'VHOST'"
10253   parameters:
10254   - "throughput"
10255   - "parent"
10256   - "tags"
10257   sort:
10258   - "IP4UNRLAY"
10259   - "IP6UNRLAY"
10260   traces:
10261     hoverinfo: "x+y"
10262     boxpoints: "outliers"
10263     whiskerwidth: 0
10264   layout:
10265     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10266     layout: "plot-throughput"
10267
10268 -
10269   type: "plot"
10270   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10271   algorithm: "plot_performance_box"
10272   output-file-type: ".html"
10273   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10274   data: "plot-vpp-throughput-latency-3n-hsw"
10275   filter: "'NIC_Intel-X520-DA2' and
10276            '78B' and
10277            'ENCAP' and
10278            'NDRPDR' and
10279            '2T2C' and
10280            'LISP' and
10281            not 'VHOST'"
10282   parameters:
10283   - "throughput"
10284   - "parent"
10285   - "tags"
10286   sort:
10287   - "IP4UNRLAY"
10288   - "IP6UNRLAY"
10289   traces:
10290     hoverinfo: "x+y"
10291     boxpoints: "outliers"
10292     whiskerwidth: 0
10293   layout:
10294     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10295     layout: "plot-throughput"
10296
10297 -
10298   type: "plot"
10299   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10300   algorithm: "plot_performance_box"
10301   output-file-type: ".html"
10302   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10303   data: "plot-vpp-throughput-latency-3n-hsw"
10304   filter: "'NIC_Intel-X520-DA2' and
10305            '78B' and
10306            'ENCAP' and
10307            'NDRPDR' and
10308            '2T2C' and
10309            'LISP' and
10310            not 'VHOST'"
10311   parameters:
10312   - "throughput"
10313   - "parent"
10314   - "tags"
10315   sort:
10316   - "IP4UNRLAY"
10317   - "IP6UNRLAY"
10318   traces:
10319     hoverinfo: "x+y"
10320     boxpoints: "outliers"
10321     whiskerwidth: 0
10322   layout:
10323     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10324     layout: "plot-throughput"
10325
10326 ################################################################################
10327
10328 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10329 -
10330   type: "plot"
10331   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10332   algorithm: "plot_performance_box"
10333   output-file-type: ".html"
10334   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10335   data: "plot-vpp-throughput-latency-3n-hsw"
10336   filter: "'NIC_Intel-XL710' and
10337            '64B' and
10338            'IP4FWD' and
10339            'NDRPDR' and
10340            'BASE' and
10341            '1T1C' and
10342            'IPSECHW' and
10343            ('IPSECTRAN' or 'IPSECTUN') and
10344            not 'VHOST'"
10345   parameters:
10346   - "throughput"
10347   - "parent"
10348   - "tags"
10349   traces:
10350     hoverinfo: "x+y"
10351     boxpoints: "outliers"
10352     whiskerwidth: 0
10353   layout:
10354     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10355     layout: "plot-throughput"
10356
10357 -
10358   type: "plot"
10359   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10360   algorithm: "plot_performance_box"
10361   output-file-type: ".html"
10362   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10363   data: "plot-vpp-throughput-latency-3n-hsw"
10364   filter: "'NIC_Intel-XL710' and
10365            '64B' and
10366            'IP4FWD' and
10367            'NDRPDR' and
10368            'BASE' and
10369            '1T1C' and
10370            'IPSECHW' and
10371            ('IPSECTRAN' or 'IPSECTUN') and
10372            not 'VHOST'"
10373   parameters:
10374   - "throughput"
10375   - "parent"
10376   - "tags"
10377   traces:
10378     hoverinfo: "x+y"
10379     boxpoints: "outliers"
10380     whiskerwidth: 0
10381   layout:
10382     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10383     layout: "plot-throughput"
10384
10385 -
10386   type: "plot"
10387   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10388   algorithm: "plot_performance_box"
10389   output-file-type: ".html"
10390   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10391   data: "plot-vpp-throughput-latency-3n-hsw"
10392   filter: "'NIC_Intel-XL710' and
10393            '64B' and
10394            'IP4FWD' and
10395            'NDRPDR' and
10396            'BASE' and
10397            '2T2C' and
10398            'IPSECHW' and
10399            ('IPSECTRAN' or 'IPSECTUN') and
10400            not 'VHOST'"
10401   parameters:
10402   - "throughput"
10403   - "parent"
10404   - "tags"
10405   traces:
10406     hoverinfo: "x+y"
10407     boxpoints: "outliers"
10408     whiskerwidth: 0
10409   layout:
10410     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10411     layout: "plot-throughput"
10412
10413 -
10414   type: "plot"
10415   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10416   algorithm: "plot_performance_box"
10417   output-file-type: ".html"
10418   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10419   data: "plot-vpp-throughput-latency-3n-hsw"
10420   filter: "'NIC_Intel-XL710' and
10421            '64B' and
10422            'IP4FWD' and
10423            'NDRPDR' and
10424            'BASE' and
10425            '2T2C' and
10426            'IPSECHW' and
10427            ('IPSECTRAN' or 'IPSECTUN') and
10428            not 'VHOST'"
10429   parameters:
10430   - "throughput"
10431   - "parent"
10432   - "tags"
10433   traces:
10434     hoverinfo: "x+y"
10435     boxpoints: "outliers"
10436     whiskerwidth: 0
10437   layout:
10438     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10439     layout: "plot-throughput"
10440
10441 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10442 -
10443   type: "plot"
10444   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10445   algorithm: "plot_performance_box"
10446   output-file-type: ".html"
10447   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10448   data: "plot-vpp-throughput-latency-3n-hsw"
10449   filter: "'NIC_Intel-XL710' and
10450            '64B' and
10451            'IP4FWD' and
10452            'NDRPDR' and
10453            'SCALE' and
10454            '1T1C' and
10455            'IPSECHW' and
10456            ('IPSECTRAN' or 'IPSECTUN') and
10457            not 'VHOST'"
10458   parameters:
10459   - "throughput"
10460   - "parent"
10461   - "tags"
10462   traces:
10463     hoverinfo: "x+y"
10464     boxpoints: "outliers"
10465     whiskerwidth: 0
10466   layout:
10467     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10468     layout: "plot-throughput"
10469
10470 -
10471   type: "plot"
10472   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10473   algorithm: "plot_performance_box"
10474   output-file-type: ".html"
10475   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10476   data: "plot-vpp-throughput-latency-3n-hsw"
10477   filter: "'NIC_Intel-XL710' and
10478            '64B' and
10479            'IP4FWD' and
10480            'NDRPDR' and
10481            'SCALE' and
10482            '1T1C' and
10483            'IPSECHW' and
10484            ('IPSECTRAN' or 'IPSECTUN') and
10485            not 'VHOST'"
10486   parameters:
10487   - "throughput"
10488   - "parent"
10489   - "tags"
10490   traces:
10491     hoverinfo: "x+y"
10492     boxpoints: "outliers"
10493     whiskerwidth: 0
10494   layout:
10495     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10496     layout: "plot-throughput"
10497
10498 -
10499   type: "plot"
10500   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10501   algorithm: "plot_performance_box"
10502   output-file-type: ".html"
10503   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10504   data: "plot-vpp-throughput-latency-3n-hsw"
10505   filter: "'NIC_Intel-XL710' and
10506            '64B' and
10507            'IP4FWD' and
10508            'NDRPDR' and
10509            'SCALE' and
10510            '2T2C' and
10511            'IPSECHW' and
10512            ('IPSECTRAN' or 'IPSECTUN') and
10513            not 'VHOST'"
10514   parameters:
10515   - "throughput"
10516   - "parent"
10517   - "tags"
10518   traces:
10519     hoverinfo: "x+y"
10520     boxpoints: "outliers"
10521     whiskerwidth: 0
10522   layout:
10523     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10524     layout: "plot-throughput"
10525
10526 -
10527   type: "plot"
10528   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10529   algorithm: "plot_performance_box"
10530   output-file-type: ".html"
10531   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10532   data: "plot-vpp-throughput-latency-3n-hsw"
10533   filter: "'NIC_Intel-XL710' and
10534            '64B' and
10535            'IP4FWD' and
10536            'NDRPDR' and
10537            'SCALE' and
10538            '2T2C' and
10539            'IPSECHW' and
10540            ('IPSECTRAN' or 'IPSECTUN') and
10541            not 'VHOST'"
10542   parameters:
10543   - "throughput"
10544   - "parent"
10545   - "tags"
10546   traces:
10547     hoverinfo: "x+y"
10548     boxpoints: "outliers"
10549     whiskerwidth: 0
10550   layout:
10551     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10552     layout: "plot-throughput"
10553
10554 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10555 -
10556   type: "plot"
10557   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10558   algorithm: "plot_performance_box"
10559   output-file-type: ".html"
10560   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10561   data: "plot-vpp-throughput-latency-3n-hsw"
10562   filter: "'NIC_Intel-XL710' and
10563            '64B' and
10564            'IP4FWD' and
10565            'NDRPDR' and
10566            '1T1C' and
10567            'IPSECSW' and
10568            ('IPSECTRAN' or 'IPSECTUN') and
10569            not 'VHOST'"
10570   parameters:
10571   - "throughput"
10572   - "parent"
10573   - "tags"
10574   traces:
10575     hoverinfo: "x+y"
10576     boxpoints: "outliers"
10577     whiskerwidth: 0
10578   layout:
10579     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10580     layout: "plot-throughput"
10581
10582 -
10583   type: "plot"
10584   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10585   algorithm: "plot_performance_box"
10586   output-file-type: ".html"
10587   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10588   data: "plot-vpp-throughput-latency-3n-hsw"
10589   filter: "'NIC_Intel-XL710' and
10590            '64B' and
10591            'IP4FWD' and
10592            'NDRPDR' and
10593            '1T1C' and
10594            'IPSECSW' and
10595            ('IPSECTRAN' or 'IPSECTUN') and
10596            not 'VHOST'"
10597   parameters:
10598   - "throughput"
10599   - "parent"
10600   - "tags"
10601   traces:
10602     hoverinfo: "x+y"
10603     boxpoints: "outliers"
10604     whiskerwidth: 0
10605   layout:
10606     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10607     layout: "plot-throughput"
10608
10609 -
10610   type: "plot"
10611   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10612   algorithm: "plot_performance_box"
10613   output-file-type: ".html"
10614   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10615   data: "plot-vpp-throughput-latency-3n-hsw"
10616   filter: "'NIC_Intel-XL710' and
10617            '64B' and
10618            'IP4FWD' and
10619            'NDRPDR' and
10620            '2T2C' and
10621            'IPSECSW' and
10622            ('IPSECTRAN' or 'IPSECTUN') and
10623            not 'VHOST'"
10624   parameters:
10625   - "throughput"
10626   - "parent"
10627   - "tags"
10628   traces:
10629     hoverinfo: "x+y"
10630     boxpoints: "outliers"
10631     whiskerwidth: 0
10632   layout:
10633     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10634     layout: "plot-throughput"
10635
10636 -
10637   type: "plot"
10638   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10639   algorithm: "plot_performance_box"
10640   output-file-type: ".html"
10641   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10642   data: "plot-vpp-throughput-latency-3n-hsw"
10643   filter: "'NIC_Intel-XL710' and
10644            '64B' and
10645            'IP4FWD' and
10646            'NDRPDR' and
10647            '2T2C' and
10648            'IPSECSW' and
10649            ('IPSECTRAN' or 'IPSECTUN') and
10650            not 'VHOST'"
10651   parameters:
10652   - "throughput"
10653   - "parent"
10654   - "tags"
10655   traces:
10656     hoverinfo: "x+y"
10657     boxpoints: "outliers"
10658     whiskerwidth: 0
10659   layout:
10660     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10661     layout: "plot-throughput"
10662
10663 ################################################################################
10664
10665 # Packet Throughput - VPP SRv6 3n-hsw-x520
10666 -
10667   type: "plot"
10668   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10669   algorithm: "plot_performance_box"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10672   data: "plot-vpp-throughput-latency-3n-hsw"
10673   filter: "'NIC_Intel-X520-DA2' and
10674            '78B' and
10675            'FEATURE' and
10676            'NDRPDR' and
10677            '1T1C' and
10678            'IP6FWD' and
10679            'SRv6'"
10680   parameters:
10681   - "throughput"
10682   - "parent"
10683   - "tags"
10684   traces:
10685     hoverinfo: "x+y"
10686     boxpoints: "outliers"
10687     whiskerwidth: 0
10688   layout:
10689     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10690     layout: "plot-throughput"
10691
10692 -
10693   type: "plot"
10694   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10695   algorithm: "plot_performance_box"
10696   output-file-type: ".html"
10697   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10698   data: "plot-vpp-throughput-latency-3n-hsw"
10699   filter: "'NIC_Intel-X520-DA2' and
10700            '78B' and
10701            'FEATURE' and
10702            'NDRPDR' and
10703            '1T1C' and
10704            'IP6FWD' and
10705            'SRv6'"
10706   parameters:
10707   - "throughput"
10708   - "parent"
10709   - "tags"
10710   traces:
10711     hoverinfo: "x+y"
10712     boxpoints: "outliers"
10713     whiskerwidth: 0
10714   layout:
10715     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10716     layout: "plot-throughput"
10717
10718 -
10719   type: "plot"
10720   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10721   algorithm: "plot_performance_box"
10722   output-file-type: ".html"
10723   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10724   data: "plot-vpp-throughput-latency-3n-hsw"
10725   filter: "'NIC_Intel-X520-DA2' and
10726            '78B' and
10727            'FEATURE' and
10728            'NDRPDR' and
10729            '2T2C' and
10730            'IP6FWD' and
10731            'SRv6'"
10732   parameters:
10733   - "throughput"
10734   - "parent"
10735   - "tags"
10736   traces:
10737     hoverinfo: "x+y"
10738     boxpoints: "outliers"
10739     whiskerwidth: 0
10740   layout:
10741     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10742     layout: "plot-throughput"
10743
10744 -
10745   type: "plot"
10746   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10747   algorithm: "plot_performance_box"
10748   output-file-type: ".html"
10749   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10750   data: "plot-vpp-throughput-latency-3n-hsw"
10751   filter: "'NIC_Intel-X520-DA2' and
10752            '78B' and
10753            'FEATURE' and
10754            'NDRPDR' and
10755            '2T2C' and
10756            'IP6FWD' and
10757            'SRv6'"
10758   parameters:
10759   - "throughput"
10760   - "parent"
10761   - "tags"
10762   traces:
10763     hoverinfo: "x+y"
10764     boxpoints: "outliers"
10765     whiskerwidth: 0
10766   layout:
10767     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10768     layout: "plot-throughput"
10769
10770 ################################################################################
10771
10772 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10773 -
10774   type: "plot"
10775   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10776   algorithm: "plot_performance_box"
10777   output-file-type: ".html"
10778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10779   data: "plot-vpp-throughput-latency-3n-hsw"
10780   filter: "'NIC_Intel-X520-DA2' and
10781            '64B' and
10782            'NDRPDR' and
10783            'ETH' and
10784            'IP4FWD' and
10785            '1T1C' and
10786            'VHOST_1024' and
10787            not 'VXLAN' and
10788            not 'DOT1Q'"
10789   parameters:
10790   - "throughput"
10791   - "parent"
10792   - "tags"
10793   sort:
10794   - "not CFS_OPT"
10795   - "1VM"
10796   - "2VM"
10797   traces:
10798     hoverinfo: "x+y"
10799     boxpoints: "outliers"
10800     whiskerwidth: 0
10801   layout:
10802     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10803     layout: "plot-throughput"
10804
10805 -
10806   type: "plot"
10807   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10808   algorithm: "plot_performance_box"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10811   data: "plot-vpp-throughput-latency-3n-hsw"
10812   filter: "'NIC_Intel-X520-DA2' and
10813            '64B' and
10814            'NDRPDR' and
10815            'ETH' and
10816            'IP4FWD' and
10817            '2T2C' and
10818            'VHOST_1024' and
10819            not 'VXLAN' and
10820            not 'DOT1Q'"
10821   parameters:
10822   - "throughput"
10823   - "parent"
10824   - "tags"
10825   sort:
10826   - "not CFS_OPT"
10827   - "1VM"
10828   - "2VM"
10829   traces:
10830     hoverinfo: "x+y"
10831     boxpoints: "outliers"
10832     whiskerwidth: 0
10833   layout:
10834     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10835     layout: "plot-throughput"
10836
10837 -
10838   type: "plot"
10839   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10840   algorithm: "plot_performance_box"
10841   output-file-type: ".html"
10842   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10843   data: "plot-vpp-throughput-latency-3n-hsw"
10844   filter: "'NIC_Intel-X520-DA2' and
10845            '64B' and
10846            'NDRPDR' and
10847            'ETH' and
10848            'IP4FWD' and
10849            '1T1C' and
10850            'VHOST_1024' and
10851            not 'VXLAN' and
10852            not 'DOT1Q'"
10853   parameters:
10854   - "throughput"
10855   - "parent"
10856   - "tags"
10857   sort:
10858   - "not CFS_OPT"
10859   - "1VM"
10860   - "2VM"
10861   traces:
10862     hoverinfo: "x+y"
10863     boxpoints: "outliers"
10864     whiskerwidth: 0
10865   layout:
10866     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10867     layout: "plot-throughput"
10868
10869 -
10870   type: "plot"
10871   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10872   algorithm: "plot_performance_box"
10873   output-file-type: ".html"
10874   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10875   data: "plot-vpp-throughput-latency-3n-hsw"
10876   filter: "'NIC_Intel-X520-DA2' and
10877            '64B' and
10878            'NDRPDR' and
10879            'ETH' and
10880            'IP4FWD' and
10881            '2T2C' and
10882            'VHOST_1024' and
10883            not 'VXLAN' and
10884            not 'DOT1Q'"
10885   parameters:
10886   - "throughput"
10887   - "parent"
10888   - "tags"
10889   sort:
10890   - "not CFS_OPT"
10891   - "1VM"
10892   - "2VM"
10893   traces:
10894     hoverinfo: "x+y"
10895     boxpoints: "outliers"
10896     whiskerwidth: 0
10897   layout:
10898     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10899     layout: "plot-throughput"
10900
10901 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
10902 -
10903   type: "plot"
10904   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10905   algorithm: "plot_performance_box"
10906   output-file-type: ".html"
10907   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10908   data: "plot-vpp-throughput-latency-3n-hsw"
10909   filter: "'NIC_Intel-X520-DA2' and
10910            '64B' and
10911            'NDRPDR' and
10912            'ETH' and
10913            '1T1C' and
10914            'L2BDMACLRN' and
10915            'VHOST_1024' and
10916            not 'VXLAN' and
10917            not 'IP4FWD' and
10918            not 'DOT1Q' and
10919            not '2VM'"
10920   parameters:
10921   - "throughput"
10922   - "parent"
10923   - "tags"
10924   sort:
10925   - "VM"  # "not CFS_OPT"
10926   - "CFS_OPT"
10927   - "FIB_10K"
10928   - "FIB_100K"
10929   - "FIB_1M"
10930   traces:
10931     hoverinfo: "x+y"
10932     boxpoints: "outliers"
10933     whiskerwidth: 0
10934   layout:
10935     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10936     layout: "plot-throughput"
10937
10938 -
10939   type: "plot"
10940   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10941   algorithm: "plot_performance_box"
10942   output-file-type: ".html"
10943   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10944   data: "plot-vpp-throughput-latency-3n-hsw"
10945   filter: "'NIC_Intel-X520-DA2' and
10946            '64B' and
10947            'NDRPDR' and
10948            'ETH' and
10949            '2T2C' and
10950            'L2BDMACLRN' and
10951            'VHOST_1024' and
10952            not 'VXLAN' and
10953            not 'IP4FWD' and
10954            not 'DOT1Q' and
10955            not '2VM'"
10956   parameters:
10957   - "throughput"
10958   - "parent"
10959   - "tags"
10960   sort:
10961   - "VM"  # "not CFS_OPT"
10962   - "CFS_OPT"
10963   - "FIB_10K"
10964   - "FIB_100K"
10965   - "FIB_1M"
10966   traces:
10967     hoverinfo: "x+y"
10968     boxpoints: "outliers"
10969     whiskerwidth: 0
10970   layout:
10971     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10972     layout: "plot-throughput"
10973
10974 -
10975   type: "plot"
10976   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10977   algorithm: "plot_performance_box"
10978   output-file-type: ".html"
10979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
10980   data: "plot-vpp-throughput-latency-3n-hsw"
10981   filter: "'NIC_Intel-X520-DA2' and
10982            '64B' and
10983            'NDRPDR' and
10984            'ETH' and
10985            '1T1C' and
10986            'L2BDMACLRN' and
10987            'VHOST_1024' and
10988            not 'VXLAN' and
10989            not 'IP4FWD' and
10990            not 'DOT1Q' and
10991            not '2VM'"
10992   parameters:
10993   - "throughput"
10994   - "parent"
10995   - "tags"
10996   sort:
10997   - "VM"  # "not CFS_OPT"
10998   - "CFS_OPT"
10999   - "FIB_10K"
11000   - "FIB_100K"
11001   - "FIB_1M"
11002   traces:
11003     hoverinfo: "x+y"
11004     boxpoints: "outliers"
11005     whiskerwidth: 0
11006   layout:
11007     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11008     layout: "plot-throughput"
11009
11010 -
11011   type: "plot"
11012   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11013   algorithm: "plot_performance_box"
11014   output-file-type: ".html"
11015   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11016   data: "plot-vpp-throughput-latency-3n-hsw"
11017   filter: "'NIC_Intel-X520-DA2' and
11018            '64B' and
11019            'NDRPDR' and
11020            'ETH' and
11021            '2T2C' and
11022            'L2BDMACLRN' and
11023            'VHOST_1024' and
11024            not 'VXLAN' and
11025            not 'IP4FWD' and
11026            not 'DOT1Q' and
11027            not '2VM'"
11028   parameters:
11029   - "throughput"
11030   - "parent"
11031   - "tags"
11032   sort:
11033   - "VM"  # "not CFS_OPT"
11034   - "CFS_OPT"
11035   - "FIB_10K"
11036   - "FIB_100K"
11037   - "FIB_1M"
11038   traces:
11039     hoverinfo: "x+y"
11040     boxpoints: "outliers"
11041     whiskerwidth: 0
11042   layout:
11043     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11044     layout: "plot-throughput"
11045
11046 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11047 -
11048   type: "plot"
11049   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11050   algorithm: "plot_performance_box"
11051   output-file-type: ".html"
11052   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11053   data: "plot-vpp-throughput-latency-3n-hsw"
11054   filter: "'NIC_Intel-X520-DA2' and
11055            '64B' and
11056            'NDRPDR' and
11057            'ETH' and
11058            'BASE' and
11059            '1T1C' and
11060            ('L2BDMACLRN' or 'L2XCFWD') and
11061            'VHOST_1024' and
11062            not 'VXLAN' and
11063            not 'IP4FWD' and
11064            not 'DOT1Q' and
11065            not '2VM'"
11066   parameters:
11067   - "throughput"
11068   - "parent"
11069   - "tags"
11070   sort:
11071   - "not CFS_OPT"
11072   - "L2XCFWD"
11073   - "not CFS_OPT"
11074   - "CFS_OPT"
11075   traces:
11076     hoverinfo: "x+y"
11077     boxpoints: "outliers"
11078     whiskerwidth: 0
11079   layout:
11080     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11081     layout: "plot-throughput"
11082
11083 -
11084   type: "plot"
11085   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11086   algorithm: "plot_performance_box"
11087   output-file-type: ".html"
11088   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11089   data: "plot-vpp-throughput-latency-3n-hsw"
11090   filter: "'NIC_Intel-X520-DA2' and
11091            '64B' and
11092            'NDRPDR' and
11093            'ETH' and
11094            'BASE' and
11095            '1T1C' and
11096            ('L2BDMACLRN' or 'L2XCFWD') and
11097            'VHOST_1024' and
11098            not 'VXLAN' and
11099            not 'IP4FWD' and
11100            not 'DOT1Q' and
11101            not '2VM'"
11102   parameters:
11103   - "throughput"
11104   - "parent"
11105   - "tags"
11106   sort:
11107   - "not CFS_OPT"
11108   - "L2XCFWD"
11109   - "not CFS_OPT"
11110   - "CFS_OPT"
11111   traces:
11112     hoverinfo: "x+y"
11113     boxpoints: "outliers"
11114     whiskerwidth: 0
11115   layout:
11116     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11117     layout: "plot-throughput"
11118
11119 -
11120   type: "plot"
11121   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11122   algorithm: "plot_performance_box"
11123   output-file-type: ".html"
11124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11125   data: "plot-vpp-throughput-latency-3n-hsw"
11126   filter: "'NIC_Intel-X520-DA2' and
11127            '64B' and
11128            'NDRPDR' and
11129            'ETH' and
11130            'BASE' and
11131            '2T2C' and
11132            ('L2BDMACLRN' or 'L2XCFWD') and
11133            'VHOST_1024' and
11134            not 'VXLAN' and
11135            not 'IP4FWD' and
11136            not 'DOT1Q' and
11137            not '2VM'"
11138   parameters:
11139   - "throughput"
11140   - "parent"
11141   - "tags"
11142   sort:
11143   - "not CFS_OPT"
11144   - "L2XCFWD"
11145   - "not CFS_OPT"
11146   - "CFS_OPT"
11147   traces:
11148     hoverinfo: "x+y"
11149     boxpoints: "outliers"
11150     whiskerwidth: 0
11151   layout:
11152     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11153     layout: "plot-throughput"
11154
11155 -
11156   type: "plot"
11157   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11158   algorithm: "plot_performance_box"
11159   output-file-type: ".html"
11160   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11161   data: "plot-vpp-throughput-latency-3n-hsw"
11162   filter: "'NIC_Intel-X520-DA2' and
11163            '64B' and
11164            'NDRPDR' and
11165            'ETH' and
11166            'BASE' and
11167            '2T2C' and
11168            ('L2BDMACLRN' or 'L2XCFWD') and
11169            'VHOST_1024' and
11170            not 'VXLAN' and
11171            not 'IP4FWD' and
11172            not 'DOT1Q' and
11173            not '2VM'"
11174   parameters:
11175   - "throughput"
11176   - "parent"
11177   - "tags"
11178   sort:
11179   - "not CFS_OPT"
11180   - "L2XCFWD"
11181   - "not CFS_OPT"
11182   - "CFS_OPT"
11183   traces:
11184     hoverinfo: "x+y"
11185     boxpoints: "outliers"
11186     whiskerwidth: 0
11187   layout:
11188     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11189     layout: "plot-throughput"
11190
11191 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11192 -
11193   type: "plot"
11194   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11195   algorithm: "plot_performance_box"
11196   output-file-type: ".html"
11197   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11198   data: "plot-vpp-throughput-latency-3n-hsw"
11199   filter: "'NIC_Intel-X520-DA2' and
11200            '64B' and
11201            'NDRPDR' and
11202            'ETH' and
11203            '1T1C' and
11204            ('L2BDMACLRN' or 'L2XCFWD') and
11205            'VHOST_1024' and
11206            not 'CFS_OPT' and
11207            not 'VXLAN' and
11208            not 'IP4FWD' and
11209            not 'DOT1Q'"
11210   parameters:
11211   - "throughput"
11212   - "parent"
11213   - "tags"
11214   sort:
11215   - "1VM"
11216   - "L2XCFWD"
11217   - "1VM"
11218   - "L2BDMACLRN"
11219   traces:
11220     hoverinfo: "x+y"
11221     boxpoints: "outliers"
11222     whiskerwidth: 0
11223   layout:
11224     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11225     layout: "plot-throughput"
11226
11227 -
11228   type: "plot"
11229   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11230   algorithm: "plot_performance_box"
11231   output-file-type: ".html"
11232   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11233   data: "plot-vpp-throughput-latency-3n-hsw"
11234   filter: "'NIC_Intel-X520-DA2' and
11235            '64B' and
11236            'NDRPDR' and
11237            'ETH' and
11238            '1T1C' and
11239            ('L2BDMACLRN' or 'L2XCFWD') and
11240            'VHOST_1024' and
11241            not 'CFS_OPT' and
11242            not 'VXLAN' and
11243            not 'IP4FWD' and
11244            not 'DOT1Q'"
11245   parameters:
11246   - "throughput"
11247   - "parent"
11248   - "tags"
11249   sort:
11250   - "1VM"
11251   - "L2XCFWD"
11252   - "1VM"
11253   - "L2BDMACLRN"
11254   traces:
11255     hoverinfo: "x+y"
11256     boxpoints: "outliers"
11257     whiskerwidth: 0
11258   layout:
11259     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11260     layout: "plot-throughput"
11261
11262 -
11263   type: "plot"
11264   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11265   algorithm: "plot_performance_box"
11266   output-file-type: ".html"
11267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11268   data: "plot-vpp-throughput-latency-3n-hsw"
11269   filter: "'NIC_Intel-X520-DA2' and
11270            '64B' and
11271            'NDRPDR' and
11272            'ETH' and
11273            '2T2C' and
11274            ('L2BDMACLRN' or 'L2XCFWD') and
11275            'VHOST_1024' and
11276            not 'CFS_OPT' and
11277            not 'VXLAN' and
11278            not 'IP4FWD' and
11279            not 'DOT1Q'"
11280   parameters:
11281   - "throughput"
11282   - "parent"
11283   - "tags"
11284   sort:
11285   - "1VM"
11286   - "L2XCFWD"
11287   - "1VM"
11288   - "L2BDMACLRN"
11289   traces:
11290     hoverinfo: "x+y"
11291     boxpoints: "outliers"
11292     whiskerwidth: 0
11293   layout:
11294     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11295     layout: "plot-throughput"
11296
11297 -
11298   type: "plot"
11299   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11300   algorithm: "plot_performance_box"
11301   output-file-type: ".html"
11302   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11303   data: "plot-vpp-throughput-latency-3n-hsw"
11304   filter: "'NIC_Intel-X520-DA2' and
11305            '64B' and
11306            'NDRPDR' and
11307            'ETH' and
11308            '2T2C' and
11309            ('L2BDMACLRN' or 'L2XCFWD') and
11310            'VHOST_1024' and
11311            not 'CFS_OPT' and
11312            not 'VXLAN' and
11313            not 'IP4FWD' and
11314            not 'DOT1Q'"
11315   parameters:
11316   - "throughput"
11317   - "parent"
11318   - "tags"
11319   sort:
11320   - "1VM"
11321   - "L2XCFWD"
11322   - "1VM"
11323   - "L2BDMACLRN"
11324   traces:
11325     hoverinfo: "x+y"
11326     boxpoints: "outliers"
11327     whiskerwidth: 0
11328   layout:
11329     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11330     layout: "plot-throughput"
11331
11332 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11333 -
11334   type: "plot"
11335   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11336   algorithm: "plot_performance_box"
11337   output-file-type: ".html"
11338   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11339   data: "plot-vpp-throughput-latency-3n-hsw"
11340   filter: "'NIC_Intel-X710' and
11341            '64B' and
11342            'NDRPDR' and
11343            'ETH' and
11344            'IP4FWD' and
11345            '1T1C' and
11346            'VHOST_1024' and
11347            not 'VXLAN' and
11348            not 'DOT1Q'"
11349   parameters:
11350   - "throughput"
11351   - "parent"
11352   - "tags"
11353   sort:
11354   - "not CFS_OPT"
11355   - "1VM"
11356   - "2VM"
11357   traces:
11358     hoverinfo: "x+y"
11359     boxpoints: "outliers"
11360     whiskerwidth: 0
11361   layout:
11362     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11363     layout: "plot-throughput"
11364
11365 -
11366   type: "plot"
11367   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11368   algorithm: "plot_performance_box"
11369   output-file-type: ".html"
11370   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11371   data: "plot-vpp-throughput-latency-3n-hsw"
11372   filter: "'NIC_Intel-X710' and
11373            '64B' and
11374            'NDRPDR' and
11375            'ETH' and
11376            'IP4FWD' and
11377            '2T2C' and
11378            'VHOST_1024' and
11379            not 'VXLAN' and
11380            not 'DOT1Q'"
11381   parameters:
11382   - "throughput"
11383   - "parent"
11384   - "tags"
11385   sort:
11386   - "not CFS_OPT"
11387   - "1VM"
11388   - "2VM"
11389   traces:
11390     hoverinfo: "x+y"
11391     boxpoints: "outliers"
11392     whiskerwidth: 0
11393   layout:
11394     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11395     layout: "plot-throughput"
11396
11397 -
11398   type: "plot"
11399   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11400   algorithm: "plot_performance_box"
11401   output-file-type: ".html"
11402   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11403   data: "plot-vpp-throughput-latency-3n-hsw"
11404   filter: "'NIC_Intel-X710' and
11405            '64B' and
11406            'NDRPDR' and
11407            'ETH' and
11408            'IP4FWD' and
11409            '1T1C' and
11410            'VHOST_1024' and
11411            not 'VXLAN' and
11412            not 'DOT1Q'"
11413   parameters:
11414   - "throughput"
11415   - "parent"
11416   - "tags"
11417   sort:
11418   - "not CFS_OPT"
11419   - "1VM"
11420   - "2VM"
11421   traces:
11422     hoverinfo: "x+y"
11423     boxpoints: "outliers"
11424     whiskerwidth: 0
11425   layout:
11426     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11427     layout: "plot-throughput"
11428
11429 -
11430   type: "plot"
11431   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11432   algorithm: "plot_performance_box"
11433   output-file-type: ".html"
11434   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11435   data: "plot-vpp-throughput-latency-3n-hsw"
11436   filter: "'NIC_Intel-X710' and
11437            '64B' and
11438            'NDRPDR' and
11439            'ETH' and
11440            'IP4FWD' and
11441            '2T2C' and
11442            'VHOST_1024' and
11443            not 'VXLAN' and
11444            not 'DOT1Q'"
11445   parameters:
11446   - "throughput"
11447   - "parent"
11448   - "tags"
11449   sort:
11450   - "not CFS_OPT"
11451   - "1VM"
11452   - "2VM"
11453   traces:
11454     hoverinfo: "x+y"
11455     boxpoints: "outliers"
11456     whiskerwidth: 0
11457   layout:
11458     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11459     layout: "plot-throughput"
11460
11461 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11462 -
11463   type: "plot"
11464   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11465   algorithm: "plot_performance_box"
11466   output-file-type: ".html"
11467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11468   data: "plot-vpp-throughput-latency-3n-hsw"
11469   filter: "'NIC_Intel-X710' and
11470            '64B' and
11471            'NDRPDR' and
11472            'ETH' and
11473            '1T1C' and
11474            'L2BDMACLRN' and
11475            'VHOST_1024' and
11476            not 'VXLAN' and
11477            not 'IP4FWD' and
11478            not 'DOT1Q' and
11479            not '2VM'"
11480   parameters:
11481   - "throughput"
11482   - "parent"
11483   - "tags"
11484   sort:
11485   - "VM"  # "not CFS_OPT"
11486   - "CFS_OPT"
11487   - "FIB_10K"
11488   - "FIB_100K"
11489   - "FIB_1M"
11490   traces:
11491     hoverinfo: "x+y"
11492     boxpoints: "outliers"
11493     whiskerwidth: 0
11494   layout:
11495     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11496     layout: "plot-throughput"
11497
11498 -
11499   type: "plot"
11500   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11501   algorithm: "plot_performance_box"
11502   output-file-type: ".html"
11503   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11504   data: "plot-vpp-throughput-latency-3n-hsw"
11505   filter: "'NIC_Intel-X710' and
11506            '64B' and
11507            'NDRPDR' and
11508            'ETH' and
11509            '2T2C' and
11510            'L2BDMACLRN' and
11511            'VHOST_1024' and
11512            not 'VXLAN' and
11513            not 'IP4FWD' and
11514            not 'DOT1Q' and
11515            not '2VM'"
11516   parameters:
11517   - "throughput"
11518   - "parent"
11519   - "tags"
11520   sort:
11521   - "VM"  # "not CFS_OPT"
11522   - "CFS_OPT"
11523   - "FIB_10K"
11524   - "FIB_100K"
11525   - "FIB_1M"
11526   traces:
11527     hoverinfo: "x+y"
11528     boxpoints: "outliers"
11529     whiskerwidth: 0
11530   layout:
11531     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11532     layout: "plot-throughput"
11533
11534 -
11535   type: "plot"
11536   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11537   algorithm: "plot_performance_box"
11538   output-file-type: ".html"
11539   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11540   data: "plot-vpp-throughput-latency-3n-hsw"
11541   filter: "'NIC_Intel-X710' and
11542            '64B' and
11543            'NDRPDR' and
11544            'ETH' and
11545            '1T1C' and
11546            'L2BDMACLRN' and
11547            'VHOST_1024' and
11548            not 'VXLAN' and
11549            not 'IP4FWD' and
11550            not 'DOT1Q' and
11551            not '2VM'"
11552   parameters:
11553   - "throughput"
11554   - "parent"
11555   - "tags"
11556   sort:
11557   - "VM"  # "not CFS_OPT"
11558   - "CFS_OPT"
11559   - "FIB_10K"
11560   - "FIB_100K"
11561   - "FIB_1M"
11562   traces:
11563     hoverinfo: "x+y"
11564     boxpoints: "outliers"
11565     whiskerwidth: 0
11566   layout:
11567     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11568     layout: "plot-throughput"
11569
11570 -
11571   type: "plot"
11572   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11573   algorithm: "plot_performance_box"
11574   output-file-type: ".html"
11575   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11576   data: "plot-vpp-throughput-latency-3n-hsw"
11577   filter: "'NIC_Intel-X710' and
11578            '64B' and
11579            'NDRPDR' and
11580            'ETH' and
11581            '2T2C' and
11582            'L2BDMACLRN' and
11583            'VHOST_1024' and
11584            not 'VXLAN' and
11585            not 'IP4FWD' and
11586            not 'DOT1Q' and
11587            not '2VM'"
11588   parameters:
11589   - "throughput"
11590   - "parent"
11591   - "tags"
11592   sort:
11593   - "VM"  # "not CFS_OPT"
11594   - "CFS_OPT"
11595   - "FIB_10K"
11596   - "FIB_100K"
11597   - "FIB_1M"
11598   traces:
11599     hoverinfo: "x+y"
11600     boxpoints: "outliers"
11601     whiskerwidth: 0
11602   layout:
11603     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11604     layout: "plot-throughput"
11605
11606 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11607 -
11608   type: "plot"
11609   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11610   algorithm: "plot_performance_box"
11611   output-file-type: ".html"
11612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11613   data: "plot-vpp-throughput-latency-3n-hsw"
11614   filter: "'NIC_Intel-X710' and
11615            '64B' and
11616            'NDRPDR' and
11617            'ETH' and
11618            'BASE' and
11619            '1T1C' and
11620            ('L2BDMACLRN' or 'L2XCFWD') and
11621            'VHOST_1024' and
11622            not 'VXLAN' and
11623            not 'IP4FWD' and
11624            not 'DOT1Q' and
11625            not '2VM'"
11626   parameters:
11627   - "throughput"
11628   - "parent"
11629   - "tags"
11630   sort:
11631   - "not CFS_OPT"
11632   - "L2XCFWD"
11633   - "not CFS_OPT"
11634   - "CFS_OPT"
11635   traces:
11636     hoverinfo: "x+y"
11637     boxpoints: "outliers"
11638     whiskerwidth: 0
11639   layout:
11640     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11641     layout: "plot-throughput"
11642
11643 -
11644   type: "plot"
11645   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11646   algorithm: "plot_performance_box"
11647   output-file-type: ".html"
11648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11649   data: "plot-vpp-throughput-latency-3n-hsw"
11650   filter: "'NIC_Intel-X710' and
11651            '64B' and
11652            'NDRPDR' and
11653            'ETH' and
11654            'BASE' and
11655            '1T1C' and
11656            ('L2BDMACLRN' or 'L2XCFWD') and
11657            'VHOST_1024' and
11658            not 'VXLAN' and
11659            not 'IP4FWD' and
11660            not 'DOT1Q' and
11661            not '2VM'"
11662   parameters:
11663   - "throughput"
11664   - "parent"
11665   - "tags"
11666   sort:
11667   - "not CFS_OPT"
11668   - "L2XCFWD"
11669   - "not CFS_OPT"
11670   - "CFS_OPT"
11671   traces:
11672     hoverinfo: "x+y"
11673     boxpoints: "outliers"
11674     whiskerwidth: 0
11675   layout:
11676     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11677     layout: "plot-throughput"
11678
11679 -
11680   type: "plot"
11681   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11682   algorithm: "plot_performance_box"
11683   output-file-type: ".html"
11684   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11685   data: "plot-vpp-throughput-latency-3n-hsw"
11686   filter: "'NIC_Intel-X710' and
11687            '64B' and
11688            'NDRPDR' and
11689            'ETH' and
11690            'BASE' and
11691            '2T2C' and
11692            ('L2BDMACLRN' or 'L2XCFWD') and
11693            'VHOST_1024' and
11694            not 'VXLAN' and
11695            not 'IP4FWD' and
11696            not 'DOT1Q' and
11697            not '2VM'"
11698   parameters:
11699   - "throughput"
11700   - "parent"
11701   - "tags"
11702   sort:
11703   - "not CFS_OPT"
11704   - "L2XCFWD"
11705   - "not CFS_OPT"
11706   - "CFS_OPT"
11707   traces:
11708     hoverinfo: "x+y"
11709     boxpoints: "outliers"
11710     whiskerwidth: 0
11711   layout:
11712     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11713     layout: "plot-throughput"
11714
11715 -
11716   type: "plot"
11717   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11718   algorithm: "plot_performance_box"
11719   output-file-type: ".html"
11720   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11721   data: "plot-vpp-throughput-latency-3n-hsw"
11722   filter: "'NIC_Intel-X710' and
11723            '64B' and
11724            'NDRPDR' and
11725            'ETH' and
11726            'BASE' and
11727            '2T2C' and
11728            ('L2BDMACLRN' or 'L2XCFWD') and
11729            'VHOST_1024' and
11730            not 'VXLAN' and
11731            not 'IP4FWD' and
11732            not 'DOT1Q' and
11733            not '2VM'"
11734   parameters:
11735   - "throughput"
11736   - "parent"
11737   - "tags"
11738   sort:
11739   - "not CFS_OPT"
11740   - "L2XCFWD"
11741   - "not CFS_OPT"
11742   - "CFS_OPT"
11743   traces:
11744     hoverinfo: "x+y"
11745     boxpoints: "outliers"
11746     whiskerwidth: 0
11747   layout:
11748     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11749     layout: "plot-throughput"
11750
11751 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11752 -
11753   type: "plot"
11754   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11755   algorithm: "plot_performance_box"
11756   output-file-type: ".html"
11757   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11758   data: "plot-vpp-throughput-latency-3n-hsw"
11759   filter: "'NIC_Intel-X710' and
11760            '64B' and
11761            'NDRPDR' and
11762            'ETH' and
11763            '1T1C' and
11764            ('L2BDMACLRN' or 'L2XCFWD') and
11765            'VHOST_1024' and
11766            not 'CFS_OPT' and
11767            not 'VXLAN' and
11768            not 'IP4FWD' and
11769            not 'DOT1Q'"
11770   parameters:
11771   - "throughput"
11772   - "parent"
11773   - "tags"
11774   sort:
11775   - "1VM"
11776   - "L2XCFWD"
11777   - "1VM"
11778   - "L2BDMACLRN"
11779   traces:
11780     hoverinfo: "x+y"
11781     boxpoints: "outliers"
11782     whiskerwidth: 0
11783   layout:
11784     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11785     layout: "plot-throughput"
11786
11787 -
11788   type: "plot"
11789   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11790   algorithm: "plot_performance_box"
11791   output-file-type: ".html"
11792   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11793   data: "plot-vpp-throughput-latency-3n-hsw"
11794   filter: "'NIC_Intel-X710' and
11795            '64B' and
11796            'NDRPDR' and
11797            'ETH' and
11798            '1T1C' and
11799            ('L2BDMACLRN' or 'L2XCFWD') and
11800            'VHOST_1024' and
11801            not 'CFS_OPT' and
11802            not 'VXLAN' and
11803            not 'IP4FWD' and
11804            not 'DOT1Q'"
11805   parameters:
11806   - "throughput"
11807   - "parent"
11808   - "tags"
11809   sort:
11810   - "1VM"
11811   - "L2XCFWD"
11812   - "1VM"
11813   - "L2BDMACLRN"
11814   traces:
11815     hoverinfo: "x+y"
11816     boxpoints: "outliers"
11817     whiskerwidth: 0
11818   layout:
11819     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11820     layout: "plot-throughput"
11821
11822 -
11823   type: "plot"
11824   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11825   algorithm: "plot_performance_box"
11826   output-file-type: ".html"
11827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11828   data: "plot-vpp-throughput-latency-3n-hsw"
11829   filter: "'NIC_Intel-X710' and
11830            '64B' and
11831            'NDRPDR' and
11832            'ETH' and
11833            '2T2C' and
11834            ('L2BDMACLRN' or 'L2XCFWD') and
11835            'VHOST_1024' and
11836            not 'CFS_OPT' and
11837            not 'VXLAN' and
11838            not 'IP4FWD' and
11839            not 'DOT1Q'"
11840   parameters:
11841   - "throughput"
11842   - "parent"
11843   - "tags"
11844   sort:
11845   - "1VM"
11846   - "L2XCFWD"
11847   - "1VM"
11848   - "L2BDMACLRN"
11849   traces:
11850     hoverinfo: "x+y"
11851     boxpoints: "outliers"
11852     whiskerwidth: 0
11853   layout:
11854     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11855     layout: "plot-throughput"
11856
11857 -
11858   type: "plot"
11859   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11860   algorithm: "plot_performance_box"
11861   output-file-type: ".html"
11862   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11863   data: "plot-vpp-throughput-latency-3n-hsw"
11864   filter: "'NIC_Intel-X710' and
11865            '64B' and
11866            'NDRPDR' and
11867            'ETH' and
11868            '2T2C' and
11869            ('L2BDMACLRN' or 'L2XCFWD') and
11870            'VHOST_1024' and
11871            not 'CFS_OPT' and
11872            not 'VXLAN' and
11873            not 'IP4FWD' and
11874            not 'DOT1Q'"
11875   parameters:
11876   - "throughput"
11877   - "parent"
11878   - "tags"
11879   sort:
11880   - "1VM"
11881   - "L2XCFWD"
11882   - "1VM"
11883   - "L2BDMACLRN"
11884   traces:
11885     hoverinfo: "x+y"
11886     boxpoints: "outliers"
11887     whiskerwidth: 0
11888   layout:
11889     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
11890     layout: "plot-throughput"
11891
11892 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
11893 -
11894   type: "plot"
11895   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11896   algorithm: "plot_performance_box"
11897   output-file-type: ".html"
11898   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11899   data: "plot-vpp-throughput-latency-3n-hsw"
11900   filter: "'NIC_Intel-XL710' and
11901            '64B' and
11902            'NDRPDR' and
11903            'ETH' and
11904            'IP4FWD' and
11905            '1T1C' and
11906            'VHOST_1024' and
11907            not 'VXLAN' and
11908            not 'DOT1Q'"
11909   parameters:
11910   - "throughput"
11911   - "parent"
11912   - "tags"
11913   sort:
11914   - "not CFS_OPT"
11915   - "1VM"
11916   - "2VM"
11917   traces:
11918     hoverinfo: "x+y"
11919     boxpoints: "outliers"
11920     whiskerwidth: 0
11921   layout:
11922     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
11923     layout: "plot-throughput"
11924
11925 -
11926   type: "plot"
11927   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11928   algorithm: "plot_performance_box"
11929   output-file-type: ".html"
11930   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11931   data: "plot-vpp-throughput-latency-3n-hsw"
11932   filter: "'NIC_Intel-XL710' and
11933            '64B' and
11934            'NDRPDR' and
11935            'ETH' and
11936            'IP4FWD' and
11937            '2T2C' and
11938            'VHOST_1024' and
11939            not 'VXLAN' and
11940            not 'DOT1Q'"
11941   parameters:
11942   - "throughput"
11943   - "parent"
11944   - "tags"
11945   sort:
11946   - "not CFS_OPT"
11947   - "1VM"
11948   - "2VM"
11949   traces:
11950     hoverinfo: "x+y"
11951     boxpoints: "outliers"
11952     whiskerwidth: 0
11953   layout:
11954     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
11955     layout: "plot-throughput"
11956
11957 -
11958   type: "plot"
11959   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11960   algorithm: "plot_performance_box"
11961   output-file-type: ".html"
11962   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11963   data: "plot-vpp-throughput-latency-3n-hsw"
11964   filter: "'NIC_Intel-XL710' and
11965            '64B' and
11966            'NDRPDR' and
11967            'ETH' and
11968            'IP4FWD' and
11969            '1T1C' and
11970            'VHOST_1024' and
11971            not 'VXLAN' and
11972            not 'DOT1Q'"
11973   parameters:
11974   - "throughput"
11975   - "parent"
11976   - "tags"
11977   sort:
11978   - "not CFS_OPT"
11979   - "1VM"
11980   - "2VM"
11981   traces:
11982     hoverinfo: "x+y"
11983     boxpoints: "outliers"
11984     whiskerwidth: 0
11985   layout:
11986     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
11987     layout: "plot-throughput"
11988
11989 -
11990   type: "plot"
11991   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11992   algorithm: "plot_performance_box"
11993   output-file-type: ".html"
11994   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
11995   data: "plot-vpp-throughput-latency-3n-hsw"
11996   filter: "'NIC_Intel-XL710' and
11997            '64B' and
11998            'NDRPDR' and
11999            'ETH' and
12000            'IP4FWD' and
12001            '2T2C' and
12002            'VHOST_1024' and
12003            not 'VXLAN' and
12004            not 'DOT1Q'"
12005   parameters:
12006   - "throughput"
12007   - "parent"
12008   - "tags"
12009   sort:
12010   - "not CFS_OPT"
12011   - "1VM"
12012   - "2VM"
12013   traces:
12014     hoverinfo: "x+y"
12015     boxpoints: "outliers"
12016     whiskerwidth: 0
12017   layout:
12018     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12019     layout: "plot-throughput"
12020
12021 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12022 -
12023   type: "plot"
12024   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12025   algorithm: "plot_performance_box"
12026   output-file-type: ".html"
12027   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12028   data: "plot-vpp-throughput-latency-3n-hsw"
12029   filter: "'NIC_Intel-XL710' and
12030            '64B' and
12031            'NDRPDR' and
12032            'ETH' and
12033            '1T1C' and
12034            'L2BDMACLRN' and
12035            'VHOST_1024' and
12036            not 'VXLAN' and
12037            not 'IP4FWD' and
12038            not 'DOT1Q' and
12039            not '2VM'"
12040   parameters:
12041   - "throughput"
12042   - "parent"
12043   - "tags"
12044   sort:
12045   - "VM"  # "not CFS_OPT"
12046   - "CFS_OPT"
12047   - "FIB_10K"
12048   - "FIB_100K"
12049   - "FIB_1M"
12050   traces:
12051     hoverinfo: "x+y"
12052     boxpoints: "outliers"
12053     whiskerwidth: 0
12054   layout:
12055     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12056     layout: "plot-throughput"
12057
12058 -
12059   type: "plot"
12060   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12061   algorithm: "plot_performance_box"
12062   output-file-type: ".html"
12063   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12064   data: "plot-vpp-throughput-latency-3n-hsw"
12065   filter: "'NIC_Intel-XL710' and
12066            '64B' and
12067            'NDRPDR' and
12068            'ETH' and
12069            '2T2C' and
12070            'L2BDMACLRN' and
12071            'VHOST_1024' and
12072            not 'VXLAN' and
12073            not 'IP4FWD' and
12074            not 'DOT1Q' and
12075            not '2VM'"
12076   parameters:
12077   - "throughput"
12078   - "parent"
12079   - "tags"
12080   sort:
12081   - "VM"  # "not CFS_OPT"
12082   - "CFS_OPT"
12083   - "FIB_10K"
12084   - "FIB_100K"
12085   - "FIB_1M"
12086   traces:
12087     hoverinfo: "x+y"
12088     boxpoints: "outliers"
12089     whiskerwidth: 0
12090   layout:
12091     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12092     layout: "plot-throughput"
12093
12094 -
12095   type: "plot"
12096   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12097   algorithm: "plot_performance_box"
12098   output-file-type: ".html"
12099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12100   data: "plot-vpp-throughput-latency-3n-hsw"
12101   filter: "'NIC_Intel-XL710' and
12102            '64B' and
12103            'NDRPDR' and
12104            'ETH' and
12105            '1T1C' and
12106            'L2BDMACLRN' and
12107            'VHOST_1024' and
12108            not 'VXLAN' and
12109            not 'IP4FWD' and
12110            not 'DOT1Q' and
12111            not '2VM'"
12112   parameters:
12113   - "throughput"
12114   - "parent"
12115   - "tags"
12116   sort:
12117   - "VM"  # "not CFS_OPT"
12118   - "CFS_OPT"
12119   - "FIB_10K"
12120   - "FIB_100K"
12121   - "FIB_1M"
12122   traces:
12123     hoverinfo: "x+y"
12124     boxpoints: "outliers"
12125     whiskerwidth: 0
12126   layout:
12127     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12128     layout: "plot-throughput"
12129
12130 -
12131   type: "plot"
12132   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12133   algorithm: "plot_performance_box"
12134   output-file-type: ".html"
12135   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12136   data: "plot-vpp-throughput-latency-3n-hsw"
12137   filter: "'NIC_Intel-XL710' and
12138            '64B' and
12139            'NDRPDR' and
12140            'ETH' and
12141            '2T2C' and
12142            'L2BDMACLRN' and
12143            'VHOST_1024' and
12144            not 'VXLAN' and
12145            not 'IP4FWD' and
12146            not 'DOT1Q' and
12147            not '2VM'"
12148   parameters:
12149   - "throughput"
12150   - "parent"
12151   - "tags"
12152   sort:
12153   - "VM"  # "not CFS_OPT"
12154   - "CFS_OPT"
12155   - "FIB_10K"
12156   - "FIB_100K"
12157   - "FIB_1M"
12158   traces:
12159     hoverinfo: "x+y"
12160     boxpoints: "outliers"
12161     whiskerwidth: 0
12162   layout:
12163     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12164     layout: "plot-throughput"
12165
12166 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12167 -
12168   type: "plot"
12169   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12170   algorithm: "plot_performance_box"
12171   output-file-type: ".html"
12172   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12173   data: "plot-vpp-throughput-latency-3n-hsw"
12174   filter: "'NIC_Intel-XL710' and
12175            '64B' and
12176            'NDRPDR' and
12177            'ETH' and
12178            'BASE' and
12179            '1T1C' and
12180            ('L2BDMACLRN' or 'L2XCFWD') and
12181            'VHOST_1024' and
12182            not 'VXLAN' and
12183            not 'IP4FWD' and
12184            not 'DOT1Q' and
12185            not '2VM'"
12186   parameters:
12187   - "throughput"
12188   - "parent"
12189   - "tags"
12190   sort:
12191   - "not CFS_OPT"
12192   - "L2XCFWD"
12193   - "not CFS_OPT"
12194   - "CFS_OPT"
12195   traces:
12196     hoverinfo: "x+y"
12197     boxpoints: "outliers"
12198     whiskerwidth: 0
12199   layout:
12200     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12201     layout: "plot-throughput"
12202
12203 -
12204   type: "plot"
12205   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12206   algorithm: "plot_performance_box"
12207   output-file-type: ".html"
12208   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12209   data: "plot-vpp-throughput-latency-3n-hsw"
12210   filter: "'NIC_Intel-XL710' and
12211            '64B' and
12212            'NDRPDR' and
12213            'ETH' and
12214            'BASE' and
12215            '1T1C' and
12216            ('L2BDMACLRN' or 'L2XCFWD') and
12217            'VHOST_1024' and
12218            not 'VXLAN' and
12219            not 'IP4FWD' and
12220            not 'DOT1Q' and
12221            not '2VM'"
12222   parameters:
12223   - "throughput"
12224   - "parent"
12225   - "tags"
12226   sort:
12227   - "not CFS_OPT"
12228   - "L2XCFWD"
12229   - "not CFS_OPT"
12230   - "CFS_OPT"
12231   traces:
12232     hoverinfo: "x+y"
12233     boxpoints: "outliers"
12234     whiskerwidth: 0
12235   layout:
12236     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12237     layout: "plot-throughput"
12238
12239 -
12240   type: "plot"
12241   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12242   algorithm: "plot_performance_box"
12243   output-file-type: ".html"
12244   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12245   data: "plot-vpp-throughput-latency-3n-hsw"
12246   filter: "'NIC_Intel-XL710' and
12247            '64B' and
12248            'NDRPDR' and
12249            'ETH' and
12250            'BASE' and
12251            '2T2C' and
12252            ('L2BDMACLRN' or 'L2XCFWD') and
12253            'VHOST_1024' and
12254            not 'VXLAN' and
12255            not 'IP4FWD' and
12256            not 'DOT1Q' and
12257            not '2VM'"
12258   parameters:
12259   - "throughput"
12260   - "parent"
12261   - "tags"
12262   sort:
12263   - "not CFS_OPT"
12264   - "L2XCFWD"
12265   - "not CFS_OPT"
12266   - "CFS_OPT"
12267   traces:
12268     hoverinfo: "x+y"
12269     boxpoints: "outliers"
12270     whiskerwidth: 0
12271   layout:
12272     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12273     layout: "plot-throughput"
12274
12275 -
12276   type: "plot"
12277   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12278   algorithm: "plot_performance_box"
12279   output-file-type: ".html"
12280   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12281   data: "plot-vpp-throughput-latency-3n-hsw"
12282   filter: "'NIC_Intel-XL710' and
12283            '64B' and
12284            'NDRPDR' and
12285            'ETH' and
12286            'BASE' and
12287            '2T2C' and
12288            ('L2BDMACLRN' or 'L2XCFWD') and
12289            'VHOST_1024' and
12290            not 'VXLAN' and
12291            not 'IP4FWD' and
12292            not 'DOT1Q' and
12293            not '2VM'"
12294   parameters:
12295   - "throughput"
12296   - "parent"
12297   - "tags"
12298   sort:
12299   - "not CFS_OPT"
12300   - "L2XCFWD"
12301   - "not CFS_OPT"
12302   - "CFS_OPT"
12303   traces:
12304     hoverinfo: "x+y"
12305     boxpoints: "outliers"
12306     whiskerwidth: 0
12307   layout:
12308     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12309     layout: "plot-throughput"
12310
12311 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12312 -
12313   type: "plot"
12314   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12315   algorithm: "plot_performance_box"
12316   output-file-type: ".html"
12317   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12318   data: "plot-vpp-throughput-latency-3n-hsw"
12319   filter: "'NIC_Intel-XL710' and
12320            '64B' and
12321            'NDRPDR' and
12322            'ETH' and
12323            '1T1C' and
12324            ('L2BDMACLRN' or 'L2XCFWD') and
12325            'VHOST_1024' and
12326            not 'CFS_OPT' and
12327            not 'VXLAN' and
12328            not 'IP4FWD' and
12329            not 'DOT1Q'"
12330   parameters:
12331   - "throughput"
12332   - "parent"
12333   - "tags"
12334   sort:
12335   - "1VM"
12336   - "L2XCFWD"
12337   - "1VM"
12338   - "L2BDMACLRN"
12339   traces:
12340     hoverinfo: "x+y"
12341     boxpoints: "outliers"
12342     whiskerwidth: 0
12343   layout:
12344     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12345     layout: "plot-throughput"
12346
12347 -
12348   type: "plot"
12349   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12350   algorithm: "plot_performance_box"
12351   output-file-type: ".html"
12352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12353   data: "plot-vpp-throughput-latency-3n-hsw"
12354   filter: "'NIC_Intel-XL710' and
12355            '64B' and
12356            'NDRPDR' and
12357            'ETH' and
12358            '1T1C' and
12359            ('L2BDMACLRN' or 'L2XCFWD') and
12360            'VHOST_1024' and
12361            not 'CFS_OPT' and
12362            not 'VXLAN' and
12363            not 'IP4FWD' and
12364            not 'DOT1Q'"
12365   parameters:
12366   - "throughput"
12367   - "parent"
12368   - "tags"
12369   sort:
12370   - "1VM"
12371   - "L2XCFWD"
12372   - "1VM"
12373   - "L2BDMACLRN"
12374   traces:
12375     hoverinfo: "x+y"
12376     boxpoints: "outliers"
12377     whiskerwidth: 0
12378   layout:
12379     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12380     layout: "plot-throughput"
12381
12382 -
12383   type: "plot"
12384   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12385   algorithm: "plot_performance_box"
12386   output-file-type: ".html"
12387   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12388   data: "plot-vpp-throughput-latency-3n-hsw"
12389   filter: "'NIC_Intel-XL710' and
12390            '64B' and
12391            'NDRPDR' and
12392            'ETH' and
12393            '2T2C' and
12394            ('L2BDMACLRN' or 'L2XCFWD') and
12395            'VHOST_1024' and
12396            not 'CFS_OPT' and
12397            not 'VXLAN' and
12398            not 'IP4FWD' and
12399            not 'DOT1Q'"
12400   parameters:
12401   - "throughput"
12402   - "parent"
12403   - "tags"
12404   sort:
12405   - "1VM"
12406   - "L2XCFWD"
12407   - "1VM"
12408   - "L2BDMACLRN"
12409   traces:
12410     hoverinfo: "x+y"
12411     boxpoints: "outliers"
12412     whiskerwidth: 0
12413   layout:
12414     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12415     layout: "plot-throughput"
12416
12417 -
12418   type: "plot"
12419   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12420   algorithm: "plot_performance_box"
12421   output-file-type: ".html"
12422   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12423   data: "plot-vpp-throughput-latency-3n-hsw"
12424   filter: "'NIC_Intel-XL710' and
12425            '64B' and
12426            'NDRPDR' and
12427            'ETH' and
12428            '2T2C' and
12429            ('L2BDMACLRN' or 'L2XCFWD') and
12430            'VHOST_1024' and
12431            not 'CFS_OPT' and
12432            not 'VXLAN' and
12433            not 'IP4FWD' and
12434            not 'DOT1Q'"
12435   parameters:
12436   - "throughput"
12437   - "parent"
12438   - "tags"
12439   sort:
12440   - "1VM"
12441   - "L2XCFWD"
12442   - "1VM"
12443   - "L2BDMACLRN"
12444   traces:
12445     hoverinfo: "x+y"
12446     boxpoints: "outliers"
12447     whiskerwidth: 0
12448   layout:
12449     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12450     layout: "plot-throughput"
12451
12452 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12453 -
12454   type: "plot"
12455   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12456   algorithm: "plot_performance_box"
12457   output-file-type: ".html"
12458   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12459   data: "plot-vpp-throughput-latency-3n-skx"
12460   filter: "'NIC_Intel-X710' and
12461            '64B' and
12462            'NDRPDR' and
12463            'ETH' and
12464            'IP4FWD' and
12465            '2T1C' and
12466            'VHOST_1024' and
12467            not 'VXLAN' and
12468            not 'DOT1Q'"
12469   parameters:
12470   - "throughput"
12471   - "parent"
12472   - "tags"
12473   sort:
12474   - "not CFS_OPT"
12475   - "1VM"
12476   - "2VM"
12477   traces:
12478     hoverinfo: "x+y"
12479     boxpoints: "outliers"
12480     whiskerwidth: 0
12481   layout:
12482     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12483     layout: "plot-throughput"
12484
12485 -
12486   type: "plot"
12487   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12488   algorithm: "plot_performance_box"
12489   output-file-type: ".html"
12490   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12491   data: "plot-vpp-throughput-latency-3n-skx"
12492   filter: "'NIC_Intel-X710' and
12493            '64B' and
12494            'NDRPDR' and
12495            'ETH' and
12496            'IP4FWD' and
12497            '4T2C' and
12498            'VHOST_1024' and
12499            not 'VXLAN' and
12500            not 'DOT1Q'"
12501   parameters:
12502   - "throughput"
12503   - "parent"
12504   - "tags"
12505   sort:
12506   - "not CFS_OPT"
12507   - "1VM"
12508   - "2VM"
12509   traces:
12510     hoverinfo: "x+y"
12511     boxpoints: "outliers"
12512     whiskerwidth: 0
12513   layout:
12514     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12515     layout: "plot-throughput"
12516
12517 -
12518   type: "plot"
12519   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12520   algorithm: "plot_performance_box"
12521   output-file-type: ".html"
12522   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12523   data: "plot-vpp-throughput-latency-3n-skx"
12524   filter: "'NIC_Intel-X710' and
12525            '64B' and
12526            'NDRPDR' and
12527            'ETH' and
12528            'IP4FWD' and
12529            '2T1C' and
12530            'VHOST_1024' and
12531            not 'VXLAN' and
12532            not 'DOT1Q'"
12533   parameters:
12534   - "throughput"
12535   - "parent"
12536   - "tags"
12537   sort:
12538   - "not CFS_OPT"
12539   - "1VM"
12540   - "2VM"
12541   traces:
12542     hoverinfo: "x+y"
12543     boxpoints: "outliers"
12544     whiskerwidth: 0
12545   layout:
12546     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12547     layout: "plot-throughput"
12548
12549 -
12550   type: "plot"
12551   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12552   algorithm: "plot_performance_box"
12553   output-file-type: ".html"
12554   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12555   data: "plot-vpp-throughput-latency-3n-skx"
12556   filter: "'NIC_Intel-X710' and
12557            '64B' and
12558            'NDRPDR' and
12559            'ETH' and
12560            'IP4FWD' and
12561            '4T2C' and
12562            'VHOST_1024' and
12563            not 'VXLAN' and
12564            not 'DOT1Q'"
12565   parameters:
12566   - "throughput"
12567   - "parent"
12568   - "tags"
12569   sort:
12570   - "not CFS_OPT"
12571   - "1VM"
12572   - "2VM"
12573   traces:
12574     hoverinfo: "x+y"
12575     boxpoints: "outliers"
12576     whiskerwidth: 0
12577   layout:
12578     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12579     layout: "plot-throughput"
12580
12581 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12582 -
12583   type: "plot"
12584   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12585   algorithm: "plot_performance_box"
12586   output-file-type: ".html"
12587   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12588   data: "plot-vpp-throughput-latency-3n-skx"
12589   filter: "'NIC_Intel-X710' and
12590            '64B' and
12591            'NDRPDR' and
12592            'ETH' and
12593            '2T1C' and
12594            'L2BDMACLRN' and
12595            'VHOST_1024' and
12596            not 'VXLAN' and
12597            not 'IP4FWD' and
12598            not 'DOT1Q' and
12599            not '2VM'"
12600   parameters:
12601   - "throughput"
12602   - "parent"
12603   - "tags"
12604   sort:
12605   - "VM"  # "not CFS_OPT"
12606   - "CFS_OPT"
12607   - "FIB_10K"
12608   - "FIB_100K"
12609   - "FIB_1M"
12610   traces:
12611     hoverinfo: "x+y"
12612     boxpoints: "outliers"
12613     whiskerwidth: 0
12614   layout:
12615     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12616     layout: "plot-throughput"
12617
12618 -
12619   type: "plot"
12620   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12621   algorithm: "plot_performance_box"
12622   output-file-type: ".html"
12623   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12624   data: "plot-vpp-throughput-latency-3n-skx"
12625   filter: "'NIC_Intel-X710' and
12626            '64B' and
12627            'NDRPDR' and
12628            'ETH' and
12629            '4T2C' and
12630            'L2BDMACLRN' and
12631            'VHOST_1024' and
12632            not 'VXLAN' and
12633            not 'IP4FWD' and
12634            not 'DOT1Q' and
12635            not '2VM'"
12636   parameters:
12637   - "throughput"
12638   - "parent"
12639   - "tags"
12640   sort:
12641   - "VM"  # "not CFS_OPT"
12642   - "CFS_OPT"
12643   - "FIB_10K"
12644   - "FIB_100K"
12645   - "FIB_1M"
12646   traces:
12647     hoverinfo: "x+y"
12648     boxpoints: "outliers"
12649     whiskerwidth: 0
12650   layout:
12651     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12652     layout: "plot-throughput"
12653
12654 -
12655   type: "plot"
12656   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12657   algorithm: "plot_performance_box"
12658   output-file-type: ".html"
12659   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12660   data: "plot-vpp-throughput-latency-3n-skx"
12661   filter: "'NIC_Intel-X710' and
12662            '64B' and
12663            'NDRPDR' and
12664            'ETH' and
12665            '2T1C' and
12666            'L2BDMACLRN' and
12667            'VHOST_1024' and
12668            not 'VXLAN' and
12669            not 'IP4FWD' and
12670            not 'DOT1Q' and
12671            not '2VM'"
12672   parameters:
12673   - "throughput"
12674   - "parent"
12675   - "tags"
12676   sort:
12677   - "VM"  # "not CFS_OPT"
12678   - "CFS_OPT"
12679   - "FIB_10K"
12680   - "FIB_100K"
12681   - "FIB_1M"
12682   traces:
12683     hoverinfo: "x+y"
12684     boxpoints: "outliers"
12685     whiskerwidth: 0
12686   layout:
12687     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12688     layout: "plot-throughput"
12689
12690 -
12691   type: "plot"
12692   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12693   algorithm: "plot_performance_box"
12694   output-file-type: ".html"
12695   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12696   data: "plot-vpp-throughput-latency-3n-skx"
12697   filter: "'NIC_Intel-X710' and
12698            '64B' and
12699            'NDRPDR' and
12700            'ETH' and
12701            '4T2C' and
12702            'L2BDMACLRN' and
12703            'VHOST_1024' and
12704            not 'VXLAN' and
12705            not 'IP4FWD' and
12706            not 'DOT1Q' and
12707            not '2VM'"
12708   parameters:
12709   - "throughput"
12710   - "parent"
12711   - "tags"
12712   sort:
12713   - "VM"  # "not CFS_OPT"
12714   - "CFS_OPT"
12715   - "FIB_10K"
12716   - "FIB_100K"
12717   - "FIB_1M"
12718   traces:
12719     hoverinfo: "x+y"
12720     boxpoints: "outliers"
12721     whiskerwidth: 0
12722   layout:
12723     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12724     layout: "plot-throughput"
12725
12726 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12727 -
12728   type: "plot"
12729   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12730   algorithm: "plot_performance_box"
12731   output-file-type: ".html"
12732   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12733   data: "plot-vpp-throughput-latency-3n-skx"
12734   filter: "'NIC_Intel-X710' and
12735            '64B' and
12736            'NDRPDR' and
12737            'ETH' and
12738            'BASE' and
12739            '2T1C' and
12740            ('L2BDMACLRN' or 'L2XCFWD') and
12741            'VHOST_1024' and
12742            not 'VXLAN' and
12743            not 'IP4FWD' and
12744            not 'DOT1Q' and
12745            not '2VM'"
12746   parameters:
12747   - "throughput"
12748   - "parent"
12749   - "tags"
12750   sort:
12751   - "not CFS_OPT"
12752   - "L2XCFWD"
12753   - "not CFS_OPT"
12754   - "CFS_OPT"
12755   traces:
12756     hoverinfo: "x+y"
12757     boxpoints: "outliers"
12758     whiskerwidth: 0
12759   layout:
12760     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12761     layout: "plot-throughput"
12762
12763 -
12764   type: "plot"
12765   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12766   algorithm: "plot_performance_box"
12767   output-file-type: ".html"
12768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12769   data: "plot-vpp-throughput-latency-3n-skx"
12770   filter: "'NIC_Intel-X710' and
12771            '64B' and
12772            'NDRPDR' and
12773            'ETH' and
12774            'BASE' and
12775            '2T1C' and
12776            ('L2BDMACLRN' or 'L2XCFWD') and
12777            'VHOST_1024' and
12778            not 'VXLAN' and
12779            not 'IP4FWD' and
12780            not 'DOT1Q' and
12781            not '2VM'"
12782   parameters:
12783   - "throughput"
12784   - "parent"
12785   - "tags"
12786   sort:
12787   - "not CFS_OPT"
12788   - "L2XCFWD"
12789   - "not CFS_OPT"
12790   - "CFS_OPT"
12791   traces:
12792     hoverinfo: "x+y"
12793     boxpoints: "outliers"
12794     whiskerwidth: 0
12795   layout:
12796     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12797     layout: "plot-throughput"
12798
12799 -
12800   type: "plot"
12801   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12802   algorithm: "plot_performance_box"
12803   output-file-type: ".html"
12804   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12805   data: "plot-vpp-throughput-latency-3n-skx"
12806   filter: "'NIC_Intel-X710' and
12807            '64B' and
12808            'NDRPDR' and
12809            'ETH' and
12810            'BASE' and
12811            '4T2C' and
12812            ('L2BDMACLRN' or 'L2XCFWD') and
12813            'VHOST_1024' and
12814            not 'VXLAN' and
12815            not 'IP4FWD' and
12816            not 'DOT1Q' and
12817            not '2VM'"
12818   parameters:
12819   - "throughput"
12820   - "parent"
12821   - "tags"
12822   sort:
12823   - "not CFS_OPT"
12824   - "L2XCFWD"
12825   - "not CFS_OPT"
12826   - "CFS_OPT"
12827   traces:
12828     hoverinfo: "x+y"
12829     boxpoints: "outliers"
12830     whiskerwidth: 0
12831   layout:
12832     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12833     layout: "plot-throughput"
12834
12835 -
12836   type: "plot"
12837   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12838   algorithm: "plot_performance_box"
12839   output-file-type: ".html"
12840   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12841   data: "plot-vpp-throughput-latency-3n-skx"
12842   filter: "'NIC_Intel-X710' and
12843            '64B' and
12844            'NDRPDR' and
12845            'ETH' and
12846            'BASE' and
12847            '4T2C' and
12848            ('L2BDMACLRN' or 'L2XCFWD') and
12849            'VHOST_1024' and
12850            not 'VXLAN' and
12851            not 'IP4FWD' and
12852            not 'DOT1Q' and
12853            not '2VM'"
12854   parameters:
12855   - "throughput"
12856   - "parent"
12857   - "tags"
12858   sort:
12859   - "not CFS_OPT"
12860   - "L2XCFWD"
12861   - "not CFS_OPT"
12862   - "CFS_OPT"
12863   traces:
12864     hoverinfo: "x+y"
12865     boxpoints: "outliers"
12866     whiskerwidth: 0
12867   layout:
12868     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12869     layout: "plot-throughput"
12870
12871 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
12872 -
12873   type: "plot"
12874   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12875   algorithm: "plot_performance_box"
12876   output-file-type: ".html"
12877   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12878   data: "plot-vpp-throughput-latency-3n-skx"
12879   filter: "'NIC_Intel-X710' and
12880            '64B' and
12881            'NDRPDR' and
12882            'ETH' and
12883            '2T1C' and
12884            ('L2BDMACLRN' or 'L2XCFWD') and
12885            'VHOST_1024' and
12886            not 'CFS_OPT' and
12887            not 'VXLAN' and
12888            not 'IP4FWD' and
12889            not 'DOT1Q'"
12890   parameters:
12891   - "throughput"
12892   - "parent"
12893   - "tags"
12894   sort:
12895   - "1VM"
12896   - "L2XCFWD"
12897   - "1VM"
12898   - "L2BDMACLRN"
12899   traces:
12900     hoverinfo: "x+y"
12901     boxpoints: "outliers"
12902     whiskerwidth: 0
12903   layout:
12904     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
12905     layout: "plot-throughput"
12906
12907 -
12908   type: "plot"
12909   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12910   algorithm: "plot_performance_box"
12911   output-file-type: ".html"
12912   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12913   data: "plot-vpp-throughput-latency-3n-skx"
12914   filter: "'NIC_Intel-X710' and
12915            '64B' and
12916            'NDRPDR' and
12917            'ETH' and
12918            '2T1C' and
12919            ('L2BDMACLRN' or 'L2XCFWD') and
12920            'VHOST_1024' and
12921            not 'CFS_OPT' and
12922            not 'VXLAN' and
12923            not 'IP4FWD' and
12924            not 'DOT1Q'"
12925   parameters:
12926   - "throughput"
12927   - "parent"
12928   - "tags"
12929   sort:
12930   - "1VM"
12931   - "L2XCFWD"
12932   - "1VM"
12933   - "L2BDMACLRN"
12934   traces:
12935     hoverinfo: "x+y"
12936     boxpoints: "outliers"
12937     whiskerwidth: 0
12938   layout:
12939     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
12940     layout: "plot-throughput"
12941
12942 -
12943   type: "plot"
12944   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12945   algorithm: "plot_performance_box"
12946   output-file-type: ".html"
12947   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12948   data: "plot-vpp-throughput-latency-3n-skx"
12949   filter: "'NIC_Intel-X710' and
12950            '64B' and
12951            'NDRPDR' and
12952            'ETH' and
12953            '4T2C' and
12954            ('L2BDMACLRN' or 'L2XCFWD') and
12955            'VHOST_1024' and
12956            not 'CFS_OPT' and
12957            not 'VXLAN' and
12958            not 'IP4FWD' and
12959            not 'DOT1Q'"
12960   parameters:
12961   - "throughput"
12962   - "parent"
12963   - "tags"
12964   sort:
12965   - "1VM"
12966   - "L2XCFWD"
12967   - "1VM"
12968   - "L2BDMACLRN"
12969   traces:
12970     hoverinfo: "x+y"
12971     boxpoints: "outliers"
12972     whiskerwidth: 0
12973   layout:
12974     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
12975     layout: "plot-throughput"
12976
12977 -
12978   type: "plot"
12979   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
12980   algorithm: "plot_performance_box"
12981   output-file-type: ".html"
12982   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
12983   data: "plot-vpp-throughput-latency-3n-skx"
12984   filter: "'NIC_Intel-X710' and
12985            '64B' and
12986            'NDRPDR' and
12987            'ETH' and
12988            '4T2C' and
12989            ('L2BDMACLRN' or 'L2XCFWD') and
12990            'VHOST_1024' and
12991            not 'CFS_OPT' and
12992            not 'VXLAN' and
12993            not 'IP4FWD' and
12994            not 'DOT1Q'"
12995   parameters:
12996   - "throughput"
12997   - "parent"
12998   - "tags"
12999   sort:
13000   - "1VM"
13001   - "L2XCFWD"
13002   - "1VM"
13003   - "L2BDMACLRN"
13004   traces:
13005     hoverinfo: "x+y"
13006     boxpoints: "outliers"
13007     whiskerwidth: 0
13008   layout:
13009     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13010     layout: "plot-throughput"
13011
13012 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13013 -
13014   type: "plot"
13015   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13016   algorithm: "plot_performance_box"
13017   output-file-type: ".html"
13018   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13019   data: "plot-vpp-throughput-latency-2n-skx"
13020   filter: "'NIC_Intel-X710' and
13021            '64B' and
13022            'NDRPDR' and
13023            'ETH' and
13024            'IP4FWD' and
13025            '2T1C' and
13026            'VHOST_1024' and
13027            not 'VXLAN' and
13028            not 'DOT1Q'"
13029   parameters:
13030   - "throughput"
13031   - "parent"
13032   - "tags"
13033   sort:
13034   - "not CFS_OPT"
13035   - "1VM"
13036   - "2VM"
13037   traces:
13038     hoverinfo: "x+y"
13039     boxpoints: "outliers"
13040     whiskerwidth: 0
13041   layout:
13042     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13043     layout: "plot-throughput"
13044
13045 -
13046   type: "plot"
13047   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13048   algorithm: "plot_performance_box"
13049   output-file-type: ".html"
13050   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13051   data: "plot-vpp-throughput-latency-2n-skx"
13052   filter: "'NIC_Intel-X710' and
13053            '64B' and
13054            'NDRPDR' and
13055            'ETH' and
13056            'IP4FWD' and
13057            '4T2C' and
13058            'VHOST_1024' and
13059            not 'VXLAN' and
13060            not 'DOT1Q'"
13061   parameters:
13062   - "throughput"
13063   - "parent"
13064   - "tags"
13065   sort:
13066   - "not CFS_OPT"
13067   - "1VM"
13068   - "2VM"
13069   traces:
13070     hoverinfo: "x+y"
13071     boxpoints: "outliers"
13072     whiskerwidth: 0
13073   layout:
13074     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13075     layout: "plot-throughput"
13076
13077 -
13078   type: "plot"
13079   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13080   algorithm: "plot_performance_box"
13081   output-file-type: ".html"
13082   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13083   data: "plot-vpp-throughput-latency-2n-skx"
13084   filter: "'NIC_Intel-X710' and
13085            '64B' and
13086            'NDRPDR' and
13087            'ETH' and
13088            'IP4FWD' and
13089            '2T1C' and
13090            'VHOST_1024' and
13091            not 'VXLAN' and
13092            not 'DOT1Q'"
13093   parameters:
13094   - "throughput"
13095   - "parent"
13096   - "tags"
13097   sort:
13098   - "not CFS_OPT"
13099   - "1VM"
13100   - "2VM"
13101   traces:
13102     hoverinfo: "x+y"
13103     boxpoints: "outliers"
13104     whiskerwidth: 0
13105   layout:
13106     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13107     layout: "plot-throughput"
13108
13109 -
13110   type: "plot"
13111   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13112   algorithm: "plot_performance_box"
13113   output-file-type: ".html"
13114   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13115   data: "plot-vpp-throughput-latency-2n-skx"
13116   filter: "'NIC_Intel-X710' and
13117            '64B' and
13118            'NDRPDR' and
13119            'ETH' and
13120            'IP4FWD' and
13121            '4T2C' and
13122            'VHOST_1024' and
13123            not 'VXLAN' and
13124            not 'DOT1Q'"
13125   parameters:
13126   - "throughput"
13127   - "parent"
13128   - "tags"
13129   sort:
13130   - "not CFS_OPT"
13131   - "1VM"
13132   - "2VM"
13133   traces:
13134     hoverinfo: "x+y"
13135     boxpoints: "outliers"
13136     whiskerwidth: 0
13137   layout:
13138     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13139     layout: "plot-throughput"
13140
13141 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13142 -
13143   type: "plot"
13144   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13145   algorithm: "plot_performance_box"
13146   output-file-type: ".html"
13147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13148   data: "plot-vpp-throughput-latency-2n-skx"
13149   filter: "'NIC_Intel-X710' and
13150            '64B' and
13151            'NDRPDR' and
13152            'ETH' and
13153            '2T1C' and
13154            'L2BDMACLRN' and
13155            'VHOST_1024' and
13156            not 'VXLAN' and
13157            not 'IP4FWD' and
13158            not 'DOT1Q' and
13159            not '2VM'"
13160   parameters:
13161   - "throughput"
13162   - "parent"
13163   - "tags"
13164   sort:
13165   - "VM"  # "not CFS_OPT"
13166   - "CFS_OPT"
13167   - "FIB_10K"
13168   - "FIB_100K"
13169   - "FIB_1M"
13170   traces:
13171     hoverinfo: "x+y"
13172     boxpoints: "outliers"
13173     whiskerwidth: 0
13174   layout:
13175     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13176     layout: "plot-throughput"
13177
13178 -
13179   type: "plot"
13180   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13181   algorithm: "plot_performance_box"
13182   output-file-type: ".html"
13183   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13184   data: "plot-vpp-throughput-latency-2n-skx"
13185   filter: "'NIC_Intel-X710' and
13186            '64B' and
13187            'NDRPDR' and
13188            'ETH' and
13189            '4T2C' and
13190            'L2BDMACLRN' and
13191            'VHOST_1024' and
13192            not 'VXLAN' and
13193            not 'IP4FWD' and
13194            not 'DOT1Q' and
13195            not '2VM'"
13196   parameters:
13197   - "throughput"
13198   - "parent"
13199   - "tags"
13200   sort:
13201   - "VM"  # "not CFS_OPT"
13202   - "CFS_OPT"
13203   - "FIB_10K"
13204   - "FIB_100K"
13205   - "FIB_1M"
13206   traces:
13207     hoverinfo: "x+y"
13208     boxpoints: "outliers"
13209     whiskerwidth: 0
13210   layout:
13211     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13212     layout: "plot-throughput"
13213
13214 -
13215   type: "plot"
13216   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13217   algorithm: "plot_performance_box"
13218   output-file-type: ".html"
13219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13220   data: "plot-vpp-throughput-latency-2n-skx"
13221   filter: "'NIC_Intel-X710' and
13222            '64B' and
13223            'NDRPDR' and
13224            'ETH' and
13225            '2T1C' and
13226            'L2BDMACLRN' and
13227            'VHOST_1024' and
13228            not 'VXLAN' and
13229            not 'IP4FWD' and
13230            not 'DOT1Q' and
13231            not '2VM'"
13232   parameters:
13233   - "throughput"
13234   - "parent"
13235   - "tags"
13236   sort:
13237   - "VM"  # "not CFS_OPT"
13238   - "CFS_OPT"
13239   - "FIB_10K"
13240   - "FIB_100K"
13241   - "FIB_1M"
13242   traces:
13243     hoverinfo: "x+y"
13244     boxpoints: "outliers"
13245     whiskerwidth: 0
13246   layout:
13247     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13248     layout: "plot-throughput"
13249
13250 -
13251   type: "plot"
13252   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13253   algorithm: "plot_performance_box"
13254   output-file-type: ".html"
13255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13256   data: "plot-vpp-throughput-latency-2n-skx"
13257   filter: "'NIC_Intel-X710' and
13258            '64B' and
13259            'NDRPDR' and
13260            'ETH' and
13261            '4T2C' and
13262            'L2BDMACLRN' and
13263            'VHOST_1024' and
13264            not 'VXLAN' and
13265            not 'IP4FWD' and
13266            not 'DOT1Q' and
13267            not '2VM'"
13268   parameters:
13269   - "throughput"
13270   - "parent"
13271   - "tags"
13272   sort:
13273   - "VM"  # "not CFS_OPT"
13274   - "CFS_OPT"
13275   - "FIB_10K"
13276   - "FIB_100K"
13277   - "FIB_1M"
13278   traces:
13279     hoverinfo: "x+y"
13280     boxpoints: "outliers"
13281     whiskerwidth: 0
13282   layout:
13283     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13284     layout: "plot-throughput"
13285
13286 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13287 -
13288   type: "plot"
13289   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13290   algorithm: "plot_performance_box"
13291   output-file-type: ".html"
13292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13293   data: "plot-vpp-throughput-latency-2n-skx"
13294   filter: "'NIC_Intel-X710' and
13295            '64B' and
13296            'NDRPDR' and
13297            'ETH' and
13298            'BASE' and
13299            '2T1C' and
13300            ('L2BDMACLRN' or 'L2XCFWD') and
13301            'VHOST_1024' and
13302            not 'VXLAN' and
13303            not 'IP4FWD' and
13304            not 'DOT1Q' and
13305            not '2VM'"
13306   parameters:
13307   - "throughput"
13308   - "parent"
13309   - "tags"
13310   sort:
13311   - "not CFS_OPT"
13312   - "L2XCFWD"
13313   - "not CFS_OPT"
13314   - "CFS_OPT"
13315   traces:
13316     hoverinfo: "x+y"
13317     boxpoints: "outliers"
13318     whiskerwidth: 0
13319   layout:
13320     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13321     layout: "plot-throughput"
13322
13323 -
13324   type: "plot"
13325   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13326   algorithm: "plot_performance_box"
13327   output-file-type: ".html"
13328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13329   data: "plot-vpp-throughput-latency-2n-skx"
13330   filter: "'NIC_Intel-X710' and
13331            '64B' and
13332            'NDRPDR' and
13333            'ETH' and
13334            'BASE' and
13335            '2T1C' and
13336            ('L2BDMACLRN' or 'L2XCFWD') and
13337            'VHOST_1024' and
13338            not 'VXLAN' and
13339            not 'IP4FWD' and
13340            not 'DOT1Q' and
13341            not '2VM'"
13342   parameters:
13343   - "throughput"
13344   - "parent"
13345   - "tags"
13346   sort:
13347   - "not CFS_OPT"
13348   - "L2XCFWD"
13349   - "not CFS_OPT"
13350   - "CFS_OPT"
13351   traces:
13352     hoverinfo: "x+y"
13353     boxpoints: "outliers"
13354     whiskerwidth: 0
13355   layout:
13356     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13357     layout: "plot-throughput"
13358
13359 -
13360   type: "plot"
13361   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13362   algorithm: "plot_performance_box"
13363   output-file-type: ".html"
13364   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13365   data: "plot-vpp-throughput-latency-2n-skx"
13366   filter: "'NIC_Intel-X710' and
13367            '64B' and
13368            'NDRPDR' and
13369            'ETH' and
13370            'BASE' and
13371            '4T2C' and
13372            ('L2BDMACLRN' or 'L2XCFWD') and
13373            'VHOST_1024' and
13374            not 'VXLAN' and
13375            not 'IP4FWD' and
13376            not 'DOT1Q' and
13377            not '2VM'"
13378   parameters:
13379   - "throughput"
13380   - "parent"
13381   - "tags"
13382   sort:
13383   - "not CFS_OPT"
13384   - "L2XCFWD"
13385   - "not CFS_OPT"
13386   - "CFS_OPT"
13387   traces:
13388     hoverinfo: "x+y"
13389     boxpoints: "outliers"
13390     whiskerwidth: 0
13391   layout:
13392     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13393     layout: "plot-throughput"
13394
13395 -
13396   type: "plot"
13397   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13398   algorithm: "plot_performance_box"
13399   output-file-type: ".html"
13400   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13401   data: "plot-vpp-throughput-latency-2n-skx"
13402   filter: "'NIC_Intel-X710' and
13403            '64B' and
13404            'NDRPDR' and
13405            'ETH' and
13406            'BASE' and
13407            '4T2C' and
13408            ('L2BDMACLRN' or 'L2XCFWD') and
13409            'VHOST_1024' and
13410            not 'VXLAN' and
13411            not 'IP4FWD' and
13412            not 'DOT1Q' and
13413            not '2VM'"
13414   parameters:
13415   - "throughput"
13416   - "parent"
13417   - "tags"
13418   sort:
13419   - "not CFS_OPT"
13420   - "L2XCFWD"
13421   - "not CFS_OPT"
13422   - "CFS_OPT"
13423   traces:
13424     hoverinfo: "x+y"
13425     boxpoints: "outliers"
13426     whiskerwidth: 0
13427   layout:
13428     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13429     layout: "plot-throughput"
13430
13431 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13432 -
13433   type: "plot"
13434   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13435   algorithm: "plot_performance_box"
13436   output-file-type: ".html"
13437   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13438   data: "plot-vpp-throughput-latency-2n-skx"
13439   filter: "'NIC_Intel-X710' and
13440            '64B' and
13441            'NDRPDR' and
13442            'ETH' and
13443            '2T1C' and
13444            ('L2BDMACLRN' or 'L2XCFWD') and
13445            'VHOST_1024' and
13446            not 'CFS_OPT' and
13447            not 'VXLAN' and
13448            not 'IP4FWD' and
13449            not 'DOT1Q'"
13450   parameters:
13451   - "throughput"
13452   - "parent"
13453   - "tags"
13454   sort:
13455   - "1VM"
13456   - "L2XCFWD"
13457   - "1VM"
13458   - "L2BDMACLRN"
13459   traces:
13460     hoverinfo: "x+y"
13461     boxpoints: "outliers"
13462     whiskerwidth: 0
13463   layout:
13464     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13465     layout: "plot-throughput"
13466
13467 -
13468   type: "plot"
13469   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13470   algorithm: "plot_performance_box"
13471   output-file-type: ".html"
13472   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13473   data: "plot-vpp-throughput-latency-2n-skx"
13474   filter: "'NIC_Intel-X710' and
13475            '64B' and
13476            'NDRPDR' and
13477            'ETH' and
13478            '2T1C' and
13479            ('L2BDMACLRN' or 'L2XCFWD') and
13480            'VHOST_1024' and
13481            not 'CFS_OPT' and
13482            not 'VXLAN' and
13483            not 'IP4FWD' and
13484            not 'DOT1Q'"
13485   parameters:
13486   - "throughput"
13487   - "parent"
13488   - "tags"
13489   sort:
13490   - "1VM"
13491   - "L2XCFWD"
13492   - "1VM"
13493   - "L2BDMACLRN"
13494   traces:
13495     hoverinfo: "x+y"
13496     boxpoints: "outliers"
13497     whiskerwidth: 0
13498   layout:
13499     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13500     layout: "plot-throughput"
13501
13502 -
13503   type: "plot"
13504   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13505   algorithm: "plot_performance_box"
13506   output-file-type: ".html"
13507   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13508   data: "plot-vpp-throughput-latency-2n-skx"
13509   filter: "'NIC_Intel-X710' and
13510            '64B' and
13511            'NDRPDR' and
13512            'ETH' and
13513            '4T2C' and
13514            ('L2BDMACLRN' or 'L2XCFWD') and
13515            'VHOST_1024' and
13516            not 'CFS_OPT' and
13517            not 'VXLAN' and
13518            not 'IP4FWD' and
13519            not 'DOT1Q'"
13520   parameters:
13521   - "throughput"
13522   - "parent"
13523   - "tags"
13524   sort:
13525   - "1VM"
13526   - "L2XCFWD"
13527   - "1VM"
13528   - "L2BDMACLRN"
13529   traces:
13530     hoverinfo: "x+y"
13531     boxpoints: "outliers"
13532     whiskerwidth: 0
13533   layout:
13534     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13535     layout: "plot-throughput"
13536
13537 -
13538   type: "plot"
13539   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13540   algorithm: "plot_performance_box"
13541   output-file-type: ".html"
13542   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13543   data: "plot-vpp-throughput-latency-2n-skx"
13544   filter: "'NIC_Intel-X710' and
13545            '64B' and
13546            'NDRPDR' and
13547            'ETH' and
13548            '4T2C' and
13549            ('L2BDMACLRN' or 'L2XCFWD') and
13550            'VHOST_1024' and
13551            not 'CFS_OPT' and
13552            not 'VXLAN' and
13553            not 'IP4FWD' and
13554            not 'DOT1Q'"
13555   parameters:
13556   - "throughput"
13557   - "parent"
13558   - "tags"
13559   sort:
13560   - "1VM"
13561   - "L2XCFWD"
13562   - "1VM"
13563   - "L2BDMACLRN"
13564   traces:
13565     hoverinfo: "x+y"
13566     boxpoints: "outliers"
13567     whiskerwidth: 0
13568   layout:
13569     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13570     layout: "plot-throughput"
13571
13572 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13573 -
13574   type: "plot"
13575   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13576   algorithm: "plot_performance_box"
13577   output-file-type: ".html"
13578   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13579   data: "plot-vpp-throughput-latency-2n-skx"
13580   filter: "'NIC_Intel-XXV710' and
13581            '64B' and
13582            'NDRPDR' and
13583            'ETH' and
13584            'IP4FWD' and
13585            '2T1C' and
13586            'VHOST_1024' and
13587            not 'VXLAN' and
13588            not 'DOT1Q'"
13589   parameters:
13590   - "throughput"
13591   - "parent"
13592   - "tags"
13593   sort:
13594   - "not CFS_OPT"
13595   - "1VM"
13596   - "2VM"
13597   traces:
13598     hoverinfo: "x+y"
13599     boxpoints: "outliers"
13600     whiskerwidth: 0
13601   layout:
13602     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13603     layout: "plot-throughput"
13604
13605 -
13606   type: "plot"
13607   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13608   algorithm: "plot_performance_box"
13609   output-file-type: ".html"
13610   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13611   data: "plot-vpp-throughput-latency-2n-skx"
13612   filter: "'NIC_Intel-XXV710' and
13613            '64B' and
13614            'NDRPDR' and
13615            'ETH' and
13616            'IP4FWD' and
13617            '4T2C' and
13618            'VHOST_1024' and
13619            not 'VXLAN' and
13620            not 'DOT1Q'"
13621   parameters:
13622   - "throughput"
13623   - "parent"
13624   - "tags"
13625   sort:
13626   - "not CFS_OPT"
13627   - "1VM"
13628   - "2VM"
13629   traces:
13630     hoverinfo: "x+y"
13631     boxpoints: "outliers"
13632     whiskerwidth: 0
13633   layout:
13634     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13635     layout: "plot-throughput"
13636
13637 -
13638   type: "plot"
13639   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13640   algorithm: "plot_performance_box"
13641   output-file-type: ".html"
13642   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13643   data: "plot-vpp-throughput-latency-2n-skx"
13644   filter: "'NIC_Intel-XXV710' and
13645            '64B' and
13646            'NDRPDR' and
13647            'ETH' and
13648            'IP4FWD' and
13649            '2T1C' and
13650            'VHOST_1024' and
13651            not 'VXLAN' and
13652            not 'DOT1Q'"
13653   parameters:
13654   - "throughput"
13655   - "parent"
13656   - "tags"
13657   sort:
13658   - "not CFS_OPT"
13659   - "1VM"
13660   - "2VM"
13661   traces:
13662     hoverinfo: "x+y"
13663     boxpoints: "outliers"
13664     whiskerwidth: 0
13665   layout:
13666     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13667     layout: "plot-throughput"
13668
13669 -
13670   type: "plot"
13671   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13672   algorithm: "plot_performance_box"
13673   output-file-type: ".html"
13674   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13675   data: "plot-vpp-throughput-latency-2n-skx"
13676   filter: "'NIC_Intel-XXV710' and
13677            '64B' and
13678            'NDRPDR' and
13679            'ETH' and
13680            'IP4FWD' and
13681            '4T2C' and
13682            'VHOST_1024' and
13683            not 'VXLAN' and
13684            not 'DOT1Q'"
13685   parameters:
13686   - "throughput"
13687   - "parent"
13688   - "tags"
13689   sort:
13690   - "not CFS_OPT"
13691   - "1VM"
13692   - "2VM"
13693   traces:
13694     hoverinfo: "x+y"
13695     boxpoints: "outliers"
13696     whiskerwidth: 0
13697   layout:
13698     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13699     layout: "plot-throughput"
13700
13701 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13702 -
13703   type: "plot"
13704   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13705   algorithm: "plot_performance_box"
13706   output-file-type: ".html"
13707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13708   data: "plot-vpp-throughput-latency-2n-skx"
13709   filter: "'NIC_Intel-XXV710' and
13710            '64B' and
13711            'NDRPDR' and
13712            'ETH' and
13713            '2T1C' and
13714            'L2BDMACLRN' and
13715            'VHOST_1024' and
13716            not 'VXLAN' and
13717            not 'IP4FWD' and
13718            not 'DOT1Q' and
13719            not '2VM'"
13720   parameters:
13721   - "throughput"
13722   - "parent"
13723   - "tags"
13724   sort:
13725   - "VM"  # "not CFS_OPT"
13726   - "CFS_OPT"
13727   - "FIB_10K"
13728   - "FIB_100K"
13729   - "FIB_1M"
13730   traces:
13731     hoverinfo: "x+y"
13732     boxpoints: "outliers"
13733     whiskerwidth: 0
13734   layout:
13735     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13736     layout: "plot-throughput"
13737
13738 -
13739   type: "plot"
13740   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13741   algorithm: "plot_performance_box"
13742   output-file-type: ".html"
13743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13744   data: "plot-vpp-throughput-latency-2n-skx"
13745   filter: "'NIC_Intel-XXV710' and
13746            '64B' and
13747            'NDRPDR' and
13748            'ETH' and
13749            '4T2C' and
13750            'L2BDMACLRN' and
13751            'VHOST_1024' and
13752            not 'VXLAN' and
13753            not 'IP4FWD' and
13754            not 'DOT1Q' and
13755            not '2VM'"
13756   parameters:
13757   - "throughput"
13758   - "parent"
13759   - "tags"
13760   sort:
13761   - "VM"  # "not CFS_OPT"
13762   - "CFS_OPT"
13763   - "FIB_10K"
13764   - "FIB_100K"
13765   - "FIB_1M"
13766   traces:
13767     hoverinfo: "x+y"
13768     boxpoints: "outliers"
13769     whiskerwidth: 0
13770   layout:
13771     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13772     layout: "plot-throughput"
13773
13774 -
13775   type: "plot"
13776   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13777   algorithm: "plot_performance_box"
13778   output-file-type: ".html"
13779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13780   data: "plot-vpp-throughput-latency-2n-skx"
13781   filter: "'NIC_Intel-XXV710' and
13782            '64B' and
13783            'NDRPDR' and
13784            'ETH' and
13785            '2T1C' and
13786            'L2BDMACLRN' and
13787            'VHOST_1024' and
13788            not 'VXLAN' and
13789            not 'IP4FWD' and
13790            not 'DOT1Q' and
13791            not '2VM'"
13792   parameters:
13793   - "throughput"
13794   - "parent"
13795   - "tags"
13796   sort:
13797   - "VM"  # "not CFS_OPT"
13798   - "CFS_OPT"
13799   - "FIB_10K"
13800   - "FIB_100K"
13801   - "FIB_1M"
13802   traces:
13803     hoverinfo: "x+y"
13804     boxpoints: "outliers"
13805     whiskerwidth: 0
13806   layout:
13807     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13808     layout: "plot-throughput"
13809
13810 -
13811   type: "plot"
13812   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13813   algorithm: "plot_performance_box"
13814   output-file-type: ".html"
13815   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13816   data: "plot-vpp-throughput-latency-2n-skx"
13817   filter: "'NIC_Intel-XXV710' and
13818            '64B' and
13819            'NDRPDR' and
13820            'ETH' and
13821            '4T2C' and
13822            'L2BDMACLRN' and
13823            'VHOST_1024' and
13824            not 'VXLAN' and
13825            not 'IP4FWD' and
13826            not 'DOT1Q' and
13827            not '2VM'"
13828   parameters:
13829   - "throughput"
13830   - "parent"
13831   - "tags"
13832   sort:
13833   - "VM"  # "not CFS_OPT"
13834   - "CFS_OPT"
13835   - "FIB_10K"
13836   - "FIB_100K"
13837   - "FIB_1M"
13838   traces:
13839     hoverinfo: "x+y"
13840     boxpoints: "outliers"
13841     whiskerwidth: 0
13842   layout:
13843     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13844     layout: "plot-throughput"
13845
13846 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
13847 -
13848   type: "plot"
13849   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13850   algorithm: "plot_performance_box"
13851   output-file-type: ".html"
13852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13853   data: "plot-vpp-throughput-latency-2n-skx"
13854   filter: "'NIC_Intel-XXV710' and
13855            '64B' and
13856            'NDRPDR' and
13857            'ETH' and
13858            'BASE' and
13859            '2T1C' and
13860            ('L2BDMACLRN' or 'L2XCFWD') and
13861            'VHOST_1024' and
13862            not 'VXLAN' and
13863            not 'IP4FWD' and
13864            not 'DOT1Q' and
13865            not '2VM'"
13866   parameters:
13867   - "throughput"
13868   - "parent"
13869   - "tags"
13870   sort:
13871   - "not CFS_OPT"
13872   - "L2XCFWD"
13873   - "not CFS_OPT"
13874   - "CFS_OPT"
13875   traces:
13876     hoverinfo: "x+y"
13877     boxpoints: "outliers"
13878     whiskerwidth: 0
13879   layout:
13880     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13881     layout: "plot-throughput"
13882
13883 -
13884   type: "plot"
13885   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13886   algorithm: "plot_performance_box"
13887   output-file-type: ".html"
13888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13889   data: "plot-vpp-throughput-latency-2n-skx"
13890   filter: "'NIC_Intel-XXV710' and
13891            '64B' and
13892            'NDRPDR' and
13893            'ETH' and
13894            'BASE' and
13895            '2T1C' and
13896            ('L2BDMACLRN' or 'L2XCFWD') and
13897            'VHOST_1024' and
13898            not 'VXLAN' and
13899            not 'IP4FWD' and
13900            not 'DOT1Q' and
13901            not '2VM'"
13902   parameters:
13903   - "throughput"
13904   - "parent"
13905   - "tags"
13906   sort:
13907   - "not CFS_OPT"
13908   - "L2XCFWD"
13909   - "not CFS_OPT"
13910   - "CFS_OPT"
13911   traces:
13912     hoverinfo: "x+y"
13913     boxpoints: "outliers"
13914     whiskerwidth: 0
13915   layout:
13916     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
13917     layout: "plot-throughput"
13918
13919 -
13920   type: "plot"
13921   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13922   algorithm: "plot_performance_box"
13923   output-file-type: ".html"
13924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13925   data: "plot-vpp-throughput-latency-2n-skx"
13926   filter: "'NIC_Intel-XXV710' and
13927            '64B' and
13928            'NDRPDR' and
13929            'ETH' and
13930            'BASE' and
13931            '4T2C' and
13932            ('L2BDMACLRN' or 'L2XCFWD') and
13933            'VHOST_1024' and
13934            not 'VXLAN' and
13935            not 'IP4FWD' and
13936            not 'DOT1Q' and
13937            not '2VM'"
13938   parameters:
13939   - "throughput"
13940   - "parent"
13941   - "tags"
13942   sort:
13943   - "not CFS_OPT"
13944   - "L2XCFWD"
13945   - "not CFS_OPT"
13946   - "CFS_OPT"
13947   traces:
13948     hoverinfo: "x+y"
13949     boxpoints: "outliers"
13950     whiskerwidth: 0
13951   layout:
13952     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
13953     layout: "plot-throughput"
13954
13955 -
13956   type: "plot"
13957   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13958   algorithm: "plot_performance_box"
13959   output-file-type: ".html"
13960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13961   data: "plot-vpp-throughput-latency-2n-skx"
13962   filter: "'NIC_Intel-XXV710' and
13963            '64B' and
13964            'NDRPDR' and
13965            'ETH' and
13966            'BASE' and
13967            '4T2C' and
13968            ('L2BDMACLRN' or 'L2XCFWD') and
13969            'VHOST_1024' and
13970            not 'VXLAN' and
13971            not 'IP4FWD' and
13972            not 'DOT1Q' and
13973            not '2VM'"
13974   parameters:
13975   - "throughput"
13976   - "parent"
13977   - "tags"
13978   sort:
13979   - "not CFS_OPT"
13980   - "L2XCFWD"
13981   - "not CFS_OPT"
13982   - "CFS_OPT"
13983   traces:
13984     hoverinfo: "x+y"
13985     boxpoints: "outliers"
13986     whiskerwidth: 0
13987   layout:
13988     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
13989     layout: "plot-throughput"
13990
13991 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
13992 -
13993   type: "plot"
13994   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
13995   algorithm: "plot_performance_box"
13996   output-file-type: ".html"
13997   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
13998   data: "plot-vpp-throughput-latency-2n-skx"
13999   filter: "'NIC_Intel-XXV710' and
14000            '64B' and
14001            'NDRPDR' and
14002            'ETH' and
14003            '2T1C' and
14004            ('L2BDMACLRN' or 'L2XCFWD') and
14005            'VHOST_1024' and
14006            not 'CFS_OPT' and
14007            not 'VXLAN' and
14008            not 'IP4FWD' and
14009            not 'DOT1Q'"
14010   parameters:
14011   - "throughput"
14012   - "parent"
14013   - "tags"
14014   sort:
14015   - "1VM"
14016   - "L2XCFWD"
14017   - "1VM"
14018   - "L2BDMACLRN"
14019   traces:
14020     hoverinfo: "x+y"
14021     boxpoints: "outliers"
14022     whiskerwidth: 0
14023   layout:
14024     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14025     layout: "plot-throughput"
14026
14027 -
14028   type: "plot"
14029   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14030   algorithm: "plot_performance_box"
14031   output-file-type: ".html"
14032   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14033   data: "plot-vpp-throughput-latency-2n-skx"
14034   filter: "'NIC_Intel-XXV710' and
14035            '64B' and
14036            'NDRPDR' and
14037            'ETH' and
14038            '2T1C' and
14039            ('L2BDMACLRN' or 'L2XCFWD') and
14040            'VHOST_1024' and
14041            not 'CFS_OPT' and
14042            not 'VXLAN' and
14043            not 'IP4FWD' and
14044            not 'DOT1Q'"
14045   parameters:
14046   - "throughput"
14047   - "parent"
14048   - "tags"
14049   sort:
14050   - "1VM"
14051   - "L2XCFWD"
14052   - "1VM"
14053   - "L2BDMACLRN"
14054   traces:
14055     hoverinfo: "x+y"
14056     boxpoints: "outliers"
14057     whiskerwidth: 0
14058   layout:
14059     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14060     layout: "plot-throughput"
14061
14062 -
14063   type: "plot"
14064   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14065   algorithm: "plot_performance_box"
14066   output-file-type: ".html"
14067   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14068   data: "plot-vpp-throughput-latency-2n-skx"
14069   filter: "'NIC_Intel-XXV710' and
14070            '64B' and
14071            'NDRPDR' and
14072            'ETH' and
14073            '4T2C' and
14074            ('L2BDMACLRN' or 'L2XCFWD') and
14075            'VHOST_1024' and
14076            not 'CFS_OPT' and
14077            not 'VXLAN' and
14078            not 'IP4FWD' and
14079            not 'DOT1Q'"
14080   parameters:
14081   - "throughput"
14082   - "parent"
14083   - "tags"
14084   sort:
14085   - "1VM"
14086   - "L2XCFWD"
14087   - "1VM"
14088   - "L2BDMACLRN"
14089   traces:
14090     hoverinfo: "x+y"
14091     boxpoints: "outliers"
14092     whiskerwidth: 0
14093   layout:
14094     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14095     layout: "plot-throughput"
14096
14097 -
14098   type: "plot"
14099   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14100   algorithm: "plot_performance_box"
14101   output-file-type: ".html"
14102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14103   data: "plot-vpp-throughput-latency-2n-skx"
14104   filter: "'NIC_Intel-XXV710' and
14105            '64B' and
14106            'NDRPDR' and
14107            'ETH' and
14108            '4T2C' and
14109            ('L2BDMACLRN' or 'L2XCFWD') and
14110            'VHOST_1024' and
14111            not 'CFS_OPT' and
14112            not 'VXLAN' and
14113            not 'IP4FWD' and
14114            not 'DOT1Q'"
14115   parameters:
14116   - "throughput"
14117   - "parent"
14118   - "tags"
14119   sort:
14120   - "1VM"
14121   - "L2XCFWD"
14122   - "1VM"
14123   - "L2BDMACLRN"
14124   traces:
14125     hoverinfo: "x+y"
14126     boxpoints: "outliers"
14127     whiskerwidth: 0
14128   layout:
14129     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14130     layout: "plot-throughput"
14131
14132 ################################################################################
14133
14134 # Packet Throughput - VPP VTS 3n-hsw-x520
14135 -
14136   type: "plot"
14137   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14138   algorithm: "plot_performance_box"
14139   output-file-type: ".html"
14140   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14141   data: "plot-vpp-throughput-latency-3n-hsw"
14142   filter: "'NIC_Intel-X520-DA2' and
14143            '114B' and
14144            'NDRPDR' and
14145            '1T1C' and
14146            'VTS'"
14147   parameters:
14148   - "throughput"
14149   - "parent"
14150   - "tags"
14151   traces:
14152     hoverinfo: "x+y"
14153     boxpoints: "outliers"
14154     whiskerwidth: 0
14155   layout:
14156     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14157     layout: "plot-throughput"
14158
14159 -
14160   type: "plot"
14161   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14162   algorithm: "plot_performance_box"
14163   output-file-type: ".html"
14164   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14165   data: "plot-vpp-throughput-latency-3n-hsw"
14166   filter: "'NIC_Intel-X520-DA2' and
14167            '114B' and
14168            'NDRPDR' and
14169            '2T2C' and
14170            'VTS'"
14171   parameters:
14172   - "throughput"
14173   - "parent"
14174   - "tags"
14175   traces:
14176     hoverinfo: "x+y"
14177     boxpoints: "outliers"
14178     whiskerwidth: 0
14179   layout:
14180     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14181     layout: "plot-throughput"
14182
14183 -
14184   type: "plot"
14185   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14186   algorithm: "plot_performance_box"
14187   output-file-type: ".html"
14188   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14189   data: "plot-vpp-throughput-latency-3n-hsw"
14190   filter: "'NIC_Intel-X520-DA2' and
14191            '114B' and
14192            'NDRPDR' and
14193            '1T1C' and
14194            'VTS'"
14195   parameters:
14196   - "throughput"
14197   - "parent"
14198   - "tags"
14199   traces:
14200     hoverinfo: "x+y"
14201     boxpoints: "outliers"
14202     whiskerwidth: 0
14203   layout:
14204     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14205     layout: "plot-throughput"
14206
14207 -
14208   type: "plot"
14209   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14210   algorithm: "plot_performance_box"
14211   output-file-type: ".html"
14212   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14213   data: "plot-vpp-throughput-latency-3n-hsw"
14214   filter: "'NIC_Intel-X520-DA2' and
14215            '114B' and
14216            'NDRPDR' and
14217            '2T2C' and
14218            'VTS'"
14219   parameters:
14220   - "throughput"
14221   - "parent"
14222   - "tags"
14223   traces:
14224     hoverinfo: "x+y"
14225     boxpoints: "outliers"
14226     whiskerwidth: 0
14227   layout:
14228     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14229     layout: "plot-throughput"
14230
14231 ################################################################################
14232
14233 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14234 -
14235   type: "plot"
14236   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14237   algorithm: "plot_performance_box"
14238   output-file-type: ".html"
14239   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14240   data: "plot-dpdk-throughput-latency-3n-hsw"
14241   filter: "'NIC_Intel-X520-DA2' and
14242            '64B' and
14243            'BASE' and
14244            'NDRPDR' and
14245            '1T1C' and
14246            'IP4FWD'"
14247   parameters:
14248   - "throughput"
14249   - "parent"
14250   - "tags"
14251   traces:
14252     hoverinfo: "x+y"
14253     boxpoints: "outliers"
14254     whiskerwidth: 0
14255   layout:
14256     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14257     layout: "plot-throughput"
14258
14259 -
14260   type: "plot"
14261   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14262   algorithm: "plot_performance_box"
14263   output-file-type: ".html"
14264   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14265   data: "plot-dpdk-throughput-latency-3n-hsw"
14266   filter: "'NIC_Intel-X520-DA2' and
14267            '64B' and
14268            'BASE' and
14269            'NDRPDR' and
14270            '2T2C' and
14271            'IP4FWD'"
14272   parameters:
14273   - "throughput"
14274   - "parent"
14275   - "tags"
14276   traces:
14277     hoverinfo: "x+y"
14278     boxpoints: "outliers"
14279     whiskerwidth: 0
14280   layout:
14281     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14282     layout: "plot-throughput"
14283
14284 -
14285   type: "plot"
14286   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14287   algorithm: "plot_performance_box"
14288   output-file-type: ".html"
14289   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14290   data: "plot-dpdk-throughput-latency-3n-hsw"
14291   filter: "'NIC_Intel-X520-DA2' and
14292            '64B' and
14293            'BASE' and
14294            'NDRPDR' and
14295            '1T1C' and
14296            'IP4FWD'"
14297   parameters:
14298   - "throughput"
14299   - "parent"
14300   - "tags"
14301   traces:
14302     hoverinfo: "x+y"
14303     boxpoints: "outliers"
14304     whiskerwidth: 0
14305   layout:
14306     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14307     layout: "plot-throughput"
14308
14309 -
14310   type: "plot"
14311   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14312   algorithm: "plot_performance_box"
14313   output-file-type: ".html"
14314   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14315   data: "plot-dpdk-throughput-latency-3n-hsw"
14316   filter: "'NIC_Intel-X520-DA2' and
14317            '64B' and
14318            'BASE' and
14319            'NDRPDR' and
14320            '2T2C' and
14321            'IP4FWD'"
14322   parameters:
14323   - "throughput"
14324   - "parent"
14325   - "tags"
14326   traces:
14327     hoverinfo: "x+y"
14328     boxpoints: "outliers"
14329     whiskerwidth: 0
14330   layout:
14331     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14332     layout: "plot-throughput"
14333
14334 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14335 -
14336   type: "plot"
14337   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14338   algorithm: "plot_performance_box"
14339   output-file-type: ".html"
14340   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14341   data: "plot-dpdk-throughput-latency-3n-hsw"
14342   filter: "'NIC_Intel-X710' and
14343            '64B' and
14344            'BASE' and
14345            'NDRPDR' and
14346            '1T1C' and
14347            'IP4FWD'"
14348   parameters:
14349   - "throughput"
14350   - "parent"
14351   - "tags"
14352   traces:
14353     hoverinfo: "x+y"
14354     boxpoints: "outliers"
14355     whiskerwidth: 0
14356   layout:
14357     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14358     layout: "plot-throughput"
14359
14360 -
14361   type: "plot"
14362   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14363   algorithm: "plot_performance_box"
14364   output-file-type: ".html"
14365   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14366   data: "plot-dpdk-throughput-latency-3n-hsw"
14367   filter: "'NIC_Intel-X710' and
14368            '64B' and
14369            'BASE' and
14370            'NDRPDR' and
14371            '2T2C' and
14372            'IP4FWD'"
14373   parameters:
14374   - "throughput"
14375   - "parent"
14376   - "tags"
14377   traces:
14378     hoverinfo: "x+y"
14379     boxpoints: "outliers"
14380     whiskerwidth: 0
14381   layout:
14382     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14383     layout: "plot-throughput"
14384
14385 -
14386   type: "plot"
14387   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14388   algorithm: "plot_performance_box"
14389   output-file-type: ".html"
14390   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14391   data: "plot-dpdk-throughput-latency-3n-hsw"
14392   filter: "'NIC_Intel-X710' and
14393            '64B' and
14394            'BASE' and
14395            'NDRPDR' and
14396            '1T1C' and
14397            'IP4FWD'"
14398   parameters:
14399   - "throughput"
14400   - "parent"
14401   - "tags"
14402   traces:
14403     hoverinfo: "x+y"
14404     boxpoints: "outliers"
14405     whiskerwidth: 0
14406   layout:
14407     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14408     layout: "plot-throughput"
14409
14410 -
14411   type: "plot"
14412   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14413   algorithm: "plot_performance_box"
14414   output-file-type: ".html"
14415   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14416   data: "plot-dpdk-throughput-latency-3n-hsw"
14417   filter: "'NIC_Intel-X710' and
14418            '64B' and
14419            'BASE' and
14420            'NDRPDR' and
14421            '2T2C' and
14422            'IP4FWD'"
14423   parameters:
14424   - "throughput"
14425   - "parent"
14426   - "tags"
14427   traces:
14428     hoverinfo: "x+y"
14429     boxpoints: "outliers"
14430     whiskerwidth: 0
14431   layout:
14432     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14433     layout: "plot-throughput"
14434
14435 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14436 -
14437   type: "plot"
14438   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14439   algorithm: "plot_performance_box"
14440   output-file-type: ".html"
14441   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14442   data: "plot-dpdk-throughput-latency-3n-hsw"
14443   filter: "'NIC_Intel-XL710' and
14444            '64B' and
14445            'BASE' and
14446            'NDRPDR' and
14447            '1T1C' and
14448            'IP4FWD'"
14449   parameters:
14450   - "throughput"
14451   - "parent"
14452   - "tags"
14453   traces:
14454     hoverinfo: "x+y"
14455     boxpoints: "outliers"
14456     whiskerwidth: 0
14457   layout:
14458     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14459     layout: "plot-throughput"
14460
14461 -
14462   type: "plot"
14463   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14464   algorithm: "plot_performance_box"
14465   output-file-type: ".html"
14466   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14467   data: "plot-dpdk-throughput-latency-3n-hsw"
14468   filter: "'NIC_Intel-XL710' and
14469            '64B' and
14470            'BASE' and
14471            'NDRPDR' and
14472            '2T2C' and
14473            'IP4FWD'"
14474   parameters:
14475   - "throughput"
14476   - "parent"
14477   - "tags"
14478   traces:
14479     hoverinfo: "x+y"
14480     boxpoints: "outliers"
14481     whiskerwidth: 0
14482   layout:
14483     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14484     layout: "plot-throughput"
14485
14486 -
14487   type: "plot"
14488   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14489   algorithm: "plot_performance_box"
14490   output-file-type: ".html"
14491   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14492   data: "plot-dpdk-throughput-latency-3n-hsw"
14493   filter: "'NIC_Intel-XL710' and
14494            '64B' and
14495            'BASE' and
14496            'NDRPDR' and
14497            '1T1C' and
14498            'IP4FWD'"
14499   parameters:
14500   - "throughput"
14501   - "parent"
14502   - "tags"
14503   traces:
14504     hoverinfo: "x+y"
14505     boxpoints: "outliers"
14506     whiskerwidth: 0
14507   layout:
14508     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14509     layout: "plot-throughput"
14510
14511 -
14512   type: "plot"
14513   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14514   algorithm: "plot_performance_box"
14515   output-file-type: ".html"
14516   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14517   data: "plot-dpdk-throughput-latency-3n-hsw"
14518   filter: "'NIC_Intel-XL710' and
14519            '64B' and
14520            'BASE' and
14521            'NDRPDR' and
14522            '2T2C' and
14523            'IP4FWD'"
14524   parameters:
14525   - "throughput"
14526   - "parent"
14527   - "tags"
14528   traces:
14529     hoverinfo: "x+y"
14530     boxpoints: "outliers"
14531     whiskerwidth: 0
14532   layout:
14533     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14534     layout: "plot-throughput"
14535
14536 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14537 -
14538   type: "plot"
14539   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14540   algorithm: "plot_performance_box"
14541   output-file-type: ".html"
14542   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14543   data: "plot-dpdk-throughput-latency-3n-skx"
14544   filter: "'NIC_Intel-X710' and
14545            '64B' and
14546            'BASE' and
14547            'NDRPDR' and
14548            '2T1C' and
14549            'IP4FWD'"
14550   parameters:
14551   - "throughput"
14552   - "parent"
14553   - "tags"
14554   traces:
14555     hoverinfo: "x+y"
14556     boxpoints: "outliers"
14557     whiskerwidth: 0
14558   layout:
14559     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14560     layout: "plot-throughput"
14561
14562 -
14563   type: "plot"
14564   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14565   algorithm: "plot_performance_box"
14566   output-file-type: ".html"
14567   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14568   data: "plot-dpdk-throughput-latency-3n-skx"
14569   filter: "'NIC_Intel-X710' and
14570            '64B' and
14571            'BASE' and
14572            'NDRPDR' and
14573            '4T2C' and
14574            'IP4FWD'"
14575   parameters:
14576   - "throughput"
14577   - "parent"
14578   - "tags"
14579   traces:
14580     hoverinfo: "x+y"
14581     boxpoints: "outliers"
14582     whiskerwidth: 0
14583   layout:
14584     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14585     layout: "plot-throughput"
14586
14587 -
14588   type: "plot"
14589   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14590   algorithm: "plot_performance_box"
14591   output-file-type: ".html"
14592   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14593   data: "plot-dpdk-throughput-latency-3n-skx"
14594   filter: "'NIC_Intel-X710' and
14595            '64B' and
14596            'BASE' and
14597            'NDRPDR' and
14598            '2T1C' and
14599            'IP4FWD'"
14600   parameters:
14601   - "throughput"
14602   - "parent"
14603   - "tags"
14604   traces:
14605     hoverinfo: "x+y"
14606     boxpoints: "outliers"
14607     whiskerwidth: 0
14608   layout:
14609     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14610     layout: "plot-throughput"
14611
14612 -
14613   type: "plot"
14614   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14615   algorithm: "plot_performance_box"
14616   output-file-type: ".html"
14617   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14618   data: "plot-dpdk-throughput-latency-3n-skx"
14619   filter: "'NIC_Intel-X710' and
14620            '64B' and
14621            'BASE' and
14622            'NDRPDR' and
14623            '4T2C' and
14624            'IP4FWD'"
14625   parameters:
14626   - "throughput"
14627   - "parent"
14628   - "tags"
14629   traces:
14630     hoverinfo: "x+y"
14631     boxpoints: "outliers"
14632     whiskerwidth: 0
14633   layout:
14634     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14635     layout: "plot-throughput"
14636
14637 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14638 -
14639   type: "plot"
14640   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14641   algorithm: "plot_performance_box"
14642   output-file-type: ".html"
14643   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14644   data: "plot-dpdk-throughput-latency-3n-skx"
14645   filter: "'NIC_Intel-XXV710' and
14646            '64B' and
14647            'BASE' and
14648            'NDRPDR' and
14649            '2T1C' and
14650            'IP4FWD'"
14651   parameters:
14652   - "throughput"
14653   - "parent"
14654   - "tags"
14655   traces:
14656     hoverinfo: "x+y"
14657     boxpoints: "outliers"
14658     whiskerwidth: 0
14659   layout:
14660     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14661     layout: "plot-throughput"
14662
14663 -
14664   type: "plot"
14665   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14666   algorithm: "plot_performance_box"
14667   output-file-type: ".html"
14668   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14669   data: "plot-dpdk-throughput-latency-3n-skx"
14670   filter: "'NIC_Intel-XXV710' and
14671            '64B' and
14672            'BASE' and
14673            'NDRPDR' and
14674            '4T2C' and
14675            'IP4FWD'"
14676   parameters:
14677   - "throughput"
14678   - "parent"
14679   - "tags"
14680   traces:
14681     hoverinfo: "x+y"
14682     boxpoints: "outliers"
14683     whiskerwidth: 0
14684   layout:
14685     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14686     layout: "plot-throughput"
14687
14688 -
14689   type: "plot"
14690   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14691   algorithm: "plot_performance_box"
14692   output-file-type: ".html"
14693   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14694   data: "plot-dpdk-throughput-latency-3n-skx"
14695   filter: "'NIC_Intel-XXV710' and
14696            '64B' and
14697            'BASE' and
14698            'NDRPDR' and
14699            '2T1C' and
14700            'IP4FWD'"
14701   parameters:
14702   - "throughput"
14703   - "parent"
14704   - "tags"
14705   traces:
14706     hoverinfo: "x+y"
14707     boxpoints: "outliers"
14708     whiskerwidth: 0
14709   layout:
14710     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14711     layout: "plot-throughput"
14712
14713 -
14714   type: "plot"
14715   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14716   algorithm: "plot_performance_box"
14717   output-file-type: ".html"
14718   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14719   data: "plot-dpdk-throughput-latency-3n-skx"
14720   filter: "'NIC_Intel-XXV710' and
14721            '64B' and
14722            'BASE' and
14723            'NDRPDR' and
14724            '4T2C' and
14725            'IP4FWD'"
14726   parameters:
14727   - "throughput"
14728   - "parent"
14729   - "tags"
14730   traces:
14731     hoverinfo: "x+y"
14732     boxpoints: "outliers"
14733     whiskerwidth: 0
14734   layout:
14735     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14736     layout: "plot-throughput"
14737
14738 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14739 -
14740   type: "plot"
14741   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14742   algorithm: "plot_performance_box"
14743   output-file-type: ".html"
14744   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14745   data: "plot-dpdk-throughput-latency-2n-skx"
14746   filter: "'NIC_Intel-X710' and
14747            '64B' and
14748            'BASE' and
14749            'NDRPDR' and
14750            '2T1C' and
14751            'IP4FWD'"
14752   parameters:
14753   - "throughput"
14754   - "parent"
14755   - "tags"
14756   traces:
14757     hoverinfo: "x+y"
14758     boxpoints: "outliers"
14759     whiskerwidth: 0
14760   layout:
14761     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14762     layout: "plot-throughput"
14763
14764 -
14765   type: "plot"
14766   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14767   algorithm: "plot_performance_box"
14768   output-file-type: ".html"
14769   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14770   data: "plot-dpdk-throughput-latency-2n-skx"
14771   filter: "'NIC_Intel-X710' and
14772            '64B' and
14773            'BASE' and
14774            'NDRPDR' and
14775            '4T2C' and
14776            'IP4FWD'"
14777   parameters:
14778   - "throughput"
14779   - "parent"
14780   - "tags"
14781   traces:
14782     hoverinfo: "x+y"
14783     boxpoints: "outliers"
14784     whiskerwidth: 0
14785   layout:
14786     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14787     layout: "plot-throughput"
14788
14789 -
14790   type: "plot"
14791   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14792   algorithm: "plot_performance_box"
14793   output-file-type: ".html"
14794   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14795   data: "plot-dpdk-throughput-latency-2n-skx"
14796   filter: "'NIC_Intel-X710' and
14797            '64B' and
14798            'BASE' and
14799            'NDRPDR' and
14800            '2T1C' and
14801            'IP4FWD'"
14802   parameters:
14803   - "throughput"
14804   - "parent"
14805   - "tags"
14806   traces:
14807     hoverinfo: "x+y"
14808     boxpoints: "outliers"
14809     whiskerwidth: 0
14810   layout:
14811     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14812     layout: "plot-throughput"
14813
14814 -
14815   type: "plot"
14816   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14817   algorithm: "plot_performance_box"
14818   output-file-type: ".html"
14819   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14820   data: "plot-dpdk-throughput-latency-2n-skx"
14821   filter: "'NIC_Intel-X710' and
14822            '64B' and
14823            'BASE' and
14824            'NDRPDR' and
14825            '4T2C' and
14826            'IP4FWD'"
14827   parameters:
14828   - "throughput"
14829   - "parent"
14830   - "tags"
14831   traces:
14832     hoverinfo: "x+y"
14833     boxpoints: "outliers"
14834     whiskerwidth: 0
14835   layout:
14836     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14837     layout: "plot-throughput"
14838
14839 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
14840 -
14841   type: "plot"
14842   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14843   algorithm: "plot_performance_box"
14844   output-file-type: ".html"
14845   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14846   data: "plot-dpdk-throughput-latency-2n-skx"
14847   filter: "'NIC_Intel-XXV710' and
14848            '64B' and
14849            'BASE' and
14850            'NDRPDR' and
14851            '2T1C' and
14852            'IP4FWD'"
14853   parameters:
14854   - "throughput"
14855   - "parent"
14856   - "tags"
14857   traces:
14858     hoverinfo: "x+y"
14859     boxpoints: "outliers"
14860     whiskerwidth: 0
14861   layout:
14862     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14863     layout: "plot-throughput"
14864
14865 -
14866   type: "plot"
14867   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14868   algorithm: "plot_performance_box"
14869   output-file-type: ".html"
14870   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14871   data: "plot-dpdk-throughput-latency-2n-skx"
14872   filter: "'NIC_Intel-XXV710' and
14873            '64B' and
14874            'BASE' and
14875            'NDRPDR' and
14876            '4T2C' and
14877            'IP4FWD'"
14878   parameters:
14879   - "throughput"
14880   - "parent"
14881   - "tags"
14882   traces:
14883     hoverinfo: "x+y"
14884     boxpoints: "outliers"
14885     whiskerwidth: 0
14886   layout:
14887     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14888     layout: "plot-throughput"
14889
14890 -
14891   type: "plot"
14892   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14893   algorithm: "plot_performance_box"
14894   output-file-type: ".html"
14895   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14896   data: "plot-dpdk-throughput-latency-2n-skx"
14897   filter: "'NIC_Intel-XXV710' and
14898            '64B' and
14899            'BASE' and
14900            'NDRPDR' and
14901            '2T1C' and
14902            'IP4FWD'"
14903   parameters:
14904   - "throughput"
14905   - "parent"
14906   - "tags"
14907   traces:
14908     hoverinfo: "x+y"
14909     boxpoints: "outliers"
14910     whiskerwidth: 0
14911   layout:
14912     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
14913     layout: "plot-throughput"
14914
14915 -
14916   type: "plot"
14917   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14918   algorithm: "plot_performance_box"
14919   output-file-type: ".html"
14920   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14921   data: "plot-dpdk-throughput-latency-2n-skx"
14922   filter: "'NIC_Intel-XXV710' and
14923            '64B' and
14924            'BASE' and
14925            'NDRPDR' and
14926            '4T2C' and
14927            'IP4FWD'"
14928   parameters:
14929   - "throughput"
14930   - "parent"
14931   - "tags"
14932   traces:
14933     hoverinfo: "x+y"
14934     boxpoints: "outliers"
14935     whiskerwidth: 0
14936   layout:
14937     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
14938     layout: "plot-throughput"
14939
14940 ################################################################################
14941
14942 # Packet Throughput - DPDK testpmd 3n-hsw-x520
14943 -
14944   type: "plot"
14945   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14946   algorithm: "plot_performance_box"
14947   output-file-type: ".html"
14948   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14949   data: "plot-dpdk-throughput-latency-3n-hsw"
14950   filter: "'NIC_Intel-X520-DA2' and
14951            '64B' and
14952            'BASE' and
14953            'NDRPDR' and
14954            '1T1C' and
14955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14956   parameters:
14957   - "throughput"
14958   - "parent"
14959   - "tags"
14960   traces:
14961     hoverinfo: "x+y"
14962     boxpoints: "outliers"
14963     whiskerwidth: 0
14964   layout:
14965     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
14966     layout: "plot-throughput"
14967
14968 -
14969   type: "plot"
14970   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14971   algorithm: "plot_performance_box"
14972   output-file-type: ".html"
14973   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14974   data: "plot-dpdk-throughput-latency-3n-hsw"
14975   filter: "'NIC_Intel-X520-DA2' and
14976            '64B' and
14977            'BASE' and
14978            'NDRPDR' and
14979            '2T2C' and
14980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
14981   parameters:
14982   - "throughput"
14983   - "parent"
14984   - "tags"
14985   traces:
14986     hoverinfo: "x+y"
14987     boxpoints: "outliers"
14988     whiskerwidth: 0
14989   layout:
14990     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
14991     layout: "plot-throughput"
14992
14993 -
14994   type: "plot"
14995   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
14996   algorithm: "plot_performance_box"
14997   output-file-type: ".html"
14998   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
14999   data: "plot-dpdk-throughput-latency-3n-hsw"
15000   filter: "'NIC_Intel-X520-DA2' and
15001            '64B' and
15002            'BASE' and
15003            'NDRPDR' and
15004            '1T1C' and
15005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15006   parameters:
15007   - "throughput"
15008   - "parent"
15009   - "tags"
15010   traces:
15011     hoverinfo: "x+y"
15012     boxpoints: "outliers"
15013     whiskerwidth: 0
15014   layout:
15015     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15016     layout: "plot-throughput"
15017
15018 -
15019   type: "plot"
15020   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15021   algorithm: "plot_performance_box"
15022   output-file-type: ".html"
15023   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15024   data: "plot-dpdk-throughput-latency-3n-hsw"
15025   filter: "'NIC_Intel-X520-DA2' and
15026            '64B' and
15027            'BASE' and
15028            'NDRPDR' and
15029            '2T2C' and
15030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15031   parameters:
15032   - "throughput"
15033   - "parent"
15034   - "tags"
15035   traces:
15036     hoverinfo: "x+y"
15037     boxpoints: "outliers"
15038     whiskerwidth: 0
15039   layout:
15040     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15041     layout: "plot-throughput"
15042
15043 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15044 -
15045   type: "plot"
15046   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15047   algorithm: "plot_performance_box"
15048   output-file-type: ".html"
15049   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15050   data: "plot-dpdk-throughput-latency-3n-hsw"
15051   filter: "'NIC_Intel-X710' and
15052            '64B' and
15053            'BASE' and
15054            'NDRPDR' and
15055            '1T1C' and
15056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15057   parameters:
15058   - "throughput"
15059   - "parent"
15060   - "tags"
15061   traces:
15062     hoverinfo: "x+y"
15063     boxpoints: "outliers"
15064     whiskerwidth: 0
15065   layout:
15066     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15067     layout: "plot-throughput"
15068
15069 -
15070   type: "plot"
15071   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15072   algorithm: "plot_performance_box"
15073   output-file-type: ".html"
15074   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15075   data: "plot-dpdk-throughput-latency-3n-hsw"
15076   filter: "'NIC_Intel-X710' and
15077            '64B' and
15078            'BASE' and
15079            'NDRPDR' and
15080            '2T2C' and
15081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15082   parameters:
15083   - "throughput"
15084   - "parent"
15085   - "tags"
15086   traces:
15087     hoverinfo: "x+y"
15088     boxpoints: "outliers"
15089     whiskerwidth: 0
15090   layout:
15091     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15092     layout: "plot-throughput"
15093
15094 -
15095   type: "plot"
15096   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15097   algorithm: "plot_performance_box"
15098   output-file-type: ".html"
15099   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15100   data: "plot-dpdk-throughput-latency-3n-hsw"
15101   filter: "'NIC_Intel-X710' and
15102            '64B' and
15103            'BASE' and
15104            'NDRPDR' and
15105            '1T1C' and
15106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15107   parameters:
15108   - "throughput"
15109   - "parent"
15110   - "tags"
15111   traces:
15112     hoverinfo: "x+y"
15113     boxpoints: "outliers"
15114     whiskerwidth: 0
15115   layout:
15116     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15117     layout: "plot-throughput"
15118
15119 -
15120   type: "plot"
15121   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15122   algorithm: "plot_performance_box"
15123   output-file-type: ".html"
15124   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15125   data: "plot-dpdk-throughput-latency-3n-hsw"
15126   filter: "'NIC_Intel-X710' and
15127            '64B' and
15128            'BASE' and
15129            'NDRPDR' and
15130            '2T2C' and
15131            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15132   parameters:
15133   - "throughput"
15134   - "parent"
15135   - "tags"
15136   traces:
15137     hoverinfo: "x+y"
15138     boxpoints: "outliers"
15139     whiskerwidth: 0
15140   layout:
15141     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15142     layout: "plot-throughput"
15143
15144 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15145 -
15146   type: "plot"
15147   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15148   algorithm: "plot_performance_box"
15149   output-file-type: ".html"
15150   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15151   data: "plot-dpdk-throughput-latency-3n-hsw"
15152   filter: "'NIC_Intel-XL710' and
15153            '64B' and
15154            'BASE' and
15155            'NDRPDR' and
15156            '1T1C' and
15157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15158   parameters:
15159   - "throughput"
15160   - "parent"
15161   - "tags"
15162   traces:
15163     hoverinfo: "x+y"
15164     boxpoints: "outliers"
15165     whiskerwidth: 0
15166   layout:
15167     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15168     layout: "plot-throughput"
15169
15170 -
15171   type: "plot"
15172   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15173   algorithm: "plot_performance_box"
15174   output-file-type: ".html"
15175   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15176   data: "plot-dpdk-throughput-latency-3n-hsw"
15177   filter: "'NIC_Intel-XL710' and
15178            '64B' and
15179            'BASE' and
15180            'NDRPDR' and
15181            '2T2C' and
15182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15183   parameters:
15184   - "throughput"
15185   - "parent"
15186   - "tags"
15187   traces:
15188     hoverinfo: "x+y"
15189     boxpoints: "outliers"
15190     whiskerwidth: 0
15191   layout:
15192     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15193     layout: "plot-throughput"
15194
15195 -
15196   type: "plot"
15197   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15198   algorithm: "plot_performance_box"
15199   output-file-type: ".html"
15200   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15201   data: "plot-dpdk-throughput-latency-3n-hsw"
15202   filter: "'NIC_Intel-XL710' and
15203            '64B' and
15204            'BASE' and
15205            'NDRPDR' and
15206            '1T1C' and
15207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15208   parameters:
15209   - "throughput"
15210   - "parent"
15211   - "tags"
15212   traces:
15213     hoverinfo: "x+y"
15214     boxpoints: "outliers"
15215     whiskerwidth: 0
15216   layout:
15217     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15218     layout: "plot-throughput"
15219
15220 -
15221   type: "plot"
15222   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15223   algorithm: "plot_performance_box"
15224   output-file-type: ".html"
15225   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15226   data: "plot-dpdk-throughput-latency-3n-hsw"
15227   filter: "'NIC_Intel-XL710' and
15228            '64B' and
15229            'BASE' and
15230            'NDRPDR' and
15231            '2T2C' and
15232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15233   parameters:
15234   - "throughput"
15235   - "parent"
15236   - "tags"
15237   traces:
15238     hoverinfo: "x+y"
15239     boxpoints: "outliers"
15240     whiskerwidth: 0
15241   layout:
15242     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15243     layout: "plot-throughput"
15244
15245 # Packet Throughput - DPDK testpmd 3n-skx-x710
15246 -
15247   type: "plot"
15248   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15249   algorithm: "plot_performance_box"
15250   output-file-type: ".html"
15251   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15252   data: "plot-dpdk-throughput-latency-3n-skx"
15253   filter: "'NIC_Intel-X710' and
15254            '64B' and
15255            'BASE' and
15256            'NDRPDR' and
15257            '2T1C' and
15258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15259   parameters:
15260   - "throughput"
15261   - "parent"
15262   - "tags"
15263   traces:
15264     hoverinfo: "x+y"
15265     boxpoints: "outliers"
15266     whiskerwidth: 0
15267   layout:
15268     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15269     layout: "plot-throughput"
15270
15271 -
15272   type: "plot"
15273   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15274   algorithm: "plot_performance_box"
15275   output-file-type: ".html"
15276   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15277   data: "plot-dpdk-throughput-latency-3n-skx"
15278   filter: "'NIC_Intel-X710' and
15279            '64B' and
15280            'BASE' and
15281            'NDRPDR' and
15282            '4T2C' and
15283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15284   parameters:
15285   - "throughput"
15286   - "parent"
15287   - "tags"
15288   traces:
15289     hoverinfo: "x+y"
15290     boxpoints: "outliers"
15291     whiskerwidth: 0
15292   layout:
15293     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15294     layout: "plot-throughput"
15295
15296 -
15297   type: "plot"
15298   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15299   algorithm: "plot_performance_box"
15300   output-file-type: ".html"
15301   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15302   data: "plot-dpdk-throughput-latency-3n-skx"
15303   filter: "'NIC_Intel-X710' and
15304            '64B' and
15305            'BASE' and
15306            'NDRPDR' and
15307            '2T1C' and
15308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15309   parameters:
15310   - "throughput"
15311   - "parent"
15312   - "tags"
15313   traces:
15314     hoverinfo: "x+y"
15315     boxpoints: "outliers"
15316     whiskerwidth: 0
15317   layout:
15318     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15319     layout: "plot-throughput"
15320
15321 -
15322   type: "plot"
15323   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15324   algorithm: "plot_performance_box"
15325   output-file-type: ".html"
15326   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15327   data: "plot-dpdk-throughput-latency-3n-skx"
15328   filter: "'NIC_Intel-X710' and
15329            '64B' and
15330            'BASE' and
15331            'NDRPDR' and
15332            '4T2C' and
15333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15334   parameters:
15335   - "throughput"
15336   - "parent"
15337   - "tags"
15338   traces:
15339     hoverinfo: "x+y"
15340     boxpoints: "outliers"
15341     whiskerwidth: 0
15342   layout:
15343     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15344     layout: "plot-throughput"
15345
15346 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15347 -
15348   type: "plot"
15349   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15350   algorithm: "plot_performance_box"
15351   output-file-type: ".html"
15352   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15353   data: "plot-dpdk-throughput-latency-3n-skx"
15354   filter: "'NIC_Intel-XXV710' and
15355            '64B' and
15356            'BASE' and
15357            'NDRPDR' and
15358            '2T1C' and
15359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15360   parameters:
15361   - "throughput"
15362   - "parent"
15363   - "tags"
15364   traces:
15365     hoverinfo: "x+y"
15366     boxpoints: "outliers"
15367     whiskerwidth: 0
15368   layout:
15369     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15370     layout: "plot-throughput"
15371
15372 -
15373   type: "plot"
15374   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15375   algorithm: "plot_performance_box"
15376   output-file-type: ".html"
15377   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15378   data: "plot-dpdk-throughput-latency-3n-skx"
15379   filter: "'NIC_Intel-XXV710' and
15380            '64B' and
15381            'BASE' and
15382            'NDRPDR' and
15383            '4T2C' and
15384            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15385   parameters:
15386   - "throughput"
15387   - "parent"
15388   - "tags"
15389   traces:
15390     hoverinfo: "x+y"
15391     boxpoints: "outliers"
15392     whiskerwidth: 0
15393   layout:
15394     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15395     layout: "plot-throughput"
15396
15397 -
15398   type: "plot"
15399   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15400   algorithm: "plot_performance_box"
15401   output-file-type: ".html"
15402   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15403   data: "plot-dpdk-throughput-latency-3n-skx"
15404   filter: "'NIC_Intel-XXV710' and
15405            '64B' and
15406            'BASE' and
15407            'NDRPDR' and
15408            '2T1C' and
15409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15410   parameters:
15411   - "throughput"
15412   - "parent"
15413   - "tags"
15414   traces:
15415     hoverinfo: "x+y"
15416     boxpoints: "outliers"
15417     whiskerwidth: 0
15418   layout:
15419     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15420     layout: "plot-throughput"
15421
15422 -
15423   type: "plot"
15424   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15425   algorithm: "plot_performance_box"
15426   output-file-type: ".html"
15427   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15428   data: "plot-dpdk-throughput-latency-3n-skx"
15429   filter: "'NIC_Intel-XXV710' and
15430            '64B' and
15431            'BASE' and
15432            'NDRPDR' and
15433            '4T2C' and
15434            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15435   parameters:
15436   - "throughput"
15437   - "parent"
15438   - "tags"
15439   traces:
15440     hoverinfo: "x+y"
15441     boxpoints: "outliers"
15442     whiskerwidth: 0
15443   layout:
15444     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15445     layout: "plot-throughput"
15446
15447 # Packet Throughput - DPDK testpmd 2n-skx-x710
15448 -
15449   type: "plot"
15450   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15451   algorithm: "plot_performance_box"
15452   output-file-type: ".html"
15453   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15454   data: "plot-dpdk-throughput-latency-2n-skx"
15455   filter: "'NIC_Intel-X710' and
15456            '64B' and
15457            'BASE' and
15458            'NDRPDR' and
15459            '2T1C' and
15460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15461   parameters:
15462   - "throughput"
15463   - "parent"
15464   - "tags"
15465   traces:
15466     hoverinfo: "x+y"
15467     boxpoints: "outliers"
15468     whiskerwidth: 0
15469   layout:
15470     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15471     layout: "plot-throughput"
15472
15473 -
15474   type: "plot"
15475   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15476   algorithm: "plot_performance_box"
15477   output-file-type: ".html"
15478   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15479   data: "plot-dpdk-throughput-latency-2n-skx"
15480   filter: "'NIC_Intel-X710' and
15481            '64B' and
15482            'BASE' and
15483            'NDRPDR' and
15484            '4T2C' and
15485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15486   parameters:
15487   - "throughput"
15488   - "parent"
15489   - "tags"
15490   traces:
15491     hoverinfo: "x+y"
15492     boxpoints: "outliers"
15493     whiskerwidth: 0
15494   layout:
15495     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15496     layout: "plot-throughput"
15497
15498 -
15499   type: "plot"
15500   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15501   algorithm: "plot_performance_box"
15502   output-file-type: ".html"
15503   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15504   data: "plot-dpdk-throughput-latency-2n-skx"
15505   filter: "'NIC_Intel-X710' and
15506            '64B' and
15507            'BASE' and
15508            'NDRPDR' and
15509            '2T1C' and
15510            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15511   parameters:
15512   - "throughput"
15513   - "parent"
15514   - "tags"
15515   traces:
15516     hoverinfo: "x+y"
15517     boxpoints: "outliers"
15518     whiskerwidth: 0
15519   layout:
15520     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15521     layout: "plot-throughput"
15522
15523 -
15524   type: "plot"
15525   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15526   algorithm: "plot_performance_box"
15527   output-file-type: ".html"
15528   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15529   data: "plot-dpdk-throughput-latency-2n-skx"
15530   filter: "'NIC_Intel-X710' and
15531            '64B' and
15532            'BASE' and
15533            'NDRPDR' and
15534            '4T2C' and
15535            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15536   parameters:
15537   - "throughput"
15538   - "parent"
15539   - "tags"
15540   traces:
15541     hoverinfo: "x+y"
15542     boxpoints: "outliers"
15543     whiskerwidth: 0
15544   layout:
15545     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15546     layout: "plot-throughput"
15547
15548 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15549 -
15550   type: "plot"
15551   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15552   algorithm: "plot_performance_box"
15553   output-file-type: ".html"
15554   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15555   data: "plot-dpdk-throughput-latency-2n-skx"
15556   filter: "'NIC_Intel-XXV710' and
15557            '64B' and
15558            'BASE' and
15559            'NDRPDR' and
15560            '2T1C' and
15561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15562   parameters:
15563   - "throughput"
15564   - "parent"
15565   - "tags"
15566   traces:
15567     hoverinfo: "x+y"
15568     boxpoints: "outliers"
15569     whiskerwidth: 0
15570   layout:
15571     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15572     layout: "plot-throughput"
15573
15574 -
15575   type: "plot"
15576   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15577   algorithm: "plot_performance_box"
15578   output-file-type: ".html"
15579   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15580   data: "plot-dpdk-throughput-latency-2n-skx"
15581   filter: "'NIC_Intel-XXV710' and
15582            '64B' and
15583            'BASE' and
15584            'NDRPDR' and
15585            '4T2C' and
15586            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15587   parameters:
15588   - "throughput"
15589   - "parent"
15590   - "tags"
15591   traces:
15592     hoverinfo: "x+y"
15593     boxpoints: "outliers"
15594     whiskerwidth: 0
15595   layout:
15596     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15597     layout: "plot-throughput"
15598
15599 -
15600   type: "plot"
15601   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15602   algorithm: "plot_performance_box"
15603   output-file-type: ".html"
15604   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15605   data: "plot-dpdk-throughput-latency-2n-skx"
15606   filter: "'NIC_Intel-XXV710' and
15607            '64B' and
15608            'BASE' and
15609            'NDRPDR' and
15610            '2T1C' and
15611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15612   parameters:
15613   - "throughput"
15614   - "parent"
15615   - "tags"
15616   traces:
15617     hoverinfo: "x+y"
15618     boxpoints: "outliers"
15619     whiskerwidth: 0
15620   layout:
15621     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15622     layout: "plot-throughput"
15623
15624 -
15625   type: "plot"
15626   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15627   algorithm: "plot_performance_box"
15628   output-file-type: ".html"
15629   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15630   data: "plot-dpdk-throughput-latency-2n-skx"
15631   filter: "'NIC_Intel-XXV710' and
15632            '64B' and
15633            'BASE' and
15634            'NDRPDR' and
15635            '4T2C' and
15636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15637   parameters:
15638   - "throughput"
15639   - "parent"
15640   - "tags"
15641   traces:
15642     hoverinfo: "x+y"
15643     boxpoints: "outliers"
15644     whiskerwidth: 0
15645   layout:
15646     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15647     layout: "plot-throughput"
15648
15649 ################################################################################
15650
15651 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15652 -
15653   type: "plot"
15654   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15655   algorithm: "plot_latency_error_bars"
15656   output-file-type: ".html"
15657   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15658   data: "plot-vpp-throughput-latency-3n-hsw"
15659   filter: "'NIC_Intel-X520-DA2' and
15660            '64B' and
15661            ('BASE' or 'SCALE') and
15662            'NDRPDR' and
15663            'ETH' and
15664            '1T1C' and
15665            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15666            not 'VHOST' and
15667            not 'MEMIF'"
15668   parameters:
15669   - "latency"
15670   - "parent"
15671   - "tags"
15672   sort:
15673   - "L2PATCH"
15674   - "L2XCBASE"
15675   - "BASE"
15676   - "FIB_10K"
15677   - "FIB_100K"
15678   - "FIB_1M"
15679   layout:
15680     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15681     layout: "plot-latency"
15682
15683 -
15684   type: "plot"
15685   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15686   algorithm: "plot_latency_error_bars"
15687   output-file-type: ".html"
15688   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15689   data: "plot-vpp-throughput-latency-3n-hsw"
15690   filter: "'NIC_Intel-X520-DA2' and
15691            '64B' and
15692            ('BASE' or 'SCALE') and
15693            'NDRPDR' and
15694            'ETH' and
15695            '2T2C' and
15696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15697            not 'VHOST' and
15698            not 'MEMIF'"
15699   parameters:
15700   - "latency"
15701   - "parent"
15702   - "tags"
15703   sort:
15704   - "L2PATCH"
15705   - "L2XCBASE"
15706   - "BASE"
15707   - "FIB_10K"
15708   - "FIB_100K"
15709   - "FIB_1M"
15710   layout:
15711     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15712     layout: "plot-latency"
15713
15714 # Packet Latency - VPP L2 3n-hsw-x520 features
15715 -
15716   type: "plot"
15717   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15718   algorithm: "plot_latency_error_bars"
15719   output-file-type: ".html"
15720   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15721   data: "plot-vpp-throughput-latency-3n-hsw"
15722   filter: "'NIC_Intel-X520-DA2' and
15723            '64B' and
15724            'NDRPDR' and
15725            '1T1C' and
15726            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15727            not 'ACL' and
15728            not 'VHOST' and
15729            not 'MEMIF'"
15730   parameters:
15731   - "latency"
15732   - "parent"
15733   - "tags"
15734   sort:
15735   - "L2XCBASE"    # l2xcbase
15736   - "L2BDBASE"    # l2bdbase
15737   - "L2XCFWD"     # dot1q-l2xcbase
15738   - "L2BDMACLRN"  # dot1q-l2bdbase
15739   layout:
15740     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15741     layout: "plot-latency"
15742
15743 -
15744   type: "plot"
15745   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15746   algorithm: "plot_latency_error_bars"
15747   output-file-type: ".html"
15748   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15749   data: "plot-vpp-throughput-latency-3n-hsw"
15750   filter: "'NIC_Intel-X520-DA2' and
15751            '64B' and
15752            'NDRPDR' and
15753            '2T2C' and
15754            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15755            not 'ACL' and
15756            not 'VHOST' and
15757            not 'MEMIF'"
15758   parameters:
15759   - "latency"
15760   - "parent"
15761   - "tags"
15762   sort:
15763   - "L2XCBASE"    # l2xcbase
15764   - "L2BDBASE"    # l2bdbase
15765   - "L2XCFWD"     # dot1q-l2xcbase
15766   - "L2BDMACLRN"  # dot1q-l2bdbase
15767   layout:
15768     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15769     layout: "plot-latency"
15770
15771 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15772 -
15773   type: "plot"
15774   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15775   algorithm: "plot_latency_error_bars"
15776   output-file-type: ".html"
15777   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15778   data: "plot-vpp-throughput-latency-3n-hsw"
15779   filter: "'NIC_Intel-X710' and
15780            '64B' and
15781            ('BASE' or 'SCALE') and
15782            'NDRPDR' and
15783            'ETH' and
15784            '1T1C' and
15785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15786            not 'VHOST' and
15787            not 'MEMIF'"
15788   parameters:
15789   - "latency"
15790   - "parent"
15791   - "tags"
15792   sort:
15793   - "L2PATCH"
15794   - "L2XCBASE"
15795   - "BASE"
15796   - "FIB_10K"
15797   - "FIB_100K"
15798   - "FIB_1M"
15799   layout:
15800     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15801     layout: "plot-latency"
15802
15803 -
15804   type: "plot"
15805   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15806   algorithm: "plot_latency_error_bars"
15807   output-file-type: ".html"
15808   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15809   data: "plot-vpp-throughput-latency-3n-hsw"
15810   filter: "'NIC_Intel-X710' and
15811            '64B' and
15812            ('BASE' or 'SCALE') and
15813            'NDRPDR' and
15814            'ETH' and
15815            '2T2C' and
15816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15817            not 'VHOST' and
15818            not 'MEMIF'"
15819   parameters:
15820   - "latency"
15821   - "parent"
15822   - "tags"
15823   sort:
15824   - "L2PATCH"
15825   - "L2XCBASE"
15826   - "BASE"
15827   - "FIB_10K"
15828   - "FIB_100K"
15829   - "FIB_1M"
15830   layout:
15831     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15832     layout: "plot-latency"
15833
15834 # Packet Latency - VPP L2 3n-hsw-x710 features
15835 -
15836   type: "plot"
15837   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15838   algorithm: "plot_latency_error_bars"
15839   output-file-type: ".html"
15840   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15841   data: "plot-vpp-throughput-latency-3n-hsw"
15842   filter: "'NIC_Intel-X710' and
15843            '64B' and
15844            'NDRPDR' and
15845            '1T1C' and
15846            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15847            not 'ACL' and
15848            not 'VHOST' and
15849            not 'MEMIF'"
15850   parameters:
15851   - "latency"
15852   - "parent"
15853   - "tags"
15854   sort:
15855   - "L2XCBASE"    # l2xcbase
15856   - "L2BDBASE"    # l2bdbase
15857   - "L2XCFWD"     # dot1q-l2xcbase
15858   - "L2BDMACLRN"  # dot1q-l2bdbase
15859   layout:
15860     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
15861     layout: "plot-latency"
15862
15863 -
15864   type: "plot"
15865   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15866   algorithm: "plot_latency_error_bars"
15867   output-file-type: ".html"
15868   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15869   data: "plot-vpp-throughput-latency-3n-hsw"
15870   filter: "'NIC_Intel-X710' and
15871            '64B' and
15872            'NDRPDR' and
15873            '2T2C' and
15874            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15875            not 'ACL' and
15876            not 'VHOST' and
15877            not 'MEMIF'"
15878   parameters:
15879   - "latency"
15880   - "parent"
15881   - "tags"
15882   sort:
15883   - "L2XCBASE"    # l2xcbase
15884   - "L2BDBASE"    # l2bdbase
15885   - "L2XCFWD"     # dot1q-l2xcbase
15886   - "L2BDMACLRN"  # dot1q-l2bdbase
15887   layout:
15888     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
15889     layout: "plot-latency"
15890
15891 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
15892 -
15893   type: "plot"
15894   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
15895   algorithm: "plot_latency_error_bars"
15896   output-file-type: ".html"
15897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
15898   data: "plot-vpp-throughput-latency-3n-hsw"
15899   filter: "'NIC_Intel-XL710' and
15900            '64B' and
15901            ('BASE' or 'SCALE') and
15902            'NDRPDR' and
15903            'ETH' and
15904            '1T1C' and
15905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15906            not 'VHOST' and
15907            not 'MEMIF'"
15908   parameters:
15909   - "latency"
15910   - "parent"
15911   - "tags"
15912   sort:
15913   - "L2PATCH"
15914   - "L2XCBASE"
15915   - "BASE"
15916   - "FIB_10K"
15917   - "FIB_100K"
15918   - "FIB_1M"
15919   layout:
15920     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
15921     layout: "plot-latency"
15922
15923 -
15924   type: "plot"
15925   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
15926   algorithm: "plot_latency_error_bars"
15927   output-file-type: ".html"
15928   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
15929   data: "plot-vpp-throughput-latency-3n-hsw"
15930   filter: "'NIC_Intel-XL710' and
15931            '64B' and
15932            ('BASE' or 'SCALE') and
15933            'NDRPDR' and
15934            'ETH' and
15935            '2T2C' and
15936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15937            not 'VHOST' and
15938            not 'MEMIF'"
15939   parameters:
15940   - "latency"
15941   - "parent"
15942   - "tags"
15943   sort:
15944   - "L2PATCH"
15945   - "L2XCBASE"
15946   - "BASE"
15947   - "FIB_10K"
15948   - "FIB_100K"
15949   - "FIB_1M"
15950   layout:
15951     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
15952     layout: "plot-latency"
15953
15954 # Packet Latency - VPP L2 3n-skx-x710 base and scale
15955 -
15956   type: "plot"
15957   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
15958   algorithm: "plot_latency_error_bars"
15959   output-file-type: ".html"
15960   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
15961   data: "plot-vpp-throughput-latency-3n-skx"
15962   filter: "'NIC_Intel-X710' and
15963            '64B' and
15964            ('BASE' or 'SCALE') and
15965            'NDRPDR' and
15966            'ETH' and
15967            '2T1C' and
15968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15969            not 'VHOST' and
15970            not 'MEMIF'"
15971   parameters:
15972   - "latency"
15973   - "parent"
15974   - "tags"
15975   sort:
15976   - "L2PATCH"
15977   - "L2XCBASE"
15978   - "BASE"
15979   - "FIB_10K"
15980   - "FIB_100K"
15981   - "FIB_1M"
15982   layout:
15983     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15984     layout: "plot-latency"
15985
15986 -
15987   type: "plot"
15988   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
15989   algorithm: "plot_latency_error_bars"
15990   output-file-type: ".html"
15991   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
15992   data: "plot-vpp-throughput-latency-3n-skx"
15993   filter: "'NIC_Intel-X710' and
15994            '64B' and
15995            ('BASE' or 'SCALE') and
15996            'NDRPDR' and
15997            'ETH' and
15998            '4T2C' and
15999            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16000            not 'VHOST' and
16001            not 'MEMIF'"
16002   parameters:
16003   - "latency"
16004   - "parent"
16005   - "tags"
16006   sort:
16007   - "L2PATCH"
16008   - "L2XCBASE"
16009   - "BASE"
16010   - "FIB_10K"
16011   - "FIB_100K"
16012   - "FIB_1M"
16013   layout:
16014     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16015     layout: "plot-latency"
16016
16017 # Packet Latency - VPP L2 3n-skx-x710 features
16018 -
16019   type: "plot"
16020   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16021   algorithm: "plot_latency_error_bars"
16022   output-file-type: ".html"
16023   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16024   data: "plot-vpp-throughput-latency-3n-skx"
16025   filter: "'NIC_Intel-X710' and
16026            '64B' and
16027            'NDRPDR' and
16028            '2T1C' and
16029            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16030            not 'ACL' and
16031            not 'VHOST' and
16032            not 'MEMIF'"
16033   parameters:
16034   - "latency"
16035   - "parent"
16036   - "tags"
16037   sort:
16038   - "L2XCBASE"    # l2xcbase
16039   - "L2BDBASE"    # l2bdbase
16040   - "L2XCFWD"     # dot1q-l2xcbase
16041   - "L2BDMACLRN"  # dot1q-l2bdbase
16042   layout:
16043     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16044     layout: "plot-latency"
16045
16046 -
16047   type: "plot"
16048   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16049   algorithm: "plot_latency_error_bars"
16050   output-file-type: ".html"
16051   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16052   data: "plot-vpp-throughput-latency-3n-skx"
16053   filter: "'NIC_Intel-X710' and
16054            '64B' and
16055            'NDRPDR' and
16056            '4T2C' and
16057            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16058            not 'ACL' and
16059            not 'VHOST' and
16060            not 'MEMIF'"
16061   parameters:
16062   - "latency"
16063   - "parent"
16064   - "tags"
16065   sort:
16066   - "L2XCBASE"    # l2xcbase
16067   - "L2BDBASE"    # l2bdbase
16068   - "L2XCFWD"     # dot1q-l2xcbase
16069   - "L2BDMACLRN"  # dot1q-l2bdbase
16070   layout:
16071     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16072     layout: "plot-latency"
16073
16074 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16075 -
16076   type: "plot"
16077   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16078   algorithm: "plot_latency_error_bars"
16079   output-file-type: ".html"
16080   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16081   data: "plot-vpp-throughput-latency-3n-skx"
16082   filter: "'NIC_Intel-XXV710' and
16083            '64B' and
16084            ('BASE' or 'SCALE') and
16085            'NDRPDR' and
16086            'ETH' and
16087            '2T1C' and
16088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16089            not 'VHOST' and
16090            not 'MEMIF'"
16091   parameters:
16092   - "latency"
16093   - "parent"
16094   - "tags"
16095   sort:
16096   - "L2PATCH"
16097   - "L2XCBASE"
16098   - "BASE"
16099   - "FIB_10K"
16100   - "FIB_100K"
16101   - "FIB_1M"
16102   layout:
16103     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16104     layout: "plot-latency"
16105
16106 -
16107   type: "plot"
16108   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16109   algorithm: "plot_latency_error_bars"
16110   output-file-type: ".html"
16111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16112   data: "plot-vpp-throughput-latency-3n-skx"
16113   filter: "'NIC_Intel-XXV710' and
16114            '64B' and
16115            ('BASE' or 'SCALE') and
16116            'NDRPDR' and
16117            'ETH' and
16118            '4T2C' and
16119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16120            not 'VHOST' and
16121            not 'MEMIF'"
16122   parameters:
16123   - "latency"
16124   - "parent"
16125   - "tags"
16126   sort:
16127   - "L2PATCH"
16128   - "L2XCBASE"
16129   - "BASE"
16130   - "FIB_10K"
16131   - "FIB_100K"
16132   - "FIB_1M"
16133   layout:
16134     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16135     layout: "plot-latency"
16136
16137 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16138 -
16139   type: "plot"
16140   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16141   algorithm: "plot_latency_error_bars"
16142   output-file-type: ".html"
16143   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16144   data: "plot-vpp-throughput-latency-2n-skx"
16145   filter: "'NIC_Intel-X710' and
16146            '64B' and
16147            'ETH' and
16148            ('BASE' or 'SCALE') and
16149            'NDRPDR' and
16150            '2T1C' and
16151            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16152            not 'VHOST' and
16153            not 'MEMIF'"
16154   parameters:
16155   - "latency"
16156   - "parent"
16157   - "tags"
16158   sort:
16159   - "L2PATCH"
16160   - "L2XCBASE"
16161   - "BASE"
16162   - "FIB_10K"
16163   - "FIB_100K"
16164   - "FIB_1M"
16165   layout:
16166     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16167     layout: "plot-latency"
16168
16169 -
16170   type: "plot"
16171   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16172   algorithm: "plot_latency_error_bars"
16173   output-file-type: ".html"
16174   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16175   data: "plot-vpp-throughput-latency-2n-skx"
16176   filter: "'NIC_Intel-X710' and
16177            '64B' and
16178            ('BASE' or 'SCALE') and
16179            'NDRPDR' and
16180            'ETH' and
16181            '4T2C' and
16182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16183            not 'VHOST' and
16184            not 'MEMIF'"
16185   parameters:
16186   - "latency"
16187   - "parent"
16188   - "tags"
16189   sort:
16190   - "L2PATCH"
16191   - "L2XCBASE"
16192   - "BASE"
16193   - "FIB_10K"
16194   - "FIB_100K"
16195   - "FIB_1M"
16196   layout:
16197     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16198     layout: "plot-latency"
16199
16200 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16201 -
16202   type: "plot"
16203   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16204   algorithm: "plot_latency_error_bars"
16205   output-file-type: ".html"
16206   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16207   data: "plot-vpp-throughput-latency-2n-skx"
16208   filter: "'NIC_Intel-XXV710' and
16209            '64B' and
16210            ('BASE' or 'SCALE') and
16211            'NDRPDR' and
16212            'ETH' and
16213            '2T1C' and
16214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16215            not 'VHOST' and
16216            not 'MEMIF'"
16217   parameters:
16218   - "latency"
16219   - "parent"
16220   - "tags"
16221   sort:
16222   - "L2PATCH"
16223   - "L2XCBASE"
16224   - "BASE"
16225   - "FIB_10K"
16226   - "FIB_100K"
16227   - "FIB_1M"
16228   layout:
16229     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16230     layout: "plot-latency"
16231
16232 -
16233   type: "plot"
16234   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16235   algorithm: "plot_latency_error_bars"
16236   output-file-type: ".html"
16237   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16238   data: "plot-vpp-throughput-latency-2n-skx"
16239   filter: "'NIC_Intel-XXV710' and
16240            '64B' and
16241            ('BASE' or 'SCALE') and
16242            'NDRPDR' and
16243            'ETH' and
16244            '4T2C' and
16245            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16246            not 'VHOST' and
16247            not 'MEMIF'"
16248   parameters:
16249   - "latency"
16250   - "parent"
16251   - "tags"
16252   sort:
16253   - "L2PATCH"
16254   - "L2XCBASE"
16255   - "BASE"
16256   - "FIB_10K"
16257   - "FIB_100K"
16258   - "FIB_1M"
16259   layout:
16260     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16261     layout: "plot-latency"
16262
16263 ################################################################################
16264
16265 # Packet Latency - VPP Container Memif 3n-hsw-x520
16266 -
16267   type: "plot"
16268   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16269   algorithm: "plot_latency_error_bars"
16270   output-file-type: ".html"
16271   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16272   data: "plot-vpp-throughput-latency-3n-hsw"
16273   filter: "'NIC_Intel-X520-DA2' and
16274            '64B' and
16275            ('BASE' or 'SCALE') and
16276            'NDRPDR' and
16277            '1T1C' and
16278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16279            not 'VHOST' and
16280            'MEMIF'"
16281   parameters:
16282   - "latency"
16283   - "parent"
16284   - "tags"
16285   sort:
16286   - "L2XCFWD"
16287   - "L2XCFWD"
16288   - "L2XCFWD"
16289   - "L2BDMACLRN"
16290   - "L2BDMACLRN"
16291   - "L2BDMACLRN"
16292   layout:
16293     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16294     layout: "plot-latency"
16295
16296 -
16297   type: "plot"
16298   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16299   algorithm: "plot_latency_error_bars"
16300   output-file-type: ".html"
16301   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16302   data: "plot-vpp-throughput-latency-3n-hsw"
16303   filter: "'NIC_Intel-X520-DA2' and
16304            '64B' and
16305            ('BASE' or 'SCALE') and
16306            'NDRPDR' and
16307            '2T2C' and
16308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16309            not 'VHOST' and
16310            'MEMIF'"
16311   parameters:
16312   - "latency"
16313   - "parent"
16314   - "tags"
16315   sort:
16316   - "L2XCFWD"
16317   - "L2XCFWD"
16318   - "L2XCFWD"
16319   - "L2BDMACLRN"
16320   - "L2BDMACLRN"
16321   - "L2BDMACLRN"
16322   layout:
16323     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16324     layout: "plot-latency"
16325
16326 # Packet Latency - VPP Container Memif 3n-hsw-x710
16327 -
16328   type: "plot"
16329   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16330   algorithm: "plot_latency_error_bars"
16331   output-file-type: ".html"
16332   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16333   data: "plot-vpp-throughput-latency-3n-hsw"
16334   filter: "'NIC_Intel-X710' and
16335            '64B' and
16336            ('BASE' or 'SCALE') and
16337            'NDRPDR' and
16338            '1T1C' and
16339            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16340            not 'VHOST' and
16341            'MEMIF'"
16342   parameters:
16343   - "latency"
16344   - "parent"
16345   - "tags"
16346   sort:
16347   - "L2XCFWD"
16348   - "L2XCFWD"
16349   - "L2XCFWD"
16350   - "L2BDMACLRN"
16351   - "L2BDMACLRN"
16352   - "L2BDMACLRN"
16353   layout:
16354     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16355     layout: "plot-latency"
16356
16357 -
16358   type: "plot"
16359   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16360   algorithm: "plot_latency_error_bars"
16361   output-file-type: ".html"
16362   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16363   data: "plot-vpp-throughput-latency-3n-hsw"
16364   filter: "'NIC_Intel-X710' and
16365            '64B' and
16366            ('BASE' or 'SCALE') and
16367            'NDRPDR' and
16368            '2T2C' and
16369            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16370            not 'VHOST' and
16371            'MEMIF'"
16372   parameters:
16373   - "latency"
16374   - "parent"
16375   - "tags"
16376   sort:
16377   - "L2XCFWD"
16378   - "L2XCFWD"
16379   - "L2XCFWD"
16380   - "L2BDMACLRN"
16381   - "L2BDMACLRN"
16382   - "L2BDMACLRN"
16383   layout:
16384     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16385     layout: "plot-latency"
16386
16387 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16388 -
16389   type: "plot"
16390   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16391   algorithm: "plot_latency_error_bars"
16392   output-file-type: ".html"
16393   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16394   data: "plot-vpp-throughput-latency-3n-hsw"
16395   filter: "'NIC_Intel-XL710' and
16396            '64B' and
16397            ('BASE' or 'SCALE') and
16398            'NDRPDR' and
16399            '1T1C' and
16400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16401            not 'VHOST' and
16402            'MEMIF'"
16403   parameters:
16404   - "latency"
16405   - "parent"
16406   - "tags"
16407   sort:
16408   - "L2XCFWD"
16409   - "L2XCFWD"
16410   - "L2XCFWD"
16411   - "L2BDMACLRN"
16412   - "L2BDMACLRN"
16413   - "L2BDMACLRN"
16414   layout:
16415     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16416     layout: "plot-latency"
16417
16418 -
16419   type: "plot"
16420   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16421   algorithm: "plot_latency_error_bars"
16422   output-file-type: ".html"
16423   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16424   data: "plot-vpp-throughput-latency-3n-hsw"
16425   filter: "'NIC_Intel-XL710' and
16426            '64B' and
16427            ('BASE' or 'SCALE') and
16428            'NDRPDR' and
16429            '2T2C' and
16430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16431            not 'VHOST' and
16432            'MEMIF'"
16433   parameters:
16434   - "latency"
16435   - "parent"
16436   - "tags"
16437   sort:
16438   - "L2XCFWD"
16439   - "L2XCFWD"
16440   - "L2XCFWD"
16441   - "L2BDMACLRN"
16442   - "L2BDMACLRN"
16443   - "L2BDMACLRN"
16444   layout:
16445     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16446     layout: "plot-latency"
16447
16448 # Packet Latency - VPP Container Memif 3n-skx-x710
16449 -
16450   type: "plot"
16451   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16452   algorithm: "plot_latency_error_bars"
16453   output-file-type: ".html"
16454   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16455   data: "plot-vpp-throughput-latency-3n-skx"
16456   filter: "'NIC_Intel-X710' and
16457            '64B' and
16458            ('BASE' or 'SCALE') and
16459            'NDRPDR' and
16460            '2T1C' and
16461            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16462            not 'VHOST' and
16463            'MEMIF'"
16464   parameters:
16465   - "latency"
16466   - "parent"
16467   - "tags"
16468   sort:
16469   - "L2XCFWD"
16470   - "L2XCFWD"
16471   - "L2XCFWD"
16472   - "L2BDMACLRN"
16473   - "L2BDMACLRN"
16474   - "L2BDMACLRN"
16475   layout:
16476     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16477     layout: "plot-latency"
16478
16479 -
16480   type: "plot"
16481   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16482   algorithm: "plot_latency_error_bars"
16483   output-file-type: ".html"
16484   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16485   data: "plot-vpp-throughput-latency-3n-skx"
16486   filter: "'NIC_Intel-X710' and
16487            '64B' and
16488            ('BASE' or 'SCALE') and
16489            'NDRPDR' and
16490            '4T2C' and
16491            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16492            not 'VHOST' and
16493            'MEMIF'"
16494   parameters:
16495   - "latency"
16496   - "parent"
16497   - "tags"
16498   sort:
16499   - "L2XCFWD"
16500   - "L2XCFWD"
16501   - "L2XCFWD"
16502   - "L2BDMACLRN"
16503   - "L2BDMACLRN"
16504   - "L2BDMACLRN"
16505   layout:
16506     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16507     layout: "plot-latency"
16508
16509 # Packet Latency - VPP Container Memif 2n-skx-x710
16510 -
16511   type: "plot"
16512   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16513   algorithm: "plot_latency_error_bars"
16514   output-file-type: ".html"
16515   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16516   data: "plot-vpp-throughput-latency-2n-skx"
16517   filter: "'NIC_Intel-X710' and
16518            '64B' and
16519            ('BASE' or 'SCALE') and
16520            'NDRPDR' and
16521            '2T1C' and
16522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16523            not 'VHOST' and
16524            'MEMIF'"
16525   parameters:
16526   - "latency"
16527   - "parent"
16528   - "tags"
16529   sort:
16530   - "L2XCFWD"
16531   - "L2XCFWD"
16532   - "L2XCFWD"
16533   - "L2BDMACLRN"
16534   - "L2BDMACLRN"
16535   - "L2BDMACLRN"
16536   layout:
16537     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16538     layout: "plot-latency"
16539
16540 -
16541   type: "plot"
16542   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16543   algorithm: "plot_latency_error_bars"
16544   output-file-type: ".html"
16545   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16546   data: "plot-vpp-throughput-latency-2n-skx"
16547   filter: "'NIC_Intel-X710' and
16548            '64B' and
16549            ('BASE' or 'SCALE') and
16550            'NDRPDR' and
16551            '4T2C' and
16552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16553            not 'VHOST' and
16554            'MEMIF'"
16555   parameters:
16556   - "latency"
16557   - "parent"
16558   - "tags"
16559   sort:
16560   - "L2XCFWD"
16561   - "L2XCFWD"
16562   - "L2XCFWD"
16563   - "L2BDMACLRN"
16564   - "L2BDMACLRN"
16565   - "L2BDMACLRN"
16566   layout:
16567     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16568     layout: "plot-latency"
16569
16570 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16571 -
16572   type: "plot"
16573   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16574   algorithm: "plot_latency_error_bars"
16575   output-file-type: ".html"
16576   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16577   data: "plot-vpp-throughput-latency-2n-skx"
16578   filter: "'NIC_Intel-XXV710' and
16579            '64B' and
16580            ('BASE' or 'SCALE') and
16581            'NDRPDR' and
16582            '2T1C' and
16583            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16584            not 'VHOST' and
16585            'MEMIF'"
16586   parameters:
16587   - "latency"
16588   - "parent"
16589   - "tags"
16590   sort:
16591   - "L2XCFWD"
16592   - "L2XCFWD"
16593   - "L2XCFWD"
16594   - "L2BDMACLRN"
16595   - "L2BDMACLRN"
16596   - "L2BDMACLRN"
16597   layout:
16598     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16599     layout: "plot-latency"
16600
16601 -
16602   type: "plot"
16603   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16604   algorithm: "plot_latency_error_bars"
16605   output-file-type: ".html"
16606   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16607   data: "plot-vpp-throughput-latency-2n-skx"
16608   filter: "'NIC_Intel-XXV710' and
16609            '64B' and
16610            ('BASE' or 'SCALE') and
16611            'NDRPDR' and
16612            '4T2C' and
16613            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16614            not 'VHOST' and
16615            'MEMIF'"
16616   parameters:
16617   - "latency"
16618   - "parent"
16619   - "tags"
16620   sort:
16621   - "L2XCFWD"
16622   - "L2XCFWD"
16623   - "L2XCFWD"
16624   - "L2BDMACLRN"
16625   - "L2BDMACLRN"
16626   - "L2BDMACLRN"
16627   layout:
16628     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16629     layout: "plot-latency"
16630
16631 ################################################################################
16632
16633 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16634 -
16635   type: "plot"
16636   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16637   algorithm: "plot_latency_error_bars"
16638   output-file-type: ".html"
16639   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16640   data: "plot-ligato-throughput-latency-3n-hsw"
16641   filter: "'NIC_Intel-X520-DA2' and
16642            '64B' and
16643            ('BASE' or 'SCALE') and
16644            'NDRPDR' and
16645            '1T1C' and
16646            'L2XCFWD' and
16647            not 'VHOST' and
16648            'MEMIF'"
16649   parameters:
16650   - "latency"
16651   - "parent"
16652   - "tags"
16653   sort:
16654   - "1VNF"
16655   - "2VNF"
16656   - "4VNF"
16657   - "2VNF"
16658   - "4VNF"
16659   layout:
16660     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16661     layout: "plot-latency"
16662
16663 -
16664   type: "plot"
16665   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16666   algorithm: "plot_latency_error_bars"
16667   output-file-type: ".html"
16668   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16669   data: "plot-ligato-throughput-latency-3n-hsw"
16670   filter: "'NIC_Intel-X520-DA2' and
16671            '64B' and
16672            ('BASE' or 'SCALE') and
16673            'NDRPDR' and
16674            '2T2C' and
16675            'L2XCFWD' and
16676            not 'VHOST' and
16677            'MEMIF'"
16678   parameters:
16679   - "latency"
16680   - "parent"
16681   - "tags"
16682   sort:
16683   - "1VNF"
16684   - "2VNF"
16685   - "4VNF"
16686   - "2VNF"
16687   - "4VNF"
16688   layout:
16689     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16690     layout: "plot-latency"
16691
16692 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16693 -
16694   type: "plot"
16695   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16696   algorithm: "plot_latency_error_bars"
16697   output-file-type: ".html"
16698   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16699   data: "plot-ligato-throughput-latency-3n-hsw"
16700   filter: "'NIC_Intel-X520-DA2' and
16701            '64B' and
16702            ('BASE' or 'SCALE') and
16703            'NDRPDR' and
16704            '1T1C' and
16705            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16706            not 'VHOST' and
16707            'MEMIF'"
16708   parameters:
16709   - "latency"
16710   - "parent"
16711   - "tags"
16712   sort:
16713   - "1VNF"
16714   - "2VNF"
16715   - "4VNF"
16716   - "2VNF"
16717   - "4VNF"
16718   layout:
16719     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16720     layout: "plot-latency"
16721
16722 -
16723   type: "plot"
16724   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16725   algorithm: "plot_latency_error_bars"
16726   output-file-type: ".html"
16727   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16728   data: "plot-ligato-throughput-latency-3n-hsw"
16729   filter: "'NIC_Intel-X520-DA2' and
16730            '64B' and
16731            ('BASE' or 'SCALE') and
16732            'NDRPDR' and
16733            '2T2C' and
16734            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16735            not 'VHOST' and
16736            'MEMIF'"
16737   parameters:
16738   - "latency"
16739   - "parent"
16740   - "tags"
16741   sort:
16742   - "1VNF"
16743   - "2VNF"
16744   - "4VNF"
16745   - "2VNF"
16746   - "4VNF"
16747   layout:
16748     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16749     layout: "plot-latency"
16750
16751 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16752 -
16753   type: "plot"
16754   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16755   algorithm: "plot_latency_error_bars"
16756   output-file-type: ".html"
16757   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16758   data: "plot-ligato-throughput-latency-3n-hsw"
16759   filter: "'NIC_Intel-X710' and
16760            '64B' and
16761            ('BASE' or 'SCALE') and
16762            'NDRPDR' and
16763            '1T1C' and
16764            'L2XCFWD' and
16765            not 'VHOST' and
16766            'MEMIF'"
16767   parameters:
16768   - "latency"
16769   - "parent"
16770   - "tags"
16771   sort:
16772   - "1VNF"
16773   - "2VNF"
16774   - "4VNF"
16775   - "2VNF"
16776   - "4VNF"
16777   layout:
16778     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16779     layout: "plot-latency"
16780
16781 -
16782   type: "plot"
16783   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16784   algorithm: "plot_latency_error_bars"
16785   output-file-type: ".html"
16786   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16787   data: "plot-ligato-throughput-latency-3n-hsw"
16788   filter: "'NIC_Intel-X710' and
16789            '64B' and
16790            ('BASE' or 'SCALE') and
16791            'NDRPDR' and
16792            '2T2C' and
16793            'L2XCFWD' and
16794            not 'VHOST' and
16795            'MEMIF'"
16796   parameters:
16797   - "latency"
16798   - "parent"
16799   - "tags"
16800   sort:
16801   - "1VNF"
16802   - "2VNF"
16803   - "4VNF"
16804   - "2VNF"
16805   - "4VNF"
16806   layout:
16807     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16808     layout: "plot-latency"
16809
16810 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16811 -
16812   type: "plot"
16813   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16814   algorithm: "plot_latency_error_bars"
16815   output-file-type: ".html"
16816   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16817   data: "plot-ligato-throughput-latency-3n-hsw"
16818   filter: "'NIC_Intel-X710' and
16819            '64B' and
16820            ('BASE' or 'SCALE') and
16821            'NDRPDR' and
16822            '1T1C' and
16823            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16824            not 'VHOST' and
16825            'MEMIF'"
16826   parameters:
16827   - "latency"
16828   - "parent"
16829   - "tags"
16830   sort:
16831   - "1VNF"
16832   - "2VNF"
16833   - "4VNF"
16834   - "2VNF"
16835   - "4VNF"
16836   layout:
16837     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
16838     layout: "plot-latency"
16839
16840 -
16841   type: "plot"
16842   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16843   algorithm: "plot_latency_error_bars"
16844   output-file-type: ".html"
16845   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16846   data: "plot-ligato-throughput-latency-3n-hsw"
16847   filter: "'NIC_Intel-X710' and
16848            '64B' and
16849            ('BASE' or 'SCALE') and
16850            'NDRPDR' and
16851            '2T2C' and
16852            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16853            not 'VHOST' and
16854            'MEMIF'"
16855   parameters:
16856   - "latency"
16857   - "parent"
16858   - "tags"
16859   sort:
16860   - "1VNF"
16861   - "2VNF"
16862   - "4VNF"
16863   - "2VNF"
16864   - "4VNF"
16865   layout:
16866     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
16867     layout: "plot-latency"
16868
16869 ################################################################################
16870
16871 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
16872 -
16873   type: "plot"
16874   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16875   algorithm: "plot_latency_error_bars"
16876   output-file-type: ".html"
16877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16878   data: "plot-vpp-throughput-latency-3n-hsw"
16879   filter: "'NIC_Intel-X520-DA2' and
16880            '64B' and
16881            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16882            'NDRPDR' and
16883            '1T1C' and
16884            'IP4FWD' and
16885            not 'IPSEC' and
16886            not 'VHOST'"
16887   parameters:
16888   - "latency"
16889   - "parent"
16890   - "tags"
16891   sort:
16892   - "IP4BASE"
16893   - "FIB_20K"
16894   - "FIB_200K"
16895   - "FIB_2M"
16896   layout:
16897     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16898     layout: "plot-latency"
16899
16900 -
16901   type: "plot"
16902   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16903   algorithm: "plot_latency_error_bars"
16904   output-file-type: ".html"
16905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16906   data: "plot-vpp-throughput-latency-3n-hsw"
16907   filter: "'NIC_Intel-X520-DA2' and
16908            '64B' and
16909            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16910            'NDRPDR' and
16911            '2T2C' and
16912            'IP4FWD' and
16913            not 'IPSEC' and
16914            not 'VHOST'"
16915   parameters:
16916   - "latency"
16917   - "parent"
16918   - "tags"
16919   sort:
16920   - "IP4BASE"
16921   - "FIB_20K"
16922   - "FIB_200K"
16923   - "FIB_2M"
16924   layout:
16925     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16926     layout: "plot-latency"
16927
16928 # Packet Latency - VPP IPv4 3n-hsw-x520 features
16929 -
16930   type: "plot"
16931   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16932   algorithm: "plot_latency_error_bars"
16933   output-file-type: ".html"
16934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
16935   data: "plot-vpp-throughput-latency-3n-hsw"
16936   filter: "'NIC_Intel-X520-DA2' and
16937            '64B' and
16938            ('IP4BASE' or
16939             'POLICE_MARK' or
16940             'COPWHLIST' or
16941             ('NAT44' and 'BASE') or
16942             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
16943            'NDRPDR' and
16944            '1T1C' and
16945            'IP4FWD' and
16946            not 'IPSEC' and
16947            not 'VHOST'"
16948   parameters:
16949   - "throughput"
16950   - "parent"
16951   - "tags"
16952   sort:
16953   - "IP4BASE"
16954   - "NAT44"
16955   - "POLICE_MARK"
16956   - "COPWHLIST"
16957   - "IACL"
16958   - "OACL"
16959   layout:
16960     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
16961     layout: "plot-latency"
16962
16963 -
16964   type: "plot"
16965   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16966   algorithm: "plot_latency_error_bars"
16967   output-file-type: ".html"
16968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
16969   data: "plot-vpp-throughput-latency-3n-hsw"
16970   filter: "'NIC_Intel-X520-DA2' and
16971            '64B' and
16972            ('IP4BASE' or
16973             'POLICE_MARK' or
16974             'COPWHLIST' or
16975             ('NAT44' and 'BASE') or
16976             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
16977            'NDRPDR' and
16978            '2T2C' and
16979            'IP4FWD' and
16980            not 'IPSEC' and
16981            not 'VHOST'"
16982   parameters:
16983   - "throughput"
16984   - "parent"
16985   - "tags"
16986   sort:
16987   - "IP4BASE"
16988   - "NAT44"
16989   - "POLICE_MARK"
16990   - "COPWHLIST"
16991   - "IACL"
16992   - "OACL"
16993   layout:
16994     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
16995     layout: "plot-latency"
16996
16997 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
16998 -
16999   type: "plot"
17000   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17001   algorithm: "plot_latency_error_bars"
17002   output-file-type: ".html"
17003   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17004   data: "plot-vpp-throughput-latency-3n-hsw"
17005   filter: "'NIC_Intel-X520-DA2' and
17006            '64B' and
17007            'NDRPDR' and
17008            '1T1C' and
17009            'IP4FWD' and
17010            'NAT44' and
17011            not 'IPSEC' and
17012            not 'VHOST'"
17013   parameters:
17014   - "throughput"
17015   - "parent"
17016   - "tags"
17017   sort:
17018   - "BASE"
17019   - "BASE"
17020   - "SRC_USER_10"
17021   - "SRC_USER_100"
17022   - "SRC_USER_1000"
17023   - "SRC_USER_2000"
17024   layout:
17025     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17026     layout: "plot-latency"
17027
17028 -
17029   type: "plot"
17030   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17031   algorithm: "plot_latency_error_bars"
17032   output-file-type: ".html"
17033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-nat44-lat"
17034   data: "plot-vpp-throughput-latency-3n-hsw"
17035   filter: "'NIC_Intel-X520-DA2' and
17036            '64B' and
17037            'NDRPDR' and
17038            '2T2C' and
17039            'IP4FWD' and
17040            'NAT44' and
17041            not 'IPSEC' and
17042            not 'VHOST'"
17043   parameters:
17044   - "throughput"
17045   - "parent"
17046   - "tags"
17047   sort:
17048   - "BASE"
17049   - "BASE"
17050   - "SRC_USER_10"
17051   - "SRC_USER_100"
17052   - "SRC_USER_1000"
17053   - "SRC_USER_2000"
17054   layout:
17055     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17056     layout: "plot-latency"
17057
17058 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17059 -
17060   type: "plot"
17061   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17062   algorithm: "plot_latency_error_bars"
17063   output-file-type: ".html"
17064   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17065   data: "plot-vpp-throughput-latency-3n-hsw"
17066   filter: "'NIC_Intel-X520-DA2' and
17067            '64B' and
17068            'NDRPDR' and
17069            '1T1C' and
17070            'IP4FWD' and
17071            'IACL' and
17072            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17073            not 'IPSEC' and
17074            not 'VHOST'"
17075   parameters:
17076   - "throughput"
17077   - "parent"
17078   - "tags"
17079   sort:
17080   - "ACL_STATELESS"
17081   - "ACL_STATEFUL"
17082   - "ACL_STATELESS"
17083   - "ACL_STATEFUL"
17084   layout:
17085     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17086     layout: "plot-latency"
17087
17088 -
17089   type: "plot"
17090   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17091   algorithm: "plot_latency_error_bars"
17092   output-file-type: ".html"
17093   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-iacl-lat"
17094   data: "plot-vpp-throughput-latency-3n-hsw"
17095   filter: "'NIC_Intel-X520-DA2' and
17096            '64B' and
17097            'NDRPDR' and
17098            '2T2C' and
17099            'IP4FWD' and
17100            'IACL' and
17101            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17102            not 'IPSEC' and
17103            not 'VHOST'"
17104   parameters:
17105   - "throughput"
17106   - "parent"
17107   - "tags"
17108   sort:
17109   - "ACL_STATELESS"
17110   - "ACL_STATEFUL"
17111   - "ACL_STATELESS"
17112   - "ACL_STATEFUL"
17113   layout:
17114     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17115     layout: "plot-latency"
17116
17117 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17118 -
17119   type: "plot"
17120   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17121   algorithm: "plot_latency_error_bars"
17122   output-file-type: ".html"
17123   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17124   data: "plot-vpp-throughput-latency-3n-hsw"
17125   filter: "'NIC_Intel-X520-DA2' and
17126            '64B' and
17127            'NDRPDR' and
17128            '1T1C' and
17129            'IP4FWD' and
17130            'OACL' and
17131            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17132            not 'IPSEC' and
17133            not 'VHOST'"
17134   parameters:
17135   - "throughput"
17136   - "parent"
17137   - "tags"
17138   sort:
17139   - "ACL_STATELESS"
17140   - "ACL_STATEFUL"
17141   - "ACL_STATELESS"
17142   - "ACL_STATEFUL"
17143   layout:
17144     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17145     layout: "plot-latency"
17146
17147 -
17148   type: "plot"
17149   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17150   algorithm: "plot_latency_error_bars"
17151   output-file-type: ".html"
17152   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-oacl-lat"
17153   data: "plot-vpp-throughput-latency-3n-hsw"
17154   filter: "'NIC_Intel-X520-DA2' and
17155            '64B' and
17156            'NDRPDR' and
17157            '2T2C' and
17158            'IP4FWD' and
17159            'OACL' and
17160            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17161            not 'IPSEC' and
17162            not 'VHOST'"
17163   parameters:
17164   - "throughput"
17165   - "parent"
17166   - "tags"
17167   sort:
17168   - "ACL_STATELESS"
17169   - "ACL_STATEFUL"
17170   - "ACL_STATELESS"
17171   - "ACL_STATEFUL"
17172   layout:
17173     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17174     layout: "plot-latency"
17175
17176 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17177 -
17178   type: "plot"
17179   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17180   algorithm: "plot_latency_error_bars"
17181   output-file-type: ".html"
17182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17183   data: "plot-vpp-throughput-latency-3n-hsw"
17184   filter: "'NIC_Intel-X710' and
17185            '64B' and
17186            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17187            'NDRPDR' and
17188            '1T1C' and
17189            'IP4FWD' and
17190            not 'IPSEC' and
17191            not 'VHOST'"
17192   parameters:
17193   - "latency"
17194   - "parent"
17195   - "tags"
17196   sort:
17197   - "IP4BASE"
17198   - "FIB_20K"
17199   - "FIB_200K"
17200   - "FIB_2M"
17201   layout:
17202     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17203     layout: "plot-latency"
17204
17205 -
17206   type: "plot"
17207   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17208   algorithm: "plot_latency_error_bars"
17209   output-file-type: ".html"
17210   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17211   data: "plot-vpp-throughput-latency-3n-hsw"
17212   filter: "'NIC_Intel-X710' and
17213            '64B' and
17214            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17215            'NDRPDR' and
17216            '2T2C' and
17217            'IP4FWD' and
17218            not 'IPSEC' and
17219            not 'VHOST'"
17220   parameters:
17221   - "latency"
17222   - "parent"
17223   - "tags"
17224   sort:
17225   - "IP4BASE"
17226   - "FIB_20K"
17227   - "FIB_200K"
17228   - "FIB_2M"
17229   layout:
17230     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17231     layout: "plot-latency"
17232
17233 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17234 -
17235   type: "plot"
17236   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17237   algorithm: "plot_latency_error_bars"
17238   output-file-type: ".html"
17239   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17240   data: "plot-vpp-throughput-latency-3n-hsw"
17241   filter: "'NIC_Intel-X710' and
17242            '64B' and
17243            ('IP4BASE' or
17244             'POLICE_MARK' or
17245             'COPWHLIST' or
17246             ('NAT44' and 'BASE') or
17247             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17248            'NDRPDR' and
17249            '1T1C' and
17250            'IP4FWD' and
17251            not 'IPSEC' and
17252            not 'VHOST'"
17253   parameters:
17254   - "throughput"
17255   - "parent"
17256   - "tags"
17257   sort:
17258   - "IP4BASE"
17259   - "NAT44"
17260   - "POLICE_MARK"
17261   - "COPWHLIST"
17262   - "IACL"
17263   - "OACL"
17264   layout:
17265     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17266     layout: "plot-latency"
17267
17268 -
17269   type: "plot"
17270   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17271   algorithm: "plot_latency_error_bars"
17272   output-file-type: ".html"
17273   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17274   data: "plot-vpp-throughput-latency-3n-hsw"
17275   filter: "'NIC_Intel-X710' and
17276            '64B' and
17277            ('IP4BASE' or
17278             'POLICE_MARK' or
17279             'COPWHLIST' or
17280             ('NAT44' and 'BASE') or
17281             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17282            'NDRPDR' and
17283            '2T2C' and
17284            'IP4FWD' and
17285            not 'IPSEC' and
17286            not 'VHOST'"
17287   parameters:
17288   - "throughput"
17289   - "parent"
17290   - "tags"
17291   sort:
17292   - "IP4BASE"
17293   - "NAT44"
17294   - "POLICE_MARK"
17295   - "COPWHLIST"
17296   - "IACL"
17297   - "OACL"
17298   layout:
17299     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17300     layout: "plot-latency"
17301
17302 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17303 -
17304   type: "plot"
17305   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17306   algorithm: "plot_latency_error_bars"
17307   output-file-type: ".html"
17308   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17309   data: "plot-vpp-throughput-latency-3n-hsw"
17310   filter: "'NIC_Intel-X710' and
17311            '64B' and
17312            'NDRPDR' and
17313            '1T1C' and
17314            'IP4FWD' and
17315            'NAT44' and
17316            not 'IPSEC' and
17317            not 'VHOST'"
17318   parameters:
17319   - "throughput"
17320   - "parent"
17321   - "tags"
17322   sort:
17323   - "BASE"
17324   - "BASE"
17325   - "SRC_USER_10"
17326   - "SRC_USER_100"
17327   - "SRC_USER_1000"
17328   - "SRC_USER_2000"
17329   layout:
17330     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17331     layout: "plot-latency"
17332
17333 -
17334   type: "plot"
17335   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17336   algorithm: "plot_latency_error_bars"
17337   output-file-type: ".html"
17338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-nat44-lat"
17339   data: "plot-vpp-throughput-latency-3n-hsw"
17340   filter: "'NIC_Intel-X710' and
17341            '64B' and
17342            'NDRPDR' and
17343            '2T2C' and
17344            'IP4FWD' and
17345            'NAT44' and
17346            not 'IPSEC' and
17347            not 'VHOST'"
17348   parameters:
17349   - "throughput"
17350   - "parent"
17351   - "tags"
17352   sort:
17353   - "BASE"
17354   - "BASE"
17355   - "SRC_USER_10"
17356   - "SRC_USER_100"
17357   - "SRC_USER_1000"
17358   - "SRC_USER_2000"
17359   layout:
17360     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17361     layout: "plot-latency"
17362
17363 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17364 -
17365   type: "plot"
17366   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17367   algorithm: "plot_latency_error_bars"
17368   output-file-type: ".html"
17369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17370   data: "plot-vpp-throughput-latency-3n-hsw"
17371   filter: "'NIC_Intel-X710' and
17372            '64B' and
17373            'NDRPDR' and
17374            '1T1C' and
17375            'IP4FWD' and
17376            'IACL' and
17377            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17378            not 'IPSEC' and
17379            not 'VHOST'"
17380   parameters:
17381   - "throughput"
17382   - "parent"
17383   - "tags"
17384   sort:
17385   - "ACL_STATELESS"
17386   - "ACL_STATEFUL"
17387   - "ACL_STATELESS"
17388   - "ACL_STATEFUL"
17389   layout:
17390     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17391     layout: "plot-latency"
17392
17393 -
17394   type: "plot"
17395   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17396   algorithm: "plot_latency_error_bars"
17397   output-file-type: ".html"
17398   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-iacl-lat"
17399   data: "plot-vpp-throughput-latency-3n-hsw"
17400   filter: "'NIC_Intel-X710' and
17401            '64B' and
17402            'NDRPDR' and
17403            '2T2C' and
17404            'IP4FWD' and
17405            'IACL' and
17406            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17407            not 'IPSEC' and
17408            not 'VHOST'"
17409   parameters:
17410   - "throughput"
17411   - "parent"
17412   - "tags"
17413   sort:
17414   - "ACL_STATELESS"
17415   - "ACL_STATEFUL"
17416   - "ACL_STATELESS"
17417   - "ACL_STATEFUL"
17418   layout:
17419     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17420     layout: "plot-latency"
17421
17422 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17423 -
17424   type: "plot"
17425   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17426   algorithm: "plot_latency_error_bars"
17427   output-file-type: ".html"
17428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17429   data: "plot-vpp-throughput-latency-3n-hsw"
17430   filter: "'NIC_Intel-X710' and
17431            '64B' and
17432            'NDRPDR' and
17433            '1T1C' and
17434            'IP4FWD' and
17435            'OACL' and
17436            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17437            not 'IPSEC' and
17438            not 'VHOST'"
17439   parameters:
17440   - "throughput"
17441   - "parent"
17442   - "tags"
17443   sort:
17444   - "ACL_STATELESS"
17445   - "ACL_STATEFUL"
17446   - "ACL_STATELESS"
17447   - "ACL_STATEFUL"
17448   layout:
17449     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17450     layout: "plot-latency"
17451
17452 -
17453   type: "plot"
17454   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17455   algorithm: "plot_latency_error_bars"
17456   output-file-type: ".html"
17457   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-oacl-lat"
17458   data: "plot-vpp-throughput-latency-3n-hsw"
17459   filter: "'NIC_Intel-X710' and
17460            '64B' and
17461            'NDRPDR' and
17462            '2T2C' and
17463            'IP4FWD' and
17464            'OACL' and
17465            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17466            not 'IPSEC' and
17467            not 'VHOST'"
17468   parameters:
17469   - "throughput"
17470   - "parent"
17471   - "tags"
17472   sort:
17473   - "ACL_STATELESS"
17474   - "ACL_STATEFUL"
17475   - "ACL_STATELESS"
17476   - "ACL_STATEFUL"
17477   layout:
17478     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17479     layout: "plot-latency"
17480
17481 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17482 -
17483   type: "plot"
17484   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17485   algorithm: "plot_latency_error_bars"
17486   output-file-type: ".html"
17487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17488   data: "plot-vpp-throughput-latency-3n-hsw"
17489   filter: "'NIC_Intel-XL710' and
17490            '64B' and
17491            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17492            'NDRPDR' and
17493            '1T1C' and
17494            'IP4FWD' and
17495            not 'IPSEC' and
17496            not 'VHOST'"
17497   parameters:
17498   - "latency"
17499   - "parent"
17500   - "tags"
17501   sort:
17502   - "IP4BASE"
17503   - "FIB_20K"
17504   - "FIB_200K"
17505   - "FIB_2M"
17506   layout:
17507     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17508     layout: "plot-latency"
17509
17510 -
17511   type: "plot"
17512   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17513   algorithm: "plot_latency_error_bars"
17514   output-file-type: ".html"
17515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17516   data: "plot-vpp-throughput-latency-3n-hsw"
17517   filter: "'NIC_Intel-XL710' and
17518            '64B' and
17519            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17520            'NDRPDR' and
17521            '2T2C' and
17522            'IP4FWD' and
17523            not 'IPSEC' and
17524            not 'VHOST'"
17525   parameters:
17526   - "latency"
17527   - "parent"
17528   - "tags"
17529   sort:
17530   - "IP4BASE"
17531   - "FIB_20K"
17532   - "FIB_200K"
17533   - "FIB_2M"
17534   layout:
17535     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17536     layout: "plot-latency"
17537
17538 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17539 -
17540   type: "plot"
17541   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17542   algorithm: "plot_latency_error_bars"
17543   output-file-type: ".html"
17544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17545   data: "plot-vpp-throughput-latency-3n-skx"
17546   filter: "'NIC_Intel-X710' and
17547            '64B' and
17548            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17549            'NDRPDR' and
17550            '2T1C' and
17551            'IP4FWD' and
17552            not 'IPSEC' and
17553            not 'VHOST'"
17554   parameters:
17555   - "latency"
17556   - "parent"
17557   - "tags"
17558   sort:
17559   - "IP4BASE"
17560   - "FIB_20K"
17561   - "FIB_200K"
17562   - "FIB_2M"
17563   layout:
17564     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17565     layout: "plot-latency"
17566
17567 -
17568   type: "plot"
17569   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17570   algorithm: "plot_latency_error_bars"
17571   output-file-type: ".html"
17572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17573   data: "plot-vpp-throughput-latency-3n-skx"
17574   filter: "'NIC_Intel-X710' and
17575            '64B' and
17576            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17577            'NDRPDR' and
17578            '4T2C' and
17579            'IP4FWD' and
17580            not 'IPSEC' and
17581            not 'VHOST'"
17582   parameters:
17583   - "latency"
17584   - "parent"
17585   - "tags"
17586   sort:
17587   - "IP4BASE"
17588   - "FIB_20K"
17589   - "FIB_200K"
17590   - "FIB_2M"
17591   layout:
17592     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17593     layout: "plot-latency"
17594
17595 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17596 -
17597   type: "plot"
17598   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17599   algorithm: "plot_latency_error_bars"
17600   output-file-type: ".html"
17601   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17602   data: "plot-vpp-throughput-latency-3n-skx"
17603   filter: "'NIC_Intel-X710' and
17604            '64B' and
17605            ('IP4BASE' or
17606             'POLICE_MARK' or
17607             'COPWHLIST' or
17608             ('NAT44' and 'BASE') or
17609             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17610            'NDRPDR' and
17611            '2T1C' and
17612            'IP4FWD' and
17613            not 'IPSEC' and
17614            not 'VHOST'"
17615   parameters:
17616   - "throughput"
17617   - "parent"
17618   - "tags"
17619   sort:
17620   - "IP4BASE"
17621   - "NAT44"
17622   - "POLICE_MARK"
17623   - "COPWHLIST"
17624   - "IACL"
17625   - "OACL"
17626   layout:
17627     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17628     layout: "plot-latency"
17629
17630 -
17631   type: "plot"
17632   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17633   algorithm: "plot_latency_error_bars"
17634   output-file-type: ".html"
17635   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17636   data: "plot-vpp-throughput-latency-3n-skx"
17637   filter: "'NIC_Intel-X710' and
17638            '64B' and
17639            ('IP4BASE' or
17640             'POLICE_MARK' or
17641             'COPWHLIST' or
17642             ('NAT44' and 'BASE') or
17643             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17644            'NDRPDR' and
17645            '4T2C' and
17646            'IP4FWD' and
17647            not 'IPSEC' and
17648            not 'VHOST'"
17649   parameters:
17650   - "throughput"
17651   - "parent"
17652   - "tags"
17653   sort:
17654   - "IP4BASE"
17655   - "NAT44"
17656   - "POLICE_MARK"
17657   - "COPWHLIST"
17658   - "IACL"
17659   - "OACL"
17660   layout:
17661     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17662     layout: "plot-latency"
17663
17664 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17665 -
17666   type: "plot"
17667   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17668   algorithm: "plot_latency_error_bars"
17669   output-file-type: ".html"
17670   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17671   data: "plot-vpp-throughput-latency-3n-skx"
17672   filter: "'NIC_Intel-X710' and
17673            '64B' and
17674            'NDRPDR' and
17675            '2T1C' and
17676            'IP4FWD' and
17677            'NAT44' and
17678            not 'IPSEC' and
17679            not 'VHOST'"
17680   parameters:
17681   - "throughput"
17682   - "parent"
17683   - "tags"
17684   sort:
17685   - "BASE"
17686   - "BASE"
17687   - "SRC_USER_10"
17688   - "SRC_USER_100"
17689   - "SRC_USER_1000"
17690   - "SRC_USER_2000"
17691   layout:
17692     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17693     layout: "plot-latency"
17694
17695 -
17696   type: "plot"
17697   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17698   algorithm: "plot_latency_error_bars"
17699   output-file-type: ".html"
17700   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-nat44-lat"
17701   data: "plot-vpp-throughput-latency-3n-skx"
17702   filter: "'NIC_Intel-X710' and
17703            '64B' and
17704            'NDRPDR' and
17705            '4T2C' and
17706            'IP4FWD' and
17707            'NAT44' and
17708            not 'IPSEC' and
17709            not 'VHOST'"
17710   parameters:
17711   - "throughput"
17712   - "parent"
17713   - "tags"
17714   sort:
17715   - "BASE"
17716   - "BASE"
17717   - "SRC_USER_10"
17718   - "SRC_USER_100"
17719   - "SRC_USER_1000"
17720   - "SRC_USER_2000"
17721   layout:
17722     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17723     layout: "plot-latency"
17724
17725 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17726 -
17727   type: "plot"
17728   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17729   algorithm: "plot_latency_error_bars"
17730   output-file-type: ".html"
17731   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17732   data: "plot-vpp-throughput-latency-3n-skx"
17733   filter: "'NIC_Intel-X710' and
17734            '64B' and
17735            'NDRPDR' and
17736            '2T1C' and
17737            'IP4FWD' and
17738            'IACL' and
17739            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17740            not 'IPSEC' and
17741            not 'VHOST'"
17742   parameters:
17743   - "throughput"
17744   - "parent"
17745   - "tags"
17746   sort:
17747   - "ACL_STATELESS"
17748   - "ACL_STATEFUL"
17749   - "ACL_STATELESS"
17750   - "ACL_STATEFUL"
17751   layout:
17752     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17753     layout: "plot-latency"
17754
17755 -
17756   type: "plot"
17757   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17758   algorithm: "plot_latency_error_bars"
17759   output-file-type: ".html"
17760   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-iacl-lat"
17761   data: "plot-vpp-throughput-latency-3n-skx"
17762   filter: "'NIC_Intel-X710' and
17763            '64B' and
17764            'NDRPDR' and
17765            '4T2C' and
17766            'IP4FWD' and
17767            'IACL' and
17768            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17769            not 'IPSEC' and
17770            not 'VHOST'"
17771   parameters:
17772   - "throughput"
17773   - "parent"
17774   - "tags"
17775   sort:
17776   - "ACL_STATELESS"
17777   - "ACL_STATEFUL"
17778   - "ACL_STATELESS"
17779   - "ACL_STATEFUL"
17780   layout:
17781     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17782     layout: "plot-latency"
17783
17784 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17785 -
17786   type: "plot"
17787   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17788   algorithm: "plot_latency_error_bars"
17789   output-file-type: ".html"
17790   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17791   data: "plot-vpp-throughput-latency-3n-skx"
17792   filter: "'NIC_Intel-X710' and
17793            '64B' and
17794            'NDRPDR' and
17795            '2T1C' and
17796            'IP4FWD' and
17797            'OACL' and
17798            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17799            not 'IPSEC' and
17800            not 'VHOST'"
17801   parameters:
17802   - "throughput"
17803   - "parent"
17804   - "tags"
17805   sort:
17806   - "ACL_STATELESS"
17807   - "ACL_STATEFUL"
17808   - "ACL_STATELESS"
17809   - "ACL_STATEFUL"
17810   layout:
17811     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17812     layout: "plot-latency"
17813
17814 -
17815   type: "plot"
17816   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17817   algorithm: "plot_latency_error_bars"
17818   output-file-type: ".html"
17819   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17820   data: "plot-vpp-throughput-latency-3n-skx"
17821   filter: "'NIC_Intel-X710' and
17822            '64B' and
17823            'NDRPDR' and
17824            '4T2C' and
17825            'IP4FWD' and
17826            'OACL' and
17827            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17828            not 'IPSEC' and
17829            not 'VHOST'"
17830   parameters:
17831   - "throughput"
17832   - "parent"
17833   - "tags"
17834   sort:
17835   - "ACL_STATELESS"
17836   - "ACL_STATEFUL"
17837   - "ACL_STATELESS"
17838   - "ACL_STATEFUL"
17839   layout:
17840     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
17841     layout: "plot-latency"
17842
17843 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
17844 -
17845   type: "plot"
17846   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17847   algorithm: "plot_latency_error_bars"
17848   output-file-type: ".html"
17849   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17850   data: "plot-vpp-throughput-latency-2n-skx"
17851   filter: "'NIC_Intel-X710' and
17852            '64B' and
17853            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17854            'NDRPDR' and
17855            '2T1C' and
17856            'IP4FWD' and
17857            not 'IPSEC' and
17858            not 'VHOST'"
17859   parameters:
17860   - "latency"
17861   - "parent"
17862   - "tags"
17863   sort:
17864   - "IP4BASE"
17865   - "FIB_20K"
17866   - "FIB_200K"
17867   - "FIB_2M"
17868   layout:
17869     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17870     layout: "plot-latency"
17871
17872 -
17873   type: "plot"
17874   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17875   algorithm: "plot_latency_error_bars"
17876   output-file-type: ".html"
17877   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17878   data: "plot-vpp-throughput-latency-2n-skx"
17879   filter: "'NIC_Intel-X710' and
17880            '64B' and
17881            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17882            'NDRPDR' and
17883            '4T2C' and
17884            'IP4FWD' and
17885            not 'IPSEC' and
17886            not 'VHOST'"
17887   parameters:
17888   - "latency"
17889   - "parent"
17890   - "tags"
17891   sort:
17892   - "IP4BASE"
17893   - "FIB_20K"
17894   - "FIB_200K"
17895   - "FIB_2M"
17896   layout:
17897     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
17898     layout: "plot-latency"
17899
17900 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
17901 -
17902   type: "plot"
17903   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17904   algorithm: "plot_latency_error_bars"
17905   output-file-type: ".html"
17906   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
17907   data: "plot-vpp-throughput-latency-2n-skx"
17908   filter: "'NIC_Intel-XXV710' and
17909            '64B' and
17910            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17911            'NDRPDR' and
17912            '2T1C' and
17913            'IP4FWD' and
17914            not 'IPSEC' and
17915            not 'VHOST'"
17916   parameters:
17917   - "latency"
17918   - "parent"
17919   - "tags"
17920   sort:
17921   - "IP4BASE"
17922   - "FIB_20K"
17923   - "FIB_200K"
17924   - "FIB_2M"
17925   layout:
17926     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
17927     layout: "plot-latency"
17928
17929 -
17930   type: "plot"
17931   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17932   algorithm: "plot_latency_error_bars"
17933   output-file-type: ".html"
17934   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
17935   data: "plot-vpp-throughput-latency-2n-skx"
17936   filter: "'NIC_Intel-XXV710' and
17937            '64B' and
17938            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17939            'NDRPDR' and
17940            '4T2C' and
17941            'IP4FWD' and
17942            not 'IPSEC' and
17943            not 'VHOST'"
17944   parameters:
17945   - "latency"
17946   - "parent"
17947   - "tags"
17948   sort:
17949   - "IP4BASE"
17950   - "FIB_20K"
17951   - "FIB_200K"
17952   - "FIB_2M"
17953   layout:
17954     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
17955     layout: "plot-latency"
17956
17957 ################################################################################
17958
17959 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
17960 -
17961   type: "plot"
17962   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17963   algorithm: "plot_latency_error_bars"
17964   output-file-type: ".html"
17965   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17966   data: "plot-vpp-throughput-latency-3n-hsw"
17967   filter: "'NIC_Intel-X520-DA2' and
17968            '64B' and
17969            'ENCAP' and
17970            'NDRPDR' and
17971            '1T1C' and
17972            'VXLAN' and
17973            'L2BDMACLRN' and
17974            not 'VHOST' and
17975            not 'IPSECHW'"
17976   parameters:
17977   - "latency"
17978   - "parent"
17979   - "tags"
17980   sort:
17981   - "not DOT1Q"
17982   - "VXLAN_1"
17983   - "VXLAN_10"
17984   - "VXLAN_100"
17985   - "VXLAN_1000"
17986   layout:
17987     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17988     layout: "plot-latency"
17989
17990 -
17991   type: "plot"
17992   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17993   algorithm: "plot_latency_error_bars"
17994   output-file-type: ".html"
17995   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17996   data: "plot-vpp-throughput-latency-3n-hsw"
17997   filter: "'NIC_Intel-X520-DA2' and
17998            '64B' and
17999            'ENCAP' and
18000            'NDRPDR' and
18001            '2T2C' and
18002            'VXLAN' and
18003            'L2BDMACLRN' and
18004            not 'VHOST' and
18005            not 'IPSECHW'"
18006   parameters:
18007   - "latency"
18008   - "parent"
18009   - "tags"
18010   sort:
18011   - "not DOT1Q"
18012   - "VXLAN_1"
18013   - "VXLAN_10"
18014   - "VXLAN_100"
18015   - "VXLAN_1000"
18016   layout:
18017     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18018     layout: "plot-latency"
18019
18020 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18021 -
18022   type: "plot"
18023   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18024   algorithm: "plot_latency_error_bars"
18025   output-file-type: ".html"
18026   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18027   data: "plot-vpp-throughput-latency-3n-hsw"
18028   filter: "'NIC_Intel-X520-DA2' and
18029            '64B' and
18030            'ENCAP' and
18031            'NDRPDR' and
18032            '1T1C' and
18033            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18034            not 'DOT1Q' and
18035            not 'VHOST' and
18036            not 'IPSECHW'"
18037   parameters:
18038   - "throughput"
18039   - "parent"
18040   - "tags"
18041   sort:
18042   - "L2BDMACLRN"
18043   - "L2XCFWD"
18044   - "LISP"
18045   layout:
18046     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18047     layout: "plot-latency"
18048
18049 -
18050   type: "plot"
18051   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18052   algorithm: "plot_latency_error_bars"
18053   output-file-type: ".html"
18054   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18055   data: "plot-vpp-throughput-latency-3n-hsw"
18056   filter: "'NIC_Intel-X520-DA2' and
18057            '64B' and
18058            'ENCAP' and
18059            'NDRPDR' and
18060            '2T2C' and
18061            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18062            not 'DOT1Q' and
18063            not 'VHOST' and
18064            not 'IPSECHW'"
18065   parameters:
18066   - "throughput"
18067   - "parent"
18068   - "tags"
18069   sort:
18070   - "L2BDMACLRN"
18071   - "L2XCFWD"
18072   - "LISP"
18073   layout:
18074     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18075     layout: "plot-latency"
18076
18077 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18078 -
18079   type: "plot"
18080   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18081   algorithm: "plot_latency_error_bars"
18082   output-file-type: ".html"
18083   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18084   data: "plot-vpp-throughput-latency-3n-hsw"
18085   filter: "'NIC_Intel-X710' and
18086            '64B' and
18087            'ENCAP' and
18088            'NDRPDR' and
18089            '1T1C' and
18090            'VXLAN' and
18091            'L2BDMACLRN' and
18092            not 'VHOST' and
18093            not 'IPSECHW'"
18094   parameters:
18095   - "latency"
18096   - "parent"
18097   - "tags"
18098   sort:
18099   - "not DOT1Q"
18100   - "VXLAN_1"
18101   - "VXLAN_10"
18102   - "VXLAN_100"
18103   - "VXLAN_1000"
18104   layout:
18105     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18106     layout: "plot-latency"
18107
18108 -
18109   type: "plot"
18110   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18111   algorithm: "plot_latency_error_bars"
18112   output-file-type: ".html"
18113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18114   data: "plot-vpp-throughput-latency-3n-hsw"
18115   filter: "'NIC_Intel-X710' and
18116            '64B' and
18117            'ENCAP' and
18118            'NDRPDR' and
18119            '2T2C' and
18120            'VXLAN' and
18121            'L2BDMACLRN' and
18122            not 'VHOST' and
18123            not 'IPSECHW'"
18124   parameters:
18125   - "latency"
18126   - "parent"
18127   - "tags"
18128   sort:
18129   - "not DOT1Q"
18130   - "VXLAN_1"
18131   - "VXLAN_10"
18132   - "VXLAN_100"
18133   - "VXLAN_1000"
18134   layout:
18135     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18136     layout: "plot-latency"
18137
18138 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18139 -
18140   type: "plot"
18141   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18142   algorithm: "plot_latency_error_bars"
18143   output-file-type: ".html"
18144   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18145   data: "plot-vpp-throughput-latency-3n-hsw"
18146   filter: "'NIC_Intel-X710' and
18147            '64B' and
18148            'ENCAP' and
18149            'NDRPDR' and
18150            '1T1C' and
18151            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18152            not 'DOT1Q' and
18153            not 'VHOST' and
18154            not 'IPSECHW'"
18155   parameters:
18156   - "throughput"
18157   - "parent"
18158   - "tags"
18159   sort:
18160   - "L2BDMACLRN"
18161   - "L2XCFWD"
18162   - "LISP"
18163   layout:
18164     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18165     layout: "plot-latency"
18166
18167 -
18168   type: "plot"
18169   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18170   algorithm: "plot_latency_error_bars"
18171   output-file-type: ".html"
18172   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18173   data: "plot-vpp-throughput-latency-3n-hsw"
18174   filter: "'NIC_Intel-X710' and
18175            '64B' and
18176            'ENCAP' and
18177            'NDRPDR' and
18178            '2T2C' and
18179            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18180            not 'DOT1Q' and
18181            not 'VHOST' and
18182            not 'IPSECHW'"
18183   parameters:
18184   - "throughput"
18185   - "parent"
18186   - "tags"
18187   sort:
18188   - "L2BDMACLRN"
18189   - "L2XCFWD"
18190   - "LISP"
18191   layout:
18192     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18193     layout: "plot-latency"
18194
18195 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18196 -
18197   type: "plot"
18198   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18199   algorithm: "plot_latency_error_bars"
18200   output-file-type: ".html"
18201   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18202   data: "plot-vpp-throughput-latency-3n-skx"
18203   filter: "'NIC_Intel-X710' and
18204            '64B' and
18205            'ENCAP' and
18206            'NDRPDR' and
18207            '2T1C' and
18208            'VXLAN' and
18209            'L2BDMACLRN' and
18210            not 'VHOST' and
18211            not 'IPSECHW'"
18212   parameters:
18213   - "latency"
18214   - "parent"
18215   - "tags"
18216   sort:
18217   - "not DOT1Q"
18218   - "VXLAN_1"
18219   - "VXLAN_10"
18220   - "VXLAN_100"
18221   - "VXLAN_1000"
18222   layout:
18223     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18224     layout: "plot-latency"
18225
18226 -
18227   type: "plot"
18228   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18229   algorithm: "plot_latency_error_bars"
18230   output-file-type: ".html"
18231   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18232   data: "plot-vpp-throughput-latency-3n-skx"
18233   filter: "'NIC_Intel-X710' and
18234            '64B' and
18235            'ENCAP' and
18236            'NDRPDR' and
18237            '4t2c' and
18238            'VXLAN' and
18239            'L2BDMACLRN' and
18240            not 'VHOST' and
18241            not 'IPSECHW'"
18242   parameters:
18243   - "latency"
18244   - "parent"
18245   - "tags"
18246   sort:
18247   - "not DOT1Q"
18248   - "VXLAN_1"
18249   - "VXLAN_10"
18250   - "VXLAN_100"
18251   - "VXLAN_1000"
18252   layout:
18253     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18254     layout: "plot-latency"
18255
18256 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18257 -
18258   type: "plot"
18259   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18260   algorithm: "plot_latency_error_bars"
18261   output-file-type: ".html"
18262   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18263   data: "plot-vpp-throughput-latency-3n-skx"
18264   filter: "'NIC_Intel-X710' and
18265            '64B' and
18266            'ENCAP' and
18267            'NDRPDR' and
18268            '2T1C' and
18269            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18270            not 'DOT1Q' and
18271            not 'VHOST' and
18272            not 'IPSECHW'"
18273   parameters:
18274   - "throughput"
18275   - "parent"
18276   - "tags"
18277   sort:
18278   - "L2BDMACLRN"
18279   - "L2XCFWD"
18280   - "LISP"
18281   layout:
18282     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18283     layout: "plot-latency"
18284
18285 -
18286   type: "plot"
18287   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18288   algorithm: "plot_latency_error_bars"
18289   output-file-type: ".html"
18290   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18291   data: "plot-vpp-throughput-latency-3n-skx"
18292   filter: "'NIC_Intel-X710' and
18293            '64B' and
18294            'ENCAP' and
18295            'NDRPDR' and
18296            '4T2C' and
18297            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18298            not 'DOT1Q' and
18299            not 'VHOST' and
18300            not 'IPSECHW'"
18301   parameters:
18302   - "throughput"
18303   - "parent"
18304   - "tags"
18305   sort:
18306   - "L2BDMACLRN"
18307   - "L2XCFWD"
18308   - "LISP"
18309   layout:
18310     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18311     layout: "plot-latency"
18312
18313 ################################################################################
18314
18315 # Packet Latency - VPP IPv6 3n-hsw-x520
18316 -
18317   type: "plot"
18318   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18319   algorithm: "plot_latency_error_bars"
18320   output-file-type: ".html"
18321   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18322   data: "plot-vpp-throughput-latency-3n-hsw"
18323   filter: "'NIC_Intel-X520-DA2' and
18324            '78B' and
18325            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18326            'NDRPDR' and
18327            '1T1C' and
18328            'IP6FWD' and
18329            not 'SRv6' and
18330            not 'IPSEC' and
18331            not 'VHOST'"
18332   parameters:
18333   - "latency"
18334   - "parent"
18335   - "tags"
18336   sort:
18337   - "IP6BASE"
18338   - "FIB_20K"
18339   - "FIB_200K"
18340   - "FIB_2M"
18341   layout:
18342     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18343     layout: "plot-latency"
18344
18345 -
18346   type: "plot"
18347   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18348   algorithm: "plot_latency_error_bars"
18349   output-file-type: ".html"
18350   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18351   data: "plot-vpp-throughput-latency-3n-hsw"
18352   filter: "'NIC_Intel-X520-DA2' and
18353            '78B' and
18354            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18355            'NDRPDR' and
18356            '2T2C' and
18357            'IP6FWD' and
18358            not 'SRv6' and
18359            not 'IPSEC' and
18360            not 'VHOST'"
18361   parameters:
18362   - "latency"
18363   - "parent"
18364   - "tags"
18365   sort:
18366   - "IP6BASE"
18367   - "FIB_20K"
18368   - "FIB_200K"
18369   - "FIB_2M"
18370   layout:
18371     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18372     layout: "plot-latency"
18373
18374 # Packet Latency - VPP IPv6 3n-hsw-x710
18375 -
18376   type: "plot"
18377   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18378   algorithm: "plot_latency_error_bars"
18379   output-file-type: ".html"
18380   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18381   data: "plot-vpp-throughput-latency-3n-hsw"
18382   filter: "'NIC_Intel-X710' and
18383            '78B' and
18384            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18385            'NDRPDR' and
18386            '1T1C' and
18387            'IP6FWD' and
18388            not 'SRv6' and
18389            not 'IPSEC' and
18390            not 'VHOST'"
18391   parameters:
18392   - "latency"
18393   - "parent"
18394   - "tags"
18395   sort:
18396   - "IP6BASE"
18397   - "FIB_20K"
18398   - "FIB_200K"
18399   - "FIB_2M"
18400   layout:
18401     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18402     layout: "plot-latency"
18403
18404 -
18405   type: "plot"
18406   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18407   algorithm: "plot_latency_error_bars"
18408   output-file-type: ".html"
18409   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18410   data: "plot-vpp-throughput-latency-3n-hsw"
18411   filter: "'NIC_Intel-X710' and
18412            '78B' and
18413            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18414            'NDRPDR' and
18415            '2T2C' and
18416            'IP6FWD' and
18417            not 'SRv6' and
18418            not 'IPSEC' and
18419            not 'VHOST'"
18420   parameters:
18421   - "latency"
18422   - "parent"
18423   - "tags"
18424   sort:
18425   - "IP6BASE"
18426   - "FIB_20K"
18427   - "FIB_200K"
18428   - "FIB_2M"
18429   layout:
18430     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18431     layout: "plot-latency"
18432
18433 # Packet Latency - VPP IPv6 3n-hsw-xl710
18434 -
18435   type: "plot"
18436   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18437   algorithm: "plot_latency_error_bars"
18438   output-file-type: ".html"
18439   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18440   data: "plot-vpp-throughput-latency-3n-hsw"
18441   filter: "'NIC_Intel-XL710' and
18442            '78B' and
18443            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18444            'NDRPDR' and
18445            '1T1C' and
18446            'IP6FWD' and
18447            not 'SRv6' and
18448            not 'IPSEC' and
18449            not 'VHOST'"
18450   parameters:
18451   - "latency"
18452   - "parent"
18453   - "tags"
18454   sort:
18455   - "IP6BASE"
18456   - "FIB_20K"
18457   - "FIB_200K"
18458   - "FIB_2M"
18459   layout:
18460     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18461     layout: "plot-latency"
18462
18463 -
18464   type: "plot"
18465   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18466   algorithm: "plot_latency_error_bars"
18467   output-file-type: ".html"
18468   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18469   data: "plot-vpp-throughput-latency-3n-hsw"
18470   filter: "'NIC_Intel-XL710' and
18471            '78B' and
18472            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18473            'NDRPDR' and
18474            '2T2C' and
18475            'IP6FWD' and
18476            not 'SRv6' and
18477            not 'IPSEC' and
18478            not 'VHOST'"
18479   parameters:
18480   - "latency"
18481   - "parent"
18482   - "tags"
18483   sort:
18484   - "IP6BASE"
18485   - "FIB_20K"
18486   - "FIB_200K"
18487   - "FIB_2M"
18488   layout:
18489     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18490     layout: "plot-latency"
18491
18492 # Packet Latency - VPP IPv6 3n-skx-x710
18493 -
18494   type: "plot"
18495   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18496   algorithm: "plot_latency_error_bars"
18497   output-file-type: ".html"
18498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18499   data: "plot-vpp-throughput-latency-3n-skx"
18500   filter: "'NIC_Intel-X710' and
18501            '78B' and
18502            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18503            'NDRPDR' and
18504            '2T1C' and
18505            'IP6FWD' and
18506            not 'SRv6' and
18507            not 'IPSEC' and
18508            not 'VHOST'"
18509   parameters:
18510   - "latency"
18511   - "parent"
18512   - "tags"
18513   sort:
18514   - "IP6BASE"
18515   - "FIB_20K"
18516   - "FIB_200K"
18517   - "FIB_2M"
18518   layout:
18519     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18520     layout: "plot-latency"
18521
18522 -
18523   type: "plot"
18524   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18525   algorithm: "plot_latency_error_bars"
18526   output-file-type: ".html"
18527   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18528   data: "plot-vpp-throughput-latency-3n-skx"
18529   filter: "'NIC_Intel-X710' and
18530            '78B' and
18531            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18532            'NDRPDR' and
18533            '4T2C' and
18534            'IP6FWD' and
18535            not 'SRv6' and
18536            not 'IPSEC' and
18537            not 'VHOST'"
18538   parameters:
18539   - "latency"
18540   - "parent"
18541   - "tags"
18542   sort:
18543   - "IP6BASE"
18544   - "FIB_20K"
18545   - "FIB_200K"
18546   - "FIB_2M"
18547   layout:
18548     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18549     layout: "plot-latency"
18550
18551 # Packet Latency - VPP IPv6 2n-skx-x710
18552 -
18553   type: "plot"
18554   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18555   algorithm: "plot_latency_error_bars"
18556   output-file-type: ".html"
18557   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18558   data: "plot-vpp-throughput-latency-2n-skx"
18559   filter: "'NIC_Intel-X710' and
18560            '78B' and
18561            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18562            'NDRPDR' and
18563            '2T1C' and
18564            'IP6FWD' and
18565            not 'SRv6' and
18566            not 'IPSEC' and
18567            not 'VHOST'"
18568   parameters:
18569   - "latency"
18570   - "parent"
18571   - "tags"
18572   sort:
18573   - "IP6BASE"
18574   - "FIB_20K"
18575   - "FIB_200K"
18576   - "FIB_2M"
18577   layout:
18578     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18579     layout: "plot-latency"
18580
18581 -
18582   type: "plot"
18583   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18584   algorithm: "plot_latency_error_bars"
18585   output-file-type: ".html"
18586   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18587   data: "plot-vpp-throughput-latency-2n-skx"
18588   filter: "'NIC_Intel-X710' and
18589            '78B' and
18590            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18591            'NDRPDR' and
18592            '4T2C' and
18593            'IP6FWD' and
18594            not 'SRv6' and
18595            not 'IPSEC' and
18596            not 'VHOST'"
18597   parameters:
18598   - "latency"
18599   - "parent"
18600   - "tags"
18601   sort:
18602   - "IP6BASE"
18603   - "FIB_20K"
18604   - "FIB_200K"
18605   - "FIB_2M"
18606   layout:
18607     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18608     layout: "plot-latency"
18609
18610 # Packet Latency - VPP IPv6 2n-skx-xxv710
18611 -
18612   type: "plot"
18613   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18614   algorithm: "plot_latency_error_bars"
18615   output-file-type: ".html"
18616   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18617   data: "plot-vpp-throughput-latency-2n-skx"
18618   filter: "'NIC_Intel-XXV710' and
18619            '78B' and
18620            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18621            'NDRPDR' and
18622            '2T1C' and
18623            'IP6FWD' and
18624            not 'SRv6' and
18625            not 'IPSEC' and
18626            not 'VHOST'"
18627   parameters:
18628   - "latency"
18629   - "parent"
18630   - "tags"
18631   sort:
18632   - "IP6BASE"
18633   - "FIB_20K"
18634   - "FIB_200K"
18635   - "FIB_2M"
18636   layout:
18637     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18638     layout: "plot-latency"
18639
18640 -
18641   type: "plot"
18642   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18643   algorithm: "plot_latency_error_bars"
18644   output-file-type: ".html"
18645   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18646   data: "plot-vpp-throughput-latency-2n-skx"
18647   filter: "'NIC_Intel-XXV710' and
18648            '78B' and
18649            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18650            'NDRPDR' and
18651            '4T2C' and
18652            'IP6FWD' and
18653            not 'SRv6' and
18654            not 'IPSEC' and
18655            not 'VHOST'"
18656   parameters:
18657   - "latency"
18658   - "parent"
18659   - "tags"
18660   sort:
18661   - "IP6BASE"
18662   - "FIB_20K"
18663   - "FIB_200K"
18664   - "FIB_2M"
18665   layout:
18666     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18667     layout: "plot-latency"
18668
18669 ################################################################################
18670
18671 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18672 -
18673   type: "plot"
18674   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18675   algorithm: "plot_latency_error_bars"
18676   output-file-type: ".html"
18677   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18678   data: "plot-vpp-throughput-latency-3n-hsw"
18679   filter: "'NIC_Intel-X520-DA2' and
18680            '78B' and
18681            'ENCAP' and
18682            'NDRPDR' and
18683            '1T1C' and
18684            'LISP' and
18685            not 'VHOST'"
18686   parameters:
18687   - "throughput"
18688   - "parent"
18689   - "tags"
18690   sort:
18691   - "IP4UNRLAY"
18692   - "IP6UNRLAY"
18693   layout:
18694     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18695     layout: "plot-latency"
18696
18697 -
18698   type: "plot"
18699   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18700   algorithm: "plot_latency_error_bars"
18701   output-file-type: ".html"
18702   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18703   data: "plot-vpp-throughput-latency-3n-hsw"
18704   filter: "'NIC_Intel-X520-DA2' and
18705            '78B' and
18706            'ENCAP' and
18707            'NDRPDR' and
18708            '2T2C' and
18709            'LISP' and
18710            not 'VHOST'"
18711   parameters:
18712   - "throughput"
18713   - "parent"
18714   - "tags"
18715   sort:
18716   - "IP4UNRLAY"
18717   - "IP6UNRLAY"
18718   layout:
18719     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18720     layout: "plot-latency"
18721
18722 ################################################################################
18723
18724 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18725 -
18726   type: "plot"
18727   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18728   algorithm: "plot_latency_error_bars"
18729   output-file-type: ".html"
18730   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18731   data: "plot-vpp-throughput-latency-3n-hsw"
18732   filter: "'NIC_Intel-XL710' and
18733            '64B' and
18734            'IP4FWD' and
18735            'NDRPDR' and
18736            'BASE' and
18737            '1T1C' and
18738            'IPSECHW' and
18739            ('IPSECTRAN' or 'IPSECTUN') and
18740            not 'VHOST'"
18741   parameters:
18742   - "latency"
18743   - "parent"
18744   - "tags"
18745   layout:
18746     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18747     layout: "plot-latency"
18748
18749 -
18750   type: "plot"
18751   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18752   algorithm: "plot_latency_error_bars"
18753   output-file-type: ".html"
18754   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18755   data: "plot-vpp-throughput-latency-3n-hsw"
18756   filter: "'NIC_Intel-XL710' and
18757            '64B' and
18758            'IP4FWD' and
18759            'NDRPDR' and
18760            'BASE' and
18761            '2T2C' and
18762            'IPSECHW' and
18763            ('IPSECTRAN' or 'IPSECTUN') and
18764            not 'VHOST'"
18765   parameters:
18766   - "latency"
18767   - "parent"
18768   - "tags"
18769   layout:
18770     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18771     layout: "plot-latency"
18772
18773 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18774 -
18775   type: "plot"
18776   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18777   algorithm: "plot_latency_error_bars"
18778   output-file-type: ".html"
18779   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18780   data: "plot-vpp-throughput-latency-3n-hsw"
18781   filter: "'NIC_Intel-XL710' and
18782            '64B' and
18783            'IP4FWD' and
18784            'NDRPDR' and
18785            'SCALE' and
18786            '1T1C' and
18787            'IPSECHW' and
18788            ('IPSECTRAN' or 'IPSECTUN') and
18789            not 'VHOST'"
18790   parameters:
18791   - "latency"
18792   - "parent"
18793   - "tags"
18794   layout:
18795     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
18796     layout: "plot-latency"
18797
18798 -
18799   type: "plot"
18800   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18801   algorithm: "plot_latency_error_bars"
18802   output-file-type: ".html"
18803   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18804   data: "plot-vpp-throughput-latency-3n-hsw"
18805   filter: "'NIC_Intel-XL710' and
18806            '64B' and
18807            'IP4FWD' and
18808            'NDRPDR' and
18809            'SCALE' and
18810            '2T2C' and
18811            'IPSECHW' and
18812            ('IPSECTRAN' or 'IPSECTUN') and
18813            not 'VHOST'"
18814   parameters:
18815   - "latency"
18816   - "parent"
18817   - "tags"
18818   layout:
18819     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18820     layout: "plot-latency"
18821
18822 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18823 -
18824   type: "plot"
18825   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18826   algorithm: "plot_latency_error_bars"
18827   output-file-type: ".html"
18828   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18829   data: "plot-vpp-throughput-latency-3n-hsw"
18830   filter: "'NIC_Intel-XL710' and
18831            '64B' and
18832            'IP4FWD' and
18833            'NDRPDR' and
18834            '1T1C' and
18835            'IPSECSW' and
18836            ('IPSECTRAN' or 'IPSECTUN') and
18837            not 'VHOST'"
18838   parameters:
18839   - "latency"
18840   - "parent"
18841   - "tags"
18842   layout:
18843     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
18844     layout: "plot-latency"
18845
18846 -
18847   type: "plot"
18848   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18849   algorithm: "plot_latency_error_bars"
18850   output-file-type: ".html"
18851   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18852   data: "plot-vpp-throughput-latency-3n-hsw"
18853   filter: "'NIC_Intel-XL710' and
18854            '64B' and
18855            'IP4FWD' and
18856            'NDRPDR' and
18857            '2T2C' and
18858            'IPSECSW' and
18859            ('IPSECTRAN' or 'IPSECTUN') and
18860            not 'VHOST'"
18861   parameters:
18862   - "latency"
18863   - "parent"
18864   - "tags"
18865   layout:
18866     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
18867     layout: "plot-latency"
18868
18869 ################################################################################
18870
18871 # Packet Latency - VPP SRv6 3n-hsw-x520
18872 -
18873   type: "plot"
18874   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18875   algorithm: "plot_latency_error_bars"
18876   output-file-type: ".html"
18877   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18878   data: "plot-vpp-throughput-latency-3n-hsw"
18879   filter: "'NIC_Intel-X520-DA2' and
18880            '78B' and
18881            'FEATURE' and
18882            'NDRPDR' and
18883            '1T1C' and
18884            'IP6FWD' and
18885            'SRv6'"
18886   parameters:
18887   - "latency"
18888   - "parent"
18889   - "tags"
18890   layout:
18891     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
18892     layout: "plot-latency"
18893
18894 -
18895   type: "plot"
18896   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
18897   algorithm: "plot_latency_error_bars"
18898   output-file-type: ".html"
18899   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
18900   data: "plot-vpp-throughput-latency-3n-hsw"
18901   filter: "'NIC_Intel-X520-DA2' and
18902            '78B' and
18903            'FEATURE' and
18904            'NDRPDR' and
18905            '2T2C' and
18906            'IP6FWD' and
18907            'SRv6'"
18908   parameters:
18909   - "latency"
18910   - "parent"
18911   - "tags"
18912   layout:
18913     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
18914     layout: "plot-latency"
18915
18916 ################################################################################
18917
18918 # Packet Latency - VPP vhost ip4 3n-hsw-x520
18919 -
18920   type: "plot"
18921   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18922   algorithm: "plot_latency_error_bars"
18923   output-file-type: ".html"
18924   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18925   data: "plot-vpp-throughput-latency-3n-hsw"
18926   filter: "'NIC_Intel-X520-DA2' and
18927            '64B' and
18928            'NDRPDR' and
18929            'ETH' and
18930            'IP4FWD' and
18931            '1T1C' and
18932            'VHOST_1024' and
18933            not 'VXLAN' and
18934            not 'DOT1Q'"
18935   parameters:
18936   - "latency"
18937   - "parent"
18938   - "tags"
18939   sort:
18940   - "not CFS_OPT"
18941   - "1VM"
18942   - "2VM"
18943   layout:
18944     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18945     layout: "plot-latency"
18946
18947 -
18948   type: "plot"
18949   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18950   algorithm: "plot_latency_error_bars"
18951   output-file-type: ".html"
18952   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18953   data: "plot-vpp-throughput-latency-3n-hsw"
18954   filter: "'NIC_Intel-X520-DA2' and
18955            '64B' and
18956            'NDRPDR' and
18957            'ETH' and
18958            'IP4FWD' and
18959            '2T2C' and
18960            'VHOST_1024' and
18961            not 'VXLAN' and
18962            not 'DOT1Q'"
18963   parameters:
18964   - "latency"
18965   - "parent"
18966   - "tags"
18967   sort:
18968   - "not CFS_OPT"
18969   - "1VM"
18970   - "2VM"
18971   layout:
18972     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18973     layout: "plot-latency"
18974
18975 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
18976 -
18977   type: "plot"
18978   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18979   algorithm: "plot_latency_error_bars"
18980   output-file-type: ".html"
18981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18982   data: "plot-vpp-throughput-latency-3n-hsw"
18983   filter: "'NIC_Intel-X520-DA2' and
18984            '64B' and
18985            'NDRPDR' and
18986            'ETH' and
18987            '1T1C' and
18988            'L2BDMACLRN' and
18989            'VHOST_1024' and
18990            not 'VXLAN' and
18991            not 'IP4FWD' and
18992            not 'DOT1Q' and
18993            not '2VM'"
18994   parameters:
18995   - "latency"
18996   - "parent"
18997   - "tags"
18998   sort:
18999   - "VM"  # "not CFS_OPT"
19000   - "CFS_OPT"
19001   - "FIB_10K"
19002   - "FIB_100K"
19003   - "FIB_1M"
19004   layout:
19005     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19006     layout: "plot-latency"
19007
19008 -
19009   type: "plot"
19010   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19011   algorithm: "plot_latency_error_bars"
19012   output-file-type: ".html"
19013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19014   data: "plot-vpp-throughput-latency-3n-hsw"
19015   filter: "'NIC_Intel-X520-DA2' and
19016            '64B' and
19017            'NDRPDR' and
19018            'ETH' and
19019            '2T2C' and
19020            'L2BDMACLRN' and
19021            'VHOST_1024' and
19022            not 'VXLAN' and
19023            not 'IP4FWD' and
19024            not 'DOT1Q' and
19025            not '2VM'"
19026   parameters:
19027   - "latency"
19028   - "parent"
19029   - "tags"
19030   sort:
19031   - "VM"  # "not CFS_OPT"
19032   - "CFS_OPT"
19033   - "FIB_10K"
19034   - "FIB_100K"
19035   - "FIB_1M"
19036   layout:
19037     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19038     layout: "plot-latency"
19039
19040 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19041 -
19042   type: "plot"
19043   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19044   algorithm: "plot_latency_error_bars"
19045   output-file-type: ".html"
19046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19047   data: "plot-vpp-throughput-latency-3n-hsw"
19048   filter: "'NIC_Intel-X520-DA2' and
19049            '64B' and
19050            'NDRPDR' and
19051            'ETH' and
19052            'BASE' and
19053            '1T1C' and
19054            ('L2BDMACLRN' or 'L2XCFWD') and
19055            'VHOST_1024' and
19056            not 'VXLAN' and
19057            not 'IP4FWD' and
19058            not 'DOT1Q' and
19059            not '2VM'"
19060   parameters:
19061   - "latency"
19062   - "parent"
19063   - "tags"
19064   sort:
19065   - "not CFS_OPT"
19066   - "L2XCFWD"
19067   - "not CFS_OPT"
19068   - "CFS_OPT"
19069   layout:
19070     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19071     layout: "plot-latency"
19072
19073 -
19074   type: "plot"
19075   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19076   algorithm: "plot_latency_error_bars"
19077   output-file-type: ".html"
19078   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19079   data: "plot-vpp-throughput-latency-3n-hsw"
19080   filter: "'NIC_Intel-X520-DA2' and
19081            '64B' and
19082            'NDRPDR' and
19083            'ETH' and
19084            'BASE' and
19085            '2T2C' and
19086            ('L2BDMACLRN' or 'L2XCFWD') and
19087            'VHOST_1024' and
19088            not 'VXLAN' and
19089            not 'IP4FWD' and
19090            not 'DOT1Q' and
19091            not '2VM'"
19092   parameters:
19093   - "latency"
19094   - "parent"
19095   - "tags"
19096   sort:
19097   - "not CFS_OPT"
19098   - "L2XCFWD"
19099   - "not CFS_OPT"
19100   - "CFS_OPT"
19101   layout:
19102     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19103     layout: "plot-latency"
19104
19105 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19106 -
19107   type: "plot"
19108   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19109   algorithm: "plot_latency_error_bars"
19110   output-file-type: ".html"
19111   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19112   data: "plot-vpp-throughput-latency-3n-hsw"
19113   filter: "'NIC_Intel-X520-DA2' and
19114            '64B' and
19115            'NDRPDR' and
19116            'ETH' and
19117            '1T1C' and
19118            ('L2BDMACLRN' or 'L2XCFWD') and
19119            'VHOST_1024' and
19120            not 'CFS_OPT' and
19121            not 'VXLAN' and
19122            not 'IP4FWD' and
19123            not 'DOT1Q'"
19124   parameters:
19125   - "latency"
19126   - "parent"
19127   - "tags"
19128   sort:
19129   - "1VM"
19130   - "L2XCFWD"
19131   - "1VM"
19132   - "L2BDMACLRN"
19133   layout:
19134     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19135     layout: "plot-latency"
19136
19137 -
19138   type: "plot"
19139   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19140   algorithm: "plot_latency_error_bars"
19141   output-file-type: ".html"
19142   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19143   data: "plot-vpp-throughput-latency-3n-hsw"
19144   filter: "'NIC_Intel-X520-DA2' and
19145            '64B' and
19146            'NDRPDR' and
19147            'ETH' and
19148            '2T2C' and
19149            ('L2BDMACLRN' or 'L2XCFWD') and
19150            'VHOST_1024' and
19151            not 'CFS_OPT' and
19152            not 'VXLAN' and
19153            not 'IP4FWD' and
19154            not 'DOT1Q'"
19155   parameters:
19156   - "latency"
19157   - "parent"
19158   - "tags"
19159   sort:
19160   - "1VM"
19161   - "L2XCFWD"
19162   - "1VM"
19163   - "L2BDMACLRN"
19164   layout:
19165     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19166     layout: "plot-latency"
19167
19168 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19169 -
19170   type: "plot"
19171   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19172   algorithm: "plot_latency_error_bars"
19173   output-file-type: ".html"
19174   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19175   data: "plot-vpp-throughput-latency-3n-hsw"
19176   filter: "'NIC_Intel-X710' and
19177            '64B' and
19178            'NDRPDR' and
19179            'ETH' and
19180            'IP4FWD' and
19181            '1T1C' and
19182            'VHOST_1024' and
19183            not 'VXLAN' and
19184            not 'DOT1Q'"
19185   parameters:
19186   - "latency"
19187   - "parent"
19188   - "tags"
19189   sort:
19190   - "not CFS_OPT"
19191   - "1VM"
19192   - "2VM"
19193   layout:
19194     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19195     layout: "plot-latency"
19196
19197 -
19198   type: "plot"
19199   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19200   algorithm: "plot_latency_error_bars"
19201   output-file-type: ".html"
19202   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19203   data: "plot-vpp-throughput-latency-3n-hsw"
19204   filter: "'NIC_Intel-X710' and
19205            '64B' and
19206            'NDRPDR' and
19207            'ETH' and
19208            'IP4FWD' and
19209            '2T2C' and
19210            'VHOST_1024' and
19211            not 'VXLAN' and
19212            not 'DOT1Q'"
19213   parameters:
19214   - "latency"
19215   - "parent"
19216   - "tags"
19217   sort:
19218   - "not CFS_OPT"
19219   - "1VM"
19220   - "2VM"
19221   layout:
19222     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19223     layout: "plot-latency"
19224
19225 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19226 -
19227   type: "plot"
19228   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19229   algorithm: "plot_latency_error_bars"
19230   output-file-type: ".html"
19231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19232   data: "plot-vpp-throughput-latency-3n-hsw"
19233   filter: "'NIC_Intel-X710' and
19234            '64B' and
19235            'NDRPDR' and
19236            'ETH' and
19237            '1T1C' and
19238            'L2BDMACLRN' and
19239            'VHOST_1024' and
19240            not 'VXLAN' and
19241            not 'IP4FWD' and
19242            not 'DOT1Q' and
19243            not '2VM'"
19244   parameters:
19245   - "latency"
19246   - "parent"
19247   - "tags"
19248   sort:
19249   - "VM"  # "not CFS_OPT"
19250   - "CFS_OPT"
19251   - "FIB_10K"
19252   - "FIB_100K"
19253   - "FIB_1M"
19254   layout:
19255     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19256     layout: "plot-latency"
19257
19258 -
19259   type: "plot"
19260   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19261   algorithm: "plot_latency_error_bars"
19262   output-file-type: ".html"
19263   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19264   data: "plot-vpp-throughput-latency-3n-hsw"
19265   filter: "'NIC_Intel-X710' and
19266            '64B' and
19267            'NDRPDR' and
19268            'ETH' and
19269            '2T2C' and
19270            'L2BDMACLRN' and
19271            'VHOST_1024' and
19272            not 'VXLAN' and
19273            not 'IP4FWD' and
19274            not 'DOT1Q' and
19275            not '2VM'"
19276   parameters:
19277   - "latency"
19278   - "parent"
19279   - "tags"
19280   sort:
19281   - "VM"  # "not CFS_OPT"
19282   - "CFS_OPT"
19283   - "FIB_10K"
19284   - "FIB_100K"
19285   - "FIB_1M"
19286   layout:
19287     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19288     layout: "plot-latency"
19289
19290 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19291 -
19292   type: "plot"
19293   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19294   algorithm: "plot_latency_error_bars"
19295   output-file-type: ".html"
19296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19297   data: "plot-vpp-throughput-latency-3n-hsw"
19298   filter: "'NIC_Intel-X710' and
19299            '64B' and
19300            'NDRPDR' and
19301            'ETH' and
19302            'BASE' and
19303            '1T1C' and
19304            ('L2BDMACLRN' or 'L2XCFWD') and
19305            'VHOST_1024' and
19306            not 'VXLAN' and
19307            not 'IP4FWD' and
19308            not 'DOT1Q' and
19309            not '2VM'"
19310   parameters:
19311   - "latency"
19312   - "parent"
19313   - "tags"
19314   sort:
19315   - "not CFS_OPT"
19316   - "L2XCFWD"
19317   - "not CFS_OPT"
19318   - "CFS_OPT"
19319   layout:
19320     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19321     layout: "plot-latency"
19322
19323 -
19324   type: "plot"
19325   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19326   algorithm: "plot_latency_error_bars"
19327   output-file-type: ".html"
19328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19329   data: "plot-vpp-throughput-latency-3n-hsw"
19330   filter: "'NIC_Intel-X710' and
19331            '64B' and
19332            'NDRPDR' and
19333            'ETH' and
19334            'BASE' and
19335            '2T2C' and
19336            ('L2BDMACLRN' or 'L2XCFWD') and
19337            'VHOST_1024' and
19338            not 'VXLAN' and
19339            not 'IP4FWD' and
19340            not 'DOT1Q' and
19341            not '2VM'"
19342   parameters:
19343   - "latency"
19344   - "parent"
19345   - "tags"
19346   sort:
19347   - "not CFS_OPT"
19348   - "L2XCFWD"
19349   - "not CFS_OPT"
19350   - "CFS_OPT"
19351   layout:
19352     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19353     layout: "plot-latency"
19354
19355 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19356 -
19357   type: "plot"
19358   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19359   algorithm: "plot_latency_error_bars"
19360   output-file-type: ".html"
19361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19362   data: "plot-vpp-throughput-latency-3n-hsw"
19363   filter: "'NIC_Intel-X710' and
19364            '64B' and
19365            'NDRPDR' and
19366            'ETH' and
19367            '1T1C' and
19368            ('L2BDMACLRN' or 'L2XCFWD') and
19369            'VHOST_1024' and
19370            not 'CFS_OPT' and
19371            not 'VXLAN' and
19372            not 'IP4FWD' and
19373            not 'DOT1Q'"
19374   parameters:
19375   - "latency"
19376   - "parent"
19377   - "tags"
19378   sort:
19379   - "1VM"
19380   - "L2XCFWD"
19381   - "1VM"
19382   - "L2BDMACLRN"
19383   layout:
19384     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19385     layout: "plot-latency"
19386
19387 -
19388   type: "plot"
19389   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19390   algorithm: "plot_latency_error_bars"
19391   output-file-type: ".html"
19392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19393   data: "plot-vpp-throughput-latency-3n-hsw"
19394   filter: "'NIC_Intel-X710' and
19395            '64B' and
19396            'NDRPDR' and
19397            'ETH' and
19398            '2T2C' and
19399            ('L2BDMACLRN' or 'L2XCFWD') and
19400            'VHOST_1024' and
19401            not 'CFS_OPT' and
19402            not 'VXLAN' and
19403            not 'IP4FWD' and
19404            not 'DOT1Q'"
19405   parameters:
19406   - "latency"
19407   - "parent"
19408   - "tags"
19409   sort:
19410   - "1VM"
19411   - "L2XCFWD"
19412   - "1VM"
19413   - "L2BDMACLRN"
19414   layout:
19415     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19416     layout: "plot-latency"
19417
19418 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19419 -
19420   type: "plot"
19421   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19422   algorithm: "plot_latency_error_bars"
19423   output-file-type: ".html"
19424   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19425   data: "plot-vpp-throughput-latency-3n-hsw"
19426   filter: "'NIC_Intel-XL710' and
19427            '64B' and
19428            'NDRPDR' and
19429            'ETH' and
19430            'IP4FWD' and
19431            '1T1C' and
19432            'VHOST_1024' and
19433            not 'VXLAN' and
19434            not 'DOT1Q'"
19435   parameters:
19436   - "latency"
19437   - "parent"
19438   - "tags"
19439   sort:
19440   - "not CFS_OPT"
19441   - "1VM"
19442   - "2VM"
19443   layout:
19444     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19445     layout: "plot-latency"
19446
19447 -
19448   type: "plot"
19449   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19450   algorithm: "plot_latency_error_bars"
19451   output-file-type: ".html"
19452   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19453   data: "plot-vpp-throughput-latency-3n-hsw"
19454   filter: "'NIC_Intel-XL710' and
19455            '64B' and
19456            'NDRPDR' and
19457            'ETH' and
19458            'IP4FWD' and
19459            '2T2C' and
19460            'VHOST_1024' and
19461            not 'VXLAN' and
19462            not 'DOT1Q'"
19463   parameters:
19464   - "latency"
19465   - "parent"
19466   - "tags"
19467   sort:
19468   - "not CFS_OPT"
19469   - "1VM"
19470   - "2VM"
19471   layout:
19472     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19473     layout: "plot-latency"
19474
19475 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19476 -
19477   type: "plot"
19478   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19479   algorithm: "plot_latency_error_bars"
19480   output-file-type: ".html"
19481   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19482   data: "plot-vpp-throughput-latency-3n-hsw"
19483   filter: "'NIC_Intel-XL710' and
19484            '64B' and
19485            'NDRPDR' and
19486            'ETH' and
19487            '1T1C' and
19488            'L2BDMACLRN' and
19489            'VHOST_1024' and
19490            not 'VXLAN' and
19491            not 'IP4FWD' and
19492            not 'DOT1Q' and
19493            not '2VM'"
19494   parameters:
19495   - "latency"
19496   - "parent"
19497   - "tags"
19498   sort:
19499   - "VM"  # "not CFS_OPT"
19500   - "CFS_OPT"
19501   - "FIB_10K"
19502   - "FIB_100K"
19503   - "FIB_1M"
19504   layout:
19505     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19506     layout: "plot-latency"
19507
19508 -
19509   type: "plot"
19510   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19511   algorithm: "plot_latency_error_bars"
19512   output-file-type: ".html"
19513   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19514   data: "plot-vpp-throughput-latency-3n-hsw"
19515   filter: "'NIC_Intel-XL710' and
19516            '64B' and
19517            'NDRPDR' and
19518            'ETH' and
19519            '2T2C' and
19520            'L2BDMACLRN' and
19521            'VHOST_1024' and
19522            not 'VXLAN' and
19523            not 'IP4FWD' and
19524            not 'DOT1Q' and
19525            not '2VM'"
19526   parameters:
19527   - "latency"
19528   - "parent"
19529   - "tags"
19530   sort:
19531   - "VM"  # "not CFS_OPT"
19532   - "CFS_OPT"
19533   - "FIB_10K"
19534   - "FIB_100K"
19535   - "FIB_1M"
19536   layout:
19537     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19538     layout: "plot-latency"
19539
19540 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19541 -
19542   type: "plot"
19543   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19544   algorithm: "plot_latency_error_bars"
19545   output-file-type: ".html"
19546   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19547   data: "plot-vpp-throughput-latency-3n-hsw"
19548   filter: "'NIC_Intel-XL710' and
19549            '64B' and
19550            'NDRPDR' and
19551            'ETH' and
19552            'BASE' and
19553            '1T1C' and
19554            ('L2BDMACLRN' or 'L2XCFWD') and
19555            'VHOST_1024' and
19556            not 'VXLAN' and
19557            not 'IP4FWD' and
19558            not 'DOT1Q' and
19559            not '2VM'"
19560   parameters:
19561   - "latency"
19562   - "parent"
19563   - "tags"
19564   sort:
19565   - "not CFS_OPT"
19566   - "L2XCFWD"
19567   - "not CFS_OPT"
19568   - "CFS_OPT"
19569   layout:
19570     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19571     layout: "plot-latency"
19572
19573 -
19574   type: "plot"
19575   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19576   algorithm: "plot_latency_error_bars"
19577   output-file-type: ".html"
19578   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19579   data: "plot-vpp-throughput-latency-3n-hsw"
19580   filter: "'NIC_Intel-XL710' and
19581            '64B' and
19582            'NDRPDR' and
19583            'ETH' and
19584            'BASE' and
19585            '2T2C' and
19586            ('L2BDMACLRN' or 'L2XCFWD') and
19587            'VHOST_1024' and
19588            not 'VXLAN' and
19589            not 'IP4FWD' and
19590            not 'DOT1Q' and
19591            not '2VM'"
19592   parameters:
19593   - "latency"
19594   - "parent"
19595   - "tags"
19596   sort:
19597   - "not CFS_OPT"
19598   - "L2XCFWD"
19599   - "not CFS_OPT"
19600   - "CFS_OPT"
19601   layout:
19602     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19603     layout: "plot-latency"
19604
19605 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19606 -
19607   type: "plot"
19608   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19609   algorithm: "plot_latency_error_bars"
19610   output-file-type: ".html"
19611   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19612   data: "plot-vpp-throughput-latency-3n-hsw"
19613   filter: "'NIC_Intel-XL710' and
19614            '64B' and
19615            'NDRPDR' and
19616            'ETH' and
19617            '1T1C' and
19618            ('L2BDMACLRN' or 'L2XCFWD') and
19619            'VHOST_1024' and
19620            not 'CFS_OPT' and
19621            not 'VXLAN' and
19622            not 'IP4FWD' and
19623            not 'DOT1Q'"
19624   parameters:
19625   - "latency"
19626   - "parent"
19627   - "tags"
19628   sort:
19629   - "1VM"
19630   - "L2XCFWD"
19631   - "1VM"
19632   - "L2BDMACLRN"
19633   layout:
19634     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19635     layout: "plot-latency"
19636
19637 -
19638   type: "plot"
19639   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19640   algorithm: "plot_latency_error_bars"
19641   output-file-type: ".html"
19642   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19643   data: "plot-vpp-throughput-latency-3n-hsw"
19644   filter: "'NIC_Intel-XL710' and
19645            '64B' and
19646            'NDRPDR' and
19647            'ETH' and
19648            '2T2C' and
19649            ('L2BDMACLRN' or 'L2XCFWD') and
19650            'VHOST_1024' and
19651            not 'CFS_OPT' and
19652            not 'VXLAN' and
19653            not 'IP4FWD' and
19654            not 'DOT1Q'"
19655   parameters:
19656   - "latency"
19657   - "parent"
19658   - "tags"
19659   sort:
19660   - "1VM"
19661   - "L2XCFWD"
19662   - "1VM"
19663   - "L2BDMACLRN"
19664   layout:
19665     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19666     layout: "plot-latency"
19667
19668 # Packet Latency - VPP vhost ip4 3n-skx-x710
19669 -
19670   type: "plot"
19671   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19672   algorithm: "plot_latency_error_bars"
19673   output-file-type: ".html"
19674   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19675   data: "plot-vpp-throughput-latency-3n-skx"
19676   filter: "'NIC_Intel-X710' and
19677            '64B' and
19678            'NDRPDR' and
19679            'ETH' and
19680            'IP4FWD' and
19681            '2T1C' and
19682            'VHOST_1024' and
19683            not 'VXLAN' and
19684            not 'DOT1Q'"
19685   parameters:
19686   - "latency"
19687   - "parent"
19688   - "tags"
19689   sort:
19690   - "not CFS_OPT"
19691   - "1VM"
19692   - "2VM"
19693   layout:
19694     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19695     layout: "plot-latency"
19696
19697 -
19698   type: "plot"
19699   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19700   algorithm: "plot_latency_error_bars"
19701   output-file-type: ".html"
19702   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19703   data: "plot-vpp-throughput-latency-3n-skx"
19704   filter: "'NIC_Intel-X710' and
19705            '64B' and
19706            'NDRPDR' and
19707            'ETH' and
19708            'IP4FWD' and
19709            '4T2C' and
19710            'VHOST_1024' and
19711            not 'VXLAN' and
19712            not 'DOT1Q'"
19713   parameters:
19714   - "latency"
19715   - "parent"
19716   - "tags"
19717   sort:
19718   - "not CFS_OPT"
19719   - "1VM"
19720   - "2VM"
19721   layout:
19722     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19723     layout: "plot-latency"
19724
19725 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19726 -
19727   type: "plot"
19728   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19729   algorithm: "plot_latency_error_bars"
19730   output-file-type: ".html"
19731   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19732   data: "plot-vpp-throughput-latency-3n-skx"
19733   filter: "'NIC_Intel-X710' and
19734            '64B' and
19735            'NDRPDR' and
19736            'ETH' and
19737            '2T1C' and
19738            'L2BDMACLRN' and
19739            'VHOST_1024' and
19740            not 'VXLAN' and
19741            not 'IP4FWD' and
19742            not 'DOT1Q' and
19743            not '2VM'"
19744   parameters:
19745   - "latency"
19746   - "parent"
19747   - "tags"
19748   sort:
19749   - "VM"  # "not CFS_OPT"
19750   - "CFS_OPT"
19751   - "FIB_10K"
19752   - "FIB_100K"
19753   - "FIB_1M"
19754   layout:
19755     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19756     layout: "plot-latency"
19757
19758 -
19759   type: "plot"
19760   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19761   algorithm: "plot_latency_error_bars"
19762   output-file-type: ".html"
19763   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19764   data: "plot-vpp-throughput-latency-3n-skx"
19765   filter: "'NIC_Intel-X710' and
19766            '64B' and
19767            'NDRPDR' and
19768            'ETH' and
19769            '4T2C' and
19770            'L2BDMACLRN' and
19771            'VHOST_1024' and
19772            not 'VXLAN' and
19773            not 'IP4FWD' and
19774            not 'DOT1Q' and
19775            not '2VM'"
19776   parameters:
19777   - "latency"
19778   - "parent"
19779   - "tags"
19780   sort:
19781   - "VM"  # "not CFS_OPT"
19782   - "CFS_OPT"
19783   - "FIB_10K"
19784   - "FIB_100K"
19785   - "FIB_1M"
19786   layout:
19787     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19788     layout: "plot-latency"
19789
19790 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19791 -
19792   type: "plot"
19793   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19794   algorithm: "plot_latency_error_bars"
19795   output-file-type: ".html"
19796   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19797   data: "plot-vpp-throughput-latency-3n-skx"
19798   filter: "'NIC_Intel-X710' and
19799            '64B' and
19800            'NDRPDR' and
19801            'ETH' and
19802            'BASE' and
19803            '2T1C' and
19804            ('L2BDMACLRN' or 'L2XCFWD') and
19805            'VHOST_1024' and
19806            not 'VXLAN' and
19807            not 'IP4FWD' and
19808            not 'DOT1Q' and
19809            not '2VM'"
19810   parameters:
19811   - "latency"
19812   - "parent"
19813   - "tags"
19814   sort:
19815   - "not CFS_OPT"
19816   - "L2XCFWD"
19817   - "not CFS_OPT"
19818   - "CFS_OPT"
19819   layout:
19820     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19821     layout: "plot-latency"
19822
19823 -
19824   type: "plot"
19825   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19826   algorithm: "plot_latency_error_bars"
19827   output-file-type: ".html"
19828   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19829   data: "plot-vpp-throughput-latency-3n-skx"
19830   filter: "'NIC_Intel-X710' and
19831            '64B' and
19832            'NDRPDR' and
19833            'ETH' and
19834            'BASE' and
19835            '4T2C' and
19836            ('L2BDMACLRN' or 'L2XCFWD') and
19837            'VHOST_1024' and
19838            not 'VXLAN' and
19839            not 'IP4FWD' and
19840            not 'DOT1Q' and
19841            not '2VM'"
19842   parameters:
19843   - "latency"
19844   - "parent"
19845   - "tags"
19846   sort:
19847   - "not CFS_OPT"
19848   - "L2XCFWD"
19849   - "not CFS_OPT"
19850   - "CFS_OPT"
19851   layout:
19852     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
19853     layout: "plot-latency"
19854
19855 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
19856 -
19857   type: "plot"
19858   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19859   algorithm: "plot_latency_error_bars"
19860   output-file-type: ".html"
19861   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19862   data: "plot-vpp-throughput-latency-3n-skx"
19863   filter: "'NIC_Intel-X710' and
19864            '64B' and
19865            'NDRPDR' and
19866            'ETH' and
19867            '2T1C' and
19868            ('L2BDMACLRN' or 'L2XCFWD') and
19869            'VHOST_1024' and
19870            not 'CFS_OPT' and
19871            not 'VXLAN' and
19872            not 'IP4FWD' and
19873            not 'DOT1Q'"
19874   parameters:
19875   - "latency"
19876   - "parent"
19877   - "tags"
19878   sort:
19879   - "1VM"
19880   - "L2XCFWD"
19881   - "1VM"
19882   - "L2BDMACLRN"
19883   layout:
19884     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
19885     layout: "plot-latency"
19886
19887 -
19888   type: "plot"
19889   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19890   algorithm: "plot_latency_error_bars"
19891   output-file-type: ".html"
19892   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19893   data: "plot-vpp-throughput-latency-3n-skx"
19894   filter: "'NIC_Intel-X710' and
19895            '64B' and
19896            'NDRPDR' and
19897            'ETH' and
19898            '4T2C' and
19899            ('L2BDMACLRN' or 'L2XCFWD') and
19900            'VHOST_1024' and
19901            not 'CFS_OPT' and
19902            not 'VXLAN' and
19903            not 'IP4FWD' and
19904            not 'DOT1Q'"
19905   parameters:
19906   - "latency"
19907   - "parent"
19908   - "tags"
19909   sort:
19910   - "1VM"
19911   - "L2XCFWD"
19912   - "1VM"
19913   - "L2BDMACLRN"
19914   layout:
19915     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
19916     layout: "plot-latency"
19917
19918 # Packet Latency - VPP vhost ip4 2n-skx-x710
19919 -
19920   type: "plot"
19921   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19922   algorithm: "plot_latency_error_bars"
19923   output-file-type: ".html"
19924   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19925   data: "plot-vpp-throughput-latency-2n-skx"
19926   filter: "'NIC_Intel-X710' and
19927            '64B' and
19928            'NDRPDR' and
19929            'ETH' and
19930            'IP4FWD' and
19931            '2T1C' and
19932            'VHOST_1024' and
19933            not 'VXLAN' and
19934            not 'DOT1Q'"
19935   parameters:
19936   - "latency"
19937   - "parent"
19938   - "tags"
19939   sort:
19940   - "not CFS_OPT"
19941   - "1VM"
19942   - "2VM"
19943   layout:
19944     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19945     layout: "plot-latency"
19946
19947 -
19948   type: "plot"
19949   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19950   algorithm: "plot_latency_error_bars"
19951   output-file-type: ".html"
19952   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19953   data: "plot-vpp-throughput-latency-2n-skx"
19954   filter: "'NIC_Intel-X710' and
19955            '64B' and
19956            'NDRPDR' and
19957            'ETH' and
19958            'IP4FWD' and
19959            '4T2C' and
19960            'VHOST_1024' and
19961            not 'VXLAN' and
19962            not 'DOT1Q'"
19963   parameters:
19964   - "latency"
19965   - "parent"
19966   - "tags"
19967   sort:
19968   - "not CFS_OPT"
19969   - "1VM"
19970   - "2VM"
19971   layout:
19972     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19973     layout: "plot-latency"
19974
19975 # Packet Latency - VPP vhost l2sw 2n-skx-x710
19976 -
19977   type: "plot"
19978   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19979   algorithm: "plot_latency_error_bars"
19980   output-file-type: ".html"
19981   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19982   data: "plot-vpp-throughput-latency-2n-skx"
19983   filter: "'NIC_Intel-X710' and
19984            '64B' and
19985            'NDRPDR' and
19986            'ETH' and
19987            '2T1C' and
19988            'L2BDMACLRN' and
19989            'VHOST_1024' and
19990            not 'VXLAN' and
19991            not 'IP4FWD' and
19992            not 'DOT1Q' and
19993            not '2VM'"
19994   parameters:
19995   - "latency"
19996   - "parent"
19997   - "tags"
19998   sort:
19999   - "VM"  # "not CFS_OPT"
20000   - "CFS_OPT"
20001   - "FIB_10K"
20002   - "FIB_100K"
20003   - "FIB_1M"
20004   layout:
20005     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20006     layout: "plot-latency"
20007
20008 -
20009   type: "plot"
20010   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20011   algorithm: "plot_latency_error_bars"
20012   output-file-type: ".html"
20013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20014   data: "plot-vpp-throughput-latency-2n-skx"
20015   filter: "'NIC_Intel-X710' and
20016            '64B' and
20017            'NDRPDR' and
20018            'ETH' and
20019            '4T2C' and
20020            'L2BDMACLRN' and
20021            'VHOST_1024' and
20022            not 'VXLAN' and
20023            not 'IP4FWD' and
20024            not 'DOT1Q' and
20025            not '2VM'"
20026   parameters:
20027   - "latency"
20028   - "parent"
20029   - "tags"
20030   sort:
20031   - "VM"  # "not CFS_OPT"
20032   - "CFS_OPT"
20033   - "FIB_10K"
20034   - "FIB_100K"
20035   - "FIB_1M"
20036   layout:
20037     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20038     layout: "plot-latency"
20039
20040 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20041 -
20042   type: "plot"
20043   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20044   algorithm: "plot_latency_error_bars"
20045   output-file-type: ".html"
20046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20047   data: "plot-vpp-throughput-latency-2n-skx"
20048   filter: "'NIC_Intel-X710' and
20049            '64B' and
20050            'NDRPDR' and
20051            'ETH' and
20052            'BASE' and
20053            '2T1C' and
20054            ('L2BDMACLRN' or 'L2XCFWD') and
20055            'VHOST_1024' and
20056            not 'VXLAN' and
20057            not 'IP4FWD' and
20058            not 'DOT1Q' and
20059            not '2VM'"
20060   parameters:
20061   - "latency"
20062   - "parent"
20063   - "tags"
20064   sort:
20065   - "not CFS_OPT"
20066   - "L2XCFWD"
20067   - "not CFS_OPT"
20068   - "CFS_OPT"
20069   layout:
20070     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20071     layout: "plot-latency"
20072
20073 -
20074   type: "plot"
20075   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20076   algorithm: "plot_latency_error_bars"
20077   output-file-type: ".html"
20078   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20079   data: "plot-vpp-throughput-latency-2n-skx"
20080   filter: "'NIC_Intel-X710' and
20081            '64B' and
20082            'NDRPDR' and
20083            'ETH' and
20084            'BASE' and
20085            '4T2C' and
20086            ('L2BDMACLRN' or 'L2XCFWD') and
20087            'VHOST_1024' and
20088            not 'VXLAN' and
20089            not 'IP4FWD' and
20090            not 'DOT1Q' and
20091            not '2VM'"
20092   parameters:
20093   - "latency"
20094   - "parent"
20095   - "tags"
20096   sort:
20097   - "not CFS_OPT"
20098   - "L2XCFWD"
20099   - "not CFS_OPT"
20100   - "CFS_OPT"
20101   layout:
20102     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20103     layout: "plot-latency"
20104
20105 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20106 -
20107   type: "plot"
20108   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20109   algorithm: "plot_latency_error_bars"
20110   output-file-type: ".html"
20111   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20112   data: "plot-vpp-throughput-latency-2n-skx"
20113   filter: "'NIC_Intel-X710' and
20114            '64B' and
20115            'NDRPDR' and
20116            'ETH' and
20117            '2T1C' and
20118            ('L2BDMACLRN' or 'L2XCFWD') and
20119            'VHOST_1024' and
20120            not 'CFS_OPT' and
20121            not 'VXLAN' and
20122            not 'IP4FWD' and
20123            not 'DOT1Q'"
20124   parameters:
20125   - "latency"
20126   - "parent"
20127   - "tags"
20128   sort:
20129   - "1VM"
20130   - "L2XCFWD"
20131   - "1VM"
20132   - "L2BDMACLRN"
20133   layout:
20134     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20135     layout: "plot-latency"
20136
20137 -
20138   type: "plot"
20139   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20140   algorithm: "plot_latency_error_bars"
20141   output-file-type: ".html"
20142   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20143   data: "plot-vpp-throughput-latency-2n-skx"
20144   filter: "'NIC_Intel-X710' and
20145            '64B' and
20146            'NDRPDR' and
20147            'ETH' and
20148            '4T2C' and
20149            ('L2BDMACLRN' or 'L2XCFWD') and
20150            'VHOST_1024' and
20151            not 'CFS_OPT' and
20152            not 'VXLAN' and
20153            not 'IP4FWD' and
20154            not 'DOT1Q'"
20155   parameters:
20156   - "latency"
20157   - "parent"
20158   - "tags"
20159   sort:
20160   - "1VM"
20161   - "L2XCFWD"
20162   - "1VM"
20163   - "L2BDMACLRN"
20164   layout:
20165     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20166     layout: "plot-latency"
20167
20168 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20169 -
20170   type: "plot"
20171   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20172   algorithm: "plot_latency_error_bars"
20173   output-file-type: ".html"
20174   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20175   data: "plot-vpp-throughput-latency-2n-skx"
20176   filter: "'NIC_Intel-XXV710' and
20177            '64B' and
20178            'NDRPDR' and
20179            'ETH' and
20180            'IP4FWD' and
20181            '2T1C' and
20182            'VHOST_1024' and
20183            not 'VXLAN' and
20184            not 'DOT1Q'"
20185   parameters:
20186   - "latency"
20187   - "parent"
20188   - "tags"
20189   sort:
20190   - "not CFS_OPT"
20191   - "1VM"
20192   - "2VM"
20193   layout:
20194     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20195     layout: "plot-latency"
20196
20197 -
20198   type: "plot"
20199   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20200   algorithm: "plot_latency_error_bars"
20201   output-file-type: ".html"
20202   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20203   data: "plot-vpp-throughput-latency-2n-skx"
20204   filter: "'NIC_Intel-XXV710' and
20205            '64B' and
20206            'NDRPDR' and
20207            'ETH' and
20208            'IP4FWD' and
20209            '4T2C' and
20210            'VHOST_1024' and
20211            not 'VXLAN' and
20212            not 'DOT1Q'"
20213   parameters:
20214   - "latency"
20215   - "parent"
20216   - "tags"
20217   sort:
20218   - "not CFS_OPT"
20219   - "1VM"
20220   - "2VM"
20221   layout:
20222     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20223     layout: "plot-latency"
20224
20225 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20226 -
20227   type: "plot"
20228   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20229   algorithm: "plot_latency_error_bars"
20230   output-file-type: ".html"
20231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20232   data: "plot-vpp-throughput-latency-2n-skx"
20233   filter: "'NIC_Intel-XXV710' and
20234            '64B' and
20235            'NDRPDR' and
20236            'ETH' and
20237            '2T1C' and
20238            'L2BDMACLRN' and
20239            'VHOST_1024' and
20240            not 'VXLAN' and
20241            not 'IP4FWD' and
20242            not 'DOT1Q' and
20243            not '2VM'"
20244   parameters:
20245   - "latency"
20246   - "parent"
20247   - "tags"
20248   sort:
20249   - "VM"  # "not CFS_OPT"
20250   - "CFS_OPT"
20251   - "FIB_10K"
20252   - "FIB_100K"
20253   - "FIB_1M"
20254   layout:
20255     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20256     layout: "plot-latency"
20257
20258 -
20259   type: "plot"
20260   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20261   algorithm: "plot_latency_error_bars"
20262   output-file-type: ".html"
20263   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20264   data: "plot-vpp-throughput-latency-2n-skx"
20265   filter: "'NIC_Intel-XXV710' and
20266            '64B' and
20267            'NDRPDR' and
20268            'ETH' and
20269            '4T2C' and
20270            'L2BDMACLRN' and
20271            'VHOST_1024' and
20272            not 'VXLAN' and
20273            not 'IP4FWD' and
20274            not 'DOT1Q' and
20275            not '2VM'"
20276   parameters:
20277   - "latency"
20278   - "parent"
20279   - "tags"
20280   sort:
20281   - "VM"  # "not CFS_OPT"
20282   - "CFS_OPT"
20283   - "FIB_10K"
20284   - "FIB_100K"
20285   - "FIB_1M"
20286   layout:
20287     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20288     layout: "plot-latency"
20289
20290 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20291 -
20292   type: "plot"
20293   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20294   algorithm: "plot_latency_error_bars"
20295   output-file-type: ".html"
20296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20297   data: "plot-vpp-throughput-latency-2n-skx"
20298   filter: "'NIC_Intel-XXV710' and
20299            '64B' and
20300            'NDRPDR' and
20301            'ETH' and
20302            'BASE' and
20303            '2T1C' and
20304            ('L2BDMACLRN' or 'L2XCFWD') and
20305            'VHOST_1024' and
20306            not 'VXLAN' and
20307            not 'IP4FWD' and
20308            not 'DOT1Q' and
20309            not '2VM'"
20310   parameters:
20311   - "latency"
20312   - "parent"
20313   - "tags"
20314   sort:
20315   - "not CFS_OPT"
20316   - "L2XCFWD"
20317   - "not CFS_OPT"
20318   - "CFS_OPT"
20319   layout:
20320     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20321     layout: "plot-latency"
20322
20323 -
20324   type: "plot"
20325   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20326   algorithm: "plot_latency_error_bars"
20327   output-file-type: ".html"
20328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20329   data: "plot-vpp-throughput-latency-2n-skx"
20330   filter: "'NIC_Intel-XXV710' and
20331            '64B' and
20332            'NDRPDR' and
20333            'ETH' and
20334            'BASE' and
20335            '4T2C' and
20336            ('L2BDMACLRN' or 'L2XCFWD') and
20337            'VHOST_1024' and
20338            not 'VXLAN' and
20339            not 'IP4FWD' and
20340            not 'DOT1Q' and
20341            not '2VM'"
20342   parameters:
20343   - "latency"
20344   - "parent"
20345   - "tags"
20346   sort:
20347   - "not CFS_OPT"
20348   - "L2XCFWD"
20349   - "not CFS_OPT"
20350   - "CFS_OPT"
20351   layout:
20352     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20353     layout: "plot-latency"
20354
20355 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20356 -
20357   type: "plot"
20358   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20359   algorithm: "plot_latency_error_bars"
20360   output-file-type: ".html"
20361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20362   data: "plot-vpp-throughput-latency-2n-skx"
20363   filter: "'NIC_Intel-XXV710' and
20364            '64B' and
20365            'NDRPDR' and
20366            'ETH' and
20367            '2T1C' and
20368            ('L2BDMACLRN' or 'L2XCFWD') and
20369            'VHOST_1024' and
20370            not 'CFS_OPT' and
20371            not 'VXLAN' and
20372            not 'IP4FWD' and
20373            not 'DOT1Q'"
20374   parameters:
20375   - "latency"
20376   - "parent"
20377   - "tags"
20378   sort:
20379   - "1VM"
20380   - "L2XCFWD"
20381   - "1VM"
20382   - "L2BDMACLRN"
20383   layout:
20384     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20385     layout: "plot-latency"
20386
20387 -
20388   type: "plot"
20389   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20390   algorithm: "plot_latency_error_bars"
20391   output-file-type: ".html"
20392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20393   data: "plot-vpp-throughput-latency-2n-skx"
20394   filter: "'NIC_Intel-XXV710' and
20395            '64B' and
20396            'NDRPDR' and
20397            'ETH' and
20398            '4T2C' and
20399            ('L2BDMACLRN' or 'L2XCFWD') and
20400            'VHOST_1024' and
20401            not 'CFS_OPT' and
20402            not 'VXLAN' and
20403            not 'IP4FWD' and
20404            not 'DOT1Q'"
20405   parameters:
20406   - "latency"
20407   - "parent"
20408   - "tags"
20409   sort:
20410   - "1VM"
20411   - "L2XCFWD"
20412   - "1VM"
20413   - "L2BDMACLRN"
20414   layout:
20415     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20416     layout: "plot-latency"
20417
20418 ################################################################################
20419
20420 # Packet Latency - VPP VTS 3n-hsw-x520
20421 -
20422   type: "plot"
20423   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20424   algorithm: "plot_latency_error_bars"
20425   output-file-type: ".html"
20426   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20427   data: "plot-vpp-throughput-latency-3n-hsw"
20428   filter: "'NIC_Intel-X520-DA2' and
20429            '114B' and
20430            'NDRPDR' and
20431            '1T1C' and
20432            'VTS'"
20433   parameters:
20434   - "latency"
20435   - "parent"
20436   - "tags"
20437   layout:
20438     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20439     layout: "plot-latency"
20440
20441 -
20442   type: "plot"
20443   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20444   algorithm: "plot_latency_error_bars"
20445   output-file-type: ".html"
20446   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20447   data: "plot-vpp-throughput-latency-3n-hsw"
20448   filter: "'NIC_Intel-X520-DA2' and
20449            '114B' and
20450            'NDRPDR' and
20451            '2T2C' and
20452            'VTS'"
20453   parameters:
20454   - "latency"
20455   - "parent"
20456   - "tags"
20457   layout:
20458     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20459     layout: "plot-latency"
20460
20461 ################################################################################
20462
20463 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20464 -
20465   type: "plot"
20466   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20467   algorithm: "plot_latency_error_bars"
20468   output-file-type: ".html"
20469   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20470   data: "plot-dpdk-throughput-latency-3n-hsw"
20471   filter: "'NIC_Intel-X520-DA2' and
20472            '64B' and
20473            'BASE' and
20474            'NDRPDR' and
20475            '1T1C' and
20476            'IP4FWD'"
20477   parameters:
20478   - "latency"
20479   - "parent"
20480   - "tags"
20481   layout:
20482     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20483     layout: "plot-latency"
20484
20485 -
20486   type: "plot"
20487   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20488   algorithm: "plot_latency_error_bars"
20489   output-file-type: ".html"
20490   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20491   data: "plot-dpdk-throughput-latency-3n-hsw"
20492   filter: "'NIC_Intel-X520-DA2' and
20493            '64B' and
20494            'BASE' and
20495            'NDRPDR' and
20496            '2T2C' and
20497            'IP4FWD'"
20498   parameters:
20499   - "latency"
20500   - "parent"
20501   - "tags"
20502   layout:
20503     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20504     layout: "plot-latency"
20505
20506 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20507 -
20508   type: "plot"
20509   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20510   algorithm: "plot_latency_error_bars"
20511   output-file-type: ".html"
20512   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20513   data: "plot-dpdk-throughput-latency-3n-hsw"
20514   filter: "'NIC_Intel-X710' and
20515            '64B' and
20516            'BASE' and
20517            'NDRPDR' and
20518            '1T1C' and
20519            'IP4FWD'"
20520   parameters:
20521   - "latency"
20522   - "parent"
20523   - "tags"
20524   layout:
20525     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20526     layout: "plot-latency"
20527
20528 -
20529   type: "plot"
20530   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20531   algorithm: "plot_latency_error_bars"
20532   output-file-type: ".html"
20533   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20534   data: "plot-dpdk-throughput-latency-3n-hsw"
20535   filter: "'NIC_Intel-X710' and
20536            '64B' and
20537            'BASE' and
20538            'NDRPDR' and
20539            '2T2C' and
20540            'IP4FWD'"
20541   parameters:
20542   - "latency"
20543   - "parent"
20544   - "tags"
20545   layout:
20546     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20547     layout: "plot-latency"
20548
20549 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20550 -
20551   type: "plot"
20552   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20553   algorithm: "plot_latency_error_bars"
20554   output-file-type: ".html"
20555   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20556   data: "plot-dpdk-throughput-latency-3n-hsw"
20557   filter: "'NIC_Intel-XL710' and
20558            '64B' and
20559            'BASE' and
20560            'NDRPDR' and
20561            '1T1C' and
20562            'IP4FWD'"
20563   parameters:
20564   - "latency"
20565   - "parent"
20566   - "tags"
20567   layout:
20568     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20569     layout: "plot-latency"
20570
20571 -
20572   type: "plot"
20573   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20574   algorithm: "plot_latency_error_bars"
20575   output-file-type: ".html"
20576   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20577   data: "plot-dpdk-throughput-latency-3n-hsw"
20578   filter: "'NIC_Intel-XL710' and
20579            '64B' and
20580            'BASE' and
20581            'NDRPDR' and
20582            '2T2C' and
20583            'IP4FWD'"
20584   parameters:
20585   - "latency"
20586   - "parent"
20587   - "tags"
20588   layout:
20589     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20590     layout: "plot-latency"
20591
20592 # Packet Latency - DPDK l3fwd 3n-skx-x710
20593 -
20594   type: "plot"
20595   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20596   algorithm: "plot_latency_error_bars"
20597   output-file-type: ".html"
20598   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20599   data: "plot-dpdk-throughput-latency-3n-skx"
20600   filter: "'NIC_Intel-X710' and
20601            '64B' and
20602            'BASE' and
20603            'NDRPDR' and
20604            '2T1C' and
20605            'IP4FWD'"
20606   parameters:
20607   - "latency"
20608   - "parent"
20609   - "tags"
20610   layout:
20611     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20612     layout: "plot-latency"
20613
20614 -
20615   type: "plot"
20616   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20617   algorithm: "plot_latency_error_bars"
20618   output-file-type: ".html"
20619   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20620   data: "plot-dpdk-throughput-latency-3n-skx"
20621   filter: "'NIC_Intel-X710' and
20622            '64B' and
20623            'BASE' and
20624            'NDRPDR' and
20625            '4T2C' and
20626            'IP4FWD'"
20627   parameters:
20628   - "latency"
20629   - "parent"
20630   - "tags"
20631   layout:
20632     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20633     layout: "plot-latency"
20634
20635 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20636 -
20637   type: "plot"
20638   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20639   algorithm: "plot_latency_error_bars"
20640   output-file-type: ".html"
20641   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20642   data: "plot-dpdk-throughput-latency-3n-skx"
20643   filter: "'NIC_Intel-XXV710' and
20644            '64B' and
20645            'BASE' and
20646            'NDRPDR' and
20647            '2T1C' and
20648            'IP4FWD'"
20649   parameters:
20650   - "latency"
20651   - "parent"
20652   - "tags"
20653   layout:
20654     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20655     layout: "plot-latency"
20656
20657 -
20658   type: "plot"
20659   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20660   algorithm: "plot_latency_error_bars"
20661   output-file-type: ".html"
20662   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20663   data: "plot-dpdk-throughput-latency-3n-skx"
20664   filter: "'NIC_Intel-XXV710' and
20665            '64B' and
20666            'BASE' and
20667            'NDRPDR' and
20668            '4T2C' and
20669            'IP4FWD'"
20670   parameters:
20671   - "latency"
20672   - "parent"
20673   - "tags"
20674   layout:
20675     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20676     layout: "plot-latency"
20677
20678 # Packet Latency - DPDK l3fwd 2n-skx-x710
20679 -
20680   type: "plot"
20681   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20682   algorithm: "plot_latency_error_bars"
20683   output-file-type: ".html"
20684   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20685   data: "plot-dpdk-throughput-latency-2n-skx"
20686   filter: "'NIC_Intel-X710' and
20687            '64B' and
20688            'BASE' and
20689            'NDRPDR' and
20690            '2T1C' and
20691            'IP4FWD'"
20692   parameters:
20693   - "latency"
20694   - "parent"
20695   - "tags"
20696   layout:
20697     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20698     layout: "plot-latency"
20699
20700 -
20701   type: "plot"
20702   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20703   algorithm: "plot_latency_error_bars"
20704   output-file-type: ".html"
20705   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20706   data: "plot-dpdk-throughput-latency-2n-skx"
20707   filter: "'NIC_Intel-X710' and
20708            '64B' and
20709            'BASE' and
20710            'NDRPDR' and
20711            '4T2C' and
20712            'IP4FWD'"
20713   parameters:
20714   - "latency"
20715   - "parent"
20716   - "tags"
20717   layout:
20718     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20719     layout: "plot-latency"
20720
20721 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20722 -
20723   type: "plot"
20724   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20725   algorithm: "plot_latency_error_bars"
20726   output-file-type: ".html"
20727   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20728   data: "plot-dpdk-throughput-latency-2n-skx"
20729   filter: "'NIC_Intel-XXV710' and
20730            '64B' and
20731            'BASE' and
20732            'NDRPDR' and
20733            '2T1C' and
20734            'IP4FWD'"
20735   parameters:
20736   - "latency"
20737   - "parent"
20738   - "tags"
20739   layout:
20740     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20741     layout: "plot-latency"
20742
20743 -
20744   type: "plot"
20745   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20746   algorithm: "plot_latency_error_bars"
20747   output-file-type: ".html"
20748   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20749   data: "plot-dpdk-throughput-latency-2n-skx"
20750   filter: "'NIC_Intel-XXV710' and
20751            '64B' and
20752            'BASE' and
20753            'NDRPDR' and
20754            '4T2C' and
20755            'IP4FWD'"
20756   parameters:
20757   - "latency"
20758   - "parent"
20759   - "tags"
20760   layout:
20761     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20762     layout: "plot-latency"
20763
20764 ################################################################################
20765
20766 # Packet Latency - DPDK testpmd 3n-hsw-x520
20767 -
20768   type: "plot"
20769   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20770   algorithm: "plot_latency_error_bars"
20771   output-file-type: ".html"
20772   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20773   data: "plot-dpdk-throughput-latency-3n-hsw"
20774   filter: "'NIC_Intel-X520-DA2' and
20775            '64B' and
20776            'BASE' and
20777            'NDRPDR' and
20778            '1T1C' and
20779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20780   parameters:
20781   - "latency"
20782   - "parent"
20783   - "tags"
20784   layout:
20785     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20786     layout: "plot-latency"
20787
20788 -
20789   type: "plot"
20790   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20791   algorithm: "plot_latency_error_bars"
20792   output-file-type: ".html"
20793   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20794   data: "plot-dpdk-throughput-latency-3n-hsw"
20795   filter: "'NIC_Intel-X520-DA2' and
20796            '64B' and
20797            'BASE' and
20798            'NDRPDR' and
20799            '2T2C' and
20800            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20801   parameters:
20802   - "latency"
20803   - "parent"
20804   - "tags"
20805   layout:
20806     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20807     layout: "plot-latency"
20808
20809 # Packet Latency - DPDK testpmd 3n-hsw-x710
20810 -
20811   type: "plot"
20812   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20813   algorithm: "plot_latency_error_bars"
20814   output-file-type: ".html"
20815   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20816   data: "plot-dpdk-throughput-latency-3n-hsw"
20817   filter: "'NIC_Intel-X710' and
20818            '64B' and
20819            'BASE' and
20820            'NDRPDR' and
20821            '1T1C' and
20822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20823   parameters:
20824   - "latency"
20825   - "parent"
20826   - "tags"
20827   layout:
20828     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20829     layout: "plot-latency"
20830
20831 -
20832   type: "plot"
20833   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20834   algorithm: "plot_latency_error_bars"
20835   output-file-type: ".html"
20836   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20837   data: "plot-dpdk-throughput-latency-3n-hsw"
20838   filter: "'NIC_Intel-X710' and
20839            '64B' and
20840            'BASE' and
20841            'NDRPDR' and
20842            '2T2C' and
20843            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20844   parameters:
20845   - "latency"
20846   - "parent"
20847   - "tags"
20848   layout:
20849     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
20850     layout: "plot-latency"
20851
20852 # Packet Latency - DPDK testpmd 3n-hsw-xl710
20853 -
20854   type: "plot"
20855   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20856   algorithm: "plot_latency_error_bars"
20857   output-file-type: ".html"
20858   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20859   data: "plot-dpdk-throughput-latency-3n-hsw"
20860   filter: "'NIC_Intel-XL710' and
20861            '64B' and
20862            'BASE' and
20863            'NDRPDR' and
20864            '1T1C' and
20865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20866   parameters:
20867   - "latency"
20868   - "parent"
20869   - "tags"
20870   layout:
20871     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
20872     layout: "plot-latency"
20873
20874 -
20875   type: "plot"
20876   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20877   algorithm: "plot_latency_error_bars"
20878   output-file-type: ".html"
20879   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20880   data: "plot-dpdk-throughput-latency-3n-hsw"
20881   filter: "'NIC_Intel-XL710' and
20882            '64B' and
20883            'BASE' and
20884            'NDRPDR' and
20885            '2T2C' and
20886            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20887   parameters:
20888   - "latency"
20889   - "parent"
20890   - "tags"
20891   layout:
20892     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
20893     layout: "plot-latency"
20894
20895 # Packet Latency - DPDK testpmd 3n-skx-x710
20896 -
20897   type: "plot"
20898   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20899   algorithm: "plot_latency_error_bars"
20900   output-file-type: ".html"
20901   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20902   data: "plot-dpdk-throughput-latency-3n-skx"
20903   filter: "'NIC_Intel-X710' and
20904            '64B' and
20905            'BASE' and
20906            'NDRPDR' and
20907            '2T1C' and
20908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20909   parameters:
20910   - "latency"
20911   - "parent"
20912   - "tags"
20913   layout:
20914     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
20915     layout: "plot-latency"
20916
20917 -
20918   type: "plot"
20919   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20920   algorithm: "plot_latency_error_bars"
20921   output-file-type: ".html"
20922   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20923   data: "plot-dpdk-throughput-latency-3n-skx"
20924   filter: "'NIC_Intel-X710' and
20925            '64B' and
20926            'BASE' and
20927            'NDRPDR' and
20928            '4T2C' and
20929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20930   parameters:
20931   - "latency"
20932   - "parent"
20933   - "tags"
20934   layout:
20935     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
20936     layout: "plot-latency"
20937
20938 # Packet Latency - DPDK testpmd 3n-skx-xxv710
20939 -
20940   type: "plot"
20941   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20942   algorithm: "plot_latency_error_bars"
20943   output-file-type: ".html"
20944   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20945   data: "plot-dpdk-throughput-latency-3n-skx"
20946   filter: "'NIC_Intel-XXV710' and
20947            '64B' and
20948            'BASE' and
20949            'NDRPDR' and
20950            '2T1C' and
20951            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20952   parameters:
20953   - "latency"
20954   - "parent"
20955   - "tags"
20956   layout:
20957     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
20958     layout: "plot-latency"
20959
20960 -
20961   type: "plot"
20962   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20963   algorithm: "plot_latency_error_bars"
20964   output-file-type: ".html"
20965   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20966   data: "plot-dpdk-throughput-latency-3n-skx"
20967   filter: "'NIC_Intel-XXV710' and
20968            '64B' and
20969            'BASE' and
20970            'NDRPDR' and
20971            '4T2C' and
20972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20973   parameters:
20974   - "latency"
20975   - "parent"
20976   - "tags"
20977   layout:
20978     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
20979     layout: "plot-latency"
20980
20981 # Packet Latency - DPDK testpmd 2n-skx-x710
20982 -
20983   type: "plot"
20984   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20985   algorithm: "plot_latency_error_bars"
20986   output-file-type: ".html"
20987   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20988   data: "plot-dpdk-throughput-latency-2n-skx"
20989   filter: "'NIC_Intel-X710' and
20990            '64B' and
20991            'BASE' and
20992            'NDRPDR' and
20993            '2T1C' and
20994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20995   parameters:
20996   - "latency"
20997   - "parent"
20998   - "tags"
20999   layout:
21000     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21001     layout: "plot-latency"
21002
21003 -
21004   type: "plot"
21005   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21006   algorithm: "plot_latency_error_bars"
21007   output-file-type: ".html"
21008   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21009   data: "plot-dpdk-throughput-latency-2n-skx"
21010   filter: "'NIC_Intel-X710' and
21011            '64B' and
21012            'BASE' and
21013            'NDRPDR' and
21014            '4T2C' and
21015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21016   parameters:
21017   - "latency"
21018   - "parent"
21019   - "tags"
21020   layout:
21021     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21022     layout: "plot-latency"
21023
21024 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21025 -
21026   type: "plot"
21027   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21028   algorithm: "plot_latency_error_bars"
21029   output-file-type: ".html"
21030   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21031   data: "plot-dpdk-throughput-latency-2n-skx"
21032   filter: "'NIC_Intel-XXV710' and
21033            '64B' and
21034            'BASE' and
21035            'NDRPDR' and
21036            '2T1C' and
21037            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21038   parameters:
21039   - "latency"
21040   - "parent"
21041   - "tags"
21042   layout:
21043     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21044     layout: "plot-latency"
21045
21046 -
21047   type: "plot"
21048   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21049   algorithm: "plot_latency_error_bars"
21050   output-file-type: ".html"
21051   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21052   data: "plot-dpdk-throughput-latency-2n-skx"
21053   filter: "'NIC_Intel-XXV710' and
21054            '64B' and
21055            'BASE' and
21056            'NDRPDR' and
21057            '4T2C' and
21058            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21059   parameters:
21060   - "latency"
21061   - "parent"
21062   - "tags"
21063   layout:
21064     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21065     layout: "plot-latency"
21066
21067 ################################################################################
21068
21069 # Speedup - VPP Container Memif 3n-hsw-x520
21070 -
21071   type: "plot"
21072   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21073   algorithm: "plot_throughput_speedup_analysis"
21074   output-file-type: ".html"
21075   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21076   data: "plot-throughput-speedup-analysis-3n-hsw"
21077   filter: "'NIC_Intel-X520-DA2' and
21078            '64B' and
21079            ('BASE' or 'SCALE') and
21080            'NDRPDR' and
21081            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21082            not 'VHOST' and
21083            'MEMIF'"
21084   parameters:
21085   - "throughput"
21086   - "parent"
21087   - "tags"
21088   sort:
21089   - "L2XCFWD"
21090   - "L2XCFWD"
21091   - "L2XCFWD"
21092   - "L2BDMACLRN"
21093   - "L2BDMACLRN"
21094   - "L2BDMACLRN"
21095   layout:
21096     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21097     layout: "plot-throughput-speedup-analysis"
21098
21099 -
21100   type: "plot"
21101   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21102   algorithm: "plot_throughput_speedup_analysis"
21103   output-file-type: ".html"
21104   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21105   data: "plot-throughput-speedup-analysis-3n-hsw"
21106   filter: "'NIC_Intel-X520-DA2' and
21107            '64B' and
21108            ('BASE' or 'SCALE') and
21109            'NDRPDR' and
21110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21111            not 'VHOST' and
21112            'MEMIF'"
21113   parameters:
21114   - "throughput"
21115   - "parent"
21116   - "tags"
21117   sort:
21118   - "L2XCFWD"
21119   - "L2XCFWD"
21120   - "L2XCFWD"
21121   - "L2BDMACLRN"
21122   - "L2BDMACLRN"
21123   - "L2BDMACLRN"
21124   layout:
21125     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21126     layout: "plot-throughput-speedup-analysis"
21127
21128 # Speedup - VPP Container Memif 3n-hsw-x710
21129 -
21130   type: "plot"
21131   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21132   algorithm: "plot_throughput_speedup_analysis"
21133   output-file-type: ".html"
21134   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21135   data: "plot-throughput-speedup-analysis-3n-hsw"
21136   filter: "'NIC_Intel-X710' and
21137            '64B' and
21138            ('BASE' or 'SCALE') and
21139            'NDRPDR' and
21140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21141            not 'VHOST' and
21142            'MEMIF'"
21143   parameters:
21144   - "throughput"
21145   - "parent"
21146   - "tags"
21147   sort:
21148   - "L2XCFWD"
21149   - "L2XCFWD"
21150   - "L2XCFWD"
21151   - "L2BDMACLRN"
21152   - "L2BDMACLRN"
21153   - "L2BDMACLRN"
21154   layout:
21155     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21156     layout: "plot-throughput-speedup-analysis"
21157
21158 -
21159   type: "plot"
21160   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21161   algorithm: "plot_throughput_speedup_analysis"
21162   output-file-type: ".html"
21163   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21164   data: "plot-throughput-speedup-analysis-3n-hsw"
21165   filter: "'NIC_Intel-X710' and
21166            '64B' and
21167            ('BASE' or 'SCALE') and
21168            'NDRPDR' and
21169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21170            not 'VHOST' and
21171            'MEMIF'"
21172   parameters:
21173   - "throughput"
21174   - "parent"
21175   - "tags"
21176   sort:
21177   - "L2XCFWD"
21178   - "L2XCFWD"
21179   - "L2XCFWD"
21180   - "L2BDMACLRN"
21181   - "L2BDMACLRN"
21182   - "L2BDMACLRN"
21183   layout:
21184     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21185     layout: "plot-throughput-speedup-analysis"
21186
21187 # Speedup - VPP Container Memif 3n-hsw-xl710
21188 -
21189   type: "plot"
21190   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21191   algorithm: "plot_throughput_speedup_analysis"
21192   output-file-type: ".html"
21193   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21194   data: "plot-throughput-speedup-analysis-3n-hsw"
21195   filter: "'NIC_Intel-XL710' and
21196            '64B' and
21197            ('BASE' or 'SCALE') and
21198            'NDRPDR' and
21199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21200            not 'VHOST' and
21201            'MEMIF'"
21202   parameters:
21203   - "throughput"
21204   - "parent"
21205   - "tags"
21206   sort:
21207   - "L2XCFWD"
21208   - "L2XCFWD"
21209   - "L2XCFWD"
21210   - "L2BDMACLRN"
21211   - "L2BDMACLRN"
21212   - "L2BDMACLRN"
21213   layout:
21214     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21215     layout: "plot-throughput-speedup-analysis"
21216
21217 -
21218   type: "plot"
21219   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21220   algorithm: "plot_throughput_speedup_analysis"
21221   output-file-type: ".html"
21222   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21223   data: "plot-throughput-speedup-analysis-3n-hsw"
21224   filter: "'NIC_Intel-XL710' and
21225            '64B' and
21226            ('BASE' or 'SCALE') and
21227            'NDRPDR' and
21228            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21229            not 'VHOST' and
21230            'MEMIF'"
21231   parameters:
21232   - "throughput"
21233   - "parent"
21234   - "tags"
21235   sort:
21236   - "L2XCFWD"
21237   - "L2XCFWD"
21238   - "L2XCFWD"
21239   - "L2BDMACLRN"
21240   - "L2BDMACLRN"
21241   - "L2BDMACLRN"
21242   layout:
21243     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21244     layout: "plot-throughput-speedup-analysis"
21245
21246 # Speedup - VPP Container Memif 3n-skx-x710
21247 -
21248   type: "plot"
21249   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21250   algorithm: "plot_throughput_speedup_analysis"
21251   output-file-type: ".html"
21252   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21253   data: "plot-throughput-speedup-analysis-3n-skx"
21254   filter: "'NIC_Intel-X710' and
21255            '64B' and
21256            ('BASE' or 'SCALE') and
21257            'NDRPDR' and
21258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21259            not 'VHOST' and
21260            'MEMIF'"
21261   parameters:
21262   - "throughput"
21263   - "parent"
21264   - "tags"
21265   sort:
21266   - "L2XCFWD"
21267   - "L2XCFWD"
21268   - "L2XCFWD"
21269   - "L2BDMACLRN"
21270   - "L2BDMACLRN"
21271   - "L2BDMACLRN"
21272   layout:
21273     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21274     layout: "plot-throughput-speedup-analysis"
21275
21276 -
21277   type: "plot"
21278   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21279   algorithm: "plot_throughput_speedup_analysis"
21280   output-file-type: ".html"
21281   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21282   data: "plot-throughput-speedup-analysis-3n-skx"
21283   filter: "'NIC_Intel-X710' and
21284            '64B' and
21285            ('BASE' or 'SCALE') and
21286            'NDRPDR' and
21287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21288            not 'VHOST' and
21289             'MEMIF'"
21290   parameters:
21291   - "throughput"
21292   - "parent"
21293   - "tags"
21294   sort:
21295   - "L2XCFWD"
21296   - "L2XCFWD"
21297   - "L2XCFWD"
21298   - "L2BDMACLRN"
21299   - "L2BDMACLRN"
21300   - "L2BDMACLRN"
21301   layout:
21302     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21303     layout: "plot-throughput-speedup-analysis"
21304
21305 # Speedup - VPP Container Memif 2n-skx-x710
21306 -
21307   type: "plot"
21308   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21309   algorithm: "plot_throughput_speedup_analysis"
21310   output-file-type: ".html"
21311   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21312   data: "plot-throughput-speedup-analysis-2n-skx"
21313   filter: "'NIC_Intel-X710' and
21314            '64B' and
21315            ('BASE' or 'SCALE') and
21316            'NDRPDR' and
21317            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21318            not 'VHOST' and
21319            'MEMIF'"
21320   parameters:
21321   - "throughput"
21322   - "parent"
21323   - "tags"
21324   sort:
21325   - "L2XCFWD"
21326   - "L2XCFWD"
21327   - "L2XCFWD"
21328   - "L2BDMACLRN"
21329   - "L2BDMACLRN"
21330   - "L2BDMACLRN"
21331   layout:
21332     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21333     layout: "plot-throughput-speedup-analysis"
21334
21335 -
21336   type: "plot"
21337   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21338   algorithm: "plot_throughput_speedup_analysis"
21339   output-file-type: ".html"
21340   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21341   data: "plot-throughput-speedup-analysis-2n-skx"
21342   filter: "'NIC_Intel-X710' and
21343            '64B' and
21344            ('BASE' or 'SCALE') and
21345            'NDRPDR' and
21346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21347            not 'VHOST' and
21348             'MEMIF'"
21349   parameters:
21350   - "throughput"
21351   - "parent"
21352   - "tags"
21353   sort:
21354   - "L2XCFWD"
21355   - "L2XCFWD"
21356   - "L2XCFWD"
21357   - "L2BDMACLRN"
21358   - "L2BDMACLRN"
21359   - "L2BDMACLRN"
21360   layout:
21361     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21362     layout: "plot-throughput-speedup-analysis"
21363
21364 # Speedup - VPP Container Memif 2n-skx-xxv710
21365 -
21366   type: "plot"
21367   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21368   algorithm: "plot_throughput_speedup_analysis"
21369   output-file-type: ".html"
21370   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21371   data: "plot-throughput-speedup-analysis-2n-skx"
21372   filter: "'NIC_Intel-XXV710' and
21373            '64B' and
21374            ('BASE' or 'SCALE') and
21375            'NDRPDR' and
21376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21377            not 'VHOST' and
21378            'MEMIF'"
21379   parameters:
21380   - "throughput"
21381   - "parent"
21382   - "tags"
21383   sort:
21384   - "L2XCFWD"
21385   - "L2XCFWD"
21386   - "L2XCFWD"
21387   - "L2BDMACLRN"
21388   - "L2BDMACLRN"
21389   - "L2BDMACLRN"
21390   layout:
21391     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21392     layout: "plot-throughput-speedup-analysis"
21393
21394 -
21395   type: "plot"
21396   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21397   algorithm: "plot_throughput_speedup_analysis"
21398   output-file-type: ".html"
21399   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21400   data: "plot-throughput-speedup-analysis-2n-skx"
21401   filter: "'NIC_Intel-XXV710' and
21402            '64B' and
21403            ('BASE' or 'SCALE') and
21404            'NDRPDR' and
21405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21406            not 'VHOST' and
21407             'MEMIF'"
21408   parameters:
21409   - "throughput"
21410   - "parent"
21411   - "tags"
21412   sort:
21413   - "L2XCFWD"
21414   - "L2XCFWD"
21415   - "L2XCFWD"
21416   - "L2BDMACLRN"
21417   - "L2BDMACLRN"
21418   - "L2BDMACLRN"
21419   layout:
21420     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21421     layout: "plot-throughput-speedup-analysis"
21422
21423 ################################################################################
21424
21425 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21426 -
21427   type: "plot"
21428   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21429   algorithm: "plot_throughput_speedup_analysis"
21430   output-file-type: ".html"
21431   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21432   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21433   filter: "'NIC_Intel-X520-DA2' and
21434            '64B' and
21435            ('BASE' or 'SCALE') and
21436            'NDRPDR' and
21437            'L2XCFWD' and
21438            not 'VHOST' and
21439            'MEMIF'"
21440   parameters:
21441   - "throughput"
21442   - "parent"
21443   - "tags"
21444   sort:
21445   - "1VNF"
21446   - "2VNF"
21447   - "4VNF"
21448   - "2VNF"
21449   - "4VNF"
21450   layout:
21451     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21452     layout: "plot-throughput-speedup-analysis"
21453
21454 -
21455   type: "plot"
21456   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21457   algorithm: "plot_throughput_speedup_analysis"
21458   output-file-type: ".html"
21459   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21460   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21461   filter: "'NIC_Intel-X520-DA2' and
21462            '64B' and
21463            ('BASE' or 'SCALE') and
21464            'NDRPDR' and
21465            'L2XCFWD' and
21466            not 'VHOST' and
21467            'MEMIF'"
21468   parameters:
21469   - "throughput"
21470   - "parent"
21471   - "tags"
21472   sort:
21473   - "1VNF"
21474   - "2VNF"
21475   - "4VNF"
21476   - "2VNF"
21477   - "4VNF"
21478   layout:
21479     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21480     layout: "plot-throughput-speedup-analysis"
21481
21482 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21483 -
21484   type: "plot"
21485   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21486   algorithm: "plot_throughput_speedup_analysis"
21487   output-file-type: ".html"
21488   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21489   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21490   filter: "'NIC_Intel-X520-DA2' and
21491            '64B' and
21492            ('BASE' or 'SCALE') and
21493            'NDRPDR' and
21494            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21495            not 'VHOST' and
21496            'MEMIF'"
21497   parameters:
21498   - "throughput"
21499   - "parent"
21500   - "tags"
21501   sort:
21502   - "1VNF"
21503   - "2VNF"
21504   - "4VNF"
21505   - "2VNF"
21506   - "4VNF"
21507   layout:
21508     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
21509     layout: "plot-throughput-speedup-analysis"
21510
21511 -
21512   type: "plot"
21513   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21514   algorithm: "plot_throughput_speedup_analysis"
21515   output-file-type: ".html"
21516   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21517   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21518   filter: "'NIC_Intel-X520-DA2' and
21519            '64B' and
21520            ('BASE' or 'SCALE') and
21521            'NDRPDR' and
21522            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21523            not 'VHOST' and
21524            'MEMIF'"
21525   parameters:
21526   - "throughput"
21527   - "parent"
21528   - "tags"
21529   sort:
21530   - "1VNF"
21531   - "2VNF"
21532   - "4VNF"
21533   - "2VNF"
21534   - "4VNF"
21535   layout:
21536     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
21537     layout: "plot-throughput-speedup-analysis"
21538
21539 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21540 -
21541   type: "plot"
21542   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21543   algorithm: "plot_throughput_speedup_analysis"
21544   output-file-type: ".html"
21545   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21546   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21547   filter: "'NIC_Intel-X710' and
21548            '64B' and
21549            ('BASE' or 'SCALE') and
21550            'NDRPDR' and
21551            'L2XCFWD' and
21552            not 'VHOST' and
21553            'MEMIF'"
21554   parameters:
21555   - "throughput"
21556   - "parent"
21557   - "tags"
21558   sort:
21559   - "1VNF"
21560   - "2VNF"
21561   - "4VNF"
21562   - "2VNF"
21563   - "4VNF"
21564   layout:
21565     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
21566     layout: "plot-throughput-speedup-analysis"
21567
21568 -
21569   type: "plot"
21570   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21571   algorithm: "plot_throughput_speedup_analysis"
21572   output-file-type: ".html"
21573   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21574   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21575   filter: "'NIC_Intel-X710' and
21576            '64B' and
21577            ('BASE' or 'SCALE') and
21578            'NDRPDR' and
21579            'L2XCFWD' and
21580            not 'VHOST' and
21581            'MEMIF'"
21582   parameters:
21583   - "throughput"
21584   - "parent"
21585   - "tags"
21586   sort:
21587   - "1VNF"
21588   - "2VNF"
21589   - "4VNF"
21590   - "2VNF"
21591   - "4VNF"
21592   layout:
21593     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
21594     layout: "plot-throughput-speedup-analysis"
21595
21596 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21597 -
21598   type: "plot"
21599   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21600   algorithm: "plot_throughput_speedup_analysis"
21601   output-file-type: ".html"
21602   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21603   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21604   filter: "'NIC_Intel-X710' and
21605            '64B' and
21606            ('BASE' or 'SCALE') and
21607            'NDRPDR' and
21608            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21609            not 'VHOST' and
21610            'MEMIF'"
21611   parameters:
21612   - "throughput"
21613   - "parent"
21614   - "tags"
21615   sort:
21616   - "1VNF"
21617   - "2VNF"
21618   - "4VNF"
21619   - "2VNF"
21620   - "4VNF"
21621   layout:
21622     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
21623     layout: "plot-throughput-speedup-analysis"
21624
21625 -
21626   type: "plot"
21627   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21628   algorithm: "plot_throughput_speedup_analysis"
21629   output-file-type: ".html"
21630   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21631   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21632   filter: "'NIC_Intel-X710' and
21633            '64B' and
21634            ('BASE' or 'SCALE') and
21635            'NDRPDR' and
21636            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21637            not 'VHOST' and
21638            'MEMIF'"
21639   parameters:
21640   - "throughput"
21641   - "parent"
21642   - "tags"
21643   sort:
21644   - "1VNF"
21645   - "2VNF"
21646   - "4VNF"
21647   - "2VNF"
21648   - "4VNF"
21649   layout:
21650     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
21651     layout: "plot-throughput-speedup-analysis"
21652
21653 ################################################################################
21654
21655 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21656 -
21657   type: "plot"
21658   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21659   algorithm: "plot_throughput_speedup_analysis"
21660   output-file-type: ".html"
21661   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21662   data: "plot-throughput-speedup-analysis-3n-hsw"
21663   filter: "'NIC_Intel-X520-DA2' and
21664            '64B' and
21665            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21666            'NDRPDR' and
21667            'IP4FWD' and
21668            not 'IPSEC' and
21669            not 'VHOST'"
21670   parameters:
21671   - "throughput"
21672   - "parent"
21673   - "tags"
21674   sort:
21675   - "IP4BASE"
21676   - "FIB_20K"
21677   - "FIB_200K"
21678   - "FIB_2M"
21679   layout:
21680     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21681     layout: "plot-throughput-speedup-analysis"
21682
21683 -
21684   type: "plot"
21685   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21686   algorithm: "plot_throughput_speedup_analysis"
21687   output-file-type: ".html"
21688   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21689   data: "plot-throughput-speedup-analysis-3n-hsw"
21690   filter: "'NIC_Intel-X520-DA2' and
21691            '64B' and
21692            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21693            'NDRPDR' and
21694            'IP4FWD' and
21695            not 'IPSEC' and
21696            not 'VHOST'"
21697   parameters:
21698   - "throughput"
21699   - "parent"
21700   - "tags"
21701   sort:
21702   - "IP4BASE"
21703   - "FIB_20K"
21704   - "FIB_200K"
21705   - "FIB_2M"
21706   layout:
21707     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21708     layout: "plot-throughput-speedup-analysis"
21709
21710 # Speedup - VPP IPv4 3n-hsw-x520 features
21711 -
21712   type: "plot"
21713   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21714   algorithm: "plot_throughput_speedup_analysis"
21715   output-file-type: ".html"
21716   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21717   data: "plot-throughput-speedup-analysis-3n-hsw"
21718   filter: "'NIC_Intel-X520-DA2' and
21719            '64B' and
21720            ('IP4BASE' or
21721             'POLICE_MARK' or
21722             'COPWHLIST' or
21723             ('NAT44' and 'BASE') or
21724             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21725            'NDRPDR' and
21726            'IP4FWD' and
21727            not 'IPSEC' and
21728            not 'VHOST'"
21729   parameters:
21730   - "throughput"
21731   - "parent"
21732   - "tags"
21733   sort:
21734   - "IP4BASE"
21735   - "NAT44"
21736   - "POLICE_MARK"
21737   - "COPWHLIST"
21738   - "IACL"
21739   - "OACL"
21740   layout:
21741     title: "ip4-3n-hsw-x520-64b-features-ndr"
21742     layout: "plot-throughput-speedup-analysis"
21743
21744 -
21745   type: "plot"
21746   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21747   algorithm: "plot_throughput_speedup_analysis"
21748   output-file-type: ".html"
21749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21750   data: "plot-throughput-speedup-analysis-3n-hsw"
21751   filter: "'NIC_Intel-X520-DA2' and
21752            '64B' and
21753            ('IP4BASE' or
21754             'POLICE_MARK' or
21755             'COPWHLIST' or
21756             ('NAT44' and 'BASE') or
21757             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21758            'NDRPDR' and
21759            'IP4FWD' and
21760            not 'IPSEC' and
21761            not 'VHOST'"
21762   parameters:
21763   - "throughput"
21764   - "parent"
21765   - "tags"
21766   sort:
21767   - "IP4BASE"
21768   - "NAT44"
21769   - "POLICE_MARK"
21770   - "COPWHLIST"
21771   - "IACL"
21772   - "OACL"
21773   layout:
21774     title: "ip4-3n-hsw-x520-64b-features-pdr"
21775     layout: "plot-throughput-speedup-analysis"
21776
21777 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21778 -
21779   type: "plot"
21780   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21781   algorithm: "plot_throughput_speedup_analysis"
21782   output-file-type: ".html"
21783   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21784   data: "plot-throughput-speedup-analysis-3n-hsw"
21785   filter: "'NIC_Intel-X520-DA2' and
21786            '64B' and
21787            'NDRPDR' and
21788            'IP4FWD' and
21789            'NAT44' and
21790            not 'IPSEC' and
21791            not 'VHOST'"
21792   parameters:
21793   - "throughput"
21794   - "parent"
21795   - "tags"
21796   sort:
21797   - "BASE"
21798   - "BASE"
21799   - "SRC_USER_10"
21800   - "SRC_USER_100"
21801   - "SRC_USER_1000"
21802   - "SRC_USER_2000"
21803   layout:
21804     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21805     layout: "plot-throughput-speedup-analysis"
21806
21807 -
21808   type: "plot"
21809   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21810   algorithm: "plot_throughput_speedup_analysis"
21811   output-file-type: ".html"
21812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21813   data: "plot-throughput-speedup-analysis-3n-hsw"
21814   filter: "'NIC_Intel-X520-DA2' and
21815            '64B' and
21816            'NDRPDR' and
21817            'IP4FWD' and
21818            'NAT44' and
21819            not 'IPSEC' and
21820            not 'VHOST'"
21821   parameters:
21822   - "throughput"
21823   - "parent"
21824   - "tags"
21825   sort:
21826   - "BASE"
21827   - "BASE"
21828   - "SRC_USER_10"
21829   - "SRC_USER_100"
21830   - "SRC_USER_1000"
21831   - "SRC_USER_2000"
21832   layout:
21833     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
21834     layout: "plot-throughput-speedup-analysis"
21835
21836 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
21837 -
21838   type: "plot"
21839   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21840   algorithm: "plot_throughput_speedup_analysis"
21841   output-file-type: ".html"
21842   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21843   data: "plot-throughput-speedup-analysis-3n-hsw"
21844   filter: "'NIC_Intel-X520-DA2' and
21845            '64B' and
21846            'NDRPDR' and
21847            'IP4FWD' and
21848            'IACL' and
21849            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21850            not 'IPSEC' and
21851            not 'VHOST'"
21852   parameters:
21853   - "throughput"
21854   - "parent"
21855   - "tags"
21856   sort:
21857   - "ACL_STATELESS"
21858   - "ACL_STATEFUL"
21859   - "ACL_STATELESS"
21860   - "ACL_STATEFUL"
21861   layout:
21862     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
21863     layout: "plot-throughput-speedup-analysis"
21864
21865 -
21866   type: "plot"
21867   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21868   algorithm: "plot_throughput_speedup_analysis"
21869   output-file-type: ".html"
21870   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21871   data: "plot-throughput-speedup-analysis-3n-hsw"
21872   filter: "'NIC_Intel-X520-DA2' and
21873            '64B' and
21874            'NDRPDR' and
21875            'IP4FWD' and
21876            'IACL' and
21877            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21878            not 'IPSEC' and
21879            not 'VHOST'"
21880   parameters:
21881   - "throughput"
21882   - "parent"
21883   - "tags"
21884   sort:
21885   - "ACL_STATELESS"
21886   - "ACL_STATEFUL"
21887   - "ACL_STATELESS"
21888   - "ACL_STATEFUL"
21889   layout:
21890     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
21891     layout: "plot-throughput-speedup-analysis"
21892
21893 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
21894 -
21895   type: "plot"
21896   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21897   algorithm: "plot_throughput_speedup_analysis"
21898   output-file-type: ".html"
21899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21900   data: "plot-throughput-speedup-analysis-3n-hsw"
21901   filter: "'NIC_Intel-X520-DA2' and
21902            '64B' and
21903            'NDRPDR' and
21904            'IP4FWD' and
21905            'OACL' and
21906            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21907            not 'IPSEC' and
21908            not 'VHOST'"
21909   parameters:
21910   - "throughput"
21911   - "parent"
21912   - "tags"
21913   sort:
21914   - "ACL_STATELESS"
21915   - "ACL_STATEFUL"
21916   - "ACL_STATELESS"
21917   - "ACL_STATEFUL"
21918   layout:
21919     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
21920     layout: "plot-throughput-speedup-analysis"
21921
21922 -
21923   type: "plot"
21924   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
21925   algorithm: "plot_throughput_speedup_analysis"
21926   output-file-type: ".html"
21927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
21928   data: "plot-throughput-speedup-analysis-3n-hsw"
21929   filter: "'NIC_Intel-X520-DA2' and
21930            '64B' and
21931            'NDRPDR' and
21932            'IP4FWD' and
21933            'OACL' and
21934            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21935            not 'IPSEC' and
21936            not 'VHOST'"
21937   parameters:
21938   - "throughput"
21939   - "parent"
21940   - "tags"
21941   sort:
21942   - "ACL_STATELESS"
21943   - "ACL_STATEFUL"
21944   - "ACL_STATELESS"
21945   - "ACL_STATEFUL"
21946   layout:
21947     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
21948     layout: "plot-throughput-speedup-analysis"
21949
21950 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
21951 -
21952   type: "plot"
21953   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21954   algorithm: "plot_throughput_speedup_analysis"
21955   output-file-type: ".html"
21956   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21957   data: "plot-throughput-speedup-analysis-3n-hsw"
21958   filter: "'NIC_Intel-X710' and
21959            '64B' and
21960            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21961            'NDRPDR' and
21962            'IP4FWD' and
21963            not 'IPSEC' and
21964            not 'VHOST'"
21965   parameters:
21966   - "throughput"
21967   - "parent"
21968   - "tags"
21969   sort:
21970   - "IP4BASE"
21971   - "FIB_20K"
21972   - "FIB_200K"
21973   - "FIB_2M"
21974   layout:
21975     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
21976     layout: "plot-throughput-speedup-analysis"
21977
21978 -
21979   type: "plot"
21980   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21981   algorithm: "plot_throughput_speedup_analysis"
21982   output-file-type: ".html"
21983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21984   data: "plot-throughput-speedup-analysis-3n-hsw"
21985   filter: "'NIC_Intel-X710' and
21986            '64B' and
21987            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21988            'NDRPDR' and
21989            'IP4FWD' and
21990            not 'IPSEC' and
21991            not 'VHOST'"
21992   parameters:
21993   - "throughput"
21994   - "parent"
21995   - "tags"
21996   sort:
21997   - "IP4BASE"
21998   - "FIB_20K"
21999   - "FIB_200K"
22000   - "FIB_2M"
22001   layout:
22002     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22003     layout: "plot-throughput-speedup-analysis"
22004
22005 # Speedup - VPP IPv4 3n-hsw-x710 features
22006 -
22007   type: "plot"
22008   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22009   algorithm: "plot_throughput_speedup_analysis"
22010   output-file-type: ".html"
22011   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22012   data: "plot-throughput-speedup-analysis-3n-hsw"
22013   filter: "'NIC_Intel-X710' and
22014            '64B' and
22015            ('IP4BASE' or
22016             'POLICE_MARK' or
22017             'COPWHLIST' or
22018             ('NAT44' and 'BASE') or
22019             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22020            'NDRPDR' and
22021            'IP4FWD' and
22022            not 'IPSEC' and
22023            not 'VHOST'"
22024   parameters:
22025   - "throughput"
22026   - "parent"
22027   - "tags"
22028   sort:
22029   - "IP4BASE"
22030   - "NAT44"
22031   - "POLICE_MARK"
22032   - "COPWHLIST"
22033   - "IACL"
22034   - "OACL"
22035   layout:
22036     title: "ip4-3n-hsw-x710-64b-features-ndr"
22037     layout: "plot-throughput-speedup-analysis"
22038
22039 -
22040   type: "plot"
22041   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22042   algorithm: "plot_throughput_speedup_analysis"
22043   output-file-type: ".html"
22044   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22045   data: "plot-throughput-speedup-analysis-3n-hsw"
22046   filter: "'NIC_Intel-X710' and
22047            '64B' and
22048            ('IP4BASE' or
22049             'POLICE_MARK' or
22050             'COPWHLIST' or
22051             ('NAT44' and 'BASE') or
22052             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22053            'NDRPDR' and
22054            'IP4FWD' and
22055            not 'IPSEC' and
22056            not 'VHOST'"
22057   parameters:
22058   - "throughput"
22059   - "parent"
22060   - "tags"
22061   sort:
22062   - "IP4BASE"
22063   - "NAT44"
22064   - "POLICE_MARK"
22065   - "COPWHLIST"
22066   - "IACL"
22067   - "OACL"
22068   layout:
22069     title: "ip4-3n-hsw-x710-64b-features-pdr"
22070     layout: "plot-throughput-speedup-analysis"
22071
22072 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22073 -
22074   type: "plot"
22075   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22076   algorithm: "plot_throughput_speedup_analysis"
22077   output-file-type: ".html"
22078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22079   data: "plot-throughput-speedup-analysis-3n-hsw"
22080   filter: "'NIC_Intel-X710' and
22081            '64B' and
22082            'NDRPDR' and
22083            'IP4FWD' and
22084            'NAT44' and
22085            not 'IPSEC' and
22086            not 'VHOST'"
22087   parameters:
22088   - "throughput"
22089   - "parent"
22090   - "tags"
22091   sort:
22092   - "BASE"
22093   - "BASE"
22094   - "SRC_USER_10"
22095   - "SRC_USER_100"
22096   - "SRC_USER_1000"
22097   - "SRC_USER_2000"
22098   layout:
22099     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22100     layout: "plot-throughput-speedup-analysis"
22101
22102 -
22103   type: "plot"
22104   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22105   algorithm: "plot_throughput_speedup_analysis"
22106   output-file-type: ".html"
22107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22108   data: "plot-throughput-speedup-analysis-3n-hsw"
22109   filter: "'NIC_Intel-X710' and
22110            '64B' and
22111            'NDRPDR' and
22112            'IP4FWD' and
22113            'NAT44' and
22114            not 'IPSEC' and
22115            not 'VHOST'"
22116   parameters:
22117   - "throughput"
22118   - "parent"
22119   - "tags"
22120   sort:
22121   - "BASE"
22122   - "BASE"
22123   - "SRC_USER_10"
22124   - "SRC_USER_100"
22125   - "SRC_USER_1000"
22126   - "SRC_USER_2000"
22127   layout:
22128     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22129     layout: "plot-throughput-speedup-analysis"
22130
22131 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22132 -
22133   type: "plot"
22134   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22135   algorithm: "plot_throughput_speedup_analysis"
22136   output-file-type: ".html"
22137   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22138   data: "plot-throughput-speedup-analysis-3n-hsw"
22139   filter: "'NIC_Intel-X710' and
22140            '64B' and
22141            'NDRPDR' and
22142            'IP4FWD' and
22143            'IACL' and
22144            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22145            not 'IPSEC' and
22146            not 'VHOST'"
22147   parameters:
22148   - "throughput"
22149   - "parent"
22150   - "tags"
22151   sort:
22152   - "ACL_STATELESS"
22153   - "ACL_STATEFUL"
22154   - "ACL_STATELESS"
22155   - "ACL_STATEFUL"
22156   layout:
22157     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22158     layout: "plot-throughput-speedup-analysis"
22159
22160 -
22161   type: "plot"
22162   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22163   algorithm: "plot_throughput_speedup_analysis"
22164   output-file-type: ".html"
22165   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22166   data: "plot-throughput-speedup-analysis-3n-hsw"
22167   filter: "'NIC_Intel-X710' and
22168            '64B' and
22169            'NDRPDR' and
22170            'IP4FWD' and
22171            'IACL' and
22172            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22173            not 'IPSEC' and
22174            not 'VHOST'"
22175   parameters:
22176   - "throughput"
22177   - "parent"
22178   - "tags"
22179   sort:
22180   - "ACL_STATELESS"
22181   - "ACL_STATEFUL"
22182   - "ACL_STATELESS"
22183   - "ACL_STATEFUL"
22184   layout:
22185     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22186     layout: "plot-throughput-speedup-analysis"
22187
22188 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22189 -
22190   type: "plot"
22191   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22192   algorithm: "plot_throughput_speedup_analysis"
22193   output-file-type: ".html"
22194   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22195   data: "plot-throughput-speedup-analysis-3n-hsw"
22196   filter: "'NIC_Intel-X710' and
22197            '64B' and
22198            'NDRPDR' and
22199            'IP4FWD' and
22200            'OACL' and
22201            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22202            not 'IPSEC' and
22203            not 'VHOST'"
22204   parameters:
22205   - "throughput"
22206   - "parent"
22207   - "tags"
22208   sort:
22209   - "ACL_STATELESS"
22210   - "ACL_STATEFUL"
22211   - "ACL_STATELESS"
22212   - "ACL_STATEFUL"
22213   layout:
22214     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
22215     layout: "plot-throughput-speedup-analysis"
22216
22217 -
22218   type: "plot"
22219   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22220   algorithm: "plot_throughput_speedup_analysis"
22221   output-file-type: ".html"
22222   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22223   data: "plot-throughput-speedup-analysis-3n-hsw"
22224   filter: "'NIC_Intel-X710' and
22225            '64B' and
22226            'NDRPDR' and
22227            'IP4FWD' and
22228            'OACL' and
22229            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22230            not 'IPSEC' and
22231            not 'VHOST'"
22232   parameters:
22233   - "throughput"
22234   - "parent"
22235   - "tags"
22236   sort:
22237   - "ACL_STATELESS"
22238   - "ACL_STATEFUL"
22239   - "ACL_STATELESS"
22240   - "ACL_STATEFUL"
22241   layout:
22242     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
22243     layout: "plot-throughput-speedup-analysis"
22244
22245 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22246 -
22247   type: "plot"
22248   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22249   algorithm: "plot_throughput_speedup_analysis"
22250   output-file-type: ".html"
22251   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22252   data: "plot-throughput-speedup-analysis-3n-hsw"
22253   filter: "'NIC_Intel-XL710' and
22254            '64B' and
22255            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22256            'NDRPDR' and
22257            'IP4FWD' and
22258            not 'IPSEC' and
22259            not 'VHOST'"
22260   parameters:
22261   - "throughput"
22262   - "parent"
22263   - "tags"
22264   sort:
22265   - "IP4BASE"
22266   - "FIB_20K"
22267   - "FIB_200K"
22268   - "FIB_2M"
22269   layout:
22270     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22271     layout: "plot-throughput-speedup-analysis"
22272
22273 -
22274   type: "plot"
22275   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22276   algorithm: "plot_throughput_speedup_analysis"
22277   output-file-type: ".html"
22278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22279   data: "plot-throughput-speedup-analysis-3n-hsw"
22280   filter: "'NIC_Intel-XL710' and
22281            '64B' and
22282            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22283            'NDRPDR' and
22284            'IP4FWD' and
22285            not 'IPSEC' and
22286            not 'VHOST'"
22287   parameters:
22288   - "throughput"
22289   - "parent"
22290   - "tags"
22291   sort:
22292   - "IP4BASE"
22293   - "FIB_20K"
22294   - "FIB_200K"
22295   - "FIB_2M"
22296   layout:
22297     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22298     layout: "plot-throughput-speedup-analysis"
22299
22300 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22301 -
22302   type: "plot"
22303   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22304   algorithm: "plot_throughput_speedup_analysis"
22305   output-file-type: ".html"
22306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22307   data: "plot-throughput-speedup-analysis-3n-skx"
22308   filter: "'NIC_Intel-X710' and
22309            '64B' and
22310            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22311            'NDRPDR' and
22312            'IP4FWD' and
22313            not 'IPSEC' and
22314            not 'VHOST'"
22315   parameters:
22316   - "throughput"
22317   - "parent"
22318   - "tags"
22319   sort:
22320   - "IP4BASE"
22321   - "FIB_20K"
22322   - "FIB_200K"
22323   - "FIB_2M"
22324   layout:
22325     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22326     layout: "plot-throughput-speedup-analysis"
22327
22328 -
22329   type: "plot"
22330   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22331   algorithm: "plot_throughput_speedup_analysis"
22332   output-file-type: ".html"
22333   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22334   data: "plot-throughput-speedup-analysis-3n-skx"
22335   filter: "'NIC_Intel-X710' and
22336            '64B' and
22337            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22338            'NDRPDR' and
22339            'IP4FWD' and
22340            not 'IPSEC' and
22341            not 'VHOST'"
22342   parameters:
22343   - "throughput"
22344   - "parent"
22345   - "tags"
22346   sort:
22347   - "IP4BASE"
22348   - "FIB_20K"
22349   - "FIB_200K"
22350   - "FIB_2M"
22351   layout:
22352     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22353     layout: "plot-throughput-speedup-analysis"
22354
22355 # Speedup - VPP IPv4 3n-skx-x710 features
22356 -
22357   type: "plot"
22358   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22359   algorithm: "plot_throughput_speedup_analysis"
22360   output-file-type: ".html"
22361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22362   data: "plot-throughput-speedup-analysis-3n-skx"
22363   filter: "'NIC_Intel-X710' and
22364            '64B' and
22365            ('IP4BASE' or
22366             'POLICE_MARK' or
22367             'COPWHLIST' or
22368             ('NAT44' and 'BASE') or
22369             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22370            'NDRPDR' and
22371            'IP4FWD' and
22372            not 'IPSEC' and
22373            not 'VHOST'"
22374   parameters:
22375   - "throughput"
22376   - "parent"
22377   - "tags"
22378   sort:
22379   - "IP4BASE"
22380   - "NAT44"
22381   - "POLICE_MARK"
22382   - "COPWHLIST"
22383   - "IACL"
22384   - "OACL"
22385   layout:
22386     title: "ip4-3n-skx-x710-64b-features-ndr"
22387     layout: "plot-throughput-speedup-analysis"
22388
22389 -
22390   type: "plot"
22391   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22392   algorithm: "plot_throughput_speedup_analysis"
22393   output-file-type: ".html"
22394   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22395   data: "plot-throughput-speedup-analysis-3n-skx"
22396   filter: "'NIC_Intel-X710' and
22397            '64B' and
22398            ('IP4BASE' or
22399             'POLICE_MARK' or
22400             'COPWHLIST' or
22401             ('NAT44' and 'BASE') or
22402             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22403            'NDRPDR' and
22404            'IP4FWD' and
22405            not 'IPSEC' and
22406            not 'VHOST'"
22407   parameters:
22408   - "throughput"
22409   - "parent"
22410   - "tags"
22411   sort:
22412   - "IP4BASE"
22413   - "NAT44"
22414   - "POLICE_MARK"
22415   - "COPWHLIST"
22416   - "IACL"
22417   - "OACL"
22418   layout:
22419     title: "ip4-3n-skx-x710-64b-features-pdr"
22420     layout: "plot-throughput-speedup-analysis"
22421
22422 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22423 -
22424   type: "plot"
22425   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22426   algorithm: "plot_throughput_speedup_analysis"
22427   output-file-type: ".html"
22428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22429   data: "plot-throughput-speedup-analysis-3n-skx"
22430   filter: "'NIC_Intel-X710' and
22431            '64B' and
22432            'NDRPDR' and
22433            'IP4FWD' and
22434            'NAT44' and
22435            not 'IPSEC' and
22436            not 'VHOST'"
22437   parameters:
22438   - "throughput"
22439   - "parent"
22440   - "tags"
22441   sort:
22442   - "BASE"
22443   - "BASE"
22444   - "SRC_USER_10"
22445   - "SRC_USER_100"
22446   - "SRC_USER_1000"
22447   - "SRC_USER_2000"
22448   layout:
22449     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22450     layout: "plot-throughput-speedup-analysis"
22451
22452 -
22453   type: "plot"
22454   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22455   algorithm: "plot_throughput_speedup_analysis"
22456   output-file-type: ".html"
22457   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22458   data: "plot-throughput-speedup-analysis-3n-skx"
22459   filter: "'NIC_Intel-X710' and
22460            '64B' and
22461            'NDRPDR' and
22462            'IP4FWD' and
22463            'NAT44' and
22464            not 'IPSEC' and
22465            not 'VHOST'"
22466   parameters:
22467   - "throughput"
22468   - "parent"
22469   - "tags"
22470   sort:
22471   - "BASE"
22472   - "BASE"
22473   - "SRC_USER_10"
22474   - "SRC_USER_100"
22475   - "SRC_USER_1000"
22476   - "SRC_USER_2000"
22477   layout:
22478     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22479     layout: "plot-throughput-speedup-analysis"
22480
22481 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22482 -
22483   type: "plot"
22484   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22485   algorithm: "plot_throughput_speedup_analysis"
22486   output-file-type: ".html"
22487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22488   data: "plot-throughput-speedup-analysis-3n-skx"
22489   filter: "'NIC_Intel-X710' and
22490            '64B' and
22491            'NDRPDR' and
22492            'IP4FWD' and
22493            'IACL' and
22494            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22495            not 'IPSEC' and
22496            not 'VHOST'"
22497   parameters:
22498   - "throughput"
22499   - "parent"
22500   - "tags"
22501   sort:
22502   - "ACL_STATELESS"
22503   - "ACL_STATEFUL"
22504   - "ACL_STATELESS"
22505   - "ACL_STATEFUL"
22506   layout:
22507     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22508     layout: "plot-throughput-speedup-analysis"
22509
22510 -
22511   type: "plot"
22512   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22513   algorithm: "plot_throughput_speedup_analysis"
22514   output-file-type: ".html"
22515   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22516   data: "plot-throughput-speedup-analysis-3n-skx"
22517   filter: "'NIC_Intel-X710' and
22518            '64B' and
22519            'NDRPDR' and
22520            'IP4FWD' and
22521            'IACL' and
22522            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22523            not 'IPSEC' and
22524            not 'VHOST'"
22525   parameters:
22526   - "throughput"
22527   - "parent"
22528   - "tags"
22529   sort:
22530   - "ACL_STATELESS"
22531   - "ACL_STATEFUL"
22532   - "ACL_STATELESS"
22533   - "ACL_STATEFUL"
22534   layout:
22535     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22536     layout: "plot-throughput-speedup-analysis"
22537
22538 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22539 -
22540   type: "plot"
22541   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22542   algorithm: "plot_throughput_speedup_analysis"
22543   output-file-type: ".html"
22544   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22545   data: "plot-throughput-speedup-analysis-3n-skx"
22546   filter: "'NIC_Intel-X710' and
22547            '64B' and
22548            'NDRPDR' and
22549            'IP4FWD' and
22550            'OACL' and
22551            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22552            not 'IPSEC' and
22553            not 'VHOST'"
22554   parameters:
22555   - "throughput"
22556   - "parent"
22557   - "tags"
22558   sort:
22559   - "ACL_STATELESS"
22560   - "ACL_STATEFUL"
22561   - "ACL_STATELESS"
22562   - "ACL_STATEFUL"
22563   layout:
22564     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
22565     layout: "plot-throughput-speedup-analysis"
22566
22567 -
22568   type: "plot"
22569   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22570   algorithm: "plot_throughput_speedup_analysis"
22571   output-file-type: ".html"
22572   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22573   data: "plot-throughput-speedup-analysis-3n-skx"
22574   filter: "'NIC_Intel-X710' and
22575            '64B' and
22576            'NDRPDR' and
22577            'IP4FWD' and
22578            'OACL' and
22579            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22580            not 'IPSEC' and
22581            not 'VHOST'"
22582   parameters:
22583   - "throughput"
22584   - "parent"
22585   - "tags"
22586   sort:
22587   - "ACL_STATELESS"
22588   - "ACL_STATEFUL"
22589   - "ACL_STATELESS"
22590   - "ACL_STATEFUL"
22591   layout:
22592     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
22593     layout: "plot-throughput-speedup-analysis"
22594
22595 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22596 -
22597   type: "plot"
22598   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22599   algorithm: "plot_throughput_speedup_analysis"
22600   output-file-type: ".html"
22601   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22602   data: "plot-throughput-speedup-analysis-2n-skx"
22603   filter: "'NIC_Intel-X710' and
22604            '64B' and
22605            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22606            'NDRPDR' and
22607            'IP4FWD' and
22608            not 'IPSEC' and
22609            not 'VHOST'"
22610   parameters:
22611   - "throughput"
22612   - "parent"
22613   - "tags"
22614   sort:
22615   - "IP4BASE"
22616   - "FIB_20K"
22617   - "FIB_200K"
22618   - "FIB_2M"
22619   layout:
22620     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22621     layout: "plot-throughput-speedup-analysis"
22622
22623 -
22624   type: "plot"
22625   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22626   algorithm: "plot_throughput_speedup_analysis"
22627   output-file-type: ".html"
22628   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22629   data: "plot-throughput-speedup-analysis-2n-skx"
22630   filter: "'NIC_Intel-X710' and
22631            '64B' and
22632            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22633            'NDRPDR' and
22634            'IP4FWD' and
22635            not 'IPSEC' and
22636            not 'VHOST'"
22637   parameters:
22638   - "throughput"
22639   - "parent"
22640   - "tags"
22641   sort:
22642   - "IP4BASE"
22643   - "FIB_20K"
22644   - "FIB_200K"
22645   - "FIB_2M"
22646   layout:
22647     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22648     layout: "plot-throughput-speedup-analysis"
22649
22650 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22651 -
22652   type: "plot"
22653   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22654   algorithm: "plot_throughput_speedup_analysis"
22655   output-file-type: ".html"
22656   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22657   data: "plot-throughput-speedup-analysis-2n-skx"
22658   filter: "'NIC_Intel-XXV710' and
22659            '64B' and
22660            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22661            'NDRPDR' and
22662            'IP4FWD' and
22663            not 'IPSEC' and
22664            not 'VHOST'"
22665   parameters:
22666   - "throughput"
22667   - "parent"
22668   - "tags"
22669   sort:
22670   - "IP4BASE"
22671   - "FIB_20K"
22672   - "FIB_200K"
22673   - "FIB_2M"
22674   layout:
22675     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22676     layout: "plot-throughput-speedup-analysis"
22677
22678 -
22679   type: "plot"
22680   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22681   algorithm: "plot_throughput_speedup_analysis"
22682   output-file-type: ".html"
22683   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22684   data: "plot-throughput-speedup-analysis-2n-skx"
22685   filter: "'NIC_Intel-XXV710' and
22686            '64B' and
22687            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22688            'NDRPDR' and
22689            'IP4FWD' and
22690            not 'IPSEC' and
22691            not 'VHOST'"
22692   parameters:
22693   - "throughput"
22694   - "parent"
22695   - "tags"
22696   sort:
22697   - "IP4BASE"
22698   - "FIB_20K"
22699   - "FIB_200K"
22700   - "FIB_2M"
22701   layout:
22702     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22703     layout: "plot-throughput-speedup-analysis"
22704
22705 ################################################################################
22706
22707 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22708 -
22709   type: "plot"
22710   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22711   algorithm: "plot_throughput_speedup_analysis"
22712   output-file-type: ".html"
22713   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22714   data: "plot-throughput-speedup-analysis-3n-hsw"
22715   filter: "'NIC_Intel-X520_DA2' and
22716            '64B' and
22717            'ENCAP' and
22718            'NDRPDR' and
22719            'VXLAN' and
22720            'L2BDMACLRN' and
22721            not 'VHOST' and
22722            not 'IPSECHW'"
22723   parameters:
22724   - "throughput"
22725   - "parent"
22726   - "tags"
22727   sort:
22728   - "not DOT1Q"
22729   - "VXLAN_1"
22730   - "VXLAN_10"
22731   - "VXLAN_100"
22732   - "VXLAN_1000"
22733   layout:
22734     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22735     layout: "plot-throughput-speedup-analysis"
22736
22737 -
22738   type: "plot"
22739   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22740   algorithm: "plot_throughput_speedup_analysis"
22741   output-file-type: ".html"
22742   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22743   data: "plot-throughput-speedup-analysis-3n-hsw"
22744   filter: "'NIC_Intel-X520_DA2' and
22745            '64B' and
22746            'ENCAP' and
22747            'NDRPDR' and
22748            'VXLAN' and
22749            'L2BDMACLRN' and
22750            not 'VHOST' and
22751            not 'IPSECHW'"
22752   parameters:
22753   - "throughput"
22754   - "parent"
22755   - "tags"
22756   sort:
22757   - "not DOT1Q"
22758   - "VXLAN_1"
22759   - "VXLAN_10"
22760   - "VXLAN_100"
22761   - "VXLAN_1000"
22762   layout:
22763     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22764     layout: "plot-throughput-speedup-analysis"
22765
22766 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22767 -
22768   type: "plot"
22769   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22770   algorithm: "plot_throughput_speedup_analysis"
22771   output-file-type: ".html"
22772   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22773   data: "plot-throughput-speedup-analysis-3n-hsw"
22774   filter: "'NIC_Intel-X520-DA2' and
22775            '64B' and
22776            'ENCAP' and
22777            'NDRPDR' and
22778            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22779            not 'DOT1Q' and
22780            not 'VHOST' and
22781            not 'IPSECHW'"
22782   parameters:
22783   - "throughput"
22784   - "parent"
22785   - "tags"
22786   sort:
22787   - "L2BDMACLRN"
22788   - "L2XCFWD"
22789   - "LISP"
22790   layout:
22791     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22792     layout: "plot-throughput-speedup-analysis"
22793
22794 -
22795   type: "plot"
22796   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22797   algorithm: "plot_throughput_speedup_analysis"
22798   output-file-type: ".html"
22799   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22800   data: "plot-throughput-speedup-analysis-3n-hsw"
22801   filter: "'NIC_Intel-X520-DA2' and
22802            '64B' and
22803            'ENCAP' and
22804            'NDRPDR' and
22805            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22806            not 'DOT1Q' and
22807            not 'VHOST' and
22808            not 'IPSECHW'"
22809   parameters:
22810   - "throughput"
22811   - "parent"
22812   - "tags"
22813   sort:
22814   - "L2BDMACLRN"
22815   - "L2XCFWD"
22816   - "LISP"
22817   layout:
22818     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22819     layout: "plot-throughput-speedup-analysis"
22820
22821 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22822 -
22823   type: "plot"
22824   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22825   algorithm: "plot_throughput_speedup_analysis"
22826   output-file-type: ".html"
22827   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22828   data: "plot-throughput-speedup-analysis-3n-hsw"
22829   filter: "'NIC_Intel-X710' and
22830            '64B' and
22831            'ENCAP' and
22832            'NDRPDR' and
22833            'VXLAN' and
22834            'L2BDMACLRN' and
22835            not 'VHOST' and
22836            not 'IPSECHW'"
22837   parameters:
22838   - "throughput"
22839   - "parent"
22840   - "tags"
22841   sort:
22842   - "not DOT1Q"
22843   - "VXLAN_1"
22844   - "VXLAN_10"
22845   - "VXLAN_100"
22846   - "VXLAN_1000"
22847   layout:
22848     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
22849     layout: "plot-throughput-speedup-analysis"
22850
22851 -
22852   type: "plot"
22853   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22854   algorithm: "plot_throughput_speedup_analysis"
22855   output-file-type: ".html"
22856   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22857   data: "plot-throughput-speedup-analysis-3n-hsw"
22858   filter: "'NIC_Intel-X710' and
22859            '64B' and
22860            'ENCAP' and
22861            'NDRPDR' and
22862            'VXLAN' and
22863            'L2BDMACLRN' and
22864            not 'VHOST' and
22865            not 'IPSECHW'"
22866   parameters:
22867   - "throughput"
22868   - "parent"
22869   - "tags"
22870   sort:
22871   - "not DOT1Q"
22872   - "VXLAN_1"
22873   - "VXLAN_10"
22874   - "VXLAN_100"
22875   - "VXLAN_1000"
22876   layout:
22877     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
22878     layout: "plot-throughput-speedup-analysis"
22879
22880 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
22881 -
22882   type: "plot"
22883   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22884   algorithm: "plot_throughput_speedup_analysis"
22885   output-file-type: ".html"
22886   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22887   data: "plot-throughput-speedup-analysis-3n-hsw"
22888   filter: "'NIC_Intel-X710' and
22889            '64B' and
22890            'ENCAP' and
22891            'NDRPDR' and
22892            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22893            not 'DOT1Q' and
22894            not 'VHOST' and
22895            not 'IPSECHW'"
22896   parameters:
22897   - "throughput"
22898   - "parent"
22899   - "tags"
22900   sort:
22901   - "L2BDMACLRN"
22902   - "L2XCFWD"
22903   - "LISP"
22904   layout:
22905     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
22906     layout: "plot-throughput-speedup-analysis"
22907
22908 -
22909   type: "plot"
22910   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22911   algorithm: "plot_throughput_speedup_analysis"
22912   output-file-type: ".html"
22913   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22914   data: "plot-throughput-speedup-analysis-3n-hsw"
22915   filter: "'NIC_Intel-X710' and
22916            '64B' and
22917            'ENCAP' and
22918            'NDRPDR' and
22919            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22920            not 'DOT1Q' and
22921            not 'VHOST' and
22922            not 'IPSECHW'"
22923   parameters:
22924   - "throughput"
22925   - "parent"
22926   - "tags"
22927   sort:
22928   - "L2BDMACLRN"
22929   - "L2XCFWD"
22930   - "LISP"
22931   layout:
22932     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
22933     layout: "plot-throughput-speedup-analysis"
22934
22935 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
22936 -
22937   type: "plot"
22938   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22939   algorithm: "plot_throughput_speedup_analysis"
22940   output-file-type: ".html"
22941   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22942   data: "plot-throughput-speedup-analysis-3n-skx"
22943   filter: "'NIC_Intel-X710' and
22944            '64B' and
22945            'ENCAP' and
22946            'NDRPDR' and
22947            'VXLAN' and
22948            'L2BDMACLRN' and
22949            not 'VHOST' and
22950            not 'IPSECHW'"
22951   parameters:
22952   - "throughput"
22953   - "parent"
22954   - "tags"
22955   sort:
22956   - "not DOT1Q"
22957   - "VXLAN_1"
22958   - "VXLAN_10"
22959   - "VXLAN_100"
22960   - "VXLAN_1000"
22961   layout:
22962     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
22963     layout: "plot-throughput-speedup-analysis"
22964
22965 -
22966   type: "plot"
22967   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22968   algorithm: "plot_throughput_speedup_analysis"
22969   output-file-type: ".html"
22970   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22971   data: "plot-throughput-speedup-analysis-3n-skx"
22972   filter: "'NIC_Intel-X710' and
22973            '64B' and
22974            'ENCAP' and
22975            'NDRPDR' and
22976            'VXLAN' and
22977            'L2BDMACLRN' and
22978            not 'VHOST' and
22979            not 'IPSECHW'"
22980   parameters:
22981   - "throughput"
22982   - "parent"
22983   - "tags"
22984   sort:
22985   - "not DOT1Q"
22986   - "VXLAN_1"
22987   - "VXLAN_10"
22988   - "VXLAN_100"
22989   - "VXLAN_1000"
22990   layout:
22991     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
22992     layout: "plot-throughput-speedup-analysis"
22993
22994 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
22995 -
22996   type: "plot"
22997   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
22998   algorithm: "plot_throughput_speedup_analysis"
22999   output-file-type: ".html"
23000   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23001   data: "plot-throughput-speedup-analysis-3n-skx"
23002   filter: "'NIC_Intel-X710' and
23003            '64B' and
23004            'ENCAP' and
23005            'NDRPDR' and
23006            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23007            not 'DOT1Q' and
23008            not 'VHOST' and
23009            not 'IPSECHW'"
23010   parameters:
23011   - "throughput"
23012   - "parent"
23013   - "tags"
23014   sort:
23015   - "L2BDMACLRN"
23016   - "L2XCFWD"
23017   - "LISP"
23018   layout:
23019     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23020     layout: "plot-throughput-speedup-analysis"
23021
23022 -
23023   type: "plot"
23024   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23025   algorithm: "plot_throughput_speedup_analysis"
23026   output-file-type: ".html"
23027   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23028   data: "plot-throughput-speedup-analysis-3n-skx"
23029   filter: "'NIC_Intel-X710' and
23030            '64B' and
23031            'ENCAP' and
23032            'NDRPDR' and
23033            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23034            not 'DOT1Q' and
23035            not 'VHOST' and
23036            not 'IPSECHW'"
23037   parameters:
23038   - "throughput"
23039   - "parent"
23040   - "tags"
23041   sort:
23042   - "L2BDMACLRN"
23043   - "L2XCFWD"
23044   - "LISP"
23045   layout:
23046     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23047     layout: "plot-throughput-speedup-analysis"
23048
23049 ################################################################################
23050
23051 # Speedup - VPP IPv6 3n-hsw-x520
23052 -
23053   type: "plot"
23054   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23055   algorithm: "plot_throughput_speedup_analysis"
23056   output-file-type: ".html"
23057   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23058   data: "plot-throughput-speedup-analysis-3n-hsw"
23059   filter: "'NIC_Intel-X520-DA2' and
23060            '78B' and
23061            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23062            'NDRPDR' and
23063            'IP6FWD' and
23064            not 'SRv6' and
23065            not 'IPSEC' and
23066            not 'VHOST'"
23067   parameters:
23068   - "throughput"
23069   - "parent"
23070   - "tags"
23071   sort:
23072   - "IP6BASE"
23073   - "FIB_20K"
23074   - "FIB_200K"
23075   - "FIB_2M"
23076   layout:
23077     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23078     layout: "plot-throughput-speedup-analysis"
23079
23080 -
23081   type: "plot"
23082   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23083   algorithm: "plot_throughput_speedup_analysis"
23084   output-file-type: ".html"
23085   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23086   data: "plot-throughput-speedup-analysis-3n-hsw"
23087   filter: "'NIC_Intel-X520-DA2' and
23088            '78B' and
23089            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23090            'NDRPDR' and
23091            'IP6FWD' and
23092            not 'SRv6' and
23093            not 'IPSEC' and
23094            not 'VHOST'"
23095   parameters:
23096   - "throughput"
23097   - "parent"
23098   - "tags"
23099   sort:
23100   - "IP6BASE"
23101   - "FIB_20K"
23102   - "FIB_200K"
23103   - "FIB_2M"
23104   layout:
23105     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23106     layout: "plot-throughput-speedup-analysis"
23107
23108 # Speedup - VPP IPv6 3n-hsw-x520 features
23109 -
23110   type: "plot"
23111   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23112   algorithm: "plot_throughput_speedup_analysis"
23113   output-file-type: ".html"
23114   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23115   data: "plot-throughput-speedup-analysis-3n-hsw"
23116   filter: "'NIC_Intel-X520-DA2' and
23117            '78B' and
23118            ('IP6BASE' or
23119             'POLICE_MARK' or
23120             'COPWHLIST' or
23121             'IACLDST') and
23122            'NDRPDR' and
23123            'IP6FWD' and
23124            not 'SRv6' and
23125            not 'IPSEC' and
23126            not 'VHOST'"
23127   parameters:
23128   - "throughput"
23129   - "parent"
23130   - "tags"
23131   sort:
23132   - "IP6BASE"
23133   - "POLICE_MARK"
23134   - "COPWHLIST"
23135   - "IACLDST"
23136   layout:
23137     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23138     layout: "plot-throughput-speedup-analysis"
23139
23140 -
23141   type: "plot"
23142   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23143   algorithm: "plot_throughput_speedup_analysis"
23144   output-file-type: ".html"
23145   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23146   data: "plot-throughput-speedup-analysis-3n-hsw"
23147   filter: "'NIC_Intel-X520-DA2' and
23148            '78B' and
23149            ('IP6BASE' or
23150             'POLICE_MARK' or
23151             'COPWHLIST' or
23152             'IACLDST') and
23153            'NDRPDR' and
23154            'IP6FWD' and
23155            not 'SRv6' and
23156            not 'IPSEC' and
23157            not 'VHOST'"
23158   parameters:
23159   - "throughput"
23160   - "parent"
23161   - "tags"
23162   sort:
23163   - "IP6BASE"
23164   - "POLICE_MARK"
23165   - "COPWHLIST"
23166   - "IACLDST"
23167   layout:
23168     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23169     layout: "plot-throughput-speedup-analysis"
23170
23171 # Speedup - VPP IPv6 3n-hsw-x710
23172 -
23173   type: "plot"
23174   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23175   algorithm: "plot_throughput_speedup_analysis"
23176   output-file-type: ".html"
23177   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23178   data: "plot-throughput-speedup-analysis-3n-hsw"
23179   filter: "'NIC_Intel-X710' and
23180            '78B' and
23181            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23182            'NDRPDR' and
23183            'IP6FWD' and
23184            not 'SRv6' and
23185            not 'IPSEC' and
23186            not 'VHOST'"
23187   parameters:
23188   - "throughput"
23189   - "parent"
23190   - "tags"
23191   sort:
23192   - "IP6BASE"
23193   - "FIB_20K"
23194   - "FIB_200K"
23195   - "FIB_2M"
23196   layout:
23197     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23198     layout: "plot-throughput-speedup-analysis"
23199
23200 -
23201   type: "plot"
23202   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23203   algorithm: "plot_throughput_speedup_analysis"
23204   output-file-type: ".html"
23205   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23206   data: "plot-throughput-speedup-analysis-3n-hsw"
23207   filter: "'NIC_Intel-X710' and
23208            '78B' and
23209            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23210            'NDRPDR' and
23211            'IP6FWD' and
23212            not 'SRv6' and
23213            not 'IPSEC' and
23214            not 'VHOST'"
23215   parameters:
23216   - "throughput"
23217   - "parent"
23218   - "tags"
23219   sort:
23220   - "IP6BASE"
23221   - "FIB_20K"
23222   - "FIB_200K"
23223   - "FIB_2M"
23224   layout:
23225     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23226     layout: "plot-throughput-speedup-analysis"
23227
23228 # Speedup - VPP IPv6 3n-hsw-x710 features
23229 -
23230   type: "plot"
23231   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23232   algorithm: "plot_throughput_speedup_analysis"
23233   output-file-type: ".html"
23234   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23235   data: "plot-throughput-speedup-analysis-3n-hsw"
23236   filter: "'NIC_Intel-X710' and
23237            '78B' and
23238            ('IP6BASE' or
23239             'POLICE_MARK' or
23240             'COPWHLIST' or
23241             'IACLDST') and
23242            'NDRPDR' and
23243            'IP6FWD' and
23244            not 'SRv6' and
23245            not 'IPSEC' and
23246            not 'VHOST'"
23247   parameters:
23248   - "throughput"
23249   - "parent"
23250   - "tags"
23251   sort:
23252   - "IP6BASE"
23253   - "POLICE_MARK"
23254   - "COPWHLIST"
23255   - "IACLDST"
23256   layout:
23257     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23258     layout: "plot-throughput-speedup-analysis"
23259
23260 -
23261   type: "plot"
23262   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23263   algorithm: "plot_throughput_speedup_analysis"
23264   output-file-type: ".html"
23265   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23266   data: "plot-throughput-speedup-analysis-3n-hsw"
23267   filter: "'NIC_Intel-X710' and
23268            '78B' and
23269            ('IP6BASE' or
23270             'POLICE_MARK' or
23271             'COPWHLIST' or
23272             'IACLDST') and
23273            'NDRPDR' and
23274            'IP6FWD' and
23275            not 'SRv6' and
23276            not 'IPSEC' and
23277            not 'VHOST'"
23278   parameters:
23279   - "throughput"
23280   - "parent"
23281   - "tags"
23282   sort:
23283   - "IP6BASE"
23284   - "POLICE_MARK"
23285   - "COPWHLIST"
23286   - "IACLDST"
23287   layout:
23288     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23289     layout: "plot-throughput-speedup-analysis"
23290
23291 # Speedup - VPP IPv6 3n-hsw-xl710
23292 -
23293   type: "plot"
23294   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23295   algorithm: "plot_throughput_speedup_analysis"
23296   output-file-type: ".html"
23297   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23298   data: "plot-throughput-speedup-analysis-3n-hsw"
23299   filter: "'NIC_Intel-XL710' and
23300            '78B' and
23301            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23302            'NDRPDR' and
23303            'IP6FWD' and
23304            not 'SRv6' and
23305            not 'IPSEC' and
23306            not 'VHOST'"
23307   parameters:
23308   - "throughput"
23309   - "parent"
23310   - "tags"
23311   sort:
23312   - "IP6BASE"
23313   - "FIB_20K"
23314   - "FIB_200K"
23315   - "FIB_2M"
23316   layout:
23317     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23318     layout: "plot-throughput-speedup-analysis"
23319
23320 -
23321   type: "plot"
23322   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23323   algorithm: "plot_throughput_speedup_analysis"
23324   output-file-type: ".html"
23325   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23326   data: "plot-throughput-speedup-analysis-3n-hsw"
23327   filter: "'NIC_Intel-XL710' and
23328            '78B' and
23329            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23330            'NDRPDR' and
23331            'IP6FWD' and
23332            not 'SRv6' and
23333            not 'IPSEC' and
23334            not 'VHOST'"
23335   parameters:
23336   - "throughput"
23337   - "parent"
23338   - "tags"
23339   sort:
23340   - "IP6BASE"
23341   - "FIB_20K"
23342   - "FIB_200K"
23343   - "FIB_2M"
23344   layout:
23345     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23346     layout: "plot-throughput-speedup-analysis"
23347
23348 # Speedup - VPP IPv6 3n-skx-x710
23349 -
23350   type: "plot"
23351   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23352   algorithm: "plot_throughput_speedup_analysis"
23353   output-file-type: ".html"
23354   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23355   data: "plot-throughput-speedup-analysis-3n-skx"
23356   filter: "'NIC_Intel-X710' and
23357            '78B' and
23358            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23359            'NDRPDR' and
23360            'IP6FWD' and
23361            not 'SRv6' and
23362            not 'IPSEC' and
23363            not 'VHOST'"
23364   parameters:
23365   - "throughput"
23366   - "parent"
23367   - "tags"
23368   sort:
23369   - "IP6BASE"
23370   - "FIB_20K"
23371   - "FIB_200K"
23372   - "FIB_2M"
23373   layout:
23374     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23375     layout: "plot-throughput-speedup-analysis"
23376
23377 -
23378   type: "plot"
23379   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23380   algorithm: "plot_throughput_speedup_analysis"
23381   output-file-type: ".html"
23382   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23383   data: "plot-throughput-speedup-analysis-3n-skx"
23384   filter: "'NIC_Intel-X710' and
23385            '78B' and
23386            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23387            'NDRPDR' and
23388            'IP6FWD' and
23389            not 'SRv6' and
23390            not 'IPSEC' and
23391            not 'VHOST'"
23392   parameters:
23393   - "throughput"
23394   - "parent"
23395   - "tags"
23396   sort:
23397   - "IP6BASE"
23398   - "FIB_20K"
23399   - "FIB_200K"
23400   - "FIB_2M"
23401   layout:
23402     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23403     layout: "plot-throughput-speedup-analysis"
23404
23405 # Speedup - VPP IPv6 3n-skx-x710 features
23406 -
23407   type: "plot"
23408   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23409   algorithm: "plot_throughput_speedup_analysis"
23410   output-file-type: ".html"
23411   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23412   data: "plot-throughput-speedup-analysis-3n-skx"
23413   filter: "'NIC_Intel-X710' and
23414            '78B' and
23415            ('IP6BASE' or
23416             'POLICE_MARK' or
23417             'COPWHLIST' or
23418             'IACLDST') and
23419            'NDRPDR' and
23420            'IP6FWD' and
23421            not 'SRv6' and
23422            not 'IPSEC' and
23423            not 'VHOST'"
23424   parameters:
23425   - "throughput"
23426   - "parent"
23427   - "tags"
23428   sort:
23429   - "IP6BASE"
23430   - "POLICE_MARK"
23431   - "COPWHLIST"
23432   - "IACLDST"
23433   layout:
23434     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23435     layout: "plot-throughput-speedup-analysis"
23436
23437 -
23438   type: "plot"
23439   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23440   algorithm: "plot_throughput_speedup_analysis"
23441   output-file-type: ".html"
23442   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23443   data: "plot-throughput-speedup-analysis-3n-skx"
23444   filter: "'NIC_Intel-X710' and
23445            '78B' and
23446            ('IP6BASE' or
23447             'POLICE_MARK' or
23448             'COPWHLIST' or
23449             'IACLDST') and
23450            'NDRPDR' and
23451            'IP6FWD' and
23452            not 'SRv6' and
23453            not 'IPSEC' and
23454            not 'VHOST'"
23455   parameters:
23456   - "throughput"
23457   - "parent"
23458   - "tags"
23459   sort:
23460   - "IP6BASE"
23461   - "POLICE_MARK"
23462   - "COPWHLIST"
23463   - "IACLDST"
23464   layout:
23465     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23466     layout: "plot-throughput-speedup-analysis"
23467
23468 # Speedup - VPP IPv6 2n-skx-x710
23469 -
23470   type: "plot"
23471   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23472   algorithm: "plot_throughput_speedup_analysis"
23473   output-file-type: ".html"
23474   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23475   data: "plot-throughput-speedup-analysis-2n-skx"
23476   filter: "'NIC_Intel-X710' and
23477            '78B' and
23478            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23479            'NDRPDR' and
23480            'IP6FWD' and
23481            not 'SRv6' and
23482            not 'IPSEC' and
23483            not 'VHOST'"
23484   parameters:
23485   - "throughput"
23486   - "parent"
23487   - "tags"
23488   sort:
23489   - "IP6BASE"
23490   - "FIB_20K"
23491   - "FIB_200K"
23492   - "FIB_2M"
23493   layout:
23494     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23495     layout: "plot-throughput-speedup-analysis"
23496
23497 -
23498   type: "plot"
23499   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23500   algorithm: "plot_throughput_speedup_analysis"
23501   output-file-type: ".html"
23502   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23503   data: "plot-throughput-speedup-analysis-2n-skx"
23504   filter: "'NIC_Intel-X710' and
23505            '78B' and
23506            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23507            'NDRPDR' and
23508            'IP6FWD' and
23509            not 'SRv6' and
23510            not 'IPSEC' and
23511            not 'VHOST'"
23512   parameters:
23513   - "throughput"
23514   - "parent"
23515   - "tags"
23516   sort:
23517   - "IP6BASE"
23518   - "FIB_20K"
23519   - "FIB_200K"
23520   - "FIB_2M"
23521   layout:
23522     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23523     layout: "plot-throughput-speedup-analysis"
23524
23525 # Speedup - VPP IPv6 2n-skx-xxv710
23526 -
23527   type: "plot"
23528   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23529   algorithm: "plot_throughput_speedup_analysis"
23530   output-file-type: ".html"
23531   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23532   data: "plot-throughput-speedup-analysis-2n-skx"
23533   filter: "'NIC_Intel-XXV710' and
23534            '78B' and
23535            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23536            'NDRPDR' and
23537            'IP6FWD' and
23538            not 'SRv6' and
23539            not 'IPSEC' and
23540            not 'VHOST'"
23541   parameters:
23542   - "throughput"
23543   - "parent"
23544   - "tags"
23545   sort:
23546   - "IP6BASE"
23547   - "FIB_20K"
23548   - "FIB_200K"
23549   - "FIB_2M"
23550   layout:
23551     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
23552     layout: "plot-throughput-speedup-analysis"
23553
23554 -
23555   type: "plot"
23556   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23557   algorithm: "plot_throughput_speedup_analysis"
23558   output-file-type: ".html"
23559   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23560   data: "plot-throughput-speedup-analysis-2n-skx"
23561   filter: "'NIC_Intel-XXV710' and
23562            '78B' and
23563            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23564            'NDRPDR' and
23565            'IP6FWD' and
23566            not 'SRv6' and
23567            not 'IPSEC' and
23568            not 'VHOST'"
23569   parameters:
23570   - "throughput"
23571   - "parent"
23572   - "tags"
23573   sort:
23574   - "IP6BASE"
23575   - "FIB_20K"
23576   - "FIB_200K"
23577   - "FIB_2M"
23578   layout:
23579     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
23580     layout: "plot-throughput-speedup-analysis"
23581
23582 ################################################################################
23583
23584 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23585 -
23586   type: "plot"
23587   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23588   algorithm: "plot_throughput_speedup_analysis"
23589   output-file-type: ".html"
23590   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23591   data: "plot-throughput-speedup-analysis-3n-hsw"
23592   filter: "'NIC_Intel-X520-DA2' and
23593            '78B' and
23594            'ENCAP' and
23595            'NDRPDR' and
23596            'LISP' and
23597            not 'VHOST'"
23598   parameters:
23599   - "throughput"
23600   - "parent"
23601   - "tags"
23602   sort:
23603   - "IP4UNRLAY"
23604   - "IP6UNRLAY"
23605   layout:
23606     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23607     layout: "plot-throughput-speedup-analysis"
23608
23609 -
23610   type: "plot"
23611   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23612   algorithm: "plot_throughput_speedup_analysis"
23613   output-file-type: ".html"
23614   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23615   data: "plot-throughput-speedup-analysis-3n-hsw"
23616   filter: "'NIC_Intel-X520-DA2' and
23617            '78B' and
23618            'ENCAP' and
23619            'NDRPDR' and
23620            'LISP' and
23621            not 'VHOST'"
23622   parameters:
23623   - "throughput"
23624   - "parent"
23625   - "tags"
23626   sort:
23627   - "IP4UNRLAY"
23628   - "IP6UNRLAY"
23629   layout:
23630     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23631     layout: "plot-throughput-speedup-analysis"
23632
23633 ################################################################################
23634
23635 # Speedup - VPP IPSec 3n-hsw-xl710 base
23636 -
23637   type: "plot"
23638   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23639   algorithm: "plot_throughput_speedup_analysis"
23640   output-file-type: ".html"
23641   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23642   data: "plot-throughput-speedup-analysis-3n-hsw"
23643   filter: "'NIC_Intel-XL710' and
23644            '64B' and
23645            'IP4FWD' and
23646            'NDRPDR' and
23647            'BASE' and
23648            'IPSECHW' and
23649            ('IPSECTRAN' or 'IPSECTUN') and
23650            not 'VHOST'"
23651   parameters:
23652   - "throughput"
23653   - "parent"
23654   - "tags"
23655   layout:
23656     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23657     layout: "plot-throughput-speedup-analysis"
23658
23659 -
23660   type: "plot"
23661   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23662   algorithm: "plot_throughput_speedup_analysis"
23663   output-file-type: ".html"
23664   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23665   data: "plot-throughput-speedup-analysis-3n-hsw"
23666   filter: "'NIC_Intel-XL710' and
23667            '64B' and
23668            'IP4FWD' and
23669            'NDRPDR' and
23670            'BASE' and
23671            'IPSECHW' and
23672            ('IPSECTRAN' or 'IPSECTUN') and
23673            not 'VHOST'"
23674   parameters:
23675   - "throughput"
23676   - "parent"
23677   - "tags"
23678   layout:
23679     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23680     layout: "plot-throughput-speedup-analysis"
23681
23682 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23683 -
23684   type: "plot"
23685   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23686   algorithm: "plot_throughput_speedup_analysis"
23687   output-file-type: ".html"
23688   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23689   data: "plot-throughput-speedup-analysis-3n-hsw"
23690   filter: "'NIC_Intel-XL710' and
23691            '64B' and
23692            'IP4FWD' and
23693            'NDRPDR' and
23694            'SCALE' and
23695            'IPSECHW' and
23696            ('IPSECTRAN' or 'IPSECTUN') and
23697            not 'VHOST'"
23698   parameters:
23699   - "throughput"
23700   - "parent"
23701   - "tags"
23702   layout:
23703     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23704     layout: "plot-throughput-speedup-analysis"
23705
23706 -
23707   type: "plot"
23708   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23709   algorithm: "plot_throughput_speedup_analysis"
23710   output-file-type: ".html"
23711   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23712   data: "plot-throughput-speedup-analysis-3n-hsw"
23713   filter: "'NIC_Intel-XL710' and
23714            '64B' and
23715            'IP4FWD' and
23716            'NDRPDR' and
23717            'SCALE' and
23718            'IPSECHW' and
23719            ('IPSECTRAN' or 'IPSECTUN') and
23720            not 'VHOST'"
23721   parameters:
23722   - "throughput"
23723   - "parent"
23724   - "tags"
23725   layout:
23726     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23727     layout: "plot-throughput-speedup-analysis"
23728
23729 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23730 -
23731   type: "plot"
23732   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23733   algorithm: "plot_throughput_speedup_analysis"
23734   output-file-type: ".html"
23735   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23736   data: "plot-throughput-speedup-analysis-3n-hsw"
23737   filter: "'NIC_Intel-XL710' and
23738            '64B' and
23739            'IP4FWD' and
23740            'NDRPDR' and
23741            'IPSECSW' and
23742            ('IPSECTRAN' or 'IPSECTUN') and
23743            not 'VHOST'"
23744   parameters:
23745   - "throughput"
23746   - "parent"
23747   - "tags"
23748   layout:
23749     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23750     layout: "plot-throughput-speedup-analysis"
23751
23752 -
23753   type: "plot"
23754   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23755   algorithm: "plot_throughput_speedup_analysis"
23756   output-file-type: ".html"
23757   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23758   data: "plot-throughput-speedup-analysis-3n-hsw"
23759   filter: "'NIC_Intel-XL710' and
23760            '64B' and
23761            'IP4FWD' and
23762            'NDRPDR' and
23763            'IPSECSW' and
23764            ('IPSECTRAN' or 'IPSECTUN') and
23765            not 'VHOST'"
23766   parameters:
23767   - "throughput"
23768   - "parent"
23769   - "tags"
23770   layout:
23771     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23772     layout: "plot-throughput-speedup-analysis"
23773
23774 ################################################################################
23775
23776 # Speedup - VPP SRv6 3n-hsw-x520
23777 -
23778   type: "plot"
23779   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23780   algorithm: "plot_throughput_speedup_analysis"
23781   output-file-type: ".html"
23782   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23783   data: "plot-throughput-speedup-analysis-3n-hsw"
23784   filter: "'NIC_Intel-X520-DA2' and
23785            '78B' and
23786            'FEATURE' and
23787            'NDRPDR' and
23788            'IP6FWD' and
23789            'SRv6'"
23790   parameters:
23791   - "throughput"
23792   - "parent"
23793   - "tags"
23794   layout:
23795     title: "srv6-3n-hsw-x520-78b-features-ndr"
23796     layout: "plot-throughput-speedup-analysis"
23797
23798 -
23799   type: "plot"
23800   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23801   algorithm: "plot_throughput_speedup_analysis"
23802   output-file-type: ".html"
23803   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23804   data: "plot-throughput-speedup-analysis-3n-hsw"
23805   filter: "'NIC_Intel-X520-DA2' and
23806            '78B' and
23807            'FEATURE' and
23808            'NDRPDR' and
23809            'IP6FWD' and
23810            'SRv6'"
23811   parameters:
23812   - "throughput"
23813   - "parent"
23814   - "tags"
23815   layout:
23816     title: "srv6-3n-hsw-x520-78b-features-pdr"
23817     layout: "plot-throughput-speedup-analysis"
23818
23819 ################################################################################
23820
23821 # Speedup - VPP L2 3n-hsw-x520 base and scale
23822 -
23823   type: "plot"
23824   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23825   algorithm: "plot_throughput_speedup_analysis"
23826   output-file-type: ".html"
23827   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23828   data: "plot-throughput-speedup-analysis-3n-hsw"
23829   filter: "'NIC_Intel-X520-DA2' and
23830            '64B' and
23831            ('BASE' or 'SCALE') and
23832            'NDRPDR' and
23833            'ETH' and
23834            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23835            not 'VHOST' and
23836            not 'MEMIF'"
23837   parameters:
23838   - "throughput"
23839   - "parent"
23840   - "tags"
23841   sort:
23842   - "L2PATCH"
23843   - "L2XCBASE"
23844   - "BASE"
23845   - "FIB_10K"
23846   - "FIB_100K"
23847   - "FIB_1M"
23848   layout:
23849     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
23850     layout: "plot-throughput-speedup-analysis"
23851
23852 -
23853   type: "plot"
23854   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23855   algorithm: "plot_throughput_speedup_analysis"
23856   output-file-type: ".html"
23857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23858   data: "plot-throughput-speedup-analysis-3n-hsw"
23859   filter: "'NIC_Intel-X520-DA2' and
23860            '64B' and
23861            ('BASE' or 'SCALE') and
23862            'NDRPDR' and
23863            'ETH' and
23864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23865            not 'VHOST' and
23866            not 'MEMIF'"
23867   parameters:
23868   - "throughput"
23869   - "parent"
23870   - "tags"
23871   sort:
23872   - "L2PATCH"
23873   - "L2XCBASE"
23874   - "BASE"
23875   - "FIB_10K"
23876   - "FIB_100K"
23877   - "FIB_1M"
23878   layout:
23879     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
23880     layout: "plot-throughput-speedup-analysis"
23881
23882 # Speedup - VPP L2 3n-hsw-x520 features
23883 -
23884   type: "plot"
23885   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23886   algorithm: "plot_throughput_speedup_analysis"
23887   output-file-type: ".html"
23888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23889   data: "plot-throughput-speedup-analysis-3n-hsw"
23890   filter: "'NIC_Intel-X520-DA2' and
23891            '64B' and
23892            'NDRPDR' and
23893            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23894            not 'ACL' and
23895            not 'VHOST' and
23896            not 'MEMIF'"
23897   parameters:
23898   - "throughput"
23899   - "parent"
23900   - "tags"
23901   sort:
23902   - "L2XCBASE"    # l2xcbase
23903   - "L2BDBASE"    # l2bdbase
23904   - "L2XCFWD"     # dot1q-l2xcbase
23905   - "L2BDMACLRN"  # dot1q-l2bdbase
23906   layout:
23907     title: "l2sw-3n-hsw-x520-64b-features-ndr"
23908     layout: "plot-throughput-speedup-analysis"
23909
23910 -
23911   type: "plot"
23912   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23913   algorithm: "plot_throughput_speedup_analysis"
23914   output-file-type: ".html"
23915   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23916   data: "plot-throughput-speedup-analysis-3n-hsw"
23917   filter: "'NIC_Intel-X520-DA2' and
23918            '64B' and
23919            'NDRPDR' and
23920            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23921            not 'ACL' and
23922            not 'VHOST' and
23923            not 'MEMIF'"
23924   parameters:
23925   - "throughput"
23926   - "parent"
23927   - "tags"
23928   sort:
23929   - "L2XCBASE"    # l2xcbase
23930   - "L2BDBASE"    # l2bdbase
23931   - "L2XCFWD"     # dot1q-l2xcbase
23932   - "L2BDMACLRN"  # dot1q-l2bdbase
23933   layout:
23934     title: "l2sw-3n-hsw-x520-64b-features-pdr"
23935     layout: "plot-throughput-speedup-analysis"
23936
23937 # Speedup - VPP L2 3n-hsw-x710 base and scale
23938 -
23939   type: "plot"
23940   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23941   algorithm: "plot_throughput_speedup_analysis"
23942   output-file-type: ".html"
23943   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
23944   data: "plot-throughput-speedup-analysis-3n-hsw"
23945   filter: "'NIC_Intel-X710' and
23946            '64B' and
23947            ('BASE' or 'SCALE') and
23948            'NDRPDR' and
23949            'ETH' and
23950            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23951            not 'VHOST' and
23952            not 'MEMIF'"
23953   parameters:
23954   - "throughput"
23955   - "parent"
23956   - "tags"
23957   sort:
23958   - "L2PATCH"
23959   - "L2XCBASE"
23960   - "BASE"
23961   - "FIB_10K"
23962   - "FIB_100K"
23963   - "FIB_1M"
23964   layout:
23965     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
23966     layout: "plot-throughput-speedup-analysis"
23967
23968 -
23969   type: "plot"
23970   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23971   algorithm: "plot_throughput_speedup_analysis"
23972   output-file-type: ".html"
23973   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23974   data: "plot-throughput-speedup-analysis-3n-hsw"
23975   filter: "'NIC_Intel-X710' and
23976            '64B' and
23977            ('BASE' or 'SCALE') and
23978            'NDRPDR' and
23979            'ETH' and
23980            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23981            not 'VHOST' and
23982            not 'MEMIF'"
23983   parameters:
23984   - "throughput"
23985   - "parent"
23986   - "tags"
23987   sort:
23988   - "L2PATCH"
23989   - "L2XCBASE"
23990   - "BASE"
23991   - "FIB_10K"
23992   - "FIB_100K"
23993   - "FIB_1M"
23994   layout:
23995     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
23996     layout: "plot-throughput-speedup-analysis"
23997
23998 # Speedup - VPP L2 3n-hsw-x710 features
23999 -
24000   type: "plot"
24001   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24002   algorithm: "plot_throughput_speedup_analysis"
24003   output-file-type: ".html"
24004   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24005   data: "plot-throughput-speedup-analysis-3n-hsw"
24006   filter: "'NIC_Intel-X710' and
24007            '64B' and
24008            'NDRPDR' and
24009            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24010            not 'ACL' and
24011            not 'VHOST' and
24012            not 'MEMIF'"
24013   parameters:
24014   - "throughput"
24015   - "parent"
24016   - "tags"
24017   sort:
24018   - "L2XCBASE"    # l2xcbase
24019   - "L2BDBASE"    # l2bdbase
24020   - "L2XCFWD"     # dot1q-l2xcbase
24021   - "L2BDMACLRN"  # dot1q-l2bdbase
24022   layout:
24023     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24024     layout: "plot-throughput-speedup-analysis"
24025
24026 -
24027   type: "plot"
24028   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24029   algorithm: "plot_throughput_speedup_analysis"
24030   output-file-type: ".html"
24031   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24032   data: "plot-throughput-speedup-analysis-3n-hsw"
24033   filter: "'NIC_Intel-X710' and
24034            '64B' and
24035            'NDRPDR' and
24036            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24037            not 'ACL' and
24038            not 'VHOST' and
24039            not 'MEMIF'"
24040   parameters:
24041   - "throughput"
24042   - "parent"
24043   - "tags"
24044   sort:
24045   - "L2XCBASE"    # l2xcbase
24046   - "L2BDBASE"    # l2bdbase
24047   - "L2XCFWD"     # dot1q-l2xcbase
24048   - "L2BDMACLRN"  # dot1q-l2bdbase
24049   layout:
24050     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24051     layout: "plot-throughput-speedup-analysis"
24052
24053 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24054 -
24055   type: "plot"
24056   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24057   algorithm: "plot_throughput_speedup_analysis"
24058   output-file-type: ".html"
24059   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24060   data: "plot-throughput-speedup-analysis-3n-hsw"
24061   filter: "'NIC_Intel-XL710' and
24062            '64B' and
24063            ('BASE' or 'SCALE') and
24064            'NDRPDR' and
24065            'ETH' and
24066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24067            not 'VHOST' and
24068            not 'MEMIF'"
24069   parameters:
24070   - "throughput"
24071   - "parent"
24072   - "tags"
24073   sort:
24074   - "L2PATCH"
24075   - "L2XCBASE"
24076   - "BASE"
24077   - "FIB_10K"
24078   - "FIB_100K"
24079   - "FIB_1M"
24080   layout:
24081     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24082     layout: "plot-throughput-speedup-analysis"
24083
24084 -
24085   type: "plot"
24086   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24087   algorithm: "plot_throughput_speedup_analysis"
24088   output-file-type: ".html"
24089   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24090   data: "plot-throughput-speedup-analysis-3n-hsw"
24091   filter: "'NIC_Intel-XL710' and
24092            '64B' and
24093            ('BASE' or 'SCALE') and
24094            'NDRPDR' and
24095            'ETH' and
24096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24097            not 'VHOST' and
24098            not 'MEMIF'"
24099   parameters:
24100   - "throughput"
24101   - "parent"
24102   - "tags"
24103   sort:
24104   - "L2PATCH"
24105   - "L2XCBASE"
24106   - "BASE"
24107   - "FIB_10K"
24108   - "FIB_100K"
24109   - "FIB_1M"
24110   layout:
24111     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24112     layout: "plot-throughput-speedup-analysis"
24113
24114 # Speedup - VPP L2 3n-skx-x710 base and scale
24115 -
24116   type: "plot"
24117   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24118   algorithm: "plot_throughput_speedup_analysis"
24119   output-file-type: ".html"
24120   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24121   data: "plot-throughput-speedup-analysis-3n-skx"
24122   filter: "'NIC_Intel-X710' and
24123            '64B' and
24124            ('BASE' or 'SCALE') and
24125            'NDRPDR' and
24126            'ETH' and
24127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24128            not 'VHOST' and
24129            not 'MEMIF'"
24130   parameters:
24131   - "throughput"
24132   - "parent"
24133   - "tags"
24134   sort:
24135   - "L2PATCH"
24136   - "L2XCBASE"
24137   - "BASE"
24138   - "FIB_10K"
24139   - "FIB_100K"
24140   - "FIB_1M"
24141   layout:
24142     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24143     layout: "plot-throughput-speedup-analysis"
24144
24145 -
24146   type: "plot"
24147   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24148   algorithm: "plot_throughput_speedup_analysis"
24149   output-file-type: ".html"
24150   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24151   data: "plot-throughput-speedup-analysis-3n-skx"
24152   filter: "'NIC_Intel-X710' and
24153            '64B' and
24154            ('BASE' or 'SCALE') and
24155            'NDRPDR' and
24156            'ETH' and
24157            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24158            not 'VHOST' and
24159            not 'MEMIF'"
24160   parameters:
24161   - "throughput"
24162   - "parent"
24163   - "tags"
24164   sort:
24165   - "L2PATCH"
24166   - "L2XCBASE"
24167   - "BASE"
24168   - "FIB_10K"
24169   - "FIB_100K"
24170   - "FIB_1M"
24171   layout:
24172     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24173     layout: "plot-throughput-speedup-analysis"
24174
24175 # Speedup - VPP L2 3n-skx-x710 features
24176 -
24177   type: "plot"
24178   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24179   algorithm: "plot_throughput_speedup_analysis"
24180   output-file-type: ".html"
24181   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24182   data: "plot-throughput-speedup-analysis-3n-skx"
24183   filter: "'NIC_Intel-X710' and
24184            '64B' and
24185            'NDRPDR' and
24186            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24187            not 'ACL' and
24188            not 'VHOST' and
24189            not 'MEMIF'"
24190   parameters:
24191   - "throughput"
24192   - "parent"
24193   - "tags"
24194   sort:
24195   - "L2XCBASE"    # l2xcbase
24196   - "L2BDBASE"    # l2bdbase
24197   - "L2XCFWD"     # dot1q-l2xcbase
24198   - "L2BDMACLRN"  # dot1q-l2bdbase
24199   layout:
24200     title: "l2sw-3n-skx-x710-64b-features-ndr"
24201     layout: "plot-throughput-speedup-analysis"
24202
24203 -
24204   type: "plot"
24205   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24206   algorithm: "plot_throughput_speedup_analysis"
24207   output-file-type: ".html"
24208   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24209   data: "plot-throughput-speedup-analysis-3n-skx"
24210   filter: "'NIC_Intel-X710' and
24211            '64B' and
24212            'NDRPDR' and
24213            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24214            not 'ACL' and
24215            not 'VHOST' and
24216            not 'MEMIF'"
24217   parameters:
24218   - "throughput"
24219   - "parent"
24220   - "tags"
24221   sort:
24222   - "L2XCBASE"    # l2xcbase
24223   - "L2BDBASE"    # l2bdbase
24224   - "L2XCFWD"     # dot1q-l2xcbase
24225   - "L2BDMACLRN"  # dot1q-l2bdbase
24226   layout:
24227     title: "l2sw-3n-skx-x710-64b-features-pdr"
24228     layout: "plot-throughput-speedup-analysis"
24229
24230 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24231 -
24232   type: "plot"
24233   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24234   algorithm: "plot_throughput_speedup_analysis"
24235   output-file-type: ".html"
24236   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24237   data: "plot-throughput-speedup-analysis-3n-skx"
24238   filter: "'NIC_Intel-XXV710' and
24239            '64B' and
24240            ('BASE' or 'SCALE') and
24241            'NDRPDR' and
24242            'ETH' and
24243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24244            not 'VHOST' and
24245            not 'MEMIF'"
24246   parameters:
24247   - "throughput"
24248   - "parent"
24249   - "tags"
24250   sort:
24251   - "L2PATCH"
24252   - "L2XCBASE"
24253   - "BASE"
24254   - "FIB_10K"
24255   - "FIB_100K"
24256   - "FIB_1M"
24257   layout:
24258     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24259     layout: "plot-throughput-speedup-analysis"
24260
24261 -
24262   type: "plot"
24263   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24264   algorithm: "plot_throughput_speedup_analysis"
24265   output-file-type: ".html"
24266   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24267   data: "plot-throughput-speedup-analysis-3n-skx"
24268   filter: "'NIC_Intel-XXV710' and
24269            '64B' and
24270            ('BASE' or 'SCALE') and
24271            'NDRPDR' and
24272            'ETH' and
24273            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24274            not 'VHOST' and
24275            not 'MEMIF'"
24276   parameters:
24277   - "throughput"
24278   - "parent"
24279   - "tags"
24280   sort:
24281   - "L2PATCH"
24282   - "L2XCBASE"
24283   - "BASE"
24284   - "FIB_10K"
24285   - "FIB_100K"
24286   - "FIB_1M"
24287   layout:
24288     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24289     layout: "plot-throughput-speedup-analysis"
24290
24291 # Speedup - VPP L2 2n-skx-x710 base and scale
24292 -
24293   type: "plot"
24294   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24295   algorithm: "plot_throughput_speedup_analysis"
24296   output-file-type: ".html"
24297   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24298   data: "plot-throughput-speedup-analysis-2n-skx"
24299   filter: "'NIC_Intel-X710' and
24300            '64B' and
24301            ('BASE' or 'SCALE') and
24302            'NDRPDR' and
24303            'ETH' and
24304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24305            not 'VHOST' and
24306            not 'MEMIF'"
24307   parameters:
24308   - "throughput"
24309   - "parent"
24310   - "tags"
24311   sort:
24312   - "L2PATCH"
24313   - "L2XCBASE"
24314   - "BASE"
24315   - "FIB_10K"
24316   - "FIB_100K"
24317   - "FIB_1M"
24318   layout:
24319     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24320     layout: "plot-throughput-speedup-analysis"
24321
24322 -
24323   type: "plot"
24324   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24325   algorithm: "plot_throughput_speedup_analysis"
24326   output-file-type: ".html"
24327   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24328   data: "plot-throughput-speedup-analysis-2n-skx"
24329   filter: "'NIC_Intel-X710' and
24330            '64B' and
24331            ('BASE' or 'SCALE') and
24332            'NDRPDR' and
24333            'ETH' and
24334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24335            not 'VHOST' and
24336            not 'MEMIF'"
24337   parameters:
24338   - "throughput"
24339   - "parent"
24340   - "tags"
24341   sort:
24342   - "L2PATCH"
24343   - "L2XCBASE"
24344   - "BASE"
24345   - "FIB_10K"
24346   - "FIB_100K"
24347   - "FIB_1M"
24348   layout:
24349     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24350     layout: "plot-throughput-speedup-analysis"
24351
24352 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24353 -
24354   type: "plot"
24355   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24356   algorithm: "plot_throughput_speedup_analysis"
24357   output-file-type: ".html"
24358   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24359   data: "plot-throughput-speedup-analysis-2n-skx"
24360   filter: "'NIC_Intel-XXV710' and
24361            '64B' and
24362            ('BASE' or 'SCALE') and
24363            'NDRPDR' and
24364            'ETH' and
24365            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24366            not 'VHOST' and
24367            not 'MEMIF'"
24368   parameters:
24369   - "throughput"
24370   - "parent"
24371   - "tags"
24372   sort:
24373   - "L2PATCH"
24374   - "L2XCBASE"
24375   - "BASE"
24376   - "FIB_10K"
24377   - "FIB_100K"
24378   - "FIB_1M"
24379   layout:
24380     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24381     layout: "plot-throughput-speedup-analysis"
24382
24383 -
24384   type: "plot"
24385   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24386   algorithm: "plot_throughput_speedup_analysis"
24387   output-file-type: ".html"
24388   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24389   data: "plot-throughput-speedup-analysis-2n-skx"
24390   filter: "'NIC_Intel-XXV710' and
24391            '64B' and
24392            ('BASE' or 'SCALE') and
24393            'NDRPDR' and
24394            'ETH' and
24395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24396            not 'VHOST' and
24397            not 'MEMIF'"
24398   parameters:
24399   - "throughput"
24400   - "parent"
24401   - "tags"
24402   sort:
24403   - "L2PATCH"
24404   - "L2XCBASE"
24405   - "BASE"
24406   - "FIB_10K"
24407   - "FIB_100K"
24408   - "FIB_1M"
24409   layout:
24410     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24411     layout: "plot-throughput-speedup-analysis"
24412
24413 ################################################################################
24414
24415 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24416 -
24417   type: "plot"
24418   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24419   algorithm: "plot_throughput_speedup_analysis"
24420   output-file-type: ".html"
24421   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24422   data: "plot-throughput-speedup-analysis-3n-hsw"
24423   filter: "'NIC_Intel-X520-DA2' and
24424            '64B' and
24425            'NDRPDR' and
24426            'ETH' and
24427            'IP4FWD' and
24428            'VHOST_1024' and
24429            not 'VXLAN' and
24430            not 'DOT1Q'"
24431   parameters:
24432   - "throughput"
24433   - "parent"
24434   - "tags"
24435   sort:
24436   - "not CFS_OPT"
24437   - "1VM"
24438   - "2VM"
24439   layout:
24440     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24441     layout: "plot-throughput-speedup-analysis"
24442
24443 -
24444   type: "plot"
24445   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24446   algorithm: "plot_throughput_speedup_analysis"
24447   output-file-type: ".html"
24448   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24449   data: "plot-throughput-speedup-analysis-3n-hsw"
24450   filter: "'NIC_Intel-X520-DA2' and
24451            '64B' and
24452            'NDRPDR' and
24453            'ETH' and
24454            'IP4FWD' and
24455            'VHOST_1024' and
24456            not 'VXLAN' and
24457            not 'DOT1Q'"
24458   parameters:
24459   - "throughput"
24460   - "parent"
24461   - "tags"
24462   sort:
24463   - "not CFS_OPT"
24464   - "1VM"
24465   - "2VM"
24466   layout:
24467     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24468     layout: "plot-throughput-speedup-analysis"
24469
24470 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24471 -
24472   type: "plot"
24473   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24474   algorithm: "plot_throughput_speedup_analysis"
24475   output-file-type: ".html"
24476   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24477   data: "plot-throughput-speedup-analysis-3n-hsw"
24478   filter: "'NIC_Intel-X520-DA2' and
24479            '64B' and
24480            'NDRPDR' and
24481            'ETH' and
24482            'L2BDMACLRN' and
24483            'VHOST_1024' and
24484            not 'VXLAN' and
24485            not 'IP4FWD' and
24486            not 'DOT1Q' and
24487            not '2VM'"
24488   parameters:
24489   - "throughput"
24490   - "parent"
24491   - "tags"
24492   sort:
24493   - "VM"  # "not CFS_OPT"
24494   - "CFS_OPT"
24495   - "FIB_10K"
24496   - "FIB_100K"
24497   - "FIB_1M"
24498   layout:
24499     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24500     layout: "plot-throughput-speedup-analysis"
24501
24502 -
24503   type: "plot"
24504   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24505   algorithm: "plot_throughput_speedup_analysis"
24506   output-file-type: ".html"
24507   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24508   data: "plot-throughput-speedup-analysis-3n-hsw"
24509   filter: "'NIC_Intel-X520-DA2' and
24510            '64B' and
24511            'NDRPDR' and
24512            'ETH' and
24513            'L2BDMACLRN' and
24514            'VHOST_1024' and
24515            not 'VXLAN' and
24516            not 'IP4FWD' and
24517            not 'DOT1Q' and
24518            not '2VM'"
24519   parameters:
24520   - "throughput"
24521   - "parent"
24522   - "tags"
24523   sort:
24524   - "VM"  # "not CFS_OPT"
24525   - "CFS_OPT"
24526   - "FIB_10K"
24527   - "FIB_100K"
24528   - "FIB_1M"
24529   layout:
24530     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24531     layout: "plot-throughput-speedup-analysis"
24532
24533 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24534 -
24535   type: "plot"
24536   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24537   algorithm: "plot_throughput_speedup_analysis"
24538   output-file-type: ".html"
24539   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24540   data: "plot-throughput-speedup-analysis-3n-hsw"
24541   filter: "'NIC_Intel-X520-DA2' and
24542            '64B' and
24543            'NDRPDR' and
24544            'ETH' and
24545            'BASE' and
24546            ('L2BDMACLRN' or 'L2XCFWD') and
24547            'VHOST_1024' and
24548            not 'VXLAN' and
24549            not 'IP4FWD' and
24550            not 'DOT1Q' and
24551            not '2VM'"
24552   parameters:
24553   - "throughput"
24554   - "parent"
24555   - "tags"
24556   sort:
24557   - "not CFS_OPT"
24558   - "L2XCFWD"
24559   - "not CFS_OPT"
24560   - "CFS_OPT"
24561   layout:
24562     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24563     layout: "plot-throughput-speedup-analysis"
24564
24565 -
24566   type: "plot"
24567   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24568   algorithm: "plot_throughput_speedup_analysis"
24569   output-file-type: ".html"
24570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24571   data: "plot-throughput-speedup-analysis-3n-hsw"
24572   filter: "'NIC_Intel-X520-DA2' and
24573            '64B' and
24574            'NDRPDR' and
24575            'ETH' and
24576            'BASE' and
24577            ('L2BDMACLRN' or 'L2XCFWD') and
24578            'VHOST_1024' and
24579            not 'VXLAN' and
24580            not 'IP4FWD' and
24581            not 'DOT1Q' and
24582            not '2VM'"
24583   parameters:
24584   - "throughput"
24585   - "parent"
24586   - "tags"
24587   sort:
24588   - "not CFS_OPT"
24589   - "L2XCFWD"
24590   - "not CFS_OPT"
24591   - "CFS_OPT"
24592   layout:
24593     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24594     layout: "plot-throughput-speedup-analysis"
24595
24596 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24597 -
24598   type: "plot"
24599   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24600   algorithm: "plot_throughput_speedup_analysis"
24601   output-file-type: ".html"
24602   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24603   data: "plot-throughput-speedup-analysis-3n-hsw"
24604   filter: "'NIC_Intel-X520-DA2' and
24605            '64B' and
24606            'NDRPDR' and
24607            'ETH' and
24608            ('L2BDMACLRN' or 'L2XCFWD') and
24609            'VHOST_1024' and
24610            not 'CFS_OPT' and
24611            not 'VXLAN' and
24612            not 'IP4FWD' and
24613            not 'DOT1Q'"
24614   parameters:
24615   - "throughput"
24616   - "parent"
24617   - "tags"
24618   sort:
24619   - "1VM"
24620   - "L2XCFWD"
24621   - "1VM"
24622   - "L2BDMACLRN"
24623   layout:
24624     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24625     layout: "plot-throughput-speedup-analysis"
24626
24627 -
24628   type: "plot"
24629   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24630   algorithm: "plot_throughput_speedup_analysis"
24631   output-file-type: ".html"
24632   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24633   data: "plot-throughput-speedup-analysis-3n-hsw"
24634   filter: "'NIC_Intel-X520-DA2' and
24635            '64B' and
24636            'NDRPDR' and
24637            'ETH' and
24638            ('L2BDMACLRN' or 'L2XCFWD') and
24639            'VHOST_1024' and
24640            not 'CFS_OPT' and
24641            not 'VXLAN' and
24642            not 'IP4FWD' and
24643            not 'DOT1Q'"
24644   parameters:
24645   - "throughput"
24646   - "parent"
24647   - "tags"
24648   sort:
24649   - "1VM"
24650   - "L2XCFWD"
24651   - "1VM"
24652   - "L2BDMACLRN"
24653   layout:
24654     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24655     layout: "plot-throughput-speedup-analysis"
24656
24657 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24658 -
24659   type: "plot"
24660   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24661   algorithm: "plot_throughput_speedup_analysis"
24662   output-file-type: ".html"
24663   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24664   data: "plot-throughput-speedup-analysis-3n-hsw"
24665   filter: "'NIC_Intel-X710' and
24666            '64B' and
24667            'NDRPDR' and
24668            'ETH' and
24669            'IP4FWD' and
24670            'VHOST_1024' and
24671            not 'VXLAN' and
24672            not 'DOT1Q'"
24673   parameters:
24674   - "throughput"
24675   - "parent"
24676   - "tags"
24677   sort:
24678   - "not CFS_OPT"
24679   - "1VM"
24680   - "2VM"
24681   layout:
24682     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24683     layout: "plot-throughput-speedup-analysis"
24684
24685 -
24686   type: "plot"
24687   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24688   algorithm: "plot_throughput_speedup_analysis"
24689   output-file-type: ".html"
24690   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24691   data: "plot-throughput-speedup-analysis-3n-hsw"
24692   filter: "'NIC_Intel-X710' and
24693            '64B' and
24694            'NDRPDR' and
24695            'ETH' and
24696            'IP4FWD' and
24697            'VHOST_1024' and
24698            not 'VXLAN' and
24699            not 'DOT1Q'"
24700   parameters:
24701   - "throughput"
24702   - "parent"
24703   - "tags"
24704   sort:
24705   - "not CFS_OPT"
24706   - "1VM"
24707   - "2VM"
24708   layout:
24709     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24710     layout: "plot-throughput-speedup-analysis"
24711
24712 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24713 -
24714   type: "plot"
24715   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24716   algorithm: "plot_throughput_speedup_analysis"
24717   output-file-type: ".html"
24718   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24719   data: "plot-throughput-speedup-analysis-3n-hsw"
24720   filter: "'NIC_Intel-X710' and
24721            '64B' and
24722            'NDRPDR' and
24723            'ETH' and
24724            'L2BDMACLRN' and
24725            'VHOST_1024' and
24726            not 'VXLAN' and
24727            not 'IP4FWD' and
24728            not 'DOT1Q' and
24729            not '2VM'"
24730   parameters:
24731   - "throughput"
24732   - "parent"
24733   - "tags"
24734   sort:
24735   - "VM"  # "not CFS_OPT"
24736   - "CFS_OPT"
24737   - "FIB_10K"
24738   - "FIB_100K"
24739   - "FIB_1M"
24740   layout:
24741     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24742     layout: "plot-throughput-speedup-analysis"
24743
24744 -
24745   type: "plot"
24746   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24747   algorithm: "plot_throughput_speedup_analysis"
24748   output-file-type: ".html"
24749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24750   data: "plot-throughput-speedup-analysis-3n-hsw"
24751   filter: "'NIC_Intel-X710' and
24752            '64B' and
24753            'NDRPDR' and
24754            'ETH' and
24755            'L2BDMACLRN' and
24756            'VHOST_1024' and
24757            not 'VXLAN' and
24758            not 'IP4FWD' and
24759            not 'DOT1Q' and
24760            not '2VM'"
24761   parameters:
24762   - "throughput"
24763   - "parent"
24764   - "tags"
24765   sort:
24766   - "VM"  # "not CFS_OPT"
24767   - "CFS_OPT"
24768   - "FIB_10K"
24769   - "FIB_100K"
24770   - "FIB_1M"
24771   layout:
24772     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24773     layout: "plot-throughput-speedup-analysis"
24774
24775 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24776 -
24777   type: "plot"
24778   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24779   algorithm: "plot_throughput_speedup_analysis"
24780   output-file-type: ".html"
24781   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24782   data: "plot-throughput-speedup-analysis-3n-hsw"
24783   filter: "'NIC_Intel-X710' and
24784            '64B' and
24785            'NDRPDR' and
24786            'ETH' and
24787            'BASE' and
24788            ('L2BDMACLRN' or 'L2XCFWD') and
24789            'VHOST_1024' and
24790            not 'VXLAN' and
24791            not 'IP4FWD' and
24792            not 'DOT1Q' and
24793            not '2VM'"
24794   parameters:
24795   - "throughput"
24796   - "parent"
24797   - "tags"
24798   sort:
24799   - "not CFS_OPT"
24800   - "L2XCFWD"
24801   - "not CFS_OPT"
24802   - "CFS_OPT"
24803   layout:
24804     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24805     layout: "plot-throughput-speedup-analysis"
24806
24807 -
24808   type: "plot"
24809   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24810   algorithm: "plot_throughput_speedup_analysis"
24811   output-file-type: ".html"
24812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24813   data: "plot-throughput-speedup-analysis-3n-hsw"
24814   filter: "'NIC_Intel-X710' and
24815            '64B' and
24816            'NDRPDR' and
24817            'ETH' and
24818            'BASE' and
24819            ('L2BDMACLRN' or 'L2XCFWD') and
24820            'VHOST_1024' and
24821            not 'VXLAN' and
24822            not 'IP4FWD' and
24823            not 'DOT1Q' and
24824            not '2VM'"
24825   parameters:
24826   - "throughput"
24827   - "parent"
24828   - "tags"
24829   sort:
24830   - "not CFS_OPT"
24831   - "L2XCFWD"
24832   - "not CFS_OPT"
24833   - "CFS_OPT"
24834   layout:
24835     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
24836     layout: "plot-throughput-speedup-analysis"
24837
24838 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
24839 -
24840   type: "plot"
24841   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24842   algorithm: "plot_throughput_speedup_analysis"
24843   output-file-type: ".html"
24844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24845   data: "plot-throughput-speedup-analysis-3n-hsw"
24846   filter: "'NIC_Intel-X710' and
24847            '64B' and
24848            'NDRPDR' and
24849            'ETH' and
24850            ('L2BDMACLRN' or 'L2XCFWD') and
24851            'VHOST_1024' and
24852            not 'CFS_OPT' and
24853            not 'VXLAN' and
24854            not 'IP4FWD' and
24855            not 'DOT1Q'"
24856   parameters:
24857   - "throughput"
24858   - "parent"
24859   - "tags"
24860   sort:
24861   - "1VM"
24862   - "L2XCFWD"
24863   - "1VM"
24864   - "L2BDMACLRN"
24865   layout:
24866     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
24867     layout: "plot-throughput-speedup-analysis"
24868
24869 -
24870   type: "plot"
24871   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24872   algorithm: "plot_throughput_speedup_analysis"
24873   output-file-type: ".html"
24874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24875   data: "plot-throughput-speedup-analysis-3n-hsw"
24876   filter: "'NIC_Intel-X710' and
24877            '64B' and
24878            'NDRPDR' and
24879            'ETH' and
24880            ('L2BDMACLRN' or 'L2XCFWD') and
24881            'VHOST_1024' and
24882            not 'CFS_OPT' and
24883            not 'VXLAN' and
24884            not 'IP4FWD' and
24885            not 'DOT1Q'"
24886   parameters:
24887   - "throughput"
24888   - "parent"
24889   - "tags"
24890   sort:
24891   - "1VM"
24892   - "L2XCFWD"
24893   - "1VM"
24894   - "L2BDMACLRN"
24895   layout:
24896     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
24897     layout: "plot-throughput-speedup-analysis"
24898
24899 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
24900 -
24901   type: "plot"
24902   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24903   algorithm: "plot_throughput_speedup_analysis"
24904   output-file-type: ".html"
24905   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24906   data: "plot-throughput-speedup-analysis-3n-hsw"
24907   filter: "'NIC_Intel-XL710' and
24908            '64B' and
24909            'NDRPDR' and
24910            'ETH' and
24911            'IP4FWD' and
24912            'VHOST_1024' and
24913            not 'VXLAN' and
24914            not 'DOT1Q'"
24915   parameters:
24916   - "throughput"
24917   - "parent"
24918   - "tags"
24919   sort:
24920   - "not CFS_OPT"
24921   - "1VM"
24922   - "2VM"
24923   layout:
24924     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
24925     layout: "plot-throughput-speedup-analysis"
24926
24927 -
24928   type: "plot"
24929   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24930   algorithm: "plot_throughput_speedup_analysis"
24931   output-file-type: ".html"
24932   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24933   data: "plot-throughput-speedup-analysis-3n-hsw"
24934   filter: "'NIC_Intel-XL710' and
24935            '64B' and
24936            'NDRPDR' and
24937            'ETH' and
24938            'IP4FWD' and
24939            'VHOST_1024' and
24940            not 'VXLAN' and
24941            not 'DOT1Q'"
24942   parameters:
24943   - "throughput"
24944   - "parent"
24945   - "tags"
24946   sort:
24947   - "not CFS_OPT"
24948   - "1VM"
24949   - "2VM"
24950   layout:
24951     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
24952     layout: "plot-throughput-speedup-analysis"
24953
24954 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
24955 -
24956   type: "plot"
24957   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24958   algorithm: "plot_throughput_speedup_analysis"
24959   output-file-type: ".html"
24960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24961   data: "plot-throughput-speedup-analysis-3n-hsw"
24962   filter: "'NIC_Intel-XL710' and
24963            '64B' and
24964            'NDRPDR' and
24965            'ETH' and
24966            'L2BDMACLRN' and
24967            'VHOST_1024' and
24968            not 'VXLAN' and
24969            not 'IP4FWD' and
24970            not 'DOT1Q' and
24971            not '2VM'"
24972   parameters:
24973   - "throughput"
24974   - "parent"
24975   - "tags"
24976   sort:
24977   - "VM"  # "not CFS_OPT"
24978   - "CFS_OPT"
24979   - "FIB_10K"
24980   - "FIB_100K"
24981   - "FIB_1M"
24982   layout:
24983     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24984     layout: "plot-throughput-speedup-analysis"
24985
24986 -
24987   type: "plot"
24988   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24989   algorithm: "plot_throughput_speedup_analysis"
24990   output-file-type: ".html"
24991   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24992   data: "plot-throughput-speedup-analysis-3n-hsw"
24993   filter: "'NIC_Intel-XL710' and
24994            '64B' and
24995            'NDRPDR' and
24996            'ETH' and
24997            'L2BDMACLRN' and
24998            'VHOST_1024' and
24999            not 'VXLAN' and
25000            not 'IP4FWD' and
25001            not 'DOT1Q' and
25002            not '2VM'"
25003   parameters:
25004   - "throughput"
25005   - "parent"
25006   - "tags"
25007   sort:
25008   - "VM"  # "not CFS_OPT"
25009   - "CFS_OPT"
25010   - "FIB_10K"
25011   - "FIB_100K"
25012   - "FIB_1M"
25013   layout:
25014     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25015     layout: "plot-throughput-speedup-analysis"
25016
25017 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25018 -
25019   type: "plot"
25020   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25021   algorithm: "plot_throughput_speedup_analysis"
25022   output-file-type: ".html"
25023   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25024   data: "plot-throughput-speedup-analysis-3n-hsw"
25025   filter: "'NIC_Intel-XL710' and
25026            '64B' and
25027            'NDRPDR' and
25028            'ETH' and
25029            'BASE' and
25030            ('L2BDMACLRN' or 'L2XCFWD') and
25031            'VHOST_1024' and
25032            not 'VXLAN' and
25033            not 'IP4FWD' and
25034            not 'DOT1Q' and
25035            not '2VM'"
25036   parameters:
25037   - "throughput"
25038   - "parent"
25039   - "tags"
25040   sort:
25041   - "not CFS_OPT"
25042   - "L2XCFWD"
25043   - "not CFS_OPT"
25044   - "CFS_OPT"
25045   layout:
25046     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25047     layout: "plot-throughput-speedup-analysis"
25048
25049 -
25050   type: "plot"
25051   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25052   algorithm: "plot_throughput_speedup_analysis"
25053   output-file-type: ".html"
25054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25055   data: "plot-throughput-speedup-analysis-3n-hsw"
25056   filter: "'NIC_Intel-XL710' and
25057            '64B' and
25058            'NDRPDR' and
25059            'ETH' and
25060            'BASE' and
25061            ('L2BDMACLRN' or 'L2XCFWD') and
25062            'VHOST_1024' and
25063            not 'VXLAN' and
25064            not 'IP4FWD' and
25065            not 'DOT1Q' and
25066            not '2VM'"
25067   parameters:
25068   - "throughput"
25069   - "parent"
25070   - "tags"
25071   sort:
25072   - "not CFS_OPT"
25073   - "L2XCFWD"
25074   - "not CFS_OPT"
25075   - "CFS_OPT"
25076   layout:
25077     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25078     layout: "plot-throughput-speedup-analysis"
25079
25080 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25081 -
25082   type: "plot"
25083   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25084   algorithm: "plot_throughput_speedup_analysis"
25085   output-file-type: ".html"
25086   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25087   data: "plot-throughput-speedup-analysis-3n-hsw"
25088   filter: "'NIC_Intel-XL710' and
25089            '64B' and
25090            'NDRPDR' and
25091            'ETH' and
25092            ('L2BDMACLRN' or 'L2XCFWD') and
25093            'VHOST_1024' and
25094            not 'CFS_OPT' and
25095            not 'VXLAN' and
25096            not 'IP4FWD' and
25097            not 'DOT1Q'"
25098   parameters:
25099   - "throughput"
25100   - "parent"
25101   - "tags"
25102   sort:
25103   - "1VM"
25104   - "L2XCFWD"
25105   - "1VM"
25106   - "L2BDMACLRN"
25107   layout:
25108     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25109     layout: "plot-throughput-speedup-analysis"
25110
25111 -
25112   type: "plot"
25113   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25114   algorithm: "plot_throughput_speedup_analysis"
25115   output-file-type: ".html"
25116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25117   data: "plot-throughput-speedup-analysis-3n-hsw"
25118   filter: "'NIC_Intel-XL710' and
25119            '64B' and
25120            'NDRPDR' and
25121            'ETH' and
25122            ('L2BDMACLRN' or 'L2XCFWD') and
25123            'VHOST_1024' and
25124            not 'CFS_OPT' and
25125            not 'VXLAN' and
25126            not 'IP4FWD' and
25127            not 'DOT1Q'"
25128   parameters:
25129   - "throughput"
25130   - "parent"
25131   - "tags"
25132   sort:
25133   - "1VM"
25134   - "L2XCFWD"
25135   - "1VM"
25136   - "L2BDMACLRN"
25137   layout:
25138     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25139     layout: "plot-throughput-speedup-analysis"
25140
25141 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25142 -
25143   type: "plot"
25144   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25145   algorithm: "plot_throughput_speedup_analysis"
25146   output-file-type: ".html"
25147   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25148   data: "plot-throughput-speedup-analysis-3n-skx"
25149   filter: "'NIC_Intel-X710' and
25150            '64B' and
25151            'NDRPDR' and
25152            'ETH' and
25153            'IP4FWD' and
25154            'VHOST_1024' and
25155            not 'VXLAN' and
25156            not 'DOT1Q'"
25157   parameters:
25158   - "throughput"
25159   - "parent"
25160   - "tags"
25161   sort:
25162   - "not CFS_OPT"
25163   - "1VM"
25164   - "2VM"
25165   layout:
25166     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25167     layout: "plot-throughput-speedup-analysis"
25168
25169 -
25170   type: "plot"
25171   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25172   algorithm: "plot_throughput_speedup_analysis"
25173   output-file-type: ".html"
25174   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25175   data: "plot-throughput-speedup-analysis-3n-skx"
25176   filter: "'NIC_Intel-X710' and
25177            '64B' and
25178            'NDRPDR' and
25179            'ETH' and
25180            'IP4FWD' and
25181            'VHOST_1024' and
25182            not 'VXLAN' and
25183            not 'DOT1Q'"
25184   parameters:
25185   - "throughput"
25186   - "parent"
25187   - "tags"
25188   sort:
25189   - "not CFS_OPT"
25190   - "1VM"
25191   - "2VM"
25192   layout:
25193     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25194     layout: "plot-throughput-speedup-analysis"
25195
25196 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25197 -
25198   type: "plot"
25199   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25200   algorithm: "plot_throughput_speedup_analysis"
25201   output-file-type: ".html"
25202   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25203   data: "plot-throughput-speedup-analysis-3n-skx"
25204   filter: "'NIC_Intel-X710' and
25205            '64B' and
25206            'NDRPDR' and
25207            'ETH' and
25208            'L2BDMACLRN' and
25209            'VHOST_1024' and
25210            not 'VXLAN' and
25211            not 'IP4FWD' and
25212            not 'DOT1Q' and
25213            not '2VM'"
25214   parameters:
25215   - "throughput"
25216   - "parent"
25217   - "tags"
25218   sort:
25219   - "VM"  # "not CFS_OPT"
25220   - "CFS_OPT"
25221   - "FIB_10K"
25222   - "FIB_100K"
25223   - "FIB_1M"
25224   layout:
25225     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25226     layout: "plot-throughput-speedup-analysis"
25227
25228 -
25229   type: "plot"
25230   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25231   algorithm: "plot_throughput_speedup_analysis"
25232   output-file-type: ".html"
25233   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25234   data: "plot-throughput-speedup-analysis-3n-skx"
25235   filter: "'NIC_Intel-X710' and
25236            '64B' and
25237            'NDRPDR' and
25238            'ETH' and
25239            'L2BDMACLRN' and
25240            'VHOST_1024' and
25241            not 'VXLAN' and
25242            not 'IP4FWD' and
25243            not 'DOT1Q' and
25244            not '2VM'"
25245   parameters:
25246   - "throughput"
25247   - "parent"
25248   - "tags"
25249   sort:
25250   - "VM"  # "not CFS_OPT"
25251   - "CFS_OPT"
25252   - "FIB_10K"
25253   - "FIB_100K"
25254   - "FIB_1M"
25255   layout:
25256     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25257     layout: "plot-throughput-speedup-analysis"
25258
25259 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25260 -
25261   type: "plot"
25262   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25263   algorithm: "plot_throughput_speedup_analysis"
25264   output-file-type: ".html"
25265   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25266   data: "plot-throughput-speedup-analysis-3n-skx"
25267   filter: "'NIC_Intel-X710' and
25268            '64B' and
25269            'NDRPDR' and
25270            'ETH' and
25271            'BASE' and
25272            ('L2BDMACLRN' or 'L2XCFWD') and
25273            'VHOST_1024' and
25274            not 'VXLAN' and
25275            not 'IP4FWD' and
25276            not 'DOT1Q' and
25277            not '2VM'"
25278   parameters:
25279   - "throughput"
25280   - "parent"
25281   - "tags"
25282   sort:
25283   - "not CFS_OPT"
25284   - "L2XCFWD"
25285   - "not CFS_OPT"
25286   - "CFS_OPT"
25287   layout:
25288     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25289     layout: "plot-throughput-speedup-analysis"
25290
25291 -
25292   type: "plot"
25293   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25294   algorithm: "plot_throughput_speedup_analysis"
25295   output-file-type: ".html"
25296   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25297   data: "plot-throughput-speedup-analysis-3n-skx"
25298   filter: "'NIC_Intel-X710' and
25299            '64B' and
25300            'NDRPDR' and
25301            'ETH' and
25302            'BASE' and
25303            ('L2BDMACLRN' or 'L2XCFWD') and
25304            'VHOST_1024' and
25305            not 'VXLAN' and
25306            not 'IP4FWD' and
25307            not 'DOT1Q' and
25308            not '2VM'"
25309   parameters:
25310   - "throughput"
25311   - "parent"
25312   - "tags"
25313   sort:
25314   - "not CFS_OPT"
25315   - "L2XCFWD"
25316   - "not CFS_OPT"
25317   - "CFS_OPT"
25318   layout:
25319     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25320     layout: "plot-throughput-speedup-analysis"
25321
25322 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25323 -
25324   type: "plot"
25325   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25326   algorithm: "plot_throughput_speedup_analysis"
25327   output-file-type: ".html"
25328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25329   data: "plot-throughput-speedup-analysis-3n-skx"
25330   filter: "'NIC_Intel-X710' and
25331            '64B' and
25332            'NDRPDR' and
25333            'ETH' and
25334            ('L2BDMACLRN' or 'L2XCFWD') and
25335            'VHOST_1024' and
25336            not 'CFS_OPT' and
25337            not 'VXLAN' and
25338            not 'IP4FWD' and
25339            not 'DOT1Q'"
25340   parameters:
25341   - "throughput"
25342   - "parent"
25343   - "tags"
25344   sort:
25345   - "1VM"
25346   - "L2XCFWD"
25347   - "1VM"
25348   - "L2BDMACLRN"
25349   layout:
25350     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25351     layout: "plot-throughput-speedup-analysis"
25352
25353 -
25354   type: "plot"
25355   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25356   algorithm: "plot_throughput_speedup_analysis"
25357   output-file-type: ".html"
25358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25359   data: "plot-throughput-speedup-analysis-3n-skx"
25360   filter: "'NIC_Intel-X710' and
25361            '64B' and
25362            'NDRPDR' and
25363            'ETH' and
25364            ('L2BDMACLRN' or 'L2XCFWD') and
25365            'VHOST_1024' and
25366            not 'CFS_OPT' and
25367            not 'VXLAN' and
25368            not 'IP4FWD' and
25369            not 'DOT1Q'"
25370   parameters:
25371   - "throughput"
25372   - "parent"
25373   - "tags"
25374   sort:
25375   - "1VM"
25376   - "L2XCFWD"
25377   - "1VM"
25378   - "L2BDMACLRN"
25379   layout:
25380     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25381     layout: "plot-throughput-speedup-analysis"
25382
25383 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25384 -
25385   type: "plot"
25386   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25387   algorithm: "plot_throughput_speedup_analysis"
25388   output-file-type: ".html"
25389   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25390   data: "plot-throughput-speedup-analysis-2n-skx"
25391   filter: "'NIC_Intel-X710' and
25392            '64B' and
25393            'NDRPDR' and
25394            'ETH' and
25395            'IP4FWD' and
25396            'VHOST_1024' and
25397            not 'VXLAN' and
25398            not 'DOT1Q'"
25399   parameters:
25400   - "throughput"
25401   - "parent"
25402   - "tags"
25403   sort:
25404   - "not CFS_OPT"
25405   - "1VM"
25406   - "2VM"
25407   layout:
25408     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25409     layout: "plot-throughput-speedup-analysis"
25410
25411 -
25412   type: "plot"
25413   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25414   algorithm: "plot_throughput_speedup_analysis"
25415   output-file-type: ".html"
25416   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25417   data: "plot-throughput-speedup-analysis-2n-skx"
25418   filter: "'NIC_Intel-X710' and
25419            '64B' and
25420            'NDRPDR' and
25421            'ETH' and
25422            'IP4FWD' and
25423            'VHOST_1024' and
25424            not 'VXLAN' and
25425            not 'DOT1Q'"
25426   parameters:
25427   - "throughput"
25428   - "parent"
25429   - "tags"
25430   sort:
25431   - "not CFS_OPT"
25432   - "1VM"
25433   - "2VM"
25434   layout:
25435     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25436     layout: "plot-throughput-speedup-analysis"
25437
25438 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25439 -
25440   type: "plot"
25441   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25442   algorithm: "plot_throughput_speedup_analysis"
25443   output-file-type: ".html"
25444   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25445   data: "plot-throughput-speedup-analysis-2n-skx"
25446   filter: "'NIC_Intel-X710' and
25447            '64B' and
25448            'NDRPDR' and
25449            'ETH' and
25450            'L2BDMACLRN' and
25451            'VHOST_1024' and
25452            not 'VXLAN' and
25453            not 'IP4FWD' and
25454            not 'DOT1Q' and
25455            not '2VM'"
25456   parameters:
25457   - "throughput"
25458   - "parent"
25459   - "tags"
25460   sort:
25461   - "VM"  # "not CFS_OPT"
25462   - "CFS_OPT"
25463   - "FIB_10K"
25464   - "FIB_100K"
25465   - "FIB_1M"
25466   layout:
25467     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25468     layout: "plot-throughput-speedup-analysis"
25469
25470 -
25471   type: "plot"
25472   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25473   algorithm: "plot_throughput_speedup_analysis"
25474   output-file-type: ".html"
25475   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25476   data: "plot-throughput-speedup-analysis-2n-skx"
25477   filter: "'NIC_Intel-X710' and
25478            '64B' and
25479            'NDRPDR' and
25480            'ETH' and
25481            'L2BDMACLRN' and
25482            'VHOST_1024' and
25483            not 'VXLAN' and
25484            not 'IP4FWD' and
25485            not 'DOT1Q' and
25486            not '2VM'"
25487   parameters:
25488   - "throughput"
25489   - "parent"
25490   - "tags"
25491   sort:
25492   - "VM"  # "not CFS_OPT"
25493   - "CFS_OPT"
25494   - "FIB_10K"
25495   - "FIB_100K"
25496   - "FIB_1M"
25497   layout:
25498     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25499     layout: "plot-throughput-speedup-analysis"
25500
25501 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25502 -
25503   type: "plot"
25504   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25505   algorithm: "plot_throughput_speedup_analysis"
25506   output-file-type: ".html"
25507   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25508   data: "plot-throughput-speedup-analysis-2n-skx"
25509   filter: "'NIC_Intel-X710' and
25510            '64B' and
25511            'NDRPDR' and
25512            'ETH' and
25513            'BASE' and
25514            ('L2BDMACLRN' or 'L2XCFWD') and
25515            'VHOST_1024' and
25516            not 'VXLAN' and
25517            not 'IP4FWD' and
25518            not 'DOT1Q' and
25519            not '2VM'"
25520   parameters:
25521   - "throughput"
25522   - "parent"
25523   - "tags"
25524   sort:
25525   - "not CFS_OPT"
25526   - "L2XCFWD"
25527   - "not CFS_OPT"
25528   - "CFS_OPT"
25529   layout:
25530     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25531     layout: "plot-throughput-speedup-analysis"
25532
25533 -
25534   type: "plot"
25535   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25536   algorithm: "plot_throughput_speedup_analysis"
25537   output-file-type: ".html"
25538   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25539   data: "plot-throughput-speedup-analysis-2n-skx"
25540   filter: "'NIC_Intel-X710' and
25541            '64B' and
25542            'NDRPDR' and
25543            'ETH' and
25544            'BASE' and
25545            ('L2BDMACLRN' or 'L2XCFWD') and
25546            'VHOST_1024' and
25547            not 'VXLAN' and
25548            not 'IP4FWD' and
25549            not 'DOT1Q' and
25550            not '2VM'"
25551   parameters:
25552   - "throughput"
25553   - "parent"
25554   - "tags"
25555   sort:
25556   - "not CFS_OPT"
25557   - "L2XCFWD"
25558   - "not CFS_OPT"
25559   - "CFS_OPT"
25560   layout:
25561     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25562     layout: "plot-throughput-speedup-analysis"
25563
25564 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25565 -
25566   type: "plot"
25567   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25568   algorithm: "plot_throughput_speedup_analysis"
25569   output-file-type: ".html"
25570   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25571   data: "plot-throughput-speedup-analysis-2n-skx"
25572   filter: "'NIC_Intel-X710' and
25573            '64B' and
25574            'NDRPDR' and
25575            'ETH' and
25576            ('L2BDMACLRN' or 'L2XCFWD') and
25577            'VHOST_1024' and
25578            not 'CFS_OPT' and
25579            not 'VXLAN' and
25580            not 'IP4FWD' and
25581            not 'DOT1Q'"
25582   parameters:
25583   - "throughput"
25584   - "parent"
25585   - "tags"
25586   sort:
25587   - "1VM"
25588   - "L2XCFWD"
25589   - "1VM"
25590   - "L2BDMACLRN"
25591   layout:
25592     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25593     layout: "plot-throughput-speedup-analysis"
25594
25595 -
25596   type: "plot"
25597   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25598   algorithm: "plot_throughput_speedup_analysis"
25599   output-file-type: ".html"
25600   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25601   data: "plot-throughput-speedup-analysis-2n-skx"
25602   filter: "'NIC_Intel-X710' and
25603            '64B' and
25604            'NDRPDR' and
25605            'ETH' and
25606            ('L2BDMACLRN' or 'L2XCFWD') and
25607            'VHOST_1024' and
25608            not 'CFS_OPT' and
25609            not 'VXLAN' and
25610            not 'IP4FWD' and
25611            not 'DOT1Q'"
25612   parameters:
25613   - "throughput"
25614   - "parent"
25615   - "tags"
25616   sort:
25617   - "1VM"
25618   - "L2XCFWD"
25619   - "1VM"
25620   - "L2BDMACLRN"
25621   layout:
25622     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25623     layout: "plot-throughput-speedup-analysis"
25624
25625 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25626 -
25627   type: "plot"
25628   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25629   algorithm: "plot_throughput_speedup_analysis"
25630   output-file-type: ".html"
25631   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25632   data: "plot-throughput-speedup-analysis-2n-skx"
25633   filter: "'NIC_Intel-XXV710' and
25634            '64B' and
25635            'NDRPDR' and
25636            'ETH' and
25637            'IP4FWD' and
25638            'VHOST_1024' and
25639            not 'VXLAN' and
25640            not 'DOT1Q'"
25641   parameters:
25642   - "throughput"
25643   - "parent"
25644   - "tags"
25645   sort:
25646   - "not CFS_OPT"
25647   - "1VM"
25648   - "2VM"
25649   layout:
25650     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25651     layout: "plot-throughput-speedup-analysis"
25652
25653 -
25654   type: "plot"
25655   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25656   algorithm: "plot_throughput_speedup_analysis"
25657   output-file-type: ".html"
25658   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25659   data: "plot-throughput-speedup-analysis-2n-skx"
25660   filter: "'NIC_Intel-XXV710' and
25661            '64B' and
25662            'NDRPDR' and
25663            'ETH' and
25664            'IP4FWD' and
25665            'VHOST_1024' and
25666            not 'VXLAN' and
25667            not 'DOT1Q'"
25668   parameters:
25669   - "throughput"
25670   - "parent"
25671   - "tags"
25672   sort:
25673   - "not CFS_OPT"
25674   - "1VM"
25675   - "2VM"
25676   layout:
25677     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25678     layout: "plot-throughput-speedup-analysis"
25679
25680 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25681 -
25682   type: "plot"
25683   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25684   algorithm: "plot_throughput_speedup_analysis"
25685   output-file-type: ".html"
25686   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25687   data: "plot-throughput-speedup-analysis-2n-skx"
25688   filter: "'NIC_Intel-XXV710' and
25689            '64B' and
25690            'NDRPDR' and
25691            'ETH' and
25692            'L2BDMACLRN' and
25693            'VHOST_1024' and
25694            not 'VXLAN' and
25695            not 'IP4FWD' and
25696            not 'DOT1Q' and
25697            not '2VM'"
25698   parameters:
25699   - "throughput"
25700   - "parent"
25701   - "tags"
25702   sort:
25703   - "VM"  # "not CFS_OPT"
25704   - "CFS_OPT"
25705   - "FIB_10K"
25706   - "FIB_100K"
25707   - "FIB_1M"
25708   layout:
25709     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25710     layout: "plot-throughput-speedup-analysis"
25711
25712 -
25713   type: "plot"
25714   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25715   algorithm: "plot_throughput_speedup_analysis"
25716   output-file-type: ".html"
25717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25718   data: "plot-throughput-speedup-analysis-2n-skx"
25719   filter: "'NIC_Intel-XXV710' and
25720            '64B' and
25721            'NDRPDR' and
25722            'ETH' and
25723            'L2BDMACLRN' and
25724            'VHOST_1024' and
25725            not 'VXLAN' and
25726            not 'IP4FWD' and
25727            not 'DOT1Q' and
25728            not '2VM'"
25729   parameters:
25730   - "throughput"
25731   - "parent"
25732   - "tags"
25733   sort:
25734   - "VM"  # "not CFS_OPT"
25735   - "CFS_OPT"
25736   - "FIB_10K"
25737   - "FIB_100K"
25738   - "FIB_1M"
25739   layout:
25740     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25741     layout: "plot-throughput-speedup-analysis"
25742
25743 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25744 -
25745   type: "plot"
25746   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25747   algorithm: "plot_throughput_speedup_analysis"
25748   output-file-type: ".html"
25749   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25750   data: "plot-throughput-speedup-analysis-2n-skx"
25751   filter: "'NIC_Intel-XXV710' and
25752            '64B' and
25753            'NDRPDR' and
25754            'ETH' and
25755            'BASE' and
25756            ('L2BDMACLRN' or 'L2XCFWD') and
25757            'VHOST_1024' and
25758            not 'VXLAN' and
25759            not 'IP4FWD' and
25760            not 'DOT1Q' and
25761            not '2VM'"
25762   parameters:
25763   - "throughput"
25764   - "parent"
25765   - "tags"
25766   sort:
25767   - "not CFS_OPT"
25768   - "L2XCFWD"
25769   - "not CFS_OPT"
25770   - "CFS_OPT"
25771   layout:
25772     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25773     layout: "plot-throughput-speedup-analysis"
25774
25775 -
25776   type: "plot"
25777   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25778   algorithm: "plot_throughput_speedup_analysis"
25779   output-file-type: ".html"
25780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25781   data: "plot-throughput-speedup-analysis-2n-skx"
25782   filter: "'NIC_Intel-XXV710' and
25783            '64B' and
25784            'NDRPDR' and
25785            'ETH' and
25786            'BASE' and
25787            ('L2BDMACLRN' or 'L2XCFWD') and
25788            'VHOST_1024' and
25789            not 'VXLAN' and
25790            not 'IP4FWD' and
25791            not 'DOT1Q' and
25792            not '2VM'"
25793   parameters:
25794   - "throughput"
25795   - "parent"
25796   - "tags"
25797   sort:
25798   - "not CFS_OPT"
25799   - "L2XCFWD"
25800   - "not CFS_OPT"
25801   - "CFS_OPT"
25802   layout:
25803     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25804     layout: "plot-throughput-speedup-analysis"
25805
25806 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25807 -
25808   type: "plot"
25809   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25810   algorithm: "plot_throughput_speedup_analysis"
25811   output-file-type: ".html"
25812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25813   data: "plot-throughput-speedup-analysis-2n-skx"
25814   filter: "'NIC_Intel-XXV710' and
25815            '64B' and
25816            'NDRPDR' and
25817            'ETH' and
25818            ('L2BDMACLRN' or 'L2XCFWD') and
25819            'VHOST_1024' and
25820            not 'CFS_OPT' and
25821            not 'VXLAN' and
25822            not 'IP4FWD' and
25823            not 'DOT1Q'"
25824   parameters:
25825   - "throughput"
25826   - "parent"
25827   - "tags"
25828   sort:
25829   - "1VM"
25830   - "L2XCFWD"
25831   - "1VM"
25832   - "L2BDMACLRN"
25833   layout:
25834     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25835     layout: "plot-throughput-speedup-analysis"
25836
25837 -
25838   type: "plot"
25839   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25840   algorithm: "plot_throughput_speedup_analysis"
25841   output-file-type: ".html"
25842   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25843   data: "plot-throughput-speedup-analysis-2n-skx"
25844   filter: "'NIC_Intel-XXV710' and
25845            '64B' and
25846            'NDRPDR' and
25847            'ETH' and
25848            ('L2BDMACLRN' or 'L2XCFWD') and
25849            'VHOST_1024' and
25850            not 'CFS_OPT' and
25851            not 'VXLAN' and
25852            not 'IP4FWD' and
25853            not 'DOT1Q'"
25854   parameters:
25855   - "throughput"
25856   - "parent"
25857   - "tags"
25858   sort:
25859   - "1VM"
25860   - "L2XCFWD"
25861   - "1VM"
25862   - "L2BDMACLRN"
25863   layout:
25864     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
25865     layout: "plot-throughput-speedup-analysis"
25866
25867 ################################################################################
25868
25869 # Speedup - VPP vts 3n-hsw-x520
25870 -
25871   type: "plot"
25872   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25873   algorithm: "plot_throughput_speedup_analysis"
25874   output-file-type: ".html"
25875   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25876   data: "plot-throughput-speedup-analysis-3n-hsw"
25877   filter: "'NIC_Intel-X520-DA2' and
25878            '114B' and
25879            'NDRPDR' and
25880            'VTS'"
25881   parameters:
25882   - "throughput"
25883   - "parent"
25884   - "tags"
25885   layout:
25886     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
25887     layout: "plot-throughput-speedup-analysis"
25888
25889 -
25890   type: "plot"
25891   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25892   algorithm: "plot_throughput_speedup_analysis"
25893   output-file-type: ".html"
25894   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25895   data: "plot-throughput-speedup-analysis-3n-hsw"
25896   filter: "'NIC_Intel-X520-DA2' and
25897            '114B' and
25898            'NDRPDR' and
25899            'VTS'"
25900   parameters:
25901   - "throughput"
25902   - "parent"
25903   - "tags"
25904   layout:
25905     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25906     layout: "plot-throughput-speedup-analysis"