Report: Changes in graphs layout
[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       - 38  # NDRPDR sel
157       - 39  # NDRPDR sel
158       - 41  # NDRPDR sel
159
160     vpp-compare-testbeds:
161       csit-vpp-perf-verify-1810-3n-hsw:
162       # TODO: Add data
163       - 8   # NDRPDR sel
164       - 12  # NDRPDR sel
165       - 14  # NDRPDR sel
166       - 18  # NDRPDR sel
167       - 23  # NDRPDR sel
168       - 25  # NDRPDR sel
169       - 38  # NDRPDR sel
170       - 39  # NDRPDR sel
171       - 41  # NDRPDR sel
172       csit-vpp-perf-verify-1810-3n-skx:
173       - 24  # NDRPDR full
174       - 10  # NDRPDR sel
175       - 14  # NDRPDR sel
176       - 15  # NDRPDR sel
177       - 16  # NDRPDR sel
178       - 17  # NDRPDR sel
179       - 19  # NDRPDR sel
180       - 20  # NDRPDR sel
181       - 21  # NDRPDR sel
182       - 22  # NDRPDR sel
183       - 25  # NDRPDR sel
184
185     vpp-compare-testbeds-mrr:
186       csit-vpp-perf-verify-1810-3n-hsw:
187       - 9   # MRR sel
188       csit-vpp-perf-verify-1810-3n-skx:
189       - 9   # MRR sel
190       - 11  # MRR sel
191       - 12  # MRR sel
192       - 13  # MRR sel
193
194     vpp-performance-changes-mrr:
195       csit-vpp-perf-check-1804:
196       - 6   # mrr - sel
197       - 13  # mrr - sel
198       - 14  # mrr - sel
199       - 15  # mrr - sel
200       - 16  # mrr - sel
201       - 17  # mrr - sel
202       - 19  # mrr - sel
203       - 20  # mrr - sel
204       - 21  # mrr - sel
205       - 22  # mrr - sel
206       csit-vpp-perf-verify-1807-3n-hsw:
207       - 8   # MRR full
208       - 9   # MRR sel
209       - 21  # MRR sel
210       - 31  # MRR sel
211       - 33  # MRR sel
212       - 36  # MRR sel
213       - 41  # MRR sel
214       - 42  # MRR sel
215       - 48  # MRR sel
216       csit-vpp-perf-verify-1810-3n-hsw:
217       - 9   # MRR sel
218
219     vpp-perf-results-3n-hsw:
220       csit-vpp-perf-verify-1810-3n-hsw:
221       - 20  # NDRPDR full
222       - 21  # NDRPDR full
223       - 22  # NDRPDR full
224       - 27  # NDRPDR full
225
226     vpp-perf-results-3n-skx:
227       csit-vpp-perf-verify-1810-3n-skx:
228       - 23  # NDRPDR full
229       - 24  # NDRPDR full
230
231     vpp-perf-results-2n-skx:
232       csit-vpp-perf-verify-1810-2n-skx:
233       - 25  # NDRPDR full
234       - 26  # NDRPDR full
235
236     vpp-mrr-results-3n-hsw:
237       csit-vpp-perf-verify-1810-3n-hsw:
238       - 9   # MRR sel
239
240     vpp-mrr-results-3n-skx:
241       csit-vpp-perf-verify-1810-3n-skx:
242       - 9   # MRR sel
243
244     vpp-mrr-results-2n-skx:
245       csit-vpp-perf-verify-1810-2n-skx:
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       - 38  # NDRPDR sel
258       - 39  # NDRPDR sel
259       - 41  # NDRPDR sel
260
261     plot-throughput-speedup-analysis-3n-skx:
262       csit-vpp-perf-verify-1810-3n-skx:
263       - 24  # NDRPDR full
264       - 10  # NDRPDR sel
265       - 14  # NDRPDR sel
266       - 15  # NDRPDR sel
267       - 16  # NDRPDR sel
268       - 17  # NDRPDR sel
269       - 19  # NDRPDR sel
270       - 20  # NDRPDR sel
271       - 21  # NDRPDR sel
272       - 22  # NDRPDR sel
273       - 25  # NDRPDR sel
274
275     plot-throughput-speedup-analysis-2n-skx:
276       csit-vpp-perf-verify-1810-2n-skx:
277       - 9   # NDRPDR sel
278       - 13  # NDRPDR sel
279       - 14  # NDRPDR sel
280       - 19  # NDRPDR sel
281       - 20  # NDRPDR sel
282       - 21  # NDRPDR sel
283       - 22  # NDRPDR sel
284       - 23  # NDRPDR sel
285       - 24  # NDRPDR sel
286       - 27  # NDRPDR sel
287
288     plot-vpp-throughput-latency-3n-hsw:
289       csit-vpp-perf-verify-1810-3n-hsw:
290       # TODO: Add data
291       - 8   # NDRPDR sel
292       - 12  # NDRPDR sel
293       - 14  # NDRPDR sel
294       - 18  # NDRPDR sel
295       - 23  # NDRPDR sel
296       - 25  # NDRPDR sel
297       - 38  # NDRPDR sel
298       - 39  # NDRPDR sel
299       - 41  # NDRPDR sel
300
301     plot-vpp-throughput-latency-3n-skx:
302       csit-vpp-perf-verify-1810-3n-skx:
303       - 24  # NDRPDR full
304       - 10  # NDRPDR sel
305       - 14  # NDRPDR sel
306       - 15  # NDRPDR sel
307       - 16  # NDRPDR sel
308       - 17  # NDRPDR sel
309       - 19  # NDRPDR sel
310       - 20  # NDRPDR sel
311       - 21  # NDRPDR sel
312       - 22  # NDRPDR sel
313       - 25  # NDRPDR sel
314
315     plot-vpp-throughput-latency-2n-skx:
316       csit-vpp-perf-verify-1810-2n-skx:
317       - 9   # NDRPDR sel
318       - 13  # NDRPDR sel
319       - 14  # NDRPDR sel
320       - 19  # NDRPDR sel
321       - 20  # NDRPDR sel
322       - 21  # NDRPDR sel
323       - 22  # NDRPDR sel
324       - 23  # NDRPDR sel
325       - 24  # NDRPDR sel
326       - 27  # NDRPDR sel
327
328     plot-vpp-http-server-performance:
329       csit-vpp-perf-verify-1810-3n-hsw:
330       - 28  # WRK
331       - 29  # WRK
332       - 30  # WRK
333       - 31  # WRK
334       - 32  # WRK
335       - 33  # WRK
336       - 34  # WRK
337       - 35  # WRK
338       - 36  # WRK
339       - 37  # WRK
340
341     # VPP Functional
342     vpp-func-results-ubuntu:
343       csit-vpp-functional-1810-ubuntu1604-virl:
344       - 44
345
346     vpp-func-results-centos:
347       csit-vpp-functional-1810-centos7-virl:
348       - 44
349
350     vpp-device-results-ubuntu:
351       csit-vpp-device-1810-ubuntu1804-1n-skx:
352       - 2
353
354     # VPP Ligato
355     ligato-perf-results-3n-hsw:
356       csit-ligato-perf-verify-1810-3n-hsw:
357       - 5   # full
358
359     plot-ligato-throughput-speedup-analysis-3n-hsw:
360       csit-ligato-perf-verify-1810-3n-hsw:
361       - 5   # full
362       - 6   # sel
363       - 8   # sel
364       - 9   # sel
365       - 11  # sel
366       - 12  # sel
367       - 13  # sel
368       - 14  # sel
369       - 16  # sel
370       - 17  # sel
371       - 18  # sel
372
373     plot-ligato-throughput-latency-3n-hsw:
374       csit-ligato-perf-verify-1810-3n-hsw:
375       - 5   # full
376       - 6   # sel
377       - 8   # sel
378       - 9   # sel
379       - 11  # sel
380       - 12  # sel
381       - 13  # sel
382       - 14  # sel
383       - 16  # sel
384       - 17  # sel
385       - 18  # sel
386
387     # DPDK Performance
388     dpdk-performance-changes:
389       csit-dpdk-perf-1804-all:
390       - 4
391       - 5
392       - 6
393       - 7
394       - 8
395       - 9
396       - 10
397       - 11
398       - 12
399       - 13
400       csit-dpdk-perf-verify-1807-3n-hsw:
401       - 11
402       - 12  # full
403       - 14
404       - 15
405       - 16
406       - 17
407       - 20
408       - 21
409       - 22
410       - 23
411       csit-dpdk-perf-verify-1810-3n-hsw:
412       - 1   # NDRPDR sel
413       - 2   # NDRPDR sel
414       - 3   # NDRPDR sel
415       - 4   # NDRPDR sel
416       - 5   # NDRPDR sel
417       - 6   # NDRPDR sel
418       - 7   # NDRPDR sel
419       - 8   # NDRPDR sel
420       - 9   # NDRPDR sel
421       - 10  # NDRPDR sel
422
423     dpdk-compare-testbeds:
424       csit-dpdk-perf-verify-1810-3n-skx:
425       - 3   # NDRPDR sel
426       - 4   # NDRPDR sel
427       - 6   # NDRPDR sel
428       - 7   # NDRPDR sel
429       - 8   # NDRPDR sel
430       - 9   # NDRPDR sel
431       - 10  # NDRPDR sel
432       - 11  # NDRPDR sel
433       - 12  # NDRPDR sel
434       - 13  # NDRPDR sel
435       csit-dpdk-perf-verify-1810-3n-hsw:
436       - 1   # NDRPDR sel
437       - 2   # NDRPDR sel
438       - 3   # NDRPDR sel
439       - 4   # NDRPDR sel
440       - 5   # NDRPDR sel
441       - 6   # NDRPDR sel
442       - 7   # NDRPDR sel
443       - 8   # NDRPDR sel
444       - 9   # NDRPDR sel
445       - 10  # NDRPDR sel
446
447     dpdk-perf-results-3n-hsw:
448       csit-dpdk-perf-verify-1810-3n-hsw:
449       - 1
450
451     dpdk-perf-results-3n-skx:
452       csit-dpdk-perf-verify-1810-3n-skx:
453       - 3   # NDRPDR sel
454
455     dpdk-perf-results-2n-skx:
456       csit-dpdk-perf-verify-1810-2n-skx:
457       - 3
458
459     plot-dpdk-throughput-latency-3n-hsw:
460       csit-dpdk-perf-verify-1810-3n-hsw:
461       - 1   # NDRPDR sel
462       - 2   # NDRPDR sel
463       - 3   # NDRPDR sel
464       - 4   # NDRPDR sel
465       - 5   # NDRPDR sel
466       - 6   # NDRPDR sel
467       - 7   # NDRPDR sel
468       - 8   # NDRPDR sel
469       - 9   # NDRPDR sel
470       - 10  # NDRPDR sel
471
472     plot-dpdk-throughput-latency-3n-skx:
473       csit-dpdk-perf-verify-1810-3n-skx:
474       - 3   # NDRPDR sel
475       - 4   # NDRPDR sel
476       - 6   # NDRPDR sel
477       - 7   # NDRPDR sel
478       - 8   # NDRPDR sel
479       - 9   # NDRPDR sel
480       - 10  # NDRPDR sel
481       - 11  # NDRPDR sel
482       - 12  # NDRPDR sel
483       - 13  # NDRPDR sel
484
485     plot-dpdk-throughput-latency-2n-skx:
486       csit-dpdk-perf-verify-1810-2n-skx:
487       - 3   # NDRPDR sel
488       - 4   # NDRPDR sel
489       - 5   # NDRPDR sel
490       - 7   # NDRPDR sel
491       - 8   # NDRPDR sel
492       - 9   # NDRPDR sel
493       - 10  # NDRPDR sel
494       - 11  # NDRPDR sel
495       - 12  # NDRPDR sel
496       - 13  # NDRPDR sel
497
498     # HoneyComb Functional
499     hc-func-results:
500       csit-hc2vpp-verify-func-1810-ubuntu1604:
501       - 1
502
503     # NSH SFC Functional
504     nsh-func-results:
505       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
506       - 1
507
508     # DMM Functional
509     dmm-func-results:
510       csit-dmm-functional-1810-ubuntu1604-virl:
511       - 1
512
513   plot-layouts:
514
515     plot-cps:
516       titlefont:
517         size: 18
518       xaxis:
519         title: "<b>Test Cases [Index]</b>"
520         titlefont:
521           size: 16
522         autorange: True
523         fixedrange: False
524         gridcolor: "rgb(230, 230, 230)"
525         linecolor: "rgb(220, 220, 220)"
526         linewidth: 1
527         showgrid: True
528         showline: True
529         showticklabels: True
530         tickcolor: "rgb(220, 220, 220)"
531         tickmode: "linear"
532         tickfont:
533           size: 16
534         zeroline: False
535       yaxis:
536         title: "<b>Connections Per Second [cps]</b>"
537         titlefont:
538           size: 16
539         gridcolor: "rgb(230, 230, 230)"
540         hoverformat: ".4s"
541         linecolor: "rgb(220, 220, 220)"
542         linewidth: 1
543         rangemode: "tozero"
544         showgrid: True
545         showline: True
546         showticklabels: True
547         tickcolor: "rgb(220, 220, 220)"
548         tickformat: ".3s"
549         tickfont:
550           size: 16
551         zeroline: False
552       boxmode: "group"
553       boxgroupgap: 0.5
554       autosize: False
555       margin:
556         t: 50
557         b: 20
558         l: 80
559         r: 20
560       showlegend: True
561       legend:
562         orientation: "h"
563         font:
564           size: 16
565       width: 700
566       height: 800
567
568     plot-rps:
569       titlefont:
570         size: 18
571       xaxis:
572         title: "<b>Test Cases [Index]</b>"
573         titlefont:
574           size: 16
575         autorange: True
576         fixedrange: False
577         gridcolor: "rgb(230, 230, 230)"
578         linecolor: "rgb(220, 220, 220)"
579         linewidth: 1
580         showgrid: True
581         showline: True
582         showticklabels: True
583         tickcolor: "rgb(220, 220, 220)"
584         tickmode: "linear"
585         tickfont:
586           size: 16
587         zeroline: False
588       yaxis:
589         title: "<b>Requests Per Second [rps]</b>"
590         titlefont:
591           size: 16
592         gridcolor: "rgb(230, 230, 230)"
593         hoverformat: ".4s"
594         linecolor: "rgb(220, 220, 220)"
595         linewidth: 1
596         rangemode: "tozero"
597         showgrid: True
598         showline: True
599         showticklabels: True
600         tickcolor: "rgb(230, 230, 230)"
601         tickformat: ".3s"
602         tickfont:
603           size: 16
604         zeroline: False
605       boxmode: "group"
606       boxgroupgap: 0.5
607       autosize: False
608       margin:
609         t: 50
610         b: 20
611         l: 80
612         r: 20
613       showlegend: True
614       legend:
615         orientation: "h"
616         font:
617           size: 16
618       width: 700
619       height: 800
620
621     plot-throughput:
622       titlefont:
623         size: 18
624       xaxis:
625         title: "<b>Test Cases [Index]</b>"
626         titlefont:
627           size: 16
628         autorange: True
629         fixedrange: False
630         gridcolor: "rgb(230, 230, 230)"
631         linecolor: "rgb(220, 220, 220)"
632         linewidth: 1
633         showgrid: True
634         showline: True
635         showticklabels: True
636         tickcolor: "rgb(220, 220, 220)"
637         tickmode: "linear"
638         tickfont:
639           size: 16
640         zeroline: False
641       yaxis:
642         title: "<b>Packet Throughput [Mpps]</b>"
643         titlefont:
644           size: 16
645         gridcolor: "rgb(230, 230, 230)"
646         hoverformat: ".4s"
647         tickformat: ".3s"
648         linecolor: "rgb(220, 220, 220)"
649         linewidth: 1
650         showgrid: True
651         showline: True
652         showticklabels: True
653         tickcolor: "rgb(220, 220, 220)"
654         tickfont:
655           size: 16
656         zeroline: False
657         range: [0,50]
658       boxmode: "group"
659       boxgroupgap: 0.5
660       autosize: False
661       margin:
662         t: 50
663         b: 20
664         l: 80
665         r: 20
666       showlegend: True
667       legend:
668         orientation: "h"
669         font:
670           size: 16
671       width: 700
672       height: 850
673
674     plot-throughput-speedup-analysis:
675       titlefont:
676         size: 18
677       xaxis:
678         title: "<b>Number of Cores [Qty]</b>"
679         titlefont:
680           size: 16
681         autorange: True
682         fixedrange: False
683         gridcolor: "rgb(230, 230, 230)"
684         linecolor: "rgb(220, 220, 220)"
685         linewidth: 1
686         showgrid: True
687         showline: True
688         showticklabels: True
689         tickcolor: "rgb(238, 238, 238)"
690         tickmode: "linear"
691         tickfont:
692           size: 16
693         zeroline: False
694       yaxis:
695         title: "<b>Packet Throughput [Mpps]</b>"
696         titlefont:
697           size: 16
698         type: "linear"
699         gridcolor: "rgb(230, 230, 230)"
700         hoverformat: ".4s"
701         linecolor: "rgb(220, 220, 220)"
702         linewidth: 1
703         showgrid: True
704         showline: True
705         showticklabels: True
706         tickcolor: "rgb(220, 220, 220)"
707         tickformat: ".4s"
708         tickfont:
709           size: 16
710         zeroline: True
711         rangemode: "tozero"
712         # range: [0,100]
713       legend:
714         orientation: "h"
715         font:
716           size: 16
717         xanchor: "left"
718         yanchor: "top"
719         x: 0
720         y: -0.2
721         bgcolor: "rgba(255, 255, 255, 0)"
722         bordercolor: "rgba(255, 255, 255, 0)"
723         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
724       autosize: False
725       margin:
726           't': 50
727           'b': 150
728           'l': 85
729           'r': 10
730       showlegend: True
731       width: 700
732       height: 700
733       hoverlabel:
734         namelength: -1
735       annotations: [
736         {
737           text: "_ _          __          ...",
738           align: "left",
739           showarrow: False,
740           xref: "paper",
741           yref: "paper",
742           xanchor: "left",
743           yanchor: "top",
744           x: 0,
745           y: -0.13,
746           font: {
747             family: "Consolas, Courier New",
748             size: 15
749           },
750         },
751         {
752           text: "    Perfect     Measured     Limit",
753           align: "left",
754           showarrow: False,
755           xref: "paper",
756           yref: "paper",
757           xanchor: "left",
758           yanchor: "top",
759           x: 0,
760           y: -0.15,
761           font: {
762             family: "Consolas, Courier New",
763             size: 15
764           },
765         },
766       ]
767
768     plot-latency:
769       titlefont:
770         size: 18
771       xaxis:
772         title: "<b>Direction</b>"
773         titlefont:
774           size: 16
775         autorange: True
776         fixedrange: False
777         gridcolor: "rgb(230, 230, 230)"
778         linecolor: "rgb(220, 220, 220)"
779         linewidth: 1
780         showgrid: True
781         showline: True
782         showticklabels: False
783         tickcolor: "rgb(220, 220, 220)"
784         tickmode: "linear"
785         tickfont:
786           size: 16
787         zeroline: False
788       yaxis:
789         title: "<b>Packet Latency [uSec]</b>"
790         titlefont:
791           size: 16
792         type: "linear"
793         gridcolor: "rgb(230, 230, 230)"
794         hoverformat: ".4s"
795         linecolor: "rgb(220, 220, 220)"
796         linewidth: 1
797         showgrid: True
798         showline: True
799         showticklabels: True
800         tickcolor: "rgb(220, 220, 220)"
801         tickformat: ".4s"
802         tickfont:
803           size: 16
804         zeroline: True
805         rangemode: "tozero"
806       legend:
807         orientation: "h"
808         font:
809           size: 16
810         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
811       autosize: False
812       margin:
813           't': 50
814           'b': 150
815           'l': 80
816           'r': 10
817       showlegend: True
818       width: 700
819       height: 700
820       hoverlabel:
821         namelength: -1
822
823 -
824   type: "static"
825   src-path: "{DIR[RST]}"
826   dst-path: "{DIR[WORKING,SRC]}"
827
828 -
829   type: "input"
830   general:
831     file-name: "robot-plugin.zip"
832     file-format: ".zip"
833     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
834     extract: "robot-plugin/output.xml"
835
836   builds:
837
838     csit-vpp-perf-1804-all:
839     - 21  # sel
840     - 22  # sel
841     - 23  # sel
842     - 24  # sel
843     - 27  # sel
844     - 28  # sel
845     - 29  # sel
846     - 30  # sel
847     - 31  # sel
848     - 35  # sel
849     csit-vpp-perf-verify-1807-3n-hsw:
850     - 8   # MRR full
851     - 9   # MRR sel
852     - 21  # MRR sel
853     - 31  # MRR sel
854     - 33  # MRR sel
855     - 36  # MRR sel
856     - 41  # MRR sel
857     - 42  # MRR sel
858     - 48  # MRR sel
859     - 11  # NDRPDR full 1
860     - 22  # NDRPDR full 2
861     - 45  # NDRPDR full 3
862     - 46  # NDRPDR full 4
863     - 15  # NDRPDR sel
864     - 16  # NDRPDR sel
865     - 19  # NDRPDR sel
866     - 18  # NDRPDR sel
867     - 20  # NDRPDR sel
868     - 38  # NDRPDR sel
869     - 40  # NDRPDR sel
870     - 44  # NDRPDR sel
871     - 47  # NDRPDR sel
872     - 24  # WRK
873     - 25  # WRK
874     - 23  # WRK
875     - 26  # WRK
876     - 27  # WRK
877     - 28  # WRK
878     - 29  # WRK
879     - 30  # WRK
880     - 32  # WRK
881     - 35  # WRK
882     # TODO: Add data:
883     csit-vpp-perf-verify-1810-3n-hsw:
884     - 9   # MRR sel
885     - 20  # NDRPDR full
886     - 21  # NDRPDR full
887     - 22  # NDRPDR full
888     - 27  # NDRPDR full
889     - 8   # NDRPDR sel
890     - 12  # NDRPDR sel
891     - 14  # NDRPDR sel
892     - 18  # NDRPDR sel
893     - 23  # NDRPDR sel
894     - 25  # NDRPDR sel
895     - 38  # NDRPDR sel
896     - 39  # NDRPDR sel
897     - 41  # NDRPDR sel
898     - 28  # WRK
899     - 29  # WRK
900     - 30  # WRK
901     - 31  # WRK
902     - 32  # WRK
903     - 33  # WRK
904     - 34  # WRK
905     - 35  # WRK
906     - 36  # WRK
907     - 37  # WRK
908     csit-vpp-perf-verify-1807-3n-skx:
909     - 31  # MRR full
910     - 28  # MRR sel
911     - 32  # MRR sel
912     - 36  # MRR sel
913     - 42  # MRR sel
914     - 47  # MRR sel
915     - 48  # MRR sel
916     - 51  # MRR sel
917     - 52  # MRR sel
918     - 53  # MRR sel
919     - 54  # MRR sel
920     - 40  # NDRPDR full 1
921     - 41  # NDRPDR full 2
922     - 33  # NDRPDR sel
923     - 35  # NDRPDR sel
924     - 37  # NDRPDR sel
925     - 38  # NDRPDR sel
926     - 39  # NDRPDR sel
927     - 43  # NDRPDR sel
928     - 44  # NDRPDR sel
929     - 49  # NDRPDR sel
930     - 50  # NDRPDR sel
931     - 56  # NDRPDR sel
932     csit-vpp-perf-verify-1810-3n-skx:
933     - 9   # MRR sel
934     - 11  # MRR sel
935     - 12  # MRR sel
936     - 13  # MRR sel
937     - 23  # NDRPDR full
938     - 24  # NDRPDR full
939     - 10  # NDRPDR sel
940     - 14  # NDRPDR sel
941     - 15  # NDRPDR sel
942     - 16  # NDRPDR sel
943     - 17  # NDRPDR sel
944     - 19  # NDRPDR sel
945     - 20  # NDRPDR sel
946     - 21  # NDRPDR sel
947     - 22  # NDRPDR sel
948     - 25  # NDRPDR sel
949     csit-vpp-perf-verify-1807-2n-skx:
950     - 27  # MRR full
951     - 31  # MRR sel
952     - 33  # MRR sel
953     - 37  # MRR sel
954     - 38  # MRR sel
955     - 41  # MRR sel
956     - 43  # MRR sel
957     - 44  # MRR sel
958     - 45  # MRR sel
959     - 46  # MRR sel
960     - 47  # MRR sel
961     - 32  # NDRPDR full
962     - 26  # NDRPDR sel
963     - 28  # NDRPDR sel
964     - 29  # NDRPDR sel
965     - 30  # NDRPDR sel
966     - 34  # NDRPDR sel
967     - 35  # NDRPDR sel
968     - 36  # NDRPDR sel
969     - 39  # NDRPDR sel
970     - 40  # NDRPDR sel
971     - 42  # NDRPDR sel
972     csit-vpp-perf-verify-1810-2n-skx:
973     - 8   # MRR sel
974     - 10  # MRR sel
975     - 11  # MRR sel
976     - 12  # MRR sel
977     - 25  # NDRPDR full
978     - 26  # NDRPDR full
979     - 9   # NDRPDR sel
980     - 13  # NDRPDR sel
981     - 14  # NDRPDR sel
982     - 19  # NDRPDR sel
983     - 20  # NDRPDR sel
984     - 21  # NDRPDR sel
985     - 22  # NDRPDR sel
986     - 23  # NDRPDR sel
987     - 24  # NDRPDR sel
988     - 27  # NDRPDR sel
989     csit-vpp-perf-check-1804:
990     - 5   # mrr - full
991     - 6   # mrr - sel
992     - 13  # mrr - sel
993     - 14  # mrr - sel
994     - 15  # mrr - sel
995     - 16  # mrr - sel
996     - 17  # mrr - sel
997     - 19  # mrr - sel
998     - 20  # mrr - sel
999     - 21  # mrr - sel
1000     - 22  # mrr - sel
1001     csit-ligato-perf-verify-1810-3n-hsw:
1002     - 5   # full
1003     - 6   # sel
1004     - 8   # sel
1005     - 9   # sel
1006     - 11  # sel
1007     - 12  # sel
1008     - 13  # sel
1009     - 14  # sel
1010     - 16  # sel
1011     - 17  # sel
1012     - 18  # sel
1013     csit-dpdk-perf-1804-all:
1014     - 4
1015     - 5
1016     - 6
1017     - 7
1018     - 8
1019     - 9
1020     - 10
1021     - 11
1022     - 12
1023     - 13
1024     csit-dpdk-perf-verify-1807-3n-hsw:
1025     - 11
1026     - 12  # full
1027     - 14
1028     - 15
1029     - 16
1030     - 17
1031     - 20
1032     - 21
1033     - 22
1034     - 23
1035     csit-dpdk-perf-verify-1810-3n-hsw:
1036     - 1   # NDRPDR sel
1037     - 2   # NDRPDR sel
1038     - 3   # NDRPDR sel
1039     - 4   # NDRPDR sel
1040     - 5   # NDRPDR sel
1041     - 6   # NDRPDR sel
1042     - 7   # NDRPDR sel
1043     - 8   # NDRPDR sel
1044     - 9   # NDRPDR sel
1045     - 10  # NDRPDR sel
1046     csit-dpdk-perf-verify-1807-3n-skx:
1047     - 1
1048     - 2
1049     - 3
1050     - 6
1051     - 7
1052     - 8
1053     - 9
1054     - 10
1055     - 11
1056     - 12
1057     csit-dpdk-perf-verify-1810-3n-skx:
1058     - 3   # NDRPDR sel
1059     - 4   # NDRPDR sel
1060     - 6   # NDRPDR sel
1061     - 7   # NDRPDR sel
1062     - 8   # NDRPDR sel
1063     - 9   # NDRPDR sel
1064     - 10  # NDRPDR sel
1065     - 11  # NDRPDR sel
1066     - 12  # NDRPDR sel
1067     - 13  # NDRPDR sel
1068     csit-dpdk-perf-verify-1810-2n-skx:
1069     - 3   # NDRPDR sel
1070     - 4   # NDRPDR sel
1071     - 5   # NDRPDR sel
1072     - 7   # NDRPDR sel
1073     - 8   # NDRPDR sel
1074     - 9   # NDRPDR sel
1075     - 10  # NDRPDR sel
1076     - 11  # NDRPDR sel
1077     - 12  # NDRPDR sel
1078     - 13  # NDRPDR sel
1079
1080     csit-vpp-functional-1810-ubuntu1604-virl:
1081     - 44
1082     csit-vpp-functional-1810-centos7-virl:
1083     - 44
1084     csit-vpp-device-1810-ubuntu1804-1n-skx:
1085     - 2
1086     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1087     - 1
1088     csit-dmm-functional-1810-ubuntu1604-virl:
1089     - 1
1090     csit-hc2vpp-verify-func-1810-ubuntu1604:
1091     - 1
1092
1093 -
1094   type: "output"
1095   output: "report"
1096   format:
1097     html:
1098     - full
1099     pdf:
1100     - minimal
1101
1102 ################################################################################
1103 ###                               T A B L E S                                ###
1104 ################################################################################
1105
1106 ################################################################################
1107 # VPP
1108
1109 # VPP Performance Changes 1t1c pdr
1110 -
1111   type: "table"
1112   title: "VPP Performance Changes 1t1c pdr"
1113   algorithm: "table_performance_comparison"
1114   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
1115   history:
1116     -
1117       title: "rls1804"
1118       data:
1119         csit-vpp-perf-1804-all:
1120         - 21  # sel
1121         - 22  # sel
1122         - 23  # sel
1123         - 24  # sel
1124         - 27  # sel
1125         - 28  # sel
1126         - 29  # sel
1127         - 30  # sel
1128         - 31  # sel
1129         - 35  # sel
1130   reference:
1131     title: "rls1807"
1132     data:
1133       csit-vpp-perf-verify-1807-3n-hsw:
1134       - 11  # NDRPDR full 1
1135       - 22  # NDRPDR full 2
1136       - 45  # NDRPDR full 3
1137       - 46  # NDRPDR full 4
1138       - 15  # NDRPDR sel
1139       - 16  # NDRPDR sel
1140       - 19  # NDRPDR sel
1141       - 18  # NDRPDR sel
1142       - 20  # NDRPDR sel
1143       - 38  # NDRPDR sel
1144       - 40  # NDRPDR sel
1145       - 44  # NDRPDR sel
1146       - 47  # NDRPDR sel
1147   compare:
1148     title: "rls1810"
1149     data:
1150       csit-vpp-perf-verify-1810-3n-hsw:
1151       - 8   # NDRPDR sel
1152       - 12  # NDRPDR sel
1153       - 14  # NDRPDR sel
1154       - 18  # NDRPDR sel
1155       - 23  # NDRPDR sel
1156       - 25  # NDRPDR sel
1157       - 38  # NDRPDR sel
1158       - 39  # NDRPDR sel
1159       - 41  # NDRPDR sel
1160   data: "vpp-performance-changes"
1161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1162   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1163   parameters:
1164   - "name"
1165   - "parent"
1166   - "throughput"
1167
1168 # VPP Performance Changes 2t2c pdr
1169 -
1170   type: "table"
1171   title: "VPP Performance Changes 2t2c pdr"
1172   algorithm: "table_performance_comparison"
1173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1174   history:
1175     -
1176       title: "rls1804"
1177       data:
1178         csit-vpp-perf-1804-all:
1179         - 21  # sel
1180         - 22  # sel
1181         - 23  # sel
1182         - 24  # sel
1183         - 27  # sel
1184         - 28  # sel
1185         - 29  # sel
1186         - 30  # sel
1187         - 31  # sel
1188         - 35  # sel
1189   reference:
1190     title: "rls1807"
1191     data:
1192       csit-vpp-perf-verify-1807-3n-hsw:
1193       - 11  # NDRPDR full 1
1194       - 22  # NDRPDR full 2
1195       - 45  # NDRPDR full 3
1196       - 46  # NDRPDR full 4
1197       - 15  # NDRPDR sel
1198       - 16  # NDRPDR sel
1199       - 19  # NDRPDR sel
1200       - 18  # NDRPDR sel
1201       - 20  # NDRPDR sel
1202       - 38  # NDRPDR sel
1203       - 40  # NDRPDR sel
1204       - 44  # NDRPDR sel
1205       - 47  # NDRPDR sel
1206   compare:
1207     title: "rls1810"
1208     data:
1209       csit-vpp-perf-verify-1810-3n-hsw:
1210       - 8   # NDRPDR sel
1211       - 12  # NDRPDR sel
1212       - 14  # NDRPDR sel
1213       - 18  # NDRPDR sel
1214       - 23  # NDRPDR sel
1215       - 25  # NDRPDR sel
1216       - 38  # NDRPDR sel
1217       - 39  # NDRPDR sel
1218       - 41  # NDRPDR sel
1219   data: "vpp-performance-changes"
1220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1221   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1222   parameters:
1223   - "name"
1224   - "parent"
1225   - "throughput"
1226
1227 # VPP Performance Changes 1t1c ndr
1228 -
1229   type: "table"
1230   title: "VPP Performance Changes 1t1c ndr"
1231   algorithm: "table_performance_comparison"
1232   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1233   history:
1234     -
1235       title: "rls1804"
1236       data:
1237         csit-vpp-perf-1804-all:
1238         - 21  # sel
1239         - 22  # sel
1240         - 23  # sel
1241         - 24  # sel
1242         - 27  # sel
1243         - 28  # sel
1244         - 29  # sel
1245         - 30  # sel
1246         - 31  # sel
1247         - 35  # sel
1248   reference:
1249     title: "rls1807"
1250     data:
1251       csit-vpp-perf-verify-1807-3n-hsw:
1252       - 11  # NDRPDR full 1
1253       - 22  # NDRPDR full 2
1254       - 45  # NDRPDR full 3
1255       - 46  # NDRPDR full 4
1256       - 15  # NDRPDR sel
1257       - 16  # NDRPDR sel
1258       - 19  # NDRPDR sel
1259       - 18  # NDRPDR sel
1260       - 20  # NDRPDR sel
1261       - 38  # NDRPDR sel
1262       - 40  # NDRPDR sel
1263       - 44  # NDRPDR sel
1264       - 47  # NDRPDR sel
1265   compare:
1266     title: "rls1810"
1267     data:
1268       csit-vpp-perf-verify-1810-3n-hsw:
1269       - 8   # NDRPDR sel
1270       - 12  # NDRPDR sel
1271       - 14  # NDRPDR sel
1272       - 18  # NDRPDR sel
1273       - 23  # NDRPDR sel
1274       - 25  # NDRPDR sel
1275       - 38  # NDRPDR sel
1276       - 39  # NDRPDR sel
1277       - 41  # NDRPDR sel
1278   data: "vpp-performance-changes"
1279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1280   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1281   parameters:
1282   - "name"
1283   - "parent"
1284   - "throughput"
1285
1286 # VPP Performance Changes 2t2c ndr
1287 -
1288   type: "table"
1289   title: "VPP Performance Changes 2t2c ndr"
1290   algorithm: "table_performance_comparison"
1291   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1292   history:
1293     -
1294       title: "rls1804"
1295       data:
1296         csit-vpp-perf-1804-all:
1297         - 21  # sel
1298         - 22  # sel
1299         - 23  # sel
1300         - 24  # sel
1301         - 27  # sel
1302         - 28  # sel
1303         - 29  # sel
1304         - 30  # sel
1305         - 31  # sel
1306         - 35  # sel
1307   reference:
1308     title: "rls1807"
1309     data:
1310       csit-vpp-perf-verify-1807-3n-hsw:
1311       - 11  # NDRPDR full 1
1312       - 22  # NDRPDR full 2
1313       - 45  # NDRPDR full 3
1314       - 46  # NDRPDR full 4
1315       - 15  # NDRPDR sel
1316       - 16  # NDRPDR sel
1317       - 19  # NDRPDR sel
1318       - 18  # NDRPDR sel
1319       - 20  # NDRPDR sel
1320       - 38  # NDRPDR sel
1321       - 40  # NDRPDR sel
1322       - 44  # NDRPDR sel
1323       - 47  # NDRPDR sel
1324   compare:
1325     title: "rls1810"
1326     data:
1327       csit-vpp-perf-verify-1810-3n-hsw:
1328       - 8   # NDRPDR sel
1329       - 12  # NDRPDR sel
1330       - 14  # NDRPDR sel
1331       - 18  # NDRPDR sel
1332       - 23  # NDRPDR sel
1333       - 25  # NDRPDR sel
1334       - 38  # NDRPDR sel
1335       - 39  # NDRPDR sel
1336       - 41  # NDRPDR sel
1337   data: "vpp-performance-changes"
1338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1339   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1340   parameters:
1341   - "name"
1342   - "parent"
1343   - "throughput"
1344
1345 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1346 -
1347   type: "table"
1348   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1349   algorithm: "table_performance_comparison"
1350   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1351   reference:
1352     title: "3-Node Hsw"
1353     data:
1354       csit-vpp-perf-verify-1810-3n-hsw:
1355       - 8   # NDRPDR sel
1356       - 12  # NDRPDR sel
1357       - 14  # NDRPDR sel
1358       - 18  # NDRPDR sel
1359       - 23  # NDRPDR sel
1360       - 25  # NDRPDR sel
1361       - 38  # NDRPDR sel
1362       - 39  # NDRPDR sel
1363       - 41  # NDRPDR sel
1364   compare:
1365     title: "3-Node Skx"
1366     data:
1367       csit-vpp-perf-verify-1810-3n-skx:
1368       - 10  # NDRPDR sel
1369       - 14  # NDRPDR sel
1370       - 15  # NDRPDR sel
1371       - 16  # NDRPDR sel
1372       - 17  # NDRPDR sel
1373       - 19  # NDRPDR sel
1374       - 20  # NDRPDR sel
1375       - 21  # NDRPDR sel
1376       - 22  # NDRPDR sel
1377       - 25  # NDRPDR sel
1378   data: "vpp-compare-testbeds"
1379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1380   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1381   parameters:
1382   - "name"
1383   - "parent"
1384   - "throughput"
1385
1386 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1387 -
1388   type: "table"
1389   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1390   algorithm: "table_performance_comparison"
1391   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1392   reference:
1393     title: "3-Node Hsw"
1394     data:
1395       csit-vpp-perf-verify-1810-3n-hsw:
1396       - 8   # NDRPDR sel
1397       - 12  # NDRPDR sel
1398       - 14  # NDRPDR sel
1399       - 18  # NDRPDR sel
1400       - 23  # NDRPDR sel
1401       - 25  # NDRPDR sel
1402       - 38  # NDRPDR sel
1403       - 39  # NDRPDR sel
1404       - 41  # NDRPDR sel
1405   compare:
1406     title: "3-Node Skx"
1407     data:
1408       csit-vpp-perf-verify-1810-3n-skx:
1409       - 10  # NDRPDR sel
1410       - 14  # NDRPDR sel
1411       - 15  # NDRPDR sel
1412       - 16  # NDRPDR sel
1413       - 17  # NDRPDR sel
1414       - 19  # NDRPDR sel
1415       - 20  # NDRPDR sel
1416       - 21  # NDRPDR sel
1417       - 22  # NDRPDR sel
1418       - 25  # NDRPDR sel
1419   data: "vpp-compare-testbeds"
1420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1421   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1422   parameters:
1423   - "name"
1424   - "parent"
1425   - "throughput"
1426
1427 # VPP Performance Changes - 1t1c MRR
1428 -
1429   type: "table"
1430   title: "VPP Performance Changes - 1t1c MRR"
1431   algorithm: "table_performance_comparison"
1432   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1433   history:
1434     -
1435       title: "rls1804"
1436       data:
1437         csit-vpp-perf-check-1804:
1438         - 6   # mrr - sel
1439         - 13  # mrr - sel
1440         - 14  # mrr - sel
1441         - 15  # mrr - sel
1442         - 16  # mrr - sel
1443         - 17  # mrr - sel
1444         - 19  # mrr - sel
1445         - 20  # mrr - sel
1446         - 21  # mrr - sel
1447         - 22  # mrr - sel
1448   reference:
1449     title: "rls1807"
1450     data:
1451       csit-vpp-perf-verify-1807-3n-hsw:
1452       - 8   # MRR full
1453       - 9   # MRR sel
1454       - 21  # MRR sel
1455       - 31  # MRR sel
1456       - 33  # MRR sel
1457       - 36  # MRR sel
1458       - 41  # MRR sel
1459       - 42  # MRR sel
1460       - 48  # MRR sel
1461   compare:
1462     title: "rls1810"
1463     data:
1464       csit-vpp-perf-verify-1810-3n-hsw:
1465       - 9   # MRR sel
1466   data: "vpp-performance-changes-mrr"
1467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1468   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1469   parameters:
1470   - "name"
1471   - "parent"
1472   - "result"
1473
1474 # VPP Performance Changes - 2t2c MRR
1475 -
1476   type: "table"
1477   title: "VPP Performance Changes - 2t2c MRR"
1478   algorithm: "table_performance_comparison"
1479   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1480   history:
1481     -
1482       title: "rls1804"
1483       data:
1484         csit-vpp-perf-check-1804:
1485         - 6   # mrr - sel
1486         - 13  # mrr - sel
1487         - 14  # mrr - sel
1488         - 15  # mrr - sel
1489         - 16  # mrr - sel
1490         - 17  # mrr - sel
1491         - 19  # mrr - sel
1492         - 20  # mrr - sel
1493         - 21  # mrr - sel
1494         - 22  # mrr - sel
1495   reference:
1496     title: "rls1807"
1497     data:
1498       csit-vpp-perf-verify-1807-3n-hsw:
1499       - 8   # MRR full
1500       - 9   # MRR sel
1501       - 21  # MRR sel
1502       - 31  # MRR sel
1503       - 33  # MRR sel
1504       - 36  # MRR sel
1505       - 41  # MRR sel
1506       - 42  # MRR sel
1507       - 48  # MRR sel
1508   compare:
1509     title: "rls1810"
1510     data:
1511       csit-vpp-perf-verify-1810-3n-hsw:
1512       - 9   # MRR sel
1513   data: "vpp-performance-changes-mrr"
1514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1515   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1516   parameters:
1517   - "name"
1518   - "parent"
1519   - "result"
1520
1521 # VPP Performance Changes - 4t4c MRR
1522 -
1523   type: "table"
1524   title: "VPP Performance Changes - 4t4c MRR"
1525   algorithm: "table_performance_comparison"
1526   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1527   history:
1528     -
1529       title: "rls1804"
1530       data:
1531         csit-vpp-perf-check-1804:
1532         - 6   # mrr - sel
1533         - 13  # mrr - sel
1534         - 14  # mrr - sel
1535         - 15  # mrr - sel
1536         - 16  # mrr - sel
1537         - 17  # mrr - sel
1538         - 19  # mrr - sel
1539         - 20  # mrr - sel
1540         - 21  # mrr - sel
1541         - 22  # mrr - sel
1542   reference:
1543     title: "rls1807"
1544     data:
1545       csit-vpp-perf-verify-1807-3n-hsw:
1546       - 8   # MRR full
1547       - 9   # MRR sel
1548       - 21  # MRR sel
1549       - 31  # MRR sel
1550       - 33  # MRR sel
1551       - 36  # MRR sel
1552       - 41  # MRR sel
1553       - 42  # MRR sel
1554       - 48  # MRR sel
1555   compare:
1556     title: "rls1810"
1557     data:
1558       csit-vpp-perf-verify-1810-3n-hsw:
1559       - 9   # MRR sel
1560   data: "vpp-performance-changes-mrr"
1561   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1562   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1563   parameters:
1564   - "name"
1565   - "parent"
1566   - "result"
1567
1568 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1569 -
1570   type: "table"
1571   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1572   algorithm: "table_performance_comparison"
1573   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1574   reference:
1575     title: "3-Node Hsw"
1576     data:
1577       csit-vpp-perf-verify-1810-3n-hsw:
1578       - 9   # MRR sel
1579   compare:
1580     title: "3-Node Skx"
1581     data:
1582       csit-vpp-perf-verify-1810-3n-skx:
1583       - 9   # MRR sel
1584       - 11  # MRR sel
1585       - 12  # MRR sel
1586       - 13  # MRR sel
1587   data: "vpp-compare-testbeds-mrr"
1588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1589   filter: "'NIC_Intel-X710' and 'MRR'"
1590   parameters:
1591   - "name"
1592   - "parent"
1593   - "result"
1594
1595 # Detailed Test Results - VPP Performance Results 3n-hsw
1596 -
1597   type: "table"
1598   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1599   algorithm: "table_merged_details"
1600   output-file-ext: ".csv"
1601   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1602   columns:
1603   -
1604     title: "Name"
1605     data: "data name"
1606   -
1607     title: "Status"
1608     data: "data msg"
1609   rows: "generated"
1610   data: "vpp-perf-results-3n-hsw"
1611   filter: "not 'NDRCHK' and not 'PDRCHK'"
1612   parameters:
1613   - "name"
1614   - "parent"
1615   - "msg"
1616
1617 # Detailed Test Results - VPP Performance Results 3n-skx
1618 -
1619   type: "table"
1620   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1621   algorithm: "table_merged_details"
1622   output-file-ext: ".csv"
1623   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1624   columns:
1625   -
1626     title: "Name"
1627     data: "data name"
1628   -
1629     title: "Status"
1630     data: "data msg"
1631   rows: "generated"
1632   data: "vpp-perf-results-3n-skx"
1633   filter: "not 'NDRCHK' and not 'PDRCHK'"
1634   parameters:
1635   - "name"
1636   - "parent"
1637   - "msg"
1638
1639 # Detailed Test Results - VPP Performance Results 2n-skx
1640 -
1641   type: "table"
1642   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1643   algorithm: "table_merged_details"
1644   output-file-ext: ".csv"
1645   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1646   columns:
1647   -
1648     title: "Name"
1649     data: "data name"
1650   -
1651     title: "Status"
1652     data: "data msg"
1653   rows: "generated"
1654   data: "vpp-perf-results-2n-skx"
1655   filter: "not 'NDRCHK' and not 'PDRCHK'"
1656   parameters:
1657   - "name"
1658   - "parent"
1659   - "msg"
1660
1661 # Test configuration - VPP Performance Test Configs 3n-hsw
1662 -
1663   type: "table"
1664   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1665   algorithm: "table_merged_details"
1666   output-file-ext: ".csv"
1667   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1668   columns:
1669   -
1670     title: "Name"
1671     data: "data name"
1672   -
1673     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1674     data: "data vat-history"
1675   rows: "generated"
1676   data: "vpp-perf-results-3n-hsw"
1677   filter: "not 'NDRCHK' and not 'PDRCHK'"
1678   parameters:
1679   - "parent"
1680   - "name"
1681   - "vat-history"
1682
1683 # Test configuration - VPP Performance Test Configs 3n-skx
1684 -
1685   type: "table"
1686   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1687   algorithm: "table_merged_details"
1688   output-file-ext: ".csv"
1689   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1690   columns:
1691   -
1692     title: "Name"
1693     data: "data name"
1694   -
1695     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1696     data: "data vat-history"
1697   rows: "generated"
1698   data: "vpp-perf-results-3n-skx"
1699   filter: "not 'NDRCHK' and not 'PDRCHK'"
1700   parameters:
1701   - "parent"
1702   - "name"
1703   - "vat-history"
1704
1705 # Test configuration - VPP Performance Test Configs 2n-skx
1706 -
1707   type: "table"
1708   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1709   algorithm: "table_merged_details"
1710   output-file-ext: ".csv"
1711   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1712   columns:
1713   -
1714     title: "Name"
1715     data: "data name"
1716   -
1717     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1718     data: "data vat-history"
1719   rows: "generated"
1720   data: "vpp-perf-results-2n-skx"
1721   filter: "not 'NDRCHK' and not 'PDRCHK'"
1722   parameters:
1723   - "parent"
1724   - "name"
1725   - "vat-history"
1726
1727 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1728 -
1729   type: "table"
1730   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1731   algorithm: "table_merged_details"
1732   output-file-ext: ".csv"
1733   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1734   columns:
1735   -
1736     title: "Name"
1737     data: "data name"
1738   -
1739     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1740     data: "data show-run"
1741   rows: "generated"
1742   data: "vpp-perf-results-3n-hsw"
1743   filter: "not 'NDRCHK' and not 'PDRCHK'"
1744   parameters:
1745   - "parent"
1746   - "name"
1747   - "show-run"
1748
1749 # Test Operational Data - VPP Performance Operational Data 3n-skx
1750 -
1751   type: "table"
1752   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1753   algorithm: "table_merged_details"
1754   output-file-ext: ".csv"
1755   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1756   columns:
1757   -
1758     title: "Name"
1759     data: "data name"
1760   -
1761     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1762     data: "data show-run"
1763   rows: "generated"
1764   data: "vpp-perf-results-3n-skx"
1765   filter: "not 'NDRCHK' and not 'PDRCHK'"
1766   parameters:
1767   - "parent"
1768   - "name"
1769   - "show-run"
1770
1771 # Test Operational Data - VPP Performance Operational Data 2n-skx
1772 -
1773   type: "table"
1774   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1775   algorithm: "table_merged_details"
1776   output-file-ext: ".csv"
1777   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1778   columns:
1779   -
1780     title: "Name"
1781     data: "data name"
1782   -
1783     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1784     data: "data show-run"
1785   rows: "generated"
1786   data: "vpp-perf-results-2n-skx"
1787   filter: "not 'NDRCHK' and not 'PDRCHK'"
1788   parameters:
1789   - "parent"
1790   - "name"
1791   - "show-run"
1792
1793 # Detailed Test Results - VPP MRR Results 3n-hsw
1794 -
1795   type: "table"
1796   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1797   algorithm: "table_details"
1798   output-file-ext: ".csv"
1799   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1800   columns:
1801   -
1802     title: "Name"
1803     data: "data name"
1804   -
1805     title: "Status"
1806     data: "data msg"
1807   rows: "generated"
1808   data: "vpp-mrr-results-3n-hsw"
1809   filter: "'MRR'"
1810   parameters:
1811   - "name"
1812   - "parent"
1813   - "msg"
1814
1815 # Detailed Test Results - VPP MRR Results 3n-skx
1816 -
1817   type: "table"
1818   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1819   algorithm: "table_details"
1820   output-file-ext: ".csv"
1821   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1822   columns:
1823   -
1824     title: "Name"
1825     data: "data name"
1826   -
1827     title: "Status"
1828     data: "data msg"
1829   rows: "generated"
1830   data: "vpp-mrr-results-3n-skx"
1831   filter: "'MRR'"
1832   parameters:
1833   - "name"
1834   - "parent"
1835   - "msg"
1836
1837 # Detailed Test Results - VPP MRR Results 2n-skx
1838 -
1839   type: "table"
1840   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1841   algorithm: "table_details"
1842   output-file-ext: ".csv"
1843   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1844   columns:
1845   -
1846     title: "Name"
1847     data: "data name"
1848   -
1849     title: "Status"
1850     data: "data msg"
1851   rows: "generated"
1852   data: "vpp-mrr-results-2n-skx"
1853   filter: "'MRR'"
1854   parameters:
1855   - "name"
1856   - "parent"
1857   - "msg"
1858
1859 # Test configuration - VPP MRR Test Configs 3n-hsw
1860 -
1861   type: "table"
1862   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1863   algorithm: "table_details"
1864   output-file-ext: ".csv"
1865   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1866   columns:
1867   -
1868     title: "Name"
1869     data: "data name"
1870   -
1871     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1872     data: "data vat-history"
1873   rows: "generated"
1874   data: "vpp-mrr-results-3n-hsw"
1875   filter: "'MRR'"
1876   parameters:
1877   - "parent"
1878   - "name"
1879   - "vat-history"
1880
1881 # Test configuration - VPP MRR Test Configs 3n-skx
1882 -
1883   type: "table"
1884   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1885   algorithm: "table_details"
1886   output-file-ext: ".csv"
1887   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1888   columns:
1889   -
1890     title: "Name"
1891     data: "data name"
1892   -
1893     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1894     data: "data vat-history"
1895   rows: "generated"
1896   data: "vpp-mrr-results-3n-skx"
1897   filter: "'MRR'"
1898   parameters:
1899   - "parent"
1900   - "name"
1901   - "vat-history"
1902
1903 # Test configuration - VPP MRR Test Configs 2n-skx
1904 -
1905   type: "table"
1906   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1907   algorithm: "table_details"
1908   output-file-ext: ".csv"
1909   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1910   columns:
1911   -
1912     title: "Name"
1913     data: "data name"
1914   -
1915     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1916     data: "data vat-history"
1917   rows: "generated"
1918   data: "vpp-mrr-results-2n-skx"
1919   filter: "'MRR'"
1920   parameters:
1921   - "parent"
1922   - "name"
1923   - "vat-history"
1924
1925 # Detailed Test Results - VPP Functional Results - Ubuntu
1926 -
1927   type: "table"
1928   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1929   algorithm: "table_details"
1930   output-file-ext: ".csv"
1931   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1932   columns:
1933   -
1934     title: "Name"
1935     data: "data name"
1936   -
1937     title: "Documentation"
1938     data: "data doc"
1939   -
1940     title: "Status"
1941     data: "data status"
1942   rows: "generated"
1943   data: "vpp-func-results-ubuntu"
1944   filter: "all"
1945   parameters:
1946   - "name"
1947   - "parent"
1948   - "doc"
1949   - "status"
1950
1951 # Detailed Test Results - VPP Functional Results - CentOS
1952 -
1953   type: "table"
1954   title: "Detailed Test Results - VPP Functional Results - CentOS"
1955   algorithm: "table_details"
1956   output-file-ext: ".csv"
1957   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1958   columns:
1959   -
1960     title: "Name"
1961     data: "data name"
1962   -
1963     title: "Documentation"
1964     data: "data doc"
1965   -
1966     title: "Status"
1967     data: "data status"
1968   rows: "generated"
1969   data:
1970     "vpp-func-results-centos"
1971   filter: "all"
1972   parameters:
1973   - "name"
1974   - "parent"
1975   - "doc"
1976   - "status"
1977
1978 # Test configuration - VPP Functional Test Configs - Ubuntu
1979 -
1980   type: "table"
1981   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1982   algorithm: "table_details"
1983   output-file-ext: ".csv"
1984   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1985   columns:
1986   -
1987     title: "Name"
1988     data: "data name"
1989   -
1990     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1991     data: "data vat-history"
1992   rows: "generated"
1993   data: "vpp-func-results-ubuntu"
1994   filter: "all"
1995   parameters:
1996   - "parent"
1997   - "name"
1998   - "vat-history"
1999
2000 # Test configuration - VPP Functional Test Configs - CentOS
2001 -
2002   type: "table"
2003   title: "Test configuration - VPP Functional Test Configs - CentOS"
2004   algorithm: "table_details"
2005   output-file-ext: ".csv"
2006   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2007   columns:
2008   -
2009     title: "Name"
2010     data: "data name"
2011   -
2012     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2013     data: "data vat-history"
2014   rows: "generated"
2015   data: "vpp-func-results-centos"
2016   filter: "all"
2017   parameters:
2018   - "parent"
2019   - "name"
2020   - "vat-history"
2021
2022 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2023 -
2024   type: "table"
2025   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2026   algorithm: "table_details"
2027   output-file-ext: ".csv"
2028   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2029   columns:
2030   -
2031     title: "Name"
2032     data: "data name"
2033   -
2034     title: "Status"
2035     data: "data msg"
2036   rows: "generated"
2037   data: "ligato-perf-results-3n-hsw"
2038   filter: "all"
2039   parameters:
2040   - "name"
2041   - "parent"
2042   - "msg"
2043
2044 # Detailed Test Results - VPP Device Results - Ubuntu
2045 -
2046   type: "table"
2047   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2048   algorithm: "table_details"
2049   output-file-ext: ".csv"
2050   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2051   columns:
2052   -
2053     title: "Name"
2054     data: "data name"
2055   -
2056     title: "Documentation"
2057     data: "data doc"
2058   -
2059     title: "Status"
2060     data: "data status"
2061   rows: "generated"
2062   data: "vpp-device-results-ubuntu"
2063   filter: "all"
2064   parameters:
2065   - "name"
2066   - "parent"
2067   - "doc"
2068   - "status"
2069
2070 # Test configuration - VPP Device Test Configs - Ubuntu
2071 -
2072   type: "table"
2073   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2074   algorithm: "table_details"
2075   output-file-ext: ".csv"
2076   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2077   columns:
2078   -
2079     title: "Name"
2080     data: "data name"
2081   -
2082     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2083     data: "data vat-history"
2084   rows: "generated"
2085   data: "vpp-device-results-ubuntu"
2086   filter: "all"
2087   parameters:
2088   - "parent"
2089   - "name"
2090   - "vat-history"
2091
2092 ################################################################################
2093
2094 # DPDK Performance Changes 1t1c pdr
2095 -
2096   type: "table"
2097   title: "DPDK Performance Changes 1t1c pdr"
2098   algorithm: "table_performance_comparison"
2099   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
2100   history:
2101     -
2102       title: "rls1804"
2103       data:
2104         csit-dpdk-perf-1804-all:
2105         - 4
2106         - 5
2107         - 6
2108         - 7
2109         - 8
2110         - 9
2111         - 10
2112         - 11
2113         - 12
2114         - 13
2115   reference:
2116     title: "rls1807"
2117     data:
2118       csit-dpdk-perf-verify-1807-3n-hsw:
2119       - 11
2120       - 12  # full
2121       - 14
2122       - 15
2123       - 16
2124       - 17
2125       - 20
2126       - 21
2127       - 22
2128       - 23
2129   compare:
2130     title: "rls1810"
2131     data:
2132       csit-dpdk-perf-verify-1810-3n-hsw:
2133       - 1   # NDRPDR sel
2134       - 2   # NDRPDR sel
2135       - 3   # NDRPDR sel
2136       - 4   # NDRPDR sel
2137       - 5   # NDRPDR sel
2138       - 6   # NDRPDR sel
2139       - 7   # NDRPDR sel
2140       - 8   # NDRPDR sel
2141       - 9   # NDRPDR sel
2142       - 10  # NDRPDR sel
2143   data: "dpdk-performance-changes"
2144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2145   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2146   parameters:
2147   - "name"
2148   - "parent"
2149   - "throughput"
2150
2151 # DPDK Performance Changes 2t2c pdr
2152 -
2153   type: "table"
2154   title: "DPDK Performance Changes 2t2c pdr"
2155   algorithm: "table_performance_comparison"
2156   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2157   history:
2158     -
2159       title: "rls1804"
2160       data:
2161         csit-dpdk-perf-1804-all:
2162         - 4
2163         - 5
2164         - 6
2165         - 7
2166         - 8
2167         - 9
2168         - 10
2169         - 11
2170         - 12
2171         - 13
2172   reference:
2173     title: "rls1807"
2174     data:
2175       csit-dpdk-perf-verify-1807-3n-hsw:
2176       - 11
2177       - 12  # full
2178       - 14
2179       - 15
2180       - 16
2181       - 17
2182       - 20
2183       - 21
2184       - 22
2185       - 23
2186   compare:
2187     title: "rls1810"
2188     data:
2189       csit-dpdk-perf-verify-1810-3n-hsw:
2190       - 1   # NDRPDR sel
2191       - 2   # NDRPDR sel
2192       - 3   # NDRPDR sel
2193       - 4   # NDRPDR sel
2194       - 5   # NDRPDR sel
2195       - 6   # NDRPDR sel
2196       - 7   # NDRPDR sel
2197       - 8   # NDRPDR sel
2198       - 9   # NDRPDR sel
2199       - 10  # NDRPDR sel
2200   data: "dpdk-performance-changes"
2201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2202   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2203   parameters:
2204   - "name"
2205   - "parent"
2206   - "throughput"
2207
2208 # DPDK Performance Changes 1t1c ndr
2209 -
2210   type: "table"
2211   title: "DPDK Performance Changes 1t1c ndr"
2212   algorithm: "table_performance_comparison"
2213   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2214   history:
2215     -
2216       title: "rls1804"
2217       data:
2218         csit-dpdk-perf-1804-all:
2219         - 4
2220         - 5
2221         - 6
2222         - 7
2223         - 8
2224         - 9
2225         - 10
2226         - 11
2227         - 12
2228         - 13
2229   reference:
2230     title: "rls1807"
2231     data:
2232       csit-dpdk-perf-verify-1807-3n-hsw:
2233       - 11
2234       - 12  # full
2235       - 14
2236       - 15
2237       - 16
2238       - 17
2239       - 20
2240       - 21
2241       - 22
2242       - 23
2243   compare:
2244     title: "rls1810"
2245     data:
2246       csit-dpdk-perf-verify-1810-3n-hsw:
2247       - 1   # NDRPDR sel
2248       - 2   # NDRPDR sel
2249       - 3   # NDRPDR sel
2250       - 4   # NDRPDR sel
2251       - 5   # NDRPDR sel
2252       - 6   # NDRPDR sel
2253       - 7   # NDRPDR sel
2254       - 8   # NDRPDR sel
2255       - 9   # NDRPDR sel
2256       - 10  # NDRPDR sel
2257   data: "dpdk-performance-changes"
2258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2259   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2260   parameters:
2261   - "name"
2262   - "parent"
2263   - "throughput"
2264
2265 # DPDK Performance Changes 2t2c ndr
2266 -
2267   type: "table"
2268   title: "DPDK Performance Changes 2t2c ndr"
2269   algorithm: "table_performance_comparison"
2270   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2271   history:
2272     -
2273       title: "rls1804"
2274       data:
2275         csit-dpdk-perf-1804-all:
2276         - 4
2277         - 5
2278         - 6
2279         - 7
2280         - 8
2281         - 9
2282         - 10
2283         - 11
2284         - 12
2285         - 13
2286   reference:
2287     title: "rls1807"
2288     data:
2289       csit-dpdk-perf-verify-1807-3n-hsw:
2290       - 11
2291       - 12  # full
2292       - 14
2293       - 15
2294       - 16
2295       - 17
2296       - 20
2297       - 21
2298       - 22
2299       - 23
2300   compare:
2301     title: "rls1810"
2302     data:
2303       csit-dpdk-perf-verify-1810-3n-hsw:
2304       - 1   # NDRPDR sel
2305       - 2   # NDRPDR sel
2306       - 3   # NDRPDR sel
2307       - 4   # NDRPDR sel
2308       - 5   # NDRPDR sel
2309       - 6   # NDRPDR sel
2310       - 7   # NDRPDR sel
2311       - 8   # NDRPDR sel
2312       - 9   # NDRPDR sel
2313       - 10  # NDRPDR sel
2314   data: "dpdk-performance-changes"
2315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2316   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2317   parameters:
2318   - "name"
2319   - "parent"
2320   - "throughput"
2321
2322 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2323 -
2324   type: "table"
2325   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2326   algorithm: "table_performance_comparison"
2327   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2328   reference:
2329     title: "3-Node Hsw"
2330     data:
2331       csit-dpdk-perf-verify-1810-3n-hsw:
2332       - 1   # NDRPDR sel
2333       - 2   # NDRPDR sel
2334       - 3   # NDRPDR sel
2335       - 4   # NDRPDR sel
2336       - 5   # NDRPDR sel
2337       - 6   # NDRPDR sel
2338       - 7   # NDRPDR sel
2339       - 8   # NDRPDR sel
2340       - 9   # NDRPDR sel
2341       - 10  # NDRPDR sel
2342   compare:
2343     title: "3-Node Skx"
2344     data:
2345       csit-dpdk-perf-verify-1810-3n-skx:
2346       - 3   # NDRPDR sel
2347       - 4   # NDRPDR sel
2348       - 6   # NDRPDR sel
2349       - 7   # NDRPDR sel
2350       - 8   # NDRPDR sel
2351       - 9   # NDRPDR sel
2352       - 10  # NDRPDR sel
2353       - 11  # NDRPDR sel
2354       - 12  # NDRPDR sel
2355       - 13  # NDRPDR sel
2356   data: "dpdk-compare-testbeds"
2357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2358   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2359   parameters:
2360   - "name"
2361   - "parent"
2362   - "throughput"
2363
2364 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2365 -
2366   type: "table"
2367   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2368   algorithm: "table_performance_comparison"
2369   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2370   reference:
2371     title: "3-Node Hsw"
2372     data:
2373       csit-dpdk-perf-verify-1810-3n-hsw:
2374       - 1   # NDRPDR sel
2375       - 2   # NDRPDR sel
2376       - 3   # NDRPDR sel
2377       - 4   # NDRPDR sel
2378       - 5   # NDRPDR sel
2379       - 6   # NDRPDR sel
2380       - 7   # NDRPDR sel
2381       - 8   # NDRPDR sel
2382       - 9   # NDRPDR sel
2383       - 10  # NDRPDR sel
2384   compare:
2385     title: "3-Node Skx"
2386     data:
2387       csit-dpdk-perf-verify-1810-3n-skx:
2388       - 3   # NDRPDR sel
2389       - 4   # NDRPDR sel
2390       - 6   # NDRPDR sel
2391       - 7   # NDRPDR sel
2392       - 8   # NDRPDR sel
2393       - 9   # NDRPDR sel
2394       - 10  # NDRPDR sel
2395       - 11  # NDRPDR sel
2396       - 12  # NDRPDR sel
2397       - 13  # NDRPDR sel
2398   data: "dpdk-compare-testbeds"
2399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2400   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2401   parameters:
2402   - "name"
2403   - "parent"
2404   - "throughput"
2405
2406 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2407 # NOTE: Not used in 18.10
2408 #-
2409 #  type: "table"
2410 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2411 #  algorithm: "table_performance_comparison"
2412 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2413 #  reference:
2414 #    title: "3-Node Hsw"
2415 #    data:
2416 #      csit-dpdk-perf-verify-1807-3n-hsw:
2417 #      - 11
2418 #      - 12  # full
2419 #      - 14
2420 #      - 15
2421 #      - 16
2422 #      - 17
2423 #      - 20
2424 #      - 21
2425 #      - 22
2426 #      - 23
2427 #  compare:
2428 #    title: "3-Node Skx"
2429 #    data:
2430 #      csit-dpdk-perf-verify-1807-3n-skx:
2431 #      - 1
2432 #      - 2
2433 #      - 3
2434 #      - 6
2435 #      - 7
2436 #      - 8
2437 #      - 9
2438 #      - 10
2439 #      - 11
2440 #      - 12
2441 #  data: "dpdk-compare-testbeds"
2442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2443 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2444 #  parameters:
2445 #  - "name"
2446 #  - "parent"
2447 #  - "result"
2448
2449 # Detailed Test Results - DPDK Performance Results 3n-hsw
2450 -
2451   type: "table"
2452   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2453   algorithm: "table_details"
2454   output-file-ext: ".csv"
2455   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2456   columns:
2457   -
2458     title: "Name"
2459     data: "data name"
2460   -
2461     title: "Status"
2462     data: "data msg"
2463   rows: "generated"
2464   data: "dpdk-perf-results-3n-hsw"
2465   filter: "all"
2466   parameters:
2467   - "name"
2468   - "parent"
2469   - "msg"
2470
2471 # Detailed Test Results - DPDK Performance Results 3n-skx
2472 -
2473   type: "table"
2474   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2475   algorithm: "table_details"
2476   output-file-ext: ".csv"
2477   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2478   columns:
2479   -
2480     title: "Name"
2481     data: "data name"
2482   -
2483     title: "Status"
2484     data: "data msg"
2485   rows: "generated"
2486   data: "dpdk-perf-results-3n-skx"
2487   filter: "all"
2488   parameters:
2489   - "name"
2490   - "parent"
2491   - "msg"
2492
2493 # Detailed Test Results - DPDK Performance Results 2n-skx
2494 -
2495   type: "table"
2496   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2497   algorithm: "table_details"
2498   output-file-ext: ".csv"
2499   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2500   columns:
2501   -
2502     title: "Name"
2503     data: "data name"
2504   -
2505     title: "Status"
2506     data: "data msg"
2507   rows: "generated"
2508   data: "dpdk-perf-results-2n-skx"
2509   filter: "all"
2510   parameters:
2511   - "name"
2512   - "parent"
2513   - "msg"
2514
2515 ################################################################################
2516 # HoneyComb
2517 -
2518   type: "table"
2519   title: "Detailed Test Results - Honeycomb Functional Results"
2520   algorithm: "table_details"
2521   output-file-ext: ".csv"
2522   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2523   columns:
2524   -
2525     title: "Name"
2526     data: "data name"
2527   -
2528     title: "Documentation"
2529     data: "data doc"
2530   -
2531     title: "Status"
2532     data: "data status"
2533   rows: "generated"
2534   data:
2535     "hc-func-results"
2536   filter: "all"
2537   parameters:
2538   - "name"
2539   - "parent"
2540   - "doc"
2541   - "status"
2542
2543 ################################################################################
2544 # NSH SFC
2545 -
2546   type: "table"
2547   title: "Detailed Test Results - NSH SFC Functional Results"
2548   algorithm: "table_details"
2549   output-file-ext: ".csv"
2550   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2551   columns:
2552   -
2553     title: "Name"
2554     data: "data name"
2555   -
2556     title: "Documentation"
2557     data: "data doc"
2558   -
2559     title: "Status"
2560     data: "data status"
2561   rows: "generated"
2562   data:
2563     "nsh-func-results"
2564   filter: "all"
2565   parameters:
2566   - "name"
2567   - "parent"
2568   - "doc"
2569   - "status"
2570
2571 ################################################################################
2572 # DMM
2573 -
2574   type: "table"
2575   title: "Detailed Test Results - DMM Functional Results"
2576   algorithm: "table_details"
2577   output-file-ext: ".csv"
2578   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2579   columns:
2580   -
2581     title: "Name"
2582     data: "data name"
2583   -
2584     title: "Documentation"
2585     data: "data doc"
2586   -
2587     title: "Status"
2588     data: "data status"
2589   rows: "generated"
2590   data:
2591     "dmm-func-results"
2592   filter: "all"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "doc"
2597   - "status"
2598
2599 ################################################################################
2600 ###                                F I L E S                                 ###
2601 ################################################################################
2602
2603 # VPP Performance Results 3n-hsw
2604 -
2605   type: "file"
2606   title: "VPP Performance Results 3n-hsw"
2607   algorithm: "file_test_results"
2608   output-file-ext: ".rst"
2609   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2610   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"
2611   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2612   data: "vpp-perf-results-3n-hsw"
2613   filter: "not 'NDRCHK' and not 'PDRCHK'"
2614   parameters:
2615   - "name"
2616   - "doc"
2617   - "level"
2618   - "parent"
2619   data-start-level: 3
2620
2621 # VPP Performance Results 3n-skx
2622 -
2623   type: "file"
2624   title: "VPP Performance Results 3n-skx"
2625   algorithm: "file_test_results"
2626   output-file-ext: ".rst"
2627   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2628   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"
2629   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2630   data: "vpp-perf-results-3n-skx"
2631   filter: "not 'NDRCHK' and not 'PDRCHK'"
2632   parameters:
2633   - "name"
2634   - "doc"
2635   - "level"
2636   - "parent"
2637   data-start-level: 3
2638
2639 # VPP Performance Results 2n-skx
2640 -
2641   type: "file"
2642   title: "VPP Performance Results 2n-skx"
2643   algorithm: "file_test_results"
2644   output-file-ext: ".rst"
2645   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2646   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"
2647   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2648   data: "vpp-perf-results-2n-skx"
2649   filter: "not 'NDRCHK' and not 'PDRCHK'"
2650   parameters:
2651   - "name"
2652   - "doc"
2653   - "level"
2654   - "parent"
2655   data-start-level: 3
2656
2657 # VPP Performance Configuration 3n-hsw
2658 -
2659   type: "file"
2660   title: "VPP Performance Configuration 3n-hsw"
2661   algorithm: "file_test_results"
2662   output-file-ext: ".rst"
2663   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2664   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"
2665   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2666   data: "vpp-perf-results-3n-hsw"
2667   filter: "not 'NDRCHK' and not 'PDRCHK'"
2668   parameters:
2669   - "name"
2670   - "doc"
2671   - "level"
2672   - "parent"
2673   data-start-level: 3
2674
2675 # VPP Performance Configuration 3n-skx
2676 -
2677   type: "file"
2678   title: "VPP Performance Configuration 3n-skx"
2679   algorithm: "file_test_results"
2680   output-file-ext: ".rst"
2681   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2682   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"
2683   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2684   data: "vpp-perf-results-3n-skx"
2685   filter: "not 'NDRCHK' and not 'PDRCHK'"
2686   parameters:
2687   - "name"
2688   - "doc"
2689   - "level"
2690   - "parent"
2691   data-start-level: 3
2692
2693 # VPP Performance Configuration 2n-skx
2694 -
2695   type: "file"
2696   title: "VPP Performance Configuration 2n-skx"
2697   algorithm: "file_test_results"
2698   output-file-ext: ".rst"
2699   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2700   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"
2701   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2702   data: "vpp-perf-results-2n-skx"
2703   filter: "not 'NDRCHK' and not 'PDRCHK'"
2704   parameters:
2705   - "name"
2706   - "doc"
2707   - "level"
2708   - "parent"
2709   data-start-level: 3
2710
2711 # VPP Performance Operational Data 3n-hsw
2712 -
2713   type: "file"
2714   title: "VPP Performance Operational Data 3n-hsw"
2715   algorithm: "file_test_results"
2716   output-file-ext: ".rst"
2717   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2718   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"
2719   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2720   data: "vpp-perf-results-3n-hsw"
2721   filter: "not 'NDRCHK' and not 'PDRCHK'"
2722   parameters:
2723   - "name"
2724   - "doc"
2725   - "level"
2726   - "parent"
2727   data-start-level: 3
2728
2729 # VPP Performance Operational Data 3n-skx
2730 -
2731   type: "file"
2732   title: "VPP Performance Operational Data 3n-skx"
2733   algorithm: "file_test_results"
2734   output-file-ext: ".rst"
2735   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2736   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"
2737   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2738   data: "vpp-perf-results-3n-skx"
2739   filter: "not 'NDRCHK' and not 'PDRCHK'"
2740   parameters:
2741   - "name"
2742   - "doc"
2743   - "level"
2744   - "parent"
2745   data-start-level: 3
2746
2747 # VPP Performance Operational Data 2n-skx
2748 -
2749   type: "file"
2750   title: "VPP Performance Operational Data 2n-skx"
2751   algorithm: "file_test_results"
2752   output-file-ext: ".rst"
2753   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2754   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"
2755   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2756   data: "vpp-perf-results-2n-skx"
2757   filter: "not 'NDRCHK' and not 'PDRCHK'"
2758   parameters:
2759   - "name"
2760   - "doc"
2761   - "level"
2762   - "parent"
2763   data-start-level: 3
2764
2765 # VPP MRR Results 3n-hsw
2766 -
2767   type: "file"
2768   title: "VPP MRR Results 3n-hsw"
2769   algorithm: "file_test_results"
2770   output-file-ext: ".rst"
2771   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2772   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"
2773   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2774   data: "vpp-mrr-results-3n-hsw"
2775   filter: "'MRR'"
2776   parameters:
2777   - "name"
2778   - "doc"
2779   - "level"
2780   - "parent"
2781   data-start-level: 3
2782
2783 # VPP MRR Results 3n-skx
2784 -
2785   type: "file"
2786   title: "VPP MRR Results 3n-skx"
2787   algorithm: "file_test_results"
2788   output-file-ext: ".rst"
2789   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2790   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"
2791   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2792   data: "vpp-mrr-results-3n-skx"
2793   filter: "'MRR'"
2794   parameters:
2795   - "name"
2796   - "doc"
2797   - "level"
2798   - "parent"
2799   data-start-level: 3
2800
2801 # VPP MRR Results 2n-skx
2802 -
2803   type: "file"
2804   title: "VPP MRR Results 2n-skx"
2805   algorithm: "file_test_results"
2806   output-file-ext: ".rst"
2807   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2808   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"
2809   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2810   data: "vpp-mrr-results-2n-skx"
2811   filter: "all"
2812   parameters:
2813   - "name"
2814   - "doc"
2815   - "level"
2816   - "parent"
2817   data-start-level: 3
2818
2819 # VPP MRR Configuration 3n-hsw
2820 -
2821   type: "file"
2822   title: "VPP MRR Configuration 3n-hsw"
2823   algorithm: "file_test_results"
2824   output-file-ext: ".rst"
2825   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2826   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"
2827   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2828   data: "vpp-mrr-results-3n-hsw"
2829   filter: "'MRR'"
2830   parameters:
2831   - "name"
2832   - "doc"
2833   - "level"
2834   - "parent"
2835   data-start-level: 3
2836
2837 # VPP MRR Configuration 3n-skx
2838 -
2839   type: "file"
2840   title: "VPP MRR Configuration 3n-skx"
2841   algorithm: "file_test_results"
2842   output-file-ext: ".rst"
2843   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2844   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"
2845   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2846   data: "vpp-mrr-results-3n-skx"
2847   filter: "'MRR'"
2848   parameters:
2849   - "name"
2850   - "doc"
2851   - "level"
2852   - "parent"
2853   data-start-level: 3
2854
2855 # VPP MRR Configuration 2n-skx
2856 -
2857   type: "file"
2858   title: "VPP MRR Configuration 2n-skx"
2859   algorithm: "file_test_results"
2860   output-file-ext: ".rst"
2861   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2862   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"
2863   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2864   data: "vpp-mrr-results-2n-skx"
2865   filter: "'MRR'"
2866   parameters:
2867   - "name"
2868   - "doc"
2869   - "level"
2870   - "parent"
2871   data-start-level: 3
2872
2873 # VPP Functional Results - Ubuntu
2874 -
2875   type: "file"
2876   title: "VPP Functional Results - Ubuntu"
2877   algorithm: "file_test_results"
2878   output-file-ext: ".rst"
2879   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2880   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"
2881   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2882   data: "vpp-func-results-ubuntu"
2883   filter: "all"
2884   parameters:
2885   - "name"
2886   - "doc"
2887   - "level"
2888   - "parent"
2889   data-start-level: 3
2890
2891 # VPP Functional Results - CentOS
2892 -
2893   type: "file"
2894   title: "VPP Functional Results - CentOS"
2895   algorithm: "file_test_results"
2896   output-file-ext: ".rst"
2897   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2898   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"
2899   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2900   data:
2901     "vpp-func-results-centos"
2902   filter: "all"
2903   parameters:
2904   - "name"
2905   - "doc"
2906   - "level"
2907   - "parent"
2908   data-start-level: 3
2909
2910 # VPP Functional Configuration - Ubuntu
2911 -
2912   type: "file"
2913   title: "VPP Functional Configuration - Ubuntu"
2914   algorithm: "file_test_results"
2915   output-file-ext: ".rst"
2916   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2917   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"
2918   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2919   data: "vpp-func-results-ubuntu"
2920   filter: "all"
2921   parameters:
2922   - "name"
2923   - "doc"
2924   - "level"
2925   - "parent"
2926   data-start-level: 3
2927
2928 # VPP Functional Configuration - CentOS
2929 -
2930   type: "file"
2931   title: "VPP Functional Configuration - CentOS"
2932   algorithm: "file_test_results"
2933   output-file-ext: ".rst"
2934   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2935   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"
2936   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2937   data:
2938     "vpp-func-results-centos"
2939   filter: "all"
2940   parameters:
2941   - "name"
2942   - "doc"
2943   - "level"
2944   - "parent"
2945   data-start-level: 3
2946
2947 # VPP Device Results - Ubuntu
2948 -
2949   type: "file"
2950   title: "VPP Device Results - Ubuntu"
2951   algorithm: "file_test_results"
2952   output-file-ext: ".rst"
2953   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2954   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"
2955   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2956   data: "vpp-device-results-ubuntu"
2957   filter: "all"
2958   parameters:
2959   - "name"
2960   - "doc"
2961   - "level"
2962   - "parent"
2963   data-start-level: 2
2964
2965 # VPP Device Configuration - Ubuntu
2966 -
2967   type: "file"
2968   title: "VPP Device Configuration - Ubuntu"
2969   algorithm: "file_test_results"
2970   output-file-ext: ".rst"
2971   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2972   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"
2973   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2974   data: "vpp-device-results-ubuntu"
2975   filter: "all"
2976   parameters:
2977   - "name"
2978   - "doc"
2979   - "level"
2980   - "parent"
2981   data-start-level: 2
2982
2983 # Container Orchestrated Performance Results 3n-hsw
2984 -
2985   type: "file"
2986   title: "Container Orchestrated Performance Results 3n-hsw"
2987   algorithm: "file_test_results"
2988   output-file-ext: ".rst"
2989   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2990   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"
2991   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2992   data: "ligato-perf-results-3n-hsw"
2993   filter: "all"
2994   parameters:
2995   - "name"
2996   - "doc"
2997   - "level"
2998   - "parent"
2999   data-start-level: 3
3000
3001 # DPDK Performance Results 3n-hsw
3002 -
3003   type: "file"
3004   title: "DPDK Performance Results 3n-hsw"
3005   algorithm: "file_test_results"
3006   output-file-ext: ".rst"
3007   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3008   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"
3009   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
3010   data: "dpdk-perf-results-3n-hsw"
3011   filter: "all"
3012   parameters:
3013   - "name"
3014   - "doc"
3015   - "level"
3016   - "parent"
3017   data-start-level: 3
3018
3019 # DPDK Performance Results 3n-skx
3020 -
3021   type: "file"
3022   title: "DPDK Performance Results 3n-skx"
3023   algorithm: "file_test_results"
3024   output-file-ext: ".rst"
3025   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3026   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"
3027   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
3028   data: "dpdk-perf-results-3n-skx"
3029   filter: "all"
3030   parameters:
3031   - "name"
3032   - "doc"
3033   - "level"
3034   - "parent"
3035   data-start-level: 3
3036
3037 # DPDK Performance Results 2n-skx
3038 -
3039   type: "file"
3040   title: "DPDK Performance Results 2n-skx"
3041   algorithm: "file_test_results"
3042   output-file-ext: ".rst"
3043   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3044   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"
3045   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
3046   data: "dpdk-perf-results-2n-skx"
3047   filter: "all"
3048   parameters:
3049   - "name"
3050   - "doc"
3051   - "level"
3052   - "parent"
3053   data-start-level: 3
3054
3055 # Honeycomb Functional Results
3056 -
3057   type: "file"
3058   title: "Honeycomb Functional Results"
3059   algorithm: "file_test_results"
3060   output-file-ext: ".rst"
3061   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
3062   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"
3063   dir-tables: "{DIR[DTR,FUNC,HC]}"
3064   data:
3065     "hc-func-results"
3066   filter: "all"
3067   parameters:
3068   - "name"
3069   - "doc"
3070   - "level"
3071   - "parent"
3072   data-start-level: 3
3073
3074 # NSH SFC Functional Results
3075 -
3076   type: "file"
3077   title: "NSH SFC Functional Results"
3078   algorithm: "file_test_results"
3079   output-file-ext: ".rst"
3080   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
3081   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"
3082   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
3083   data:
3084     "nsh-func-results"
3085   filter: "all"
3086   parameters:
3087   - "name"
3088   - "doc"
3089   - "level"
3090   - "parent"
3091   data-start-level: 3
3092
3093 # DMM Functional Results
3094 -
3095   type: "file"
3096   title: "DMM Functional Results"
3097   algorithm: "file_test_results"
3098   output-file-ext: ".rst"
3099   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3100   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"
3101   dir-tables: "{DIR[DTR,FUNC,DMM]}"
3102   data:
3103     "dmm-func-results"
3104   filter: "all"
3105   parameters:
3106   - "name"
3107   - "doc"
3108   - "level"
3109   - "parent"
3110   data-start-level: 3
3111
3112 ################################################################################
3113 ###                                P L O T S                                 ###
3114 ################################################################################
3115
3116 ################################################################################
3117 # Plots VPP HTTP Server Performance
3118 -
3119   type: "plot"
3120   title: "VPP HTTP Server Performance"
3121   algorithm: "plot_http_server_performance_box"
3122   output-file-type: ".html"
3123   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
3124   data:
3125     "plot-vpp-http-server-performance"
3126   # Keep this formatting, the filter is enclosed with " (quotation mark) and
3127   # each tag is enclosed with ' (apostrophe).
3128   filter: "'HTTP' and 'TCP_CPS'"
3129   parameters:
3130   - "result"
3131   - "name"
3132   traces:
3133     hoverinfo: "x+y"
3134     boxpoints: "outliers"
3135     whiskerwidth: 0
3136   layout:
3137     title: "VPP HTTP Server Performance"
3138     layout:
3139       "plot-cps"
3140
3141 -
3142   type: "plot"
3143   title: "VPP HTTP Server Performance"
3144   algorithm: "plot_http_server_performance_box"
3145   output-file-type: ".html"
3146   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
3147   data:
3148     "plot-vpp-http-server-performance"
3149   filter: "'HTTP' and 'TCP_RPS'"
3150   parameters:
3151   - "result"
3152   - "name"
3153   traces:
3154     hoverinfo: "x+y"
3155     boxpoints: "outliers"
3156     whiskerwidth: 0
3157   layout:
3158     title: "VPP HTTP Server Performance"
3159     layout:
3160       "plot-rps"
3161
3162 ################################################################################
3163
3164 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
3165 -
3166   type: "plot"
3167   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3168   algorithm: "plot_performance_box"
3169   output-file-type: ".html"
3170   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3171   data: "plot-vpp-throughput-latency-3n-hsw"
3172   filter: "'NIC_Intel-X520-DA2' and
3173            '64B' and
3174            ('BASE' or 'SCALE') and
3175            'NDRPDR' and
3176            'ETH' and
3177            '1T1C' and
3178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3179            not 'VHOST' and
3180            not 'MEMIF'"
3181   parameters:
3182   - "throughput"
3183   - "parent"
3184   - "tags"
3185   sort:
3186   - "L2PATCH"
3187   - "L2XCBASE"
3188   - "BASE"
3189   - "FIB_10K"
3190   - "FIB_100K"
3191   - "FIB_1M"
3192   traces:
3193     hoverinfo: "x+y"
3194     boxpoints: "outliers"
3195     whiskerwidth: 0
3196   layout:
3197     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3198     layout: "plot-throughput"
3199
3200 -
3201   type: "plot"
3202   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3203   algorithm: "plot_performance_box"
3204   output-file-type: ".html"
3205   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3206   data: "plot-vpp-throughput-latency-3n-hsw"
3207   filter: "'NIC_Intel-X520-DA2' and
3208            '64B' and
3209            ('BASE' or 'SCALE') and
3210            'NDRPDR' and
3211            'ETH' and
3212            '1T1C' and
3213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3214            not 'VHOST' and
3215            not 'MEMIF'"
3216   parameters:
3217   - "throughput"
3218   - "parent"
3219   - "tags"
3220   sort:
3221   - "L2PATCH"
3222   - "L2XCBASE"
3223   - "BASE"
3224   - "FIB_10K"
3225   - "FIB_100K"
3226   - "FIB_1M"
3227   traces:
3228     hoverinfo: "x+y"
3229     boxpoints: "outliers"
3230     whiskerwidth: 0
3231   layout:
3232     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3233     layout: "plot-throughput"
3234
3235 -
3236   type: "plot"
3237   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3238   algorithm: "plot_performance_box"
3239   output-file-type: ".html"
3240   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3241   data: "plot-vpp-throughput-latency-3n-hsw"
3242   filter: "'NIC_Intel-X520-DA2' and
3243            '64B' and
3244            ('BASE' or 'SCALE') and
3245            'NDRPDR' and
3246            'ETH' and
3247            '2T2C' and
3248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3249            not 'VHOST' and
3250            not 'MEMIF'"
3251   parameters:
3252   - "throughput"
3253   - "parent"
3254   - "tags"
3255   sort:
3256   - "L2PATCH"
3257   - "L2XCBASE"
3258   - "BASE"
3259   - "FIB_10K"
3260   - "FIB_100K"
3261   - "FIB_1M"
3262   traces:
3263     hoverinfo: "x+y"
3264     boxpoints: "outliers"
3265     whiskerwidth: 0
3266   layout:
3267     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3268     layout: "plot-throughput"
3269
3270 -
3271   type: "plot"
3272   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3273   algorithm: "plot_performance_box"
3274   output-file-type: ".html"
3275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3276   data: "plot-vpp-throughput-latency-3n-hsw"
3277   filter: "'NIC_Intel-X520-DA2' and
3278            '64B' and
3279            ('BASE' or 'SCALE') and
3280            'NDRPDR' and
3281            'ETH' and
3282            '2T2C' and
3283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3284            not 'VHOST' and
3285            not 'MEMIF'"
3286   parameters:
3287   - "throughput"
3288   - "parent"
3289   - "tags"
3290   sort:
3291   - "L2PATCH"
3292   - "L2XCBASE"
3293   - "BASE"
3294   - "FIB_10K"
3295   - "FIB_100K"
3296   - "FIB_1M"
3297   traces:
3298     hoverinfo: "x+y"
3299     boxpoints: "outliers"
3300     whiskerwidth: 0
3301   layout:
3302     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3303     layout: "plot-throughput"
3304
3305 # Packet Throughput - VPP L2 3n-hsw-x520 features
3306 -
3307   type: "plot"
3308   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3309   algorithm: "plot_performance_box"
3310   output-file-type: ".html"
3311   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3312   data: "plot-vpp-throughput-latency-3n-hsw"
3313   filter: "'NIC_Intel-X520-DA2' and
3314            '64B' and
3315            'NDRPDR' and
3316            '1T1C' and
3317            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3318            not 'ACL' and
3319            not 'VHOST' and
3320            not 'MEMIF'"
3321   parameters:
3322   - "throughput"
3323   - "parent"
3324   - "tags"
3325   sort:
3326   - "L2XCBASE"    # l2xcbase
3327   - "L2BDBASE"    # l2bdbase
3328   - "L2XCFWD"     # dot1q-l2xcbase
3329   - "L2BDMACLRN"  # dot1q-l2bdbase
3330   traces:
3331     hoverinfo: "x+y"
3332     boxpoints: "outliers"
3333     whiskerwidth: 0
3334   layout:
3335     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3336     layout: "plot-throughput"
3337
3338 -
3339   type: "plot"
3340   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3341   algorithm: "plot_performance_box"
3342   output-file-type: ".html"
3343   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3344   data: "plot-vpp-throughput-latency-3n-hsw"
3345   filter: "'NIC_Intel-X520-DA2' and
3346            '64B' and
3347            'NDRPDR' and
3348            '1T1C' and
3349            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3350            not 'ACL' and
3351            not 'VHOST' and
3352            not 'MEMIF'"
3353   parameters:
3354   - "throughput"
3355   - "parent"
3356   - "tags"
3357   sort:
3358   - "L2XCBASE"    # l2xcbase
3359   - "L2BDBASE"    # l2bdbase
3360   - "L2XCFWD"     # dot1q-l2xcbase
3361   - "L2BDMACLRN"  # dot1q-l2bdbase
3362   traces:
3363     hoverinfo: "x+y"
3364     boxpoints: "outliers"
3365     whiskerwidth: 0
3366   layout:
3367     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3368     layout: "plot-throughput"
3369
3370 -
3371   type: "plot"
3372   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3373   algorithm: "plot_performance_box"
3374   output-file-type: ".html"
3375   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3376   data: "plot-vpp-throughput-latency-3n-hsw"
3377   filter: "'NIC_Intel-X520-DA2' and
3378            '64B' and
3379            'NDRPDR' and
3380            '2T2C' and
3381            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3382            not 'ACL' and
3383            not 'VHOST' and
3384            not 'MEMIF'"
3385   parameters:
3386   - "throughput"
3387   - "parent"
3388   - "tags"
3389   sort:
3390   - "L2XCBASE"    # l2xcbase
3391   - "L2BDBASE"    # l2bdbase
3392   - "L2XCFWD"     # dot1q-l2xcbase
3393   - "L2BDMACLRN"  # dot1q-l2bdbase
3394   traces:
3395     hoverinfo: "x+y"
3396     boxpoints: "outliers"
3397     whiskerwidth: 0
3398   layout:
3399     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3400     layout: "plot-throughput"
3401
3402 -
3403   type: "plot"
3404   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3405   algorithm: "plot_performance_box"
3406   output-file-type: ".html"
3407   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3408   data: "plot-vpp-throughput-latency-3n-hsw"
3409   filter: "'NIC_Intel-X520-DA2' and
3410            '64B' and
3411            'NDRPDR' and
3412            '2T2C' and
3413            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3414            not 'ACL' and
3415            not 'VHOST' and
3416            not 'MEMIF'"
3417   parameters:
3418   - "throughput"
3419   - "parent"
3420   - "tags"
3421   sort:
3422   - "L2XCBASE"    # l2xcbase
3423   - "L2BDBASE"    # l2bdbase
3424   - "L2XCFWD"     # dot1q-l2xcbase
3425   - "L2BDMACLRN"  # dot1q-l2bdbase
3426   traces:
3427     hoverinfo: "x+y"
3428     boxpoints: "outliers"
3429     whiskerwidth: 0
3430   layout:
3431     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3432     layout: "plot-throughput"
3433
3434 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3435 -
3436   type: "plot"
3437   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3438   algorithm: "plot_performance_box"
3439   output-file-type: ".html"
3440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3441   data: "plot-vpp-throughput-latency-3n-hsw"
3442   filter: "'NIC_Intel-X710' and
3443            '64B' and
3444            ('BASE' or 'SCALE') and
3445            'NDRPDR' and
3446            'ETH' and
3447            '1T1C' and
3448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3449            not 'VHOST' and
3450            not 'MEMIF'"
3451   parameters:
3452   - "throughput"
3453   - "parent"
3454   - "tags"
3455   sort:
3456   - "L2PATCH"
3457   - "L2XCBASE"
3458   - "BASE"
3459   - "FIB_10K"
3460   - "FIB_100K"
3461   - "FIB_1M"
3462   traces:
3463     hoverinfo: "x+y"
3464     boxpoints: "outliers"
3465     whiskerwidth: 0
3466   layout:
3467     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3468     layout: "plot-throughput"
3469
3470 -
3471   type: "plot"
3472   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3473   algorithm: "plot_performance_box"
3474   output-file-type: ".html"
3475   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3476   data: "plot-vpp-throughput-latency-3n-hsw"
3477   filter: "'NIC_Intel-X710' and
3478            '64B' and
3479            ('BASE' or 'SCALE') and
3480            'NDRPDR' and
3481            'ETH' and
3482            '1T1C' and
3483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3484            not 'VHOST' and
3485            not 'MEMIF'"
3486   parameters:
3487   - "throughput"
3488   - "parent"
3489   - "tags"
3490   sort:
3491   - "L2PATCH"
3492   - "L2XCBASE"
3493   - "BASE"
3494   - "FIB_10K"
3495   - "FIB_100K"
3496   - "FIB_1M"
3497   traces:
3498     hoverinfo: "x+y"
3499     boxpoints: "outliers"
3500     whiskerwidth: 0
3501   layout:
3502     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3503     layout: "plot-throughput"
3504
3505 -
3506   type: "plot"
3507   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3508   algorithm: "plot_performance_box"
3509   output-file-type: ".html"
3510   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3511   data: "plot-vpp-throughput-latency-3n-hsw"
3512   filter: "'NIC_Intel-X710' and
3513            '64B' and
3514            ('BASE' or 'SCALE') and
3515            'NDRPDR' and
3516            'ETH' and
3517            '2T2C' and
3518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3519            not 'VHOST' and
3520            not 'MEMIF'"
3521   parameters:
3522   - "throughput"
3523   - "parent"
3524   - "tags"
3525   sort:
3526   - "L2PATCH"
3527   - "L2XCBASE"
3528   - "BASE"
3529   - "FIB_10K"
3530   - "FIB_100K"
3531   - "FIB_1M"
3532   traces:
3533     hoverinfo: "x+y"
3534     boxpoints: "outliers"
3535     whiskerwidth: 0
3536   layout:
3537     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3538     layout: "plot-throughput"
3539
3540 -
3541   type: "plot"
3542   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3543   algorithm: "plot_performance_box"
3544   output-file-type: ".html"
3545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3546   data: "plot-vpp-throughput-latency-3n-hsw"
3547   filter: "'NIC_Intel-X710' and
3548            '64B' and
3549            ('BASE' or 'SCALE') and
3550            'NDRPDR' and
3551            'ETH' and
3552            '2T2C' and
3553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3554            not 'VHOST' and
3555            not 'MEMIF'"
3556   parameters:
3557   - "throughput"
3558   - "parent"
3559   - "tags"
3560   sort:
3561   - "L2PATCH"
3562   - "L2XCBASE"
3563   - "BASE"
3564   - "FIB_10K"
3565   - "FIB_100K"
3566   - "FIB_1M"
3567   traces:
3568     hoverinfo: "x+y"
3569     boxpoints: "outliers"
3570     whiskerwidth: 0
3571   layout:
3572     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3573     layout: "plot-throughput"
3574
3575 # Packet Throughput - VPP L2 3n-hsw-x710 features
3576 -
3577   type: "plot"
3578   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3579   algorithm: "plot_performance_box"
3580   output-file-type: ".html"
3581   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3582   data: "plot-vpp-throughput-latency-3n-hsw"
3583   filter: "'NIC_Intel-X710' and
3584            '64B' and
3585            'NDRPDR' and
3586            '1T1C' and
3587            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3588            not 'ACL' and
3589            not 'VHOST' and
3590            not 'MEMIF'"
3591   parameters:
3592   - "throughput"
3593   - "parent"
3594   - "tags"
3595   sort:
3596   - "L2XCBASE"    # l2xcbase
3597   - "L2BDBASE"    # l2bdbase
3598   - "L2XCFWD"     # dot1q-l2xcbase
3599   - "L2BDMACLRN"  # dot1q-l2bdbase
3600   traces:
3601     hoverinfo: "x+y"
3602     boxpoints: "outliers"
3603     whiskerwidth: 0
3604   layout:
3605     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3606     layout: "plot-throughput"
3607
3608 -
3609   type: "plot"
3610   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3611   algorithm: "plot_performance_box"
3612   output-file-type: ".html"
3613   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3614   data: "plot-vpp-throughput-latency-3n-hsw"
3615   filter: "'NIC_Intel-X710' and
3616            '64B' and
3617            'NDRPDR' and
3618            '1T1C' and
3619            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3620            not 'ACL' and
3621            not 'VHOST' and
3622            not 'MEMIF'"
3623   parameters:
3624   - "throughput"
3625   - "parent"
3626   - "tags"
3627   sort:
3628   - "L2XCBASE"    # l2xcbase
3629   - "L2BDBASE"    # l2bdbase
3630   - "L2XCFWD"     # dot1q-l2xcbase
3631   - "L2BDMACLRN"  # dot1q-l2bdbase
3632   traces:
3633     hoverinfo: "x+y"
3634     boxpoints: "outliers"
3635     whiskerwidth: 0
3636   layout:
3637     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3638     layout: "plot-throughput"
3639
3640 -
3641   type: "plot"
3642   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3643   algorithm: "plot_performance_box"
3644   output-file-type: ".html"
3645   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3646   data: "plot-vpp-throughput-latency-3n-hsw"
3647   filter: "'NIC_Intel-X710' and
3648            '64B' and
3649            'NDRPDR' and
3650            '2T2C' and
3651            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3652            not 'ACL' and
3653            not 'VHOST' and
3654            not 'MEMIF'"
3655   parameters:
3656   - "throughput"
3657   - "parent"
3658   - "tags"
3659   sort:
3660   - "L2XCBASE"    # l2xcbase
3661   - "L2BDBASE"    # l2bdbase
3662   - "L2XCFWD"     # dot1q-l2xcbase
3663   - "L2BDMACLRN"  # dot1q-l2bdbase
3664   traces:
3665     hoverinfo: "x+y"
3666     boxpoints: "outliers"
3667     whiskerwidth: 0
3668   layout:
3669     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3670     layout: "plot-throughput"
3671
3672 -
3673   type: "plot"
3674   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3675   algorithm: "plot_performance_box"
3676   output-file-type: ".html"
3677   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3678   data: "plot-vpp-throughput-latency-3n-hsw"
3679   filter: "'NIC_Intel-X710' and
3680            '64B' and
3681            'NDRPDR' and
3682            '2T2C' and
3683            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3684            not 'ACL' and
3685            not 'VHOST' and
3686            not 'MEMIF'"
3687   parameters:
3688   - "throughput"
3689   - "parent"
3690   - "tags"
3691   sort:
3692   - "L2XCBASE"    # l2xcbase
3693   - "L2BDBASE"    # l2bdbase
3694   - "L2XCFWD"     # dot1q-l2xcbase
3695   - "L2BDMACLRN"  # dot1q-l2bdbase
3696   traces:
3697     hoverinfo: "x+y"
3698     boxpoints: "outliers"
3699     whiskerwidth: 0
3700   layout:
3701     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3702     layout: "plot-throughput"
3703
3704 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3705 -
3706   type: "plot"
3707   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3708   algorithm: "plot_performance_box"
3709   output-file-type: ".html"
3710   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3711   data: "plot-vpp-throughput-latency-3n-hsw"
3712   filter: "'NIC_Intel-XL710' and
3713            '64B' and
3714            ('BASE' or 'SCALE') and
3715            'NDRPDR' and
3716            'ETH' and
3717            '1T1C' and
3718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3719            not 'VHOST' and
3720            not 'MEMIF'"
3721   parameters:
3722   - "throughput"
3723   - "parent"
3724   - "tags"
3725   sort:
3726   - "L2PATCH"
3727   - "L2XCBASE"
3728   - "BASE"
3729   - "FIB_10K"
3730   - "FIB_100K"
3731   - "FIB_1M"
3732   traces:
3733     hoverinfo: "x+y"
3734     boxpoints: "outliers"
3735     whiskerwidth: 0
3736   layout:
3737     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3738     layout: "plot-throughput"
3739
3740 -
3741   type: "plot"
3742   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3743   algorithm: "plot_performance_box"
3744   output-file-type: ".html"
3745   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3746   data: "plot-vpp-throughput-latency-3n-hsw"
3747   filter: "'NIC_Intel-XL710' and
3748            '64B' and
3749            ('BASE' or 'SCALE') and
3750            'NDRPDR' and
3751            'ETH' and
3752            '1T1C' and
3753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3754            not 'VHOST' and
3755            not 'MEMIF'"
3756   parameters:
3757   - "throughput"
3758   - "parent"
3759   - "tags"
3760   sort:
3761   - "L2PATCH"
3762   - "L2XCBASE"
3763   - "BASE"
3764   - "FIB_10K"
3765   - "FIB_100K"
3766   - "FIB_1M"
3767   traces:
3768     hoverinfo: "x+y"
3769     boxpoints: "outliers"
3770     whiskerwidth: 0
3771   layout:
3772     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3773     layout: "plot-throughput"
3774
3775 -
3776   type: "plot"
3777   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3778   algorithm: "plot_performance_box"
3779   output-file-type: ".html"
3780   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3781   data: "plot-vpp-throughput-latency-3n-hsw"
3782   filter: "'NIC_Intel-XL710' and
3783            '64B' and
3784            ('BASE' or 'SCALE') and
3785            'NDRPDR' and
3786            'ETH' and
3787            '2T2C' and
3788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3789            not 'VHOST' and
3790            not 'MEMIF'"
3791   parameters:
3792   - "throughput"
3793   - "parent"
3794   - "tags"
3795   sort:
3796   - "L2PATCH"
3797   - "L2XCBASE"
3798   - "BASE"
3799   - "FIB_10K"
3800   - "FIB_100K"
3801   - "FIB_1M"
3802   traces:
3803     hoverinfo: "x+y"
3804     boxpoints: "outliers"
3805     whiskerwidth: 0
3806   layout:
3807     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3808     layout: "plot-throughput"
3809
3810 -
3811   type: "plot"
3812   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3813   algorithm: "plot_performance_box"
3814   output-file-type: ".html"
3815   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3816   data: "plot-vpp-throughput-latency-3n-hsw"
3817   filter: "'NIC_Intel-XL710' and
3818            '64B' and
3819            ('BASE' or 'SCALE') and
3820            'NDRPDR' and
3821            'ETH' and
3822            '2T2C' and
3823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3824            not 'VHOST' and
3825            not 'MEMIF'"
3826   parameters:
3827   - "throughput"
3828   - "parent"
3829   - "tags"
3830   sort:
3831   - "L2PATCH"
3832   - "L2XCBASE"
3833   - "BASE"
3834   - "FIB_10K"
3835   - "FIB_100K"
3836   - "FIB_1M"
3837   traces:
3838     hoverinfo: "x+y"
3839     boxpoints: "outliers"
3840     whiskerwidth: 0
3841   layout:
3842     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3843     layout: "plot-throughput"
3844
3845 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3846 -
3847   type: "plot"
3848   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3849   algorithm: "plot_performance_box"
3850   output-file-type: ".html"
3851   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3852   data: "plot-vpp-throughput-latency-3n-skx"
3853   filter: "'NIC_Intel-X710' and
3854            '64B' and
3855            ('BASE' or 'SCALE') and
3856            'NDRPDR' and
3857            'ETH' and
3858            '2T1C' and
3859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3860            not 'VHOST' and
3861            not 'MEMIF'"
3862   parameters:
3863   - "throughput"
3864   - "parent"
3865   - "tags"
3866   sort:
3867   - "L2PATCH"
3868   - "L2XCBASE"
3869   - "BASE"
3870   - "FIB_10K"
3871   - "FIB_100K"
3872   - "FIB_1M"
3873   traces:
3874     hoverinfo: "x+y"
3875     boxpoints: "outliers"
3876     whiskerwidth: 0
3877   layout:
3878     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3879     layout: "plot-throughput"
3880
3881 -
3882   type: "plot"
3883   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3884   algorithm: "plot_performance_box"
3885   output-file-type: ".html"
3886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3887   data: "plot-vpp-throughput-latency-3n-skx"
3888   filter: "'NIC_Intel-X710' and
3889            '64B' and
3890            ('BASE' or 'SCALE') and
3891            'NDRPDR' and
3892            'ETH' and
3893            '2T1C' and
3894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3895            not 'VHOST' and
3896            not 'MEMIF'"
3897   parameters:
3898   - "throughput"
3899   - "parent"
3900   - "tags"
3901   sort:
3902   - "L2PATCH"
3903   - "L2XCBASE"
3904   - "BASE"
3905   - "FIB_10K"
3906   - "FIB_100K"
3907   - "FIB_1M"
3908   traces:
3909     hoverinfo: "x+y"
3910     boxpoints: "outliers"
3911     whiskerwidth: 0
3912   layout:
3913     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3914     layout: "plot-throughput"
3915
3916 -
3917   type: "plot"
3918   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3919   algorithm: "plot_performance_box"
3920   output-file-type: ".html"
3921   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3922   data: "plot-vpp-throughput-latency-3n-skx"
3923   filter: "'NIC_Intel-X710' and
3924            '64B' and
3925            ('BASE' or 'SCALE') and
3926            'NDRPDR' and
3927            'ETH' and
3928            '4T2C' and
3929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3930            not 'VHOST' and
3931            not 'MEMIF'"
3932   parameters:
3933   - "throughput"
3934   - "parent"
3935   - "tags"
3936   sort:
3937   - "L2PATCH"
3938   - "L2XCBASE"
3939   - "BASE"
3940   - "FIB_10K"
3941   - "FIB_100K"
3942   - "FIB_1M"
3943   traces:
3944     hoverinfo: "x+y"
3945     boxpoints: "outliers"
3946     whiskerwidth: 0
3947   layout:
3948     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3949     layout: "plot-throughput"
3950
3951 -
3952   type: "plot"
3953   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3954   algorithm: "plot_performance_box"
3955   output-file-type: ".html"
3956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3957   data: "plot-vpp-throughput-latency-3n-skx"
3958   filter: "'NIC_Intel-X710' and
3959            '64B' and
3960            ('BASE' or 'SCALE') and
3961            'NDRPDR' and
3962            'ETH' and
3963            '4T2C' and
3964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3965            not 'VHOST' and
3966            not 'MEMIF'"
3967   parameters:
3968   - "throughput"
3969   - "parent"
3970   - "tags"
3971   sort:
3972   - "L2PATCH"
3973   - "L2XCBASE"
3974   - "BASE"
3975   - "FIB_10K"
3976   - "FIB_100K"
3977   - "FIB_1M"
3978   traces:
3979     hoverinfo: "x+y"
3980     boxpoints: "outliers"
3981     whiskerwidth: 0
3982   layout:
3983     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3984     layout: "plot-throughput"
3985
3986 # Packet Throughput - VPP L2 3n-skx-x710 features
3987 -
3988   type: "plot"
3989   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3990   algorithm: "plot_performance_box"
3991   output-file-type: ".html"
3992   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3993   data: "plot-vpp-throughput-latency-3n-skx"
3994   filter: "'NIC_Intel-X710' and
3995            '64B' and
3996            'NDRPDR' and
3997            '2T1C' and
3998            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3999            not 'ACL' and
4000            not 'VHOST' and
4001            not 'MEMIF'"
4002   parameters:
4003   - "throughput"
4004   - "parent"
4005   - "tags"
4006   sort:
4007   - "L2XCBASE"    # l2xcbase
4008   - "L2BDBASE"    # l2bdbase
4009   - "L2XCFWD"     # dot1q-l2xcbase
4010   - "L2BDMACLRN"  # dot1q-l2bdbase
4011   traces:
4012     hoverinfo: "x+y"
4013     boxpoints: "outliers"
4014     whiskerwidth: 0
4015   layout:
4016     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
4017     layout: "plot-throughput"
4018
4019 -
4020   type: "plot"
4021   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4022   algorithm: "plot_performance_box"
4023   output-file-type: ".html"
4024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4025   data: "plot-vpp-throughput-latency-3n-skx"
4026   filter: "'NIC_Intel-X710' and
4027            '64B' and
4028            'NDRPDR' and
4029            '2T1C' and
4030            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4031            not 'ACL' and
4032            not 'VHOST' and
4033            not 'MEMIF'"
4034   parameters:
4035   - "throughput"
4036   - "parent"
4037   - "tags"
4038   sort:
4039   - "L2XCBASE"    # l2xcbase
4040   - "L2BDBASE"    # l2bdbase
4041   - "L2XCFWD"     # dot1q-l2xcbase
4042   - "L2BDMACLRN"  # dot1q-l2bdbase
4043   traces:
4044     hoverinfo: "x+y"
4045     boxpoints: "outliers"
4046     whiskerwidth: 0
4047   layout:
4048     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4049     layout: "plot-throughput"
4050
4051 -
4052   type: "plot"
4053   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4054   algorithm: "plot_performance_box"
4055   output-file-type: ".html"
4056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4057   data: "plot-vpp-throughput-latency-3n-skx"
4058   filter: "'NIC_Intel-X710' and
4059            '64B' and
4060            'NDRPDR' and
4061            '4T2C' and
4062            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4063            not 'ACL' and
4064            not 'VHOST' and
4065            not 'MEMIF'"
4066   parameters:
4067   - "throughput"
4068   - "parent"
4069   - "tags"
4070   sort:
4071   - "L2XCBASE"    # l2xcbase
4072   - "L2BDBASE"    # l2bdbase
4073   - "L2XCFWD"     # dot1q-l2xcbase
4074   - "L2BDMACLRN"  # dot1q-l2bdbase
4075   traces:
4076     hoverinfo: "x+y"
4077     boxpoints: "outliers"
4078     whiskerwidth: 0
4079   layout:
4080     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4081     layout: "plot-throughput"
4082
4083 -
4084   type: "plot"
4085   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4086   algorithm: "plot_performance_box"
4087   output-file-type: ".html"
4088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4089   data: "plot-vpp-throughput-latency-3n-skx"
4090   filter: "'NIC_Intel-X710' and
4091            '64B' and
4092            'NDRPDR' and
4093            '4T2C' and
4094            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4095            not 'ACL' and
4096            not 'VHOST' and
4097            not 'MEMIF'"
4098   parameters:
4099   - "throughput"
4100   - "parent"
4101   - "tags"
4102   sort:
4103   - "L2XCBASE"    # l2xcbase
4104   - "L2BDBASE"    # l2bdbase
4105   - "L2XCFWD"     # dot1q-l2xcbase
4106   - "L2BDMACLRN"  # dot1q-l2bdbase
4107   traces:
4108     hoverinfo: "x+y"
4109     boxpoints: "outliers"
4110     whiskerwidth: 0
4111   layout:
4112     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4113     layout: "plot-throughput"
4114
4115 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
4116 -
4117   type: "plot"
4118   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4119   algorithm: "plot_performance_box"
4120   output-file-type: ".html"
4121   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4122   data: "plot-vpp-throughput-latency-3n-skx"
4123   filter: "'NIC_Intel-XXV710' and
4124            '64B' and
4125            ('BASE' or 'SCALE') and
4126            'NDRPDR' and
4127            'ETH' and
4128            '2T1C' and
4129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4130            not 'VHOST' and
4131            not 'MEMIF'"
4132   parameters:
4133   - "throughput"
4134   - "parent"
4135   - "tags"
4136   sort:
4137   - "L2PATCH"
4138   - "L2XCBASE"
4139   - "BASE"
4140   - "FIB_10K"
4141   - "FIB_100K"
4142   - "FIB_1M"
4143   traces:
4144     hoverinfo: "x+y"
4145     boxpoints: "outliers"
4146     whiskerwidth: 0
4147   layout:
4148     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4149     layout: "plot-throughput"
4150
4151 -
4152   type: "plot"
4153   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4154   algorithm: "plot_performance_box"
4155   output-file-type: ".html"
4156   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4157   data: "plot-vpp-throughput-latency-3n-skx"
4158   filter: "'NIC_Intel-XXV710' and
4159            '64B' and
4160            ('BASE' or 'SCALE') and
4161            'NDRPDR' and
4162            'ETH' and
4163            '2T1C' and
4164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4165            not 'VHOST' and
4166            not 'MEMIF'"
4167   parameters:
4168   - "throughput"
4169   - "parent"
4170   - "tags"
4171   sort:
4172   - "L2PATCH"
4173   - "L2XCBASE"
4174   - "BASE"
4175   - "FIB_10K"
4176   - "FIB_100K"
4177   - "FIB_1M"
4178   traces:
4179     hoverinfo: "x+y"
4180     boxpoints: "outliers"
4181     whiskerwidth: 0
4182   layout:
4183     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4184     layout: "plot-throughput"
4185
4186 -
4187   type: "plot"
4188   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4189   algorithm: "plot_performance_box"
4190   output-file-type: ".html"
4191   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4192   data: "plot-vpp-throughput-latency-3n-skx"
4193   filter: "'NIC_Intel-XXV710' and
4194            '64B' and
4195            ('BASE' or 'SCALE') and
4196            'NDRPDR' and
4197            'ETH' and
4198            '4T2C' and
4199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4200            not 'VHOST' and
4201            not 'MEMIF'"
4202   parameters:
4203   - "throughput"
4204   - "parent"
4205   - "tags"
4206   sort:
4207   - "L2PATCH"
4208   - "L2XCBASE"
4209   - "BASE"
4210   - "FIB_10K"
4211   - "FIB_100K"
4212   - "FIB_1M"
4213   traces:
4214     hoverinfo: "x+y"
4215     boxpoints: "outliers"
4216     whiskerwidth: 0
4217   layout:
4218     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4219     layout: "plot-throughput"
4220
4221 -
4222   type: "plot"
4223   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4224   algorithm: "plot_performance_box"
4225   output-file-type: ".html"
4226   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4227   data: "plot-vpp-throughput-latency-3n-skx"
4228   filter: "'NIC_Intel-XXV710' and
4229            '64B' and
4230            ('BASE' or 'SCALE') and
4231            'NDRPDR' and
4232            'ETH' and
4233            '4T2C' and
4234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4235            not 'VHOST' and
4236            not 'MEMIF'"
4237   parameters:
4238   - "throughput"
4239   - "parent"
4240   - "tags"
4241   sort:
4242   - "L2PATCH"
4243   - "L2XCBASE"
4244   - "BASE"
4245   - "FIB_10K"
4246   - "FIB_100K"
4247   - "FIB_1M"
4248   traces:
4249     hoverinfo: "x+y"
4250     boxpoints: "outliers"
4251     whiskerwidth: 0
4252   layout:
4253     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4254     layout: "plot-throughput"
4255
4256 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4257 -
4258   type: "plot"
4259   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4260   algorithm: "plot_performance_box"
4261   output-file-type: ".html"
4262   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4263   data: "plot-vpp-throughput-latency-2n-skx"
4264   filter: "'NIC_Intel-X710' and
4265            '64B' and
4266            ('BASE' or 'SCALE') and
4267            'NDRPDR' and
4268            'ETH' and
4269            '2T1C' and
4270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4271            not 'VHOST' and
4272            not 'MEMIF'"
4273   parameters:
4274   - "throughput"
4275   - "parent"
4276   - "tags"
4277   sort:
4278   - "L2PATCH"
4279   - "L2XCBASE"
4280   - "BASE"
4281   - "FIB_10K"
4282   - "FIB_100K"
4283   - "FIB_1M"
4284   traces:
4285     hoverinfo: "x+y"
4286     boxpoints: "outliers"
4287     whiskerwidth: 0
4288   layout:
4289     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4290     layout: "plot-throughput"
4291
4292 -
4293   type: "plot"
4294   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4295   algorithm: "plot_performance_box"
4296   output-file-type: ".html"
4297   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4298   data: "plot-vpp-throughput-latency-2n-skx"
4299   filter: "'NIC_Intel-X710' and
4300            '64B' and
4301            ('BASE' or 'SCALE') and
4302            'NDRPDR' and
4303            'ETH' and
4304            '2T1C' and
4305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4306            not 'VHOST' and
4307            not 'MEMIF'"
4308   parameters:
4309   - "throughput"
4310   - "parent"
4311   - "tags"
4312   sort:
4313   - "L2PATCH"
4314   - "L2XCBASE"
4315   - "BASE"
4316   - "FIB_10K"
4317   - "FIB_100K"
4318   - "FIB_1M"
4319   traces:
4320     hoverinfo: "x+y"
4321     boxpoints: "outliers"
4322     whiskerwidth: 0
4323   layout:
4324     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4325     layout: "plot-throughput"
4326
4327 -
4328   type: "plot"
4329   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4330   algorithm: "plot_performance_box"
4331   output-file-type: ".html"
4332   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4333   data: "plot-vpp-throughput-latency-2n-skx"
4334   filter: "'NIC_Intel-X710' and
4335            '64B' and
4336            ('BASE' or 'SCALE') and
4337            'NDRPDR' and
4338            'ETH' and
4339            '4T2C' and
4340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4341            not 'VHOST' and
4342            not 'MEMIF'"
4343   parameters:
4344   - "throughput"
4345   - "parent"
4346   - "tags"
4347   sort:
4348   - "L2PATCH"
4349   - "L2XCBASE"
4350   - "BASE"
4351   - "FIB_10K"
4352   - "FIB_100K"
4353   - "FIB_1M"
4354   traces:
4355     hoverinfo: "x+y"
4356     boxpoints: "outliers"
4357     whiskerwidth: 0
4358   layout:
4359     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4360     layout: "plot-throughput"
4361
4362 -
4363   type: "plot"
4364   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4365   algorithm: "plot_performance_box"
4366   output-file-type: ".html"
4367   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4368   data: "plot-vpp-throughput-latency-2n-skx"
4369   filter: "'NIC_Intel-X710' and
4370            '64B' and
4371            ('BASE' or 'SCALE') and
4372            'NDRPDR' and
4373            'ETH' and
4374            '4T2C' and
4375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4376            not 'VHOST' and
4377            not 'MEMIF'"
4378   parameters:
4379   - "throughput"
4380   - "parent"
4381   - "tags"
4382   sort:
4383   - "L2PATCH"
4384   - "L2XCBASE"
4385   - "BASE"
4386   - "FIB_10K"
4387   - "FIB_100K"
4388   - "FIB_1M"
4389   traces:
4390     hoverinfo: "x+y"
4391     boxpoints: "outliers"
4392     whiskerwidth: 0
4393   layout:
4394     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4395     layout: "plot-throughput"
4396
4397 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4398 -
4399   type: "plot"
4400   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4401   algorithm: "plot_performance_box"
4402   output-file-type: ".html"
4403   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4404   data: "plot-vpp-throughput-latency-2n-skx"
4405   filter: "'NIC_Intel-XXV710' and
4406            '64B' and
4407            ('BASE' or 'SCALE') and
4408            'NDRPDR' and
4409            'ETH' and
4410            '2T1C' and
4411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4412            not 'VHOST' and
4413            not 'MEMIF'"
4414   parameters:
4415   - "throughput"
4416   - "parent"
4417   - "tags"
4418   sort:
4419   - "L2PATCH"
4420   - "L2XCBASE"
4421   - "BASE"
4422   - "FIB_10K"
4423   - "FIB_100K"
4424   - "FIB_1M"
4425   traces:
4426     hoverinfo: "x+y"
4427     boxpoints: "outliers"
4428     whiskerwidth: 0
4429   layout:
4430     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4431     layout: "plot-throughput"
4432
4433 -
4434   type: "plot"
4435   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4436   algorithm: "plot_performance_box"
4437   output-file-type: ".html"
4438   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4439   data: "plot-vpp-throughput-latency-2n-skx"
4440   filter: "'NIC_Intel-XXV710' and
4441            '64B' and
4442            ('BASE' or 'SCALE') and
4443            'NDRPDR' and
4444            'ETH' and
4445            '2T1C' and
4446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4447            not 'VHOST' and
4448            not 'MEMIF'"
4449   parameters:
4450   - "throughput"
4451   - "parent"
4452   - "tags"
4453   sort:
4454   - "L2PATCH"
4455   - "L2XCBASE"
4456   - "BASE"
4457   - "FIB_10K"
4458   - "FIB_100K"
4459   - "FIB_1M"
4460   traces:
4461     hoverinfo: "x+y"
4462     boxpoints: "outliers"
4463     whiskerwidth: 0
4464   layout:
4465     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4466     layout: "plot-throughput"
4467
4468 -
4469   type: "plot"
4470   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4471   algorithm: "plot_performance_box"
4472   output-file-type: ".html"
4473   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4474   data: "plot-vpp-throughput-latency-2n-skx"
4475   filter: "'NIC_Intel-XXV710' and
4476            '64B' and
4477            ('BASE' or 'SCALE') and
4478            'NDRPDR' and
4479            'ETH' and
4480            '4T2C' and
4481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4482            not 'VHOST' and
4483            not 'MEMIF'"
4484   parameters:
4485   - "throughput"
4486   - "parent"
4487   - "tags"
4488   sort:
4489   - "L2PATCH"
4490   - "L2XCBASE"
4491   - "BASE"
4492   - "FIB_10K"
4493   - "FIB_100K"
4494   - "FIB_1M"
4495   traces:
4496     hoverinfo: "x+y"
4497     boxpoints: "outliers"
4498     whiskerwidth: 0
4499   layout:
4500     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4501     layout: "plot-throughput"
4502
4503 -
4504   type: "plot"
4505   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4506   algorithm: "plot_performance_box"
4507   output-file-type: ".html"
4508   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4509   data: "plot-vpp-throughput-latency-2n-skx"
4510   filter: "'NIC_Intel-XXV710' and
4511            '64B' and
4512            ('BASE' or 'SCALE') and
4513            'NDRPDR' and
4514            'ETH' and
4515            '4T2C' and
4516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4517            not 'VHOST' and
4518            not 'MEMIF'"
4519   parameters:
4520   - "throughput"
4521   - "parent"
4522   - "tags"
4523   sort:
4524   - "L2PATCH"
4525   - "L2XCBASE"
4526   - "BASE"
4527   - "FIB_10K"
4528   - "FIB_100K"
4529   - "FIB_1M"
4530   traces:
4531     hoverinfo: "x+y"
4532     boxpoints: "outliers"
4533     whiskerwidth: 0
4534   layout:
4535     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4536     layout: "plot-throughput"
4537
4538 ################################################################################
4539
4540 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4541 -
4542   type: "plot"
4543   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4544   algorithm: "plot_performance_box"
4545   output-file-type: ".html"
4546   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4547   data: "plot-vpp-throughput-latency-3n-hsw"
4548   filter: "'NIC_Intel-X520-DA2' and
4549            '64B' and
4550            ('BASE' or 'SCALE') and
4551            'NDRPDR' and
4552            '1T1C' and
4553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4554            not 'VHOST' and
4555            'MEMIF'"
4556   parameters:
4557   - "throughput"
4558   - "parent"
4559   - "tags"
4560   sort:
4561   - "L2XCFWD"
4562   - "L2XCFWD"
4563   - "L2XCFWD"
4564   - "L2BDMACLRN"
4565   - "L2BDMACLRN"
4566   - "L2BDMACLRN"
4567   traces:
4568     hoverinfo: "x+y"
4569     boxpoints: "outliers"
4570     whiskerwidth: 0
4571   layout:
4572     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4573     layout: "plot-throughput"
4574
4575 -
4576   type: "plot"
4577   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4578   algorithm: "plot_performance_box"
4579   output-file-type: ".html"
4580   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4581   data: "plot-vpp-throughput-latency-3n-hsw"
4582   filter: "'NIC_Intel-X520-DA2' and
4583            '64B' and
4584            ('BASE' or 'SCALE') and
4585            'NDRPDR' and
4586            '1T1C' and
4587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4588            not 'VHOST' and
4589            'MEMIF'"
4590   parameters:
4591   - "throughput"
4592   - "parent"
4593   - "tags"
4594   sort:
4595   - "L2XCFWD"
4596   - "L2XCFWD"
4597   - "L2XCFWD"
4598   - "L2BDMACLRN"
4599   - "L2BDMACLRN"
4600   - "L2BDMACLRN"
4601   traces:
4602     hoverinfo: "x+y"
4603     boxpoints: "outliers"
4604     whiskerwidth: 0
4605   layout:
4606     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4607     layout: "plot-throughput"
4608
4609 -
4610   type: "plot"
4611   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4612   algorithm: "plot_performance_box"
4613   output-file-type: ".html"
4614   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4615   data: "plot-vpp-throughput-latency-3n-hsw"
4616   filter: "'NIC_Intel-X520-DA2' and
4617            '64B' and
4618            ('BASE' or 'SCALE') and
4619            'NDRPDR' and
4620            '2T2C' and
4621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4622            not 'VHOST' and
4623            'MEMIF'"
4624   parameters:
4625   - "throughput"
4626   - "parent"
4627   - "tags"
4628   sort:
4629   - "L2XCFWD"
4630   - "L2XCFWD"
4631   - "L2XCFWD"
4632   - "L2BDMACLRN"
4633   - "L2BDMACLRN"
4634   - "L2BDMACLRN"
4635   traces:
4636     hoverinfo: "x+y"
4637     boxpoints: "outliers"
4638     whiskerwidth: 0
4639   layout:
4640     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4641     layout: "plot-throughput"
4642
4643 -
4644   type: "plot"
4645   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4646   algorithm: "plot_performance_box"
4647   output-file-type: ".html"
4648   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4649   data: "plot-vpp-throughput-latency-3n-hsw"
4650   filter: "'NIC_Intel-X520-DA2' and
4651            '64B' and
4652            ('BASE' or 'SCALE') and
4653            'NDRPDR' and
4654            '2T2C' and
4655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4656            not 'VHOST' and
4657            'MEMIF'"
4658   parameters:
4659   - "throughput"
4660   - "parent"
4661   - "tags"
4662   sort:
4663   - "L2XCFWD"
4664   - "L2XCFWD"
4665   - "L2XCFWD"
4666   - "L2BDMACLRN"
4667   - "L2BDMACLRN"
4668   - "L2BDMACLRN"
4669   traces:
4670     hoverinfo: "x+y"
4671     boxpoints: "outliers"
4672     whiskerwidth: 0
4673   layout:
4674     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4675     layout: "plot-throughput"
4676
4677 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4678 -
4679   type: "plot"
4680   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4681   algorithm: "plot_performance_box"
4682   output-file-type: ".html"
4683   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4684   data: "plot-vpp-throughput-latency-3n-hsw"
4685   filter: "'NIC_Intel-X710' and
4686            '64B' and
4687            ('BASE' or 'SCALE') and
4688            'NDRPDR' and
4689            '1T1C' and
4690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4691            not 'VHOST' and
4692            'MEMIF'"
4693   parameters:
4694   - "throughput"
4695   - "parent"
4696   - "tags"
4697   sort:
4698   - "L2XCFWD"
4699   - "L2XCFWD"
4700   - "L2XCFWD"
4701   - "L2BDMACLRN"
4702   - "L2BDMACLRN"
4703   - "L2BDMACLRN"
4704   traces:
4705     hoverinfo: "x+y"
4706     boxpoints: "outliers"
4707     whiskerwidth: 0
4708   layout:
4709     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4710     layout: "plot-throughput"
4711
4712 -
4713   type: "plot"
4714   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4715   algorithm: "plot_performance_box"
4716   output-file-type: ".html"
4717   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4718   data: "plot-vpp-throughput-latency-3n-hsw"
4719   filter: "'NIC_Intel-X710' and
4720            '64B' and
4721            ('BASE' or 'SCALE') and
4722            'NDRPDR' and
4723            '1T1C' and
4724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4725            not 'VHOST' and
4726            'MEMIF'"
4727   parameters:
4728   - "throughput"
4729   - "parent"
4730   - "tags"
4731   sort:
4732   - "L2XCFWD"
4733   - "L2XCFWD"
4734   - "L2XCFWD"
4735   - "L2BDMACLRN"
4736   - "L2BDMACLRN"
4737   - "L2BDMACLRN"
4738   traces:
4739     hoverinfo: "x+y"
4740     boxpoints: "outliers"
4741     whiskerwidth: 0
4742   layout:
4743     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4744     layout: "plot-throughput"
4745
4746 -
4747   type: "plot"
4748   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4749   algorithm: "plot_performance_box"
4750   output-file-type: ".html"
4751   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4752   data: "plot-vpp-throughput-latency-3n-hsw"
4753   filter: "'NIC_Intel-X710' and
4754            '64B' and
4755            ('BASE' or 'SCALE') and
4756            'NDRPDR' and
4757            '2T2C' and
4758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4759            not 'VHOST' and
4760            'MEMIF'"
4761   parameters:
4762   - "throughput"
4763   - "parent"
4764   - "tags"
4765   sort:
4766   - "L2XCFWD"
4767   - "L2XCFWD"
4768   - "L2XCFWD"
4769   - "L2BDMACLRN"
4770   - "L2BDMACLRN"
4771   - "L2BDMACLRN"
4772   traces:
4773     hoverinfo: "x+y"
4774     boxpoints: "outliers"
4775     whiskerwidth: 0
4776   layout:
4777     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4778     layout: "plot-throughput"
4779
4780 -
4781   type: "plot"
4782   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4783   algorithm: "plot_performance_box"
4784   output-file-type: ".html"
4785   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4786   data: "plot-vpp-throughput-latency-3n-hsw"
4787   filter: "'NIC_Intel-X710' and
4788            '64B' and
4789            ('BASE' or 'SCALE') and
4790            'NDRPDR' and
4791            '2T2C' and
4792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4793            not 'VHOST' and
4794            'MEMIF'"
4795   parameters:
4796   - "throughput"
4797   - "parent"
4798   - "tags"
4799   sort:
4800   - "L2XCFWD"
4801   - "L2XCFWD"
4802   - "L2XCFWD"
4803   - "L2BDMACLRN"
4804   - "L2BDMACLRN"
4805   - "L2BDMACLRN"
4806   traces:
4807     hoverinfo: "x+y"
4808     boxpoints: "outliers"
4809     whiskerwidth: 0
4810   layout:
4811     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4812     layout: "plot-throughput"
4813
4814 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4815 -
4816   type: "plot"
4817   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4818   algorithm: "plot_performance_box"
4819   output-file-type: ".html"
4820   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4821   data: "plot-vpp-throughput-latency-3n-hsw"
4822   filter: "'NIC_Intel-XL710' and
4823            '64B' and
4824            ('BASE' or 'SCALE') and
4825            'NDRPDR' and
4826            '1T1C' and
4827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4828            not 'VHOST' and
4829            'MEMIF'"
4830   parameters:
4831   - "throughput"
4832   - "parent"
4833   - "tags"
4834   sort:
4835   - "L2XCFWD"
4836   - "L2XCFWD"
4837   - "L2XCFWD"
4838   - "L2BDMACLRN"
4839   - "L2BDMACLRN"
4840   - "L2BDMACLRN"
4841   traces:
4842     hoverinfo: "x+y"
4843     boxpoints: "outliers"
4844     whiskerwidth: 0
4845   layout:
4846     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4847     layout: "plot-throughput"
4848
4849 -
4850   type: "plot"
4851   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4852   algorithm: "plot_performance_box"
4853   output-file-type: ".html"
4854   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4855   data: "plot-vpp-throughput-latency-3n-hsw"
4856   filter: "'NIC_Intel-XL710' and
4857            '64B' and
4858            ('BASE' or 'SCALE') and
4859            'NDRPDR' and
4860            '1T1C' and
4861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4862            not 'VHOST' and
4863            'MEMIF'"
4864   parameters:
4865   - "throughput"
4866   - "parent"
4867   - "tags"
4868   sort:
4869   - "L2XCFWD"
4870   - "L2XCFWD"
4871   - "L2XCFWD"
4872   - "L2BDMACLRN"
4873   - "L2BDMACLRN"
4874   - "L2BDMACLRN"
4875   traces:
4876     hoverinfo: "x+y"
4877     boxpoints: "outliers"
4878     whiskerwidth: 0
4879   layout:
4880     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4881     layout: "plot-throughput"
4882
4883 -
4884   type: "plot"
4885   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4886   algorithm: "plot_performance_box"
4887   output-file-type: ".html"
4888   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4889   data: "plot-vpp-throughput-latency-3n-hsw"
4890   filter: "'NIC_Intel-XL710' and
4891            '64B' and
4892            ('BASE' or 'SCALE') and
4893            'NDRPDR' and
4894            '2T2C' and
4895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4896            not 'VHOST' and
4897            'MEMIF'"
4898   parameters:
4899   - "throughput"
4900   - "parent"
4901   - "tags"
4902   sort:
4903   - "L2XCFWD"
4904   - "L2XCFWD"
4905   - "L2XCFWD"
4906   - "L2BDMACLRN"
4907   - "L2BDMACLRN"
4908   - "L2BDMACLRN"
4909   traces:
4910     hoverinfo: "x+y"
4911     boxpoints: "outliers"
4912     whiskerwidth: 0
4913   layout:
4914     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4915     layout: "plot-throughput"
4916
4917 -
4918   type: "plot"
4919   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4920   algorithm: "plot_performance_box"
4921   output-file-type: ".html"
4922   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4923   data: "plot-vpp-throughput-latency-3n-hsw"
4924   filter: "'NIC_Intel-XL710' and
4925            '64B' and
4926            ('BASE' or 'SCALE') and
4927            'NDRPDR' and
4928            '2T2C' and
4929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4930            not 'VHOST' and
4931            'MEMIF'"
4932   parameters:
4933   - "throughput"
4934   - "parent"
4935   - "tags"
4936   sort:
4937   - "L2XCFWD"
4938   - "L2XCFWD"
4939   - "L2XCFWD"
4940   - "L2BDMACLRN"
4941   - "L2BDMACLRN"
4942   - "L2BDMACLRN"
4943   traces:
4944     hoverinfo: "x+y"
4945     boxpoints: "outliers"
4946     whiskerwidth: 0
4947   layout:
4948     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4949     layout: "plot-throughput"
4950
4951 # Packet Throughput - VPP Container Memif 3n-skx-x710
4952 -
4953   type: "plot"
4954   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4955   algorithm: "plot_performance_box"
4956   output-file-type: ".html"
4957   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4958   data: "plot-vpp-throughput-latency-3n-skx"
4959   filter: "'NIC_Intel-X710' and
4960            '64B' and
4961            ('BASE' or 'SCALE') and
4962            'NDRPDR' and
4963            '2T1C' and
4964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4965            not 'VHOST' and
4966            'MEMIF'"
4967   parameters:
4968   - "throughput"
4969   - "parent"
4970   - "tags"
4971   sort:
4972   - "L2XCFWD"
4973   - "L2XCFWD"
4974   - "L2XCFWD"
4975   - "L2BDMACLRN"
4976   - "L2BDMACLRN"
4977   - "L2BDMACLRN"
4978   traces:
4979     hoverinfo: "x+y"
4980     boxpoints: "outliers"
4981     whiskerwidth: 0
4982   layout:
4983     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4984     layout: "plot-throughput"
4985
4986 -
4987   type: "plot"
4988   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4989   algorithm: "plot_performance_box"
4990   output-file-type: ".html"
4991   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4992   data: "plot-vpp-throughput-latency-3n-skx"
4993   filter: "'NIC_Intel-X710' and
4994            '64B' and
4995            ('BASE' or 'SCALE') and
4996            'NDRPDR' and
4997            '2T1C' and
4998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4999            not 'VHOST' and
5000            'MEMIF'"
5001   parameters:
5002   - "throughput"
5003   - "parent"
5004   - "tags"
5005   sort:
5006   - "L2XCFWD"
5007   - "L2XCFWD"
5008   - "L2XCFWD"
5009   - "L2BDMACLRN"
5010   - "L2BDMACLRN"
5011   - "L2BDMACLRN"
5012   traces:
5013     hoverinfo: "x+y"
5014     boxpoints: "outliers"
5015     whiskerwidth: 0
5016   layout:
5017     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5018     layout: "plot-throughput"
5019
5020 -
5021   type: "plot"
5022   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5023   algorithm: "plot_performance_box"
5024   output-file-type: ".html"
5025   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5026   data: "plot-vpp-throughput-latency-3n-skx"
5027   filter: "'NIC_Intel-X710' and
5028            '64B' and
5029            ('BASE' or 'SCALE') and
5030            'NDRPDR' and
5031            '4T2C' and
5032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5033            not 'VHOST' and
5034            'MEMIF'"
5035   parameters:
5036   - "throughput"
5037   - "parent"
5038   - "tags"
5039   sort:
5040   - "L2XCFWD"
5041   - "L2XCFWD"
5042   - "L2XCFWD"
5043   - "L2BDMACLRN"
5044   - "L2BDMACLRN"
5045   - "L2BDMACLRN"
5046   traces:
5047     hoverinfo: "x+y"
5048     boxpoints: "outliers"
5049     whiskerwidth: 0
5050   layout:
5051     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5052     layout: "plot-throughput"
5053
5054 -
5055   type: "plot"
5056   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5057   algorithm: "plot_performance_box"
5058   output-file-type: ".html"
5059   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5060   data: "plot-vpp-throughput-latency-3n-skx"
5061   filter: "'NIC_Intel-X710' and
5062            '64B' and
5063            ('BASE' or 'SCALE') and
5064            'NDRPDR' and
5065            '4T2C' and
5066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5067            not 'VHOST' and
5068            'MEMIF'"
5069   parameters:
5070   - "throughput"
5071   - "parent"
5072   - "tags"
5073   sort:
5074   - "L2XCFWD"
5075   - "L2XCFWD"
5076   - "L2XCFWD"
5077   - "L2BDMACLRN"
5078   - "L2BDMACLRN"
5079   - "L2BDMACLRN"
5080   traces:
5081     hoverinfo: "x+y"
5082     boxpoints: "outliers"
5083     whiskerwidth: 0
5084   layout:
5085     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5086     layout: "plot-throughput"
5087
5088 # Packet Throughput - VPP Container Memif 2n-skx-x710
5089 -
5090   type: "plot"
5091   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5092   algorithm: "plot_performance_box"
5093   output-file-type: ".html"
5094   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5095   data: "plot-vpp-throughput-latency-2n-skx"
5096   filter: "'NIC_Intel-X710' and
5097            '64B' and
5098            ('BASE' or 'SCALE') and
5099            'NDRPDR' and
5100            '2T1C' and
5101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5102            not 'VHOST' and
5103            'MEMIF'"
5104   parameters:
5105   - "throughput"
5106   - "parent"
5107   - "tags"
5108   sort:
5109   - "L2XCFWD"
5110   - "L2XCFWD"
5111   - "L2XCFWD"
5112   - "L2BDMACLRN"
5113   - "L2BDMACLRN"
5114   - "L2BDMACLRN"
5115   traces:
5116     hoverinfo: "x+y"
5117     boxpoints: "outliers"
5118     whiskerwidth: 0
5119   layout:
5120     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5121     layout: "plot-throughput"
5122
5123 -
5124   type: "plot"
5125   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5126   algorithm: "plot_performance_box"
5127   output-file-type: ".html"
5128   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5129   data: "plot-vpp-throughput-latency-2n-skx"
5130   filter: "'NIC_Intel-X710' and
5131            '64B' and
5132            ('BASE' or 'SCALE') and
5133            'NDRPDR' and
5134            '2T1C' and
5135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5136            not 'VHOST' and
5137            'MEMIF'"
5138   parameters:
5139   - "throughput"
5140   - "parent"
5141   - "tags"
5142   sort:
5143   - "L2XCFWD"
5144   - "L2XCFWD"
5145   - "L2XCFWD"
5146   - "L2BDMACLRN"
5147   - "L2BDMACLRN"
5148   - "L2BDMACLRN"
5149   traces:
5150     hoverinfo: "x+y"
5151     boxpoints: "outliers"
5152     whiskerwidth: 0
5153   layout:
5154     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5155     layout: "plot-throughput"
5156
5157 -
5158   type: "plot"
5159   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5160   algorithm: "plot_performance_box"
5161   output-file-type: ".html"
5162   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5163   data: "plot-vpp-throughput-latency-2n-skx"
5164   filter: "'NIC_Intel-X710' and
5165            '64B' and
5166            ('BASE' or 'SCALE') and
5167            'NDRPDR' and
5168            '4T2C' and
5169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5170            not 'VHOST' and
5171            'MEMIF'"
5172   parameters:
5173   - "throughput"
5174   - "parent"
5175   - "tags"
5176   sort:
5177   - "L2XCFWD"
5178   - "L2XCFWD"
5179   - "L2XCFWD"
5180   - "L2BDMACLRN"
5181   - "L2BDMACLRN"
5182   - "L2BDMACLRN"
5183   traces:
5184     hoverinfo: "x+y"
5185     boxpoints: "outliers"
5186     whiskerwidth: 0
5187   layout:
5188     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5189     layout: "plot-throughput"
5190
5191 -
5192   type: "plot"
5193   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5194   algorithm: "plot_performance_box"
5195   output-file-type: ".html"
5196   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5197   data: "plot-vpp-throughput-latency-2n-skx"
5198   filter: "'NIC_Intel-X710' and
5199            '64B' and
5200            ('BASE' or 'SCALE') and
5201            'NDRPDR' and
5202            '4T2C' and
5203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5204            not 'VHOST' and
5205            'MEMIF'"
5206   parameters:
5207   - "throughput"
5208   - "parent"
5209   - "tags"
5210   sort:
5211   - "L2XCFWD"
5212   - "L2XCFWD"
5213   - "L2XCFWD"
5214   - "L2BDMACLRN"
5215   - "L2BDMACLRN"
5216   - "L2BDMACLRN"
5217   traces:
5218     hoverinfo: "x+y"
5219     boxpoints: "outliers"
5220     whiskerwidth: 0
5221   layout:
5222     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5223     layout: "plot-throughput"
5224
5225 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5226 -
5227   type: "plot"
5228   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5229   algorithm: "plot_performance_box"
5230   output-file-type: ".html"
5231   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5232   data: "plot-vpp-throughput-latency-2n-skx"
5233   filter: "'NIC_Intel-XXV710' and
5234            '64B' and
5235            ('BASE' or 'SCALE') and
5236            'NDRPDR' and
5237            '2T1C' and
5238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5239            not 'VHOST' and
5240            'MEMIF'"
5241   parameters:
5242   - "throughput"
5243   - "parent"
5244   - "tags"
5245   sort:
5246   - "L2XCFWD"
5247   - "L2XCFWD"
5248   - "L2XCFWD"
5249   - "L2BDMACLRN"
5250   - "L2BDMACLRN"
5251   - "L2BDMACLRN"
5252   traces:
5253     hoverinfo: "x+y"
5254     boxpoints: "outliers"
5255     whiskerwidth: 0
5256   layout:
5257     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5258     layout: "plot-throughput"
5259
5260 -
5261   type: "plot"
5262   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5263   algorithm: "plot_performance_box"
5264   output-file-type: ".html"
5265   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5266   data: "plot-vpp-throughput-latency-2n-skx"
5267   filter: "'NIC_Intel-XXV710' and
5268            '64B' and
5269            ('BASE' or 'SCALE') and
5270            'NDRPDR' and
5271            '2T1C' and
5272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5273            not 'VHOST' and
5274            'MEMIF'"
5275   parameters:
5276   - "throughput"
5277   - "parent"
5278   - "tags"
5279   sort:
5280   - "L2XCFWD"
5281   - "L2XCFWD"
5282   - "L2XCFWD"
5283   - "L2BDMACLRN"
5284   - "L2BDMACLRN"
5285   - "L2BDMACLRN"
5286   traces:
5287     hoverinfo: "x+y"
5288     boxpoints: "outliers"
5289     whiskerwidth: 0
5290   layout:
5291     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5292     layout: "plot-throughput"
5293
5294 -
5295   type: "plot"
5296   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5297   algorithm: "plot_performance_box"
5298   output-file-type: ".html"
5299   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5300   data: "plot-vpp-throughput-latency-2n-skx"
5301   filter: "'NIC_Intel-XXV710' and
5302            '64B' and
5303            ('BASE' or 'SCALE') and
5304            'NDRPDR' and
5305            '4T2C' and
5306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5307            not 'VHOST' and
5308            'MEMIF'"
5309   parameters:
5310   - "throughput"
5311   - "parent"
5312   - "tags"
5313   sort:
5314   - "L2XCFWD"
5315   - "L2XCFWD"
5316   - "L2XCFWD"
5317   - "L2BDMACLRN"
5318   - "L2BDMACLRN"
5319   - "L2BDMACLRN"
5320   traces:
5321     hoverinfo: "x+y"
5322     boxpoints: "outliers"
5323     whiskerwidth: 0
5324   layout:
5325     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5326     layout: "plot-throughput"
5327
5328 -
5329   type: "plot"
5330   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5331   algorithm: "plot_performance_box"
5332   output-file-type: ".html"
5333   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5334   data: "plot-vpp-throughput-latency-2n-skx"
5335   filter: "'NIC_Intel-XXV710' and
5336            '64B' and
5337            ('BASE' or 'SCALE') and
5338            'NDRPDR' and
5339            '4T2C' and
5340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5341            not 'VHOST' and
5342            'MEMIF'"
5343   parameters:
5344   - "throughput"
5345   - "parent"
5346   - "tags"
5347   sort:
5348   - "L2XCFWD"
5349   - "L2XCFWD"
5350   - "L2XCFWD"
5351   - "L2BDMACLRN"
5352   - "L2BDMACLRN"
5353   - "L2BDMACLRN"
5354   traces:
5355     hoverinfo: "x+y"
5356     boxpoints: "outliers"
5357     whiskerwidth: 0
5358   layout:
5359     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5360     layout: "plot-throughput"
5361
5362 ################################################################################
5363
5364 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5365 -
5366   type: "plot"
5367   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5368   algorithm: "plot_performance_box"
5369   output-file-type: ".html"
5370   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5371   data: "plot-ligato-throughput-latency-3n-hsw"
5372   filter: "'NIC_Intel-X520-DA2' and
5373            '64B' and
5374            ('BASE' or 'SCALE') and
5375            'NDRPDR' and
5376            '1T1C' and
5377            'L2XCFWD' and
5378            not 'VHOST' and
5379            'MEMIF'"
5380   parameters:
5381   - "throughput"
5382   - "parent"
5383   - "tags"
5384   sort:
5385   - "1VNF"
5386   - "2VNF"
5387   - "4VNF"
5388   - "2VNF"
5389   - "4VNF"
5390   traces:
5391     hoverinfo: "x+y"
5392     boxpoints: "outliers"
5393     whiskerwidth: 0
5394   layout:
5395     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5396     layout: "plot-throughput"
5397
5398 -
5399   type: "plot"
5400   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5401   algorithm: "plot_performance_box"
5402   output-file-type: ".html"
5403   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5404   data: "plot-ligato-throughput-latency-3n-hsw"
5405   filter: "'NIC_Intel-X520-DA2' and
5406            '64B' and
5407            ('BASE' or 'SCALE') and
5408            'NDRPDR' and
5409            '1T1C' and
5410            'L2XCFWD' and
5411            not 'VHOST' and
5412            'MEMIF'"
5413   parameters:
5414   - "throughput"
5415   - "parent"
5416   - "tags"
5417   sort:
5418   - "1VNF"
5419   - "2VNF"
5420   - "4VNF"
5421   - "2VNF"
5422   - "4VNF"
5423   traces:
5424     hoverinfo: "x+y"
5425     boxpoints: "outliers"
5426     whiskerwidth: 0
5427   layout:
5428     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5429     layout: "plot-throughput"
5430
5431 -
5432   type: "plot"
5433   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5434   algorithm: "plot_performance_box"
5435   output-file-type: ".html"
5436   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5437   data: "plot-ligato-throughput-latency-3n-hsw"
5438   filter: "'NIC_Intel-X520-DA2' and
5439            '64B' and
5440            ('BASE' or 'SCALE') and
5441            'NDRPDR' and
5442            '2T2C' and
5443            'L2XCFWD' and
5444            not 'VHOST' and
5445            'MEMIF'"
5446   parameters:
5447   - "throughput"
5448   - "parent"
5449   - "tags"
5450   sort:
5451   - "1VNF"
5452   - "2VNF"
5453   - "4VNF"
5454   - "2VNF"
5455   - "4VNF"
5456   traces:
5457     hoverinfo: "x+y"
5458     boxpoints: "outliers"
5459     whiskerwidth: 0
5460   layout:
5461     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5462     layout: "plot-throughput"
5463
5464 -
5465   type: "plot"
5466   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5467   algorithm: "plot_performance_box"
5468   output-file-type: ".html"
5469   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5470   data: "plot-ligato-throughput-latency-3n-hsw"
5471   filter: "'NIC_Intel-X520-DA2' and
5472            '64B' and
5473            ('BASE' or 'SCALE') and
5474            'NDRPDR' and
5475            '2T2C' and
5476            'L2XCFWD' and
5477            not 'VHOST' and
5478            'MEMIF'"
5479   parameters:
5480   - "throughput"
5481   - "parent"
5482   - "tags"
5483   sort:
5484   - "1VNF"
5485   - "2VNF"
5486   - "4VNF"
5487   - "2VNF"
5488   - "4VNF"
5489   traces:
5490     hoverinfo: "x+y"
5491     boxpoints: "outliers"
5492     whiskerwidth: 0
5493   layout:
5494     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5495     layout: "plot-throughput"
5496
5497 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5498 -
5499   type: "plot"
5500   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5501   algorithm: "plot_performance_box"
5502   output-file-type: ".html"
5503   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5504   data: "plot-ligato-throughput-latency-3n-hsw"
5505   filter: "'NIC_Intel-X520-DA2' and
5506            '64B' and
5507            ('BASE' or 'SCALE') and
5508            'NDRPDR' and
5509            '1T1C' and
5510            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5511            not 'VHOST' and
5512            'MEMIF'"
5513   parameters:
5514   - "throughput"
5515   - "parent"
5516   - "tags"
5517   sort:
5518   - "1VNF"
5519   - "2VNF"
5520   - "4VNF"
5521   - "2VNF"
5522   - "4VNF"
5523   traces:
5524     hoverinfo: "x+y"
5525     boxpoints: "outliers"
5526     whiskerwidth: 0
5527   layout:
5528     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5529     layout: "plot-throughput"
5530
5531 -
5532   type: "plot"
5533   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5534   algorithm: "plot_performance_box"
5535   output-file-type: ".html"
5536   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5537   data: "plot-ligato-throughput-latency-3n-hsw"
5538   filter: "'NIC_Intel-X520-DA2' and
5539            '64B' and
5540            ('BASE' or 'SCALE') and
5541            'NDRPDR' and
5542            '1T1C' and
5543            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5544            not 'VHOST' and
5545            'MEMIF'"
5546   parameters:
5547   - "throughput"
5548   - "parent"
5549   - "tags"
5550   sort:
5551   - "1VNF"
5552   - "2VNF"
5553   - "4VNF"
5554   - "2VNF"
5555   - "4VNF"
5556   traces:
5557     hoverinfo: "x+y"
5558     boxpoints: "outliers"
5559     whiskerwidth: 0
5560   layout:
5561     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5562     layout: "plot-throughput"
5563
5564 -
5565   type: "plot"
5566   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5567   algorithm: "plot_performance_box"
5568   output-file-type: ".html"
5569   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5570   data: "plot-ligato-throughput-latency-3n-hsw"
5571   filter: "'NIC_Intel-X520-DA2' and
5572            '64B' and
5573            ('BASE' or 'SCALE') and
5574            'NDRPDR' and
5575            '2T2C' and
5576            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5577            not 'VHOST' and
5578            'MEMIF'"
5579   parameters:
5580   - "throughput"
5581   - "parent"
5582   - "tags"
5583   sort:
5584   - "1VNF"
5585   - "2VNF"
5586   - "4VNF"
5587   - "2VNF"
5588   - "4VNF"
5589   traces:
5590     hoverinfo: "x+y"
5591     boxpoints: "outliers"
5592     whiskerwidth: 0
5593   layout:
5594     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5595     layout: "plot-throughput"
5596
5597 -
5598   type: "plot"
5599   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5600   algorithm: "plot_performance_box"
5601   output-file-type: ".html"
5602   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5603   data: "plot-ligato-throughput-latency-3n-hsw"
5604   filter: "'NIC_Intel-X520-DA2' and
5605            '64B' and
5606            ('BASE' or 'SCALE') and
5607            'NDRPDR' and
5608            '2T2C' and
5609            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5610            not 'VHOST' and
5611            'MEMIF'"
5612   parameters:
5613   - "throughput"
5614   - "parent"
5615   - "tags"
5616   sort:
5617   - "1VNF"
5618   - "2VNF"
5619   - "4VNF"
5620   - "2VNF"
5621   - "4VNF"
5622   traces:
5623     hoverinfo: "x+y"
5624     boxpoints: "outliers"
5625     whiskerwidth: 0
5626   layout:
5627     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5628     layout: "plot-throughput"
5629
5630 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5631 -
5632   type: "plot"
5633   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5634   algorithm: "plot_performance_box"
5635   output-file-type: ".html"
5636   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5637   data: "plot-ligato-throughput-latency-3n-hsw"
5638   filter: "'NIC_Intel-X710' and
5639            '64B' and
5640            ('BASE' or 'SCALE') and
5641            'NDRPDR' and
5642            '1T1C' and
5643            'L2XCFWD' and
5644            not 'VHOST' and
5645            'MEMIF'"
5646   parameters:
5647   - "throughput"
5648   - "parent"
5649   - "tags"
5650   sort:
5651   - "1VNF"
5652   - "2VNF"
5653   - "4VNF"
5654   - "2VNF"
5655   - "4VNF"
5656   traces:
5657     hoverinfo: "x+y"
5658     boxpoints: "outliers"
5659     whiskerwidth: 0
5660   layout:
5661     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5662     layout: "plot-throughput"
5663
5664 -
5665   type: "plot"
5666   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5667   algorithm: "plot_performance_box"
5668   output-file-type: ".html"
5669   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5670   data: "plot-ligato-throughput-latency-3n-hsw"
5671   filter: "'NIC_Intel-X710' and
5672            '64B' and
5673            ('BASE' or 'SCALE') and
5674            'NDRPDR' and
5675            '1T1C' and
5676            'L2XCFWD' and
5677            not 'VHOST' and
5678            'MEMIF'"
5679   parameters:
5680   - "throughput"
5681   - "parent"
5682   - "tags"
5683   sort:
5684   - "1VNF"
5685   - "2VNF"
5686   - "4VNF"
5687   - "2VNF"
5688   - "4VNF"
5689   traces:
5690     hoverinfo: "x+y"
5691     boxpoints: "outliers"
5692     whiskerwidth: 0
5693   layout:
5694     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5695     layout: "plot-throughput"
5696
5697 -
5698   type: "plot"
5699   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5700   algorithm: "plot_performance_box"
5701   output-file-type: ".html"
5702   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5703   data: "plot-ligato-throughput-latency-3n-hsw"
5704   filter: "'NIC_Intel-X710' and
5705            '64B' and
5706            ('BASE' or 'SCALE') and
5707            'NDRPDR' and
5708            '2T2C' and
5709            'L2XCFWD' and
5710            not 'VHOST' and
5711            'MEMIF'"
5712   parameters:
5713   - "throughput"
5714   - "parent"
5715   - "tags"
5716   sort:
5717   - "1VNF"
5718   - "2VNF"
5719   - "4VNF"
5720   - "2VNF"
5721   - "4VNF"
5722   traces:
5723     hoverinfo: "x+y"
5724     boxpoints: "outliers"
5725     whiskerwidth: 0
5726   layout:
5727     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5728     layout: "plot-throughput"
5729
5730 -
5731   type: "plot"
5732   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5733   algorithm: "plot_performance_box"
5734   output-file-type: ".html"
5735   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5736   data: "plot-ligato-throughput-latency-3n-hsw"
5737   filter: "'NIC_Intel-X710' and
5738            '64B' and
5739            ('BASE' or 'SCALE') and
5740            'NDRPDR' and
5741            '2T2C' and
5742            'L2XCFWD' and
5743            not 'VHOST' and
5744            'MEMIF'"
5745   parameters:
5746   - "throughput"
5747   - "parent"
5748   - "tags"
5749   sort:
5750   - "1VNF"
5751   - "2VNF"
5752   - "4VNF"
5753   - "2VNF"
5754   - "4VNF"
5755   traces:
5756     hoverinfo: "x+y"
5757     boxpoints: "outliers"
5758     whiskerwidth: 0
5759   layout:
5760     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5761     layout: "plot-throughput"
5762
5763 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5764 -
5765   type: "plot"
5766   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5767   algorithm: "plot_performance_box"
5768   output-file-type: ".html"
5769   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5770   data: "plot-ligato-throughput-latency-3n-hsw"
5771   filter: "'NIC_Intel-X710' and
5772            '64B' and
5773            ('BASE' or 'SCALE') and
5774            'NDRPDR' and
5775            '1T1C' and
5776            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5777            not 'VHOST' and
5778            'MEMIF'"
5779   parameters:
5780   - "throughput"
5781   - "parent"
5782   - "tags"
5783   sort:
5784   - "1VNF"
5785   - "2VNF"
5786   - "4VNF"
5787   - "2VNF"
5788   - "4VNF"
5789   traces:
5790     hoverinfo: "x+y"
5791     boxpoints: "outliers"
5792     whiskerwidth: 0
5793   layout:
5794     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5795     layout: "plot-throughput"
5796
5797 -
5798   type: "plot"
5799   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5800   algorithm: "plot_performance_box"
5801   output-file-type: ".html"
5802   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5803   data: "plot-ligato-throughput-latency-3n-hsw"
5804   filter: "'NIC_Intel-X710' and
5805            '64B' and
5806            ('BASE' or 'SCALE') and
5807            'NDRPDR' and
5808            '1T1C' and
5809            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5810            not 'VHOST' and
5811            'MEMIF'"
5812   parameters:
5813   - "throughput"
5814   - "parent"
5815   - "tags"
5816   sort:
5817   - "1VNF"
5818   - "2VNF"
5819   - "4VNF"
5820   - "2VNF"
5821   - "4VNF"
5822   traces:
5823     hoverinfo: "x+y"
5824     boxpoints: "outliers"
5825     whiskerwidth: 0
5826   layout:
5827     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5828     layout: "plot-throughput"
5829
5830 -
5831   type: "plot"
5832   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5833   algorithm: "plot_performance_box"
5834   output-file-type: ".html"
5835   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5836   data: "plot-ligato-throughput-latency-3n-hsw"
5837   filter: "'NIC_Intel-X710' and
5838            '64B' and
5839            ('BASE' or 'SCALE') and
5840            'NDRPDR' and
5841            '2T2C' and
5842            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5843            not 'VHOST' and
5844            'MEMIF'"
5845   parameters:
5846   - "throughput"
5847   - "parent"
5848   - "tags"
5849   sort:
5850   - "1VNF"
5851   - "2VNF"
5852   - "4VNF"
5853   - "2VNF"
5854   - "4VNF"
5855   traces:
5856     hoverinfo: "x+y"
5857     boxpoints: "outliers"
5858     whiskerwidth: 0
5859   layout:
5860     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5861     layout: "plot-throughput"
5862
5863 -
5864   type: "plot"
5865   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5866   algorithm: "plot_performance_box"
5867   output-file-type: ".html"
5868   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5869   data: "plot-ligato-throughput-latency-3n-hsw"
5870   filter: "'NIC_Intel-X710' and
5871            '64B' and
5872            ('BASE' or 'SCALE') and
5873            'NDRPDR' and
5874            '2T2C' and
5875            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5876            not 'VHOST' and
5877            'MEMIF'"
5878   parameters:
5879   - "throughput"
5880   - "parent"
5881   - "tags"
5882   sort:
5883   - "1VNF"
5884   - "2VNF"
5885   - "4VNF"
5886   - "2VNF"
5887   - "4VNF"
5888   traces:
5889     hoverinfo: "x+y"
5890     boxpoints: "outliers"
5891     whiskerwidth: 0
5892   layout:
5893     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5894     layout: "plot-throughput"
5895
5896 ################################################################################
5897
5898 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5899 -
5900   type: "plot"
5901   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5902   algorithm: "plot_performance_box"
5903   output-file-type: ".html"
5904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5905   data: "plot-vpp-throughput-latency-3n-hsw"
5906   filter: "'NIC_Intel-X520-DA2' and
5907            '64B' and
5908            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5909            'NDRPDR' and
5910            '1T1C' and
5911            'IP4FWD' and
5912            not 'IPSEC' and
5913            not 'VHOST'"
5914   parameters:
5915   - "throughput"
5916   - "parent"
5917   - "tags"
5918   sort:
5919   - "IP4BASE"
5920   - "FIB_20K"
5921   - "FIB_200K"
5922   - "FIB_2M"
5923   traces:
5924     hoverinfo: "x+y"
5925     boxpoints: "outliers"
5926     whiskerwidth: 0
5927   layout:
5928     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5929     layout: "plot-throughput"
5930
5931 -
5932   type: "plot"
5933   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5934   algorithm: "plot_performance_box"
5935   output-file-type: ".html"
5936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5937   data: "plot-vpp-throughput-latency-3n-hsw"
5938   filter: "'NIC_Intel-X520-DA2' and
5939            '64B' and
5940            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5941            'NDRPDR' and
5942            '1T1C' and
5943            'IP4FWD' and
5944            not 'IPSEC' and
5945            not 'VHOST'"
5946   parameters:
5947   - "throughput"
5948   - "parent"
5949   - "tags"
5950   sort:
5951   - "IP4BASE"
5952   - "FIB_20K"
5953   - "FIB_200K"
5954   - "FIB_2M"
5955   traces:
5956     hoverinfo: "x+y"
5957     boxpoints: "outliers"
5958     whiskerwidth: 0
5959   layout:
5960     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5961     layout: "plot-throughput"
5962
5963 -
5964   type: "plot"
5965   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5966   algorithm: "plot_performance_box"
5967   output-file-type: ".html"
5968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5969   data: "plot-vpp-throughput-latency-3n-hsw"
5970   filter: "'NIC_Intel-X520-DA2' and
5971            '64B' and
5972            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5973            'NDRPDR' and
5974            '2T2C' and
5975            'IP4FWD' and
5976            not 'IPSEC' and
5977            not 'VHOST'"
5978   parameters:
5979   - "throughput"
5980   - "parent"
5981   - "tags"
5982   sort:
5983   - "IP4BASE"
5984   - "FIB_20K"
5985   - "FIB_200K"
5986   - "FIB_2M"
5987   traces:
5988     hoverinfo: "x+y"
5989     boxpoints: "outliers"
5990     whiskerwidth: 0
5991   layout:
5992     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5993     layout: "plot-throughput"
5994
5995 -
5996   type: "plot"
5997   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5998   algorithm: "plot_performance_box"
5999   output-file-type: ".html"
6000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6001   data: "plot-vpp-throughput-latency-3n-hsw"
6002   filter: "'NIC_Intel-X520-DA2' and
6003            '64B' and
6004            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6005            'NDRPDR' and
6006            '2T2C' and
6007            'IP4FWD' and
6008            not 'IPSEC' and
6009            not 'VHOST'"
6010   parameters:
6011   - "throughput"
6012   - "parent"
6013   - "tags"
6014   sort:
6015   - "IP4BASE"
6016   - "FIB_20K"
6017   - "FIB_200K"
6018   - "FIB_2M"
6019   traces:
6020     hoverinfo: "x+y"
6021     boxpoints: "outliers"
6022     whiskerwidth: 0
6023   layout:
6024     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6025     layout: "plot-throughput"
6026
6027 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
6028 -
6029   type: "plot"
6030   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6031   algorithm: "plot_performance_box"
6032   output-file-type: ".html"
6033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6034   data: "plot-vpp-throughput-latency-3n-hsw"
6035   filter: "'NIC_Intel-X520-DA2' and
6036            '64B' and
6037            ('IP4BASE' or
6038             'POLICE_MARK' or
6039             'COPWHLIST' or
6040             ('NAT44' and 'BASE') or
6041             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6042            'NDRPDR' and
6043            '1T1C' and
6044            'IP4FWD' and
6045            not 'IPSEC' and
6046            not 'VHOST'"
6047   parameters:
6048   - "throughput"
6049   - "parent"
6050   - "tags"
6051   sort:
6052   - "IP4BASE"
6053   - "NAT44"
6054   - "POLICE_MARK"
6055   - "COPWHLIST"
6056   - "IACL"
6057   - "OACL"
6058   traces:
6059     hoverinfo: "x+y"
6060     boxpoints: "outliers"
6061     whiskerwidth: 0
6062   layout:
6063     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6064     layout: "plot-throughput"
6065
6066 -
6067   type: "plot"
6068   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6069   algorithm: "plot_performance_box"
6070   output-file-type: ".html"
6071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6072   data: "plot-vpp-throughput-latency-3n-hsw"
6073   filter: "'NIC_Intel-X520-DA2' and
6074            '64B' and
6075            ('IP4BASE' or
6076             'POLICE_MARK' or
6077             'COPWHLIST' or
6078             ('NAT44' and 'BASE') or
6079             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6080            'NDRPDR' and
6081            '1T1C' and
6082            'IP4FWD' and
6083            not 'IPSEC' and
6084            not 'VHOST'"
6085   parameters:
6086   - "throughput"
6087   - "parent"
6088   - "tags"
6089   sort:
6090   - "IP4BASE"
6091   - "NAT44"
6092   - "POLICE_MARK"
6093   - "COPWHLIST"
6094   - "IACL"
6095   - "OACL"
6096   traces:
6097     hoverinfo: "x+y"
6098     boxpoints: "outliers"
6099     whiskerwidth: 0
6100   layout:
6101     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6102     layout: "plot-throughput"
6103
6104 -
6105   type: "plot"
6106   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6107   algorithm: "plot_performance_box"
6108   output-file-type: ".html"
6109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6110   data: "plot-vpp-throughput-latency-3n-hsw"
6111   filter: "'NIC_Intel-X520-DA2' and
6112            '64B' and
6113            ('IP4BASE' or
6114             'POLICE_MARK' or
6115             'COPWHLIST' or
6116             ('NAT44' and 'BASE') or
6117             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6118            'NDRPDR' and
6119            '2T2C' and
6120            'IP4FWD' and
6121            not 'IPSEC' and
6122            not 'VHOST'"
6123   parameters:
6124   - "throughput"
6125   - "parent"
6126   - "tags"
6127   sort:
6128   - "IP4BASE"
6129   - "NAT44"
6130   - "POLICE_MARK"
6131   - "COPWHLIST"
6132   - "IACL"
6133   - "OACL"
6134   traces:
6135     hoverinfo: "x+y"
6136     boxpoints: "outliers"
6137     whiskerwidth: 0
6138   layout:
6139     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6140     layout: "plot-throughput"
6141
6142 -
6143   type: "plot"
6144   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6145   algorithm: "plot_performance_box"
6146   output-file-type: ".html"
6147   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6148   data: "plot-vpp-throughput-latency-3n-hsw"
6149   filter: "'NIC_Intel-X520-DA2' and
6150            '64B' and
6151            ('IP4BASE' or
6152             'POLICE_MARK' or
6153             'COPWHLIST' or
6154             ('NAT44' and 'BASE') or
6155             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6156            'NDRPDR' and
6157            '2T2C' and
6158            'IP4FWD' and
6159            not 'IPSEC' and
6160            not 'VHOST'"
6161   parameters:
6162   - "throughput"
6163   - "parent"
6164   - "tags"
6165   sort:
6166   - "IP4BASE"
6167   - "NAT44"
6168   - "POLICE_MARK"
6169   - "COPWHLIST"
6170   - "IACL"
6171   - "OACL"
6172   traces:
6173     hoverinfo: "x+y"
6174     boxpoints: "outliers"
6175     whiskerwidth: 0
6176   layout:
6177     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6178     layout: "plot-throughput"
6179
6180 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6181 -
6182   type: "plot"
6183   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6184   algorithm: "plot_performance_box"
6185   output-file-type: ".html"
6186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6187   data: "plot-vpp-throughput-latency-3n-hsw"
6188   filter: "'NIC_Intel-X520-DA2' and
6189            '64B' and
6190            'NDRPDR' and
6191            '1T1C' and
6192            'IP4FWD' and
6193            'NAT44' and
6194            not 'IPSEC' and
6195            not 'VHOST'"
6196   parameters:
6197   - "throughput"
6198   - "parent"
6199   - "tags"
6200   sort:
6201   - "BASE"
6202   - "BASE"
6203   - "SRC_USER_10"
6204   - "SRC_USER_100"
6205   - "SRC_USER_1000"
6206   - "SRC_USER_2000"
6207   traces:
6208     hoverinfo: "x+y"
6209     boxpoints: "outliers"
6210     whiskerwidth: 0
6211   layout:
6212     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6213     layout: "plot-throughput"
6214
6215 -
6216   type: "plot"
6217   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6218   algorithm: "plot_performance_box"
6219   output-file-type: ".html"
6220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6221   data: "plot-vpp-throughput-latency-3n-hsw"
6222   filter: "'NIC_Intel-X520-DA2' and
6223            '64B' and
6224            'NDRPDR' and
6225            '1T1C' and
6226            'IP4FWD' and
6227            'NAT44' and
6228            not 'IPSEC' and
6229            not 'VHOST'"
6230   parameters:
6231   - "throughput"
6232   - "parent"
6233   - "tags"
6234   sort:
6235   - "BASE"
6236   - "BASE"
6237   - "SRC_USER_10"
6238   - "SRC_USER_100"
6239   - "SRC_USER_1000"
6240   - "SRC_USER_2000"
6241   traces:
6242     hoverinfo: "x+y"
6243     boxpoints: "outliers"
6244     whiskerwidth: 0
6245   layout:
6246     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6247     layout: "plot-throughput"
6248
6249 -
6250   type: "plot"
6251   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6252   algorithm: "plot_performance_box"
6253   output-file-type: ".html"
6254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
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            'NAT44' and
6262            not 'IPSEC' and
6263            not 'VHOST'"
6264   parameters:
6265   - "throughput"
6266   - "parent"
6267   - "tags"
6268   sort:
6269   - "BASE"
6270   - "BASE"
6271   - "SRC_USER_10"
6272   - "SRC_USER_100"
6273   - "SRC_USER_1000"
6274   - "SRC_USER_2000"
6275   traces:
6276     hoverinfo: "x+y"
6277     boxpoints: "outliers"
6278     whiskerwidth: 0
6279   layout:
6280     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6281     layout: "plot-throughput"
6282
6283 -
6284   type: "plot"
6285   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6286   algorithm: "plot_performance_box"
6287   output-file-type: ".html"
6288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6289   data: "plot-vpp-throughput-latency-3n-hsw"
6290   filter: "'NIC_Intel-X520-DA2' and
6291            '64B' and
6292            'NDRPDR' and
6293            '2T2C' and
6294            'IP4FWD' and
6295            'NAT44' and
6296            not 'IPSEC' and
6297            not 'VHOST'"
6298   parameters:
6299   - "throughput"
6300   - "parent"
6301   - "tags"
6302   sort:
6303   - "BASE"
6304   - "BASE"
6305   - "SRC_USER_10"
6306   - "SRC_USER_100"
6307   - "SRC_USER_1000"
6308   - "SRC_USER_2000"
6309   traces:
6310     hoverinfo: "x+y"
6311     boxpoints: "outliers"
6312     whiskerwidth: 0
6313   layout:
6314     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6315     layout: "plot-throughput"
6316
6317 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6318 -
6319   type: "plot"
6320   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6321   algorithm: "plot_performance_box"
6322   output-file-type: ".html"
6323   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6324   data: "plot-vpp-throughput-latency-3n-hsw"
6325   filter: "'NIC_Intel-X520-DA2' and
6326            '64B' and
6327            'NDRPDR' and
6328            '1T1C' and
6329            'IP4FWD' and
6330            'IACL' and
6331            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6332            not 'IPSEC' and
6333            not 'VHOST'"
6334   parameters:
6335   - "throughput"
6336   - "parent"
6337   - "tags"
6338   sort:
6339   - "ACL_STATELESS"
6340   - "ACL_STATEFUL"
6341   - "ACL_STATELESS"
6342   - "ACL_STATEFUL"
6343   traces:
6344     hoverinfo: "x+y"
6345     boxpoints: "outliers"
6346     whiskerwidth: 0
6347   layout:
6348     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6349     layout: "plot-throughput"
6350
6351 -
6352   type: "plot"
6353   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6354   algorithm: "plot_performance_box"
6355   output-file-type: ".html"
6356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6357   data: "plot-vpp-throughput-latency-3n-hsw"
6358   filter: "'NIC_Intel-X520-DA2' and
6359            '64B' and
6360            'NDRPDR' and
6361            '1T1C' and
6362            'IP4FWD' and
6363            'IACL' and
6364            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6365            not 'IPSEC' and
6366            not 'VHOST'"
6367   parameters:
6368   - "throughput"
6369   - "parent"
6370   - "tags"
6371   sort:
6372   - "ACL_STATELESS"
6373   - "ACL_STATEFUL"
6374   - "ACL_STATELESS"
6375   - "ACL_STATEFUL"
6376   traces:
6377     hoverinfo: "x+y"
6378     boxpoints: "outliers"
6379     whiskerwidth: 0
6380   layout:
6381     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6382     layout: "plot-throughput"
6383
6384 -
6385   type: "plot"
6386   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6387   algorithm: "plot_performance_box"
6388   output-file-type: ".html"
6389   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6390   data: "plot-vpp-throughput-latency-3n-hsw"
6391   filter: "'NIC_Intel-X520-DA2' and
6392            '64B' and
6393            'NDRPDR' and
6394            '2T2C' and
6395            'IP4FWD' and
6396            'IACL' and
6397            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6398            not 'IPSEC' and
6399            not 'VHOST'"
6400   parameters:
6401   - "throughput"
6402   - "parent"
6403   - "tags"
6404   sort:
6405   - "ACL_STATELESS"
6406   - "ACL_STATEFUL"
6407   - "ACL_STATELESS"
6408   - "ACL_STATEFUL"
6409   traces:
6410     hoverinfo: "x+y"
6411     boxpoints: "outliers"
6412     whiskerwidth: 0
6413   layout:
6414     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6415     layout: "plot-throughput"
6416
6417 -
6418   type: "plot"
6419   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6420   algorithm: "plot_performance_box"
6421   output-file-type: ".html"
6422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6423   data: "plot-vpp-throughput-latency-3n-hsw"
6424   filter: "'NIC_Intel-X520-DA2' and
6425            '64B' and
6426            'NDRPDR' and
6427            '2T2C' and
6428            'IP4FWD' and
6429            'IACL' and
6430            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6431            not 'IPSEC' and
6432            not 'VHOST'"
6433   parameters:
6434   - "throughput"
6435   - "parent"
6436   - "tags"
6437   sort:
6438   - "ACL_STATELESS"
6439   - "ACL_STATEFUL"
6440   - "ACL_STATELESS"
6441   - "ACL_STATEFUL"
6442   traces:
6443     hoverinfo: "x+y"
6444     boxpoints: "outliers"
6445     whiskerwidth: 0
6446   layout:
6447     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6448     layout: "plot-throughput"
6449
6450 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6451 -
6452   type: "plot"
6453   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6454   algorithm: "plot_performance_box"
6455   output-file-type: ".html"
6456   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6457   data: "plot-vpp-throughput-latency-3n-hsw"
6458   filter: "'NIC_Intel-X520-DA2' and
6459            '64B' and
6460            'NDRPDR' and
6461            '1T1C' and
6462            'IP4FWD' and
6463            'OACL' and
6464            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6465            not 'IPSEC' and
6466            not 'VHOST'"
6467   parameters:
6468   - "throughput"
6469   - "parent"
6470   - "tags"
6471   sort:
6472   - "ACL_STATELESS"
6473   - "ACL_STATEFUL"
6474   - "ACL_STATELESS"
6475   - "ACL_STATEFUL"
6476   traces:
6477     hoverinfo: "x+y"
6478     boxpoints: "outliers"
6479     whiskerwidth: 0
6480   layout:
6481     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6482     layout: "plot-throughput"
6483
6484 -
6485   type: "plot"
6486   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6487   algorithm: "plot_performance_box"
6488   output-file-type: ".html"
6489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6490   data: "plot-vpp-throughput-latency-3n-hsw"
6491   filter: "'NIC_Intel-X520-DA2' and
6492            '64B' and
6493            'NDRPDR' and
6494            '1T1C' and
6495            'IP4FWD' and
6496            'OACL' and
6497            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6498            not 'IPSEC' and
6499            not 'VHOST'"
6500   parameters:
6501   - "throughput"
6502   - "parent"
6503   - "tags"
6504   sort:
6505   - "ACL_STATELESS"
6506   - "ACL_STATEFUL"
6507   - "ACL_STATELESS"
6508   - "ACL_STATEFUL"
6509   traces:
6510     hoverinfo: "x+y"
6511     boxpoints: "outliers"
6512     whiskerwidth: 0
6513   layout:
6514     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6515     layout: "plot-throughput"
6516
6517 -
6518   type: "plot"
6519   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6520   algorithm: "plot_performance_box"
6521   output-file-type: ".html"
6522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6523   data: "plot-vpp-throughput-latency-3n-hsw"
6524   filter: "'NIC_Intel-X520-DA2' and
6525            '64B' and
6526            'NDRPDR' and
6527            '2T2C' and
6528            'IP4FWD' and
6529            'OACL' and
6530            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6531            not 'IPSEC' and
6532            not 'VHOST'"
6533   parameters:
6534   - "throughput"
6535   - "parent"
6536   - "tags"
6537   sort:
6538   - "ACL_STATELESS"
6539   - "ACL_STATEFUL"
6540   - "ACL_STATELESS"
6541   - "ACL_STATEFUL"
6542   traces:
6543     hoverinfo: "x+y"
6544     boxpoints: "outliers"
6545     whiskerwidth: 0
6546   layout:
6547     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6548     layout: "plot-throughput"
6549
6550 -
6551   type: "plot"
6552   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6553   algorithm: "plot_performance_box"
6554   output-file-type: ".html"
6555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6556   data: "plot-vpp-throughput-latency-3n-hsw"
6557   filter: "'NIC_Intel-X520-DA2' and
6558            '64B' and
6559            'NDRPDR' and
6560            '2T2C' and
6561            'IP4FWD' and
6562            'OACL' and
6563            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6564            not 'IPSEC' and
6565            not 'VHOST'"
6566   parameters:
6567   - "throughput"
6568   - "parent"
6569   - "tags"
6570   sort:
6571   - "ACL_STATELESS"
6572   - "ACL_STATEFUL"
6573   - "ACL_STATELESS"
6574   - "ACL_STATEFUL"
6575   traces:
6576     hoverinfo: "x+y"
6577     boxpoints: "outliers"
6578     whiskerwidth: 0
6579   layout:
6580     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6581     layout: "plot-throughput"
6582
6583 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6584 -
6585   type: "plot"
6586   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6587   algorithm: "plot_performance_box"
6588   output-file-type: ".html"
6589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6590   data: "plot-vpp-throughput-latency-3n-hsw"
6591   filter: "'NIC_Intel-X710' and
6592            '64B' and
6593            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6594            'NDRPDR' and
6595            '1T1C' and
6596            'IP4FWD' and
6597            not 'IPSEC' and
6598            not 'VHOST'"
6599   parameters:
6600   - "throughput"
6601   - "parent"
6602   - "tags"
6603   sort:
6604   - "IP4BASE"
6605   - "FIB_20K"
6606   - "FIB_200K"
6607   - "FIB_2M"
6608   traces:
6609     hoverinfo: "x+y"
6610     boxpoints: "outliers"
6611     whiskerwidth: 0
6612   layout:
6613     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6614     layout: "plot-throughput"
6615
6616 -
6617   type: "plot"
6618   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6619   algorithm: "plot_performance_box"
6620   output-file-type: ".html"
6621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6622   data: "plot-vpp-throughput-latency-3n-hsw"
6623   filter: "'NIC_Intel-X710' and
6624            '64B' and
6625            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6626            'NDRPDR' and
6627            '1T1C' and
6628            'IP4FWD' and
6629            not 'IPSEC' and
6630            not 'VHOST'"
6631   parameters:
6632   - "throughput"
6633   - "parent"
6634   - "tags"
6635   sort:
6636   - "IP4BASE"
6637   - "FIB_20K"
6638   - "FIB_200K"
6639   - "FIB_2M"
6640   traces:
6641     hoverinfo: "x+y"
6642     boxpoints: "outliers"
6643     whiskerwidth: 0
6644   layout:
6645     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6646     layout: "plot-throughput"
6647
6648 -
6649   type: "plot"
6650   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6651   algorithm: "plot_performance_box"
6652   output-file-type: ".html"
6653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6654   data: "plot-vpp-throughput-latency-3n-hsw"
6655   filter: "'NIC_Intel-X710' and
6656            '64B' and
6657            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6658            'NDRPDR' and
6659            '2T2C' and
6660            'IP4FWD' and
6661            not 'IPSEC' and
6662            not 'VHOST'"
6663   parameters:
6664   - "throughput"
6665   - "parent"
6666   - "tags"
6667   sort:
6668   - "IP4BASE"
6669   - "FIB_20K"
6670   - "FIB_200K"
6671   - "FIB_2M"
6672   traces:
6673     hoverinfo: "x+y"
6674     boxpoints: "outliers"
6675     whiskerwidth: 0
6676   layout:
6677     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6678     layout: "plot-throughput"
6679
6680 -
6681   type: "plot"
6682   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6683   algorithm: "plot_performance_box"
6684   output-file-type: ".html"
6685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6686   data: "plot-vpp-throughput-latency-3n-hsw"
6687   filter: "'NIC_Intel-X710' and
6688            '64B' and
6689            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6690            'NDRPDR' and
6691            '2T2C' and
6692            'IP4FWD' and
6693            not 'IPSEC' and
6694            not 'VHOST'"
6695   parameters:
6696   - "throughput"
6697   - "parent"
6698   - "tags"
6699   sort:
6700   - "IP4BASE"
6701   - "FIB_20K"
6702   - "FIB_200K"
6703   - "FIB_2M"
6704   traces:
6705     hoverinfo: "x+y"
6706     boxpoints: "outliers"
6707     whiskerwidth: 0
6708   layout:
6709     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6710     layout: "plot-throughput"
6711
6712 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6713 -
6714   type: "plot"
6715   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6716   algorithm: "plot_performance_box"
6717   output-file-type: ".html"
6718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6719   data: "plot-vpp-throughput-latency-3n-hsw"
6720   filter: "'NIC_Intel-X710' and
6721            '64B' and
6722            ('IP4BASE' or
6723             'POLICE_MARK' or
6724             'COPWHLIST' or
6725             ('NAT44' and 'BASE') or
6726             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6727            'NDRPDR' and
6728            '1T1C' and
6729            'IP4FWD' and
6730            not 'IPSEC' and
6731            not 'VHOST'"
6732   parameters:
6733   - "throughput"
6734   - "parent"
6735   - "tags"
6736   sort:
6737   - "IP4BASE"
6738   - "NAT44"
6739   - "POLICE_MARK"
6740   - "COPWHLIST"
6741   - "IACL"
6742   - "OACL"
6743   traces:
6744     hoverinfo: "x+y"
6745     boxpoints: "outliers"
6746     whiskerwidth: 0
6747   layout:
6748     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6749     layout: "plot-throughput"
6750
6751 -
6752   type: "plot"
6753   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6754   algorithm: "plot_performance_box"
6755   output-file-type: ".html"
6756   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6757   data: "plot-vpp-throughput-latency-3n-hsw"
6758   filter: "'NIC_Intel-X710' and
6759            '64B' and
6760            ('IP4BASE' or
6761             'POLICE_MARK' or
6762             'COPWHLIST' or
6763             ('NAT44' and 'BASE') or
6764             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6765            'NDRPDR' and
6766            '1T1C' and
6767            'IP4FWD' and
6768            not 'IPSEC' and
6769            not 'VHOST'"
6770   parameters:
6771   - "throughput"
6772   - "parent"
6773   - "tags"
6774   sort:
6775   - "IP4BASE"
6776   - "NAT44"
6777   - "POLICE_MARK"
6778   - "COPWHLIST"
6779   - "IACL"
6780   - "OACL"
6781   traces:
6782     hoverinfo: "x+y"
6783     boxpoints: "outliers"
6784     whiskerwidth: 0
6785   layout:
6786     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6787     layout: "plot-throughput"
6788
6789 -
6790   type: "plot"
6791   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6792   algorithm: "plot_performance_box"
6793   output-file-type: ".html"
6794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6795   data: "plot-vpp-throughput-latency-3n-hsw"
6796   filter: "'NIC_Intel-X710' and
6797            '64B' and
6798            ('IP4BASE' or
6799             'POLICE_MARK' or
6800             'COPWHLIST' or
6801             ('NAT44' and 'BASE') or
6802             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6803            'NDRPDR' and
6804            '2T2C' and
6805            'IP4FWD' and
6806            not 'IPSEC' and
6807            not 'VHOST'"
6808   parameters:
6809   - "throughput"
6810   - "parent"
6811   - "tags"
6812   sort:
6813   - "IP4BASE"
6814   - "NAT44"
6815   - "POLICE_MARK"
6816   - "COPWHLIST"
6817   - "IACL"
6818   - "OACL"
6819   traces:
6820     hoverinfo: "x+y"
6821     boxpoints: "outliers"
6822     whiskerwidth: 0
6823   layout:
6824     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6825     layout: "plot-throughput"
6826
6827 -
6828   type: "plot"
6829   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6830   algorithm: "plot_performance_box"
6831   output-file-type: ".html"
6832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6833   data: "plot-vpp-throughput-latency-3n-hsw"
6834   filter: "'NIC_Intel-X710' and
6835            '64B' and
6836            ('IP4BASE' or
6837             'POLICE_MARK' or
6838             'COPWHLIST' or
6839             ('NAT44' and 'BASE') or
6840             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6841            'NDRPDR' and
6842            '2T2C' and
6843            'IP4FWD' and
6844            not 'IPSEC' and
6845            not 'VHOST'"
6846   parameters:
6847   - "throughput"
6848   - "parent"
6849   - "tags"
6850   sort:
6851   - "IP4BASE"
6852   - "NAT44"
6853   - "POLICE_MARK"
6854   - "COPWHLIST"
6855   - "IACL"
6856   - "OACL"
6857   traces:
6858     hoverinfo: "x+y"
6859     boxpoints: "outliers"
6860     whiskerwidth: 0
6861   layout:
6862     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6863     layout: "plot-throughput"
6864
6865 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6866 -
6867   type: "plot"
6868   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6869   algorithm: "plot_performance_box"
6870   output-file-type: ".html"
6871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6872   data: "plot-vpp-throughput-latency-3n-skx"
6873   filter: "'NIC_Intel-X710' and
6874            '64B' and
6875            'NDRPDR' and
6876            '2T1C' and
6877            'IP4FWD' and
6878            'NAT44' and
6879            not 'IPSEC' and
6880            not 'VHOST'"
6881   parameters:
6882   - "throughput"
6883   - "parent"
6884   - "tags"
6885   sort:
6886   - "BASE"
6887   - "BASE"
6888   - "SRC_USER_10"
6889   - "SRC_USER_100"
6890   - "SRC_USER_1000"
6891   - "SRC_USER_2000"
6892   traces:
6893     hoverinfo: "x+y"
6894     boxpoints: "outliers"
6895     whiskerwidth: 0
6896   layout:
6897     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6898     layout: "plot-throughput"
6899
6900 -
6901   type: "plot"
6902   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6903   algorithm: "plot_performance_box"
6904   output-file-type: ".html"
6905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6906   data: "plot-vpp-throughput-latency-3n-skx"
6907   filter: "'NIC_Intel-X710' and
6908            '64B' and
6909            'NDRPDR' and
6910            '2T1C' and
6911            'IP4FWD' and
6912            'NAT44' and
6913            not 'IPSEC' and
6914            not 'VHOST'"
6915   parameters:
6916   - "throughput"
6917   - "parent"
6918   - "tags"
6919   sort:
6920   - "BASE"
6921   - "BASE"
6922   - "SRC_USER_10"
6923   - "SRC_USER_100"
6924   - "SRC_USER_1000"
6925   - "SRC_USER_2000"
6926   traces:
6927     hoverinfo: "x+y"
6928     boxpoints: "outliers"
6929     whiskerwidth: 0
6930   layout:
6931     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6932     layout: "plot-throughput"
6933
6934 -
6935   type: "plot"
6936   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6937   algorithm: "plot_performance_box"
6938   output-file-type: ".html"
6939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
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            'NAT44' and
6947            not 'IPSEC' and
6948            not 'VHOST'"
6949   parameters:
6950   - "throughput"
6951   - "parent"
6952   - "tags"
6953   sort:
6954   - "BASE"
6955   - "BASE"
6956   - "SRC_USER_10"
6957   - "SRC_USER_100"
6958   - "SRC_USER_1000"
6959   - "SRC_USER_2000"
6960   traces:
6961     hoverinfo: "x+y"
6962     boxpoints: "outliers"
6963     whiskerwidth: 0
6964   layout:
6965     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6966     layout: "plot-throughput"
6967
6968 -
6969   type: "plot"
6970   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6971   algorithm: "plot_performance_box"
6972   output-file-type: ".html"
6973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6974   data: "plot-vpp-throughput-latency-3n-skx"
6975   filter: "'NIC_Intel-X710' and
6976            '64B' and
6977            'NDRPDR' and
6978            '4T2C' and
6979            'IP4FWD' and
6980            'NAT44' and
6981            not 'IPSEC' and
6982            not 'VHOST'"
6983   parameters:
6984   - "throughput"
6985   - "parent"
6986   - "tags"
6987   sort:
6988   - "BASE"
6989   - "BASE"
6990   - "SRC_USER_10"
6991   - "SRC_USER_100"
6992   - "SRC_USER_1000"
6993   - "SRC_USER_2000"
6994   traces:
6995     hoverinfo: "x+y"
6996     boxpoints: "outliers"
6997     whiskerwidth: 0
6998   layout:
6999     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
7000     layout: "plot-throughput"
7001
7002 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
7003 -
7004   type: "plot"
7005   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7006   algorithm: "plot_performance_box"
7007   output-file-type: ".html"
7008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7009   data: "plot-vpp-throughput-latency-3n-skx"
7010   filter: "'NIC_Intel-X710' and
7011            '64B' and
7012            'NDRPDR' and
7013            '2T1C' and
7014            'IP4FWD' and
7015            'IACL' and
7016            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7017            not 'IPSEC' and
7018            not 'VHOST'"
7019   parameters:
7020   - "throughput"
7021   - "parent"
7022   - "tags"
7023   sort:
7024   - "ACL_STATELESS"
7025   - "ACL_STATEFUL"
7026   - "ACL_STATELESS"
7027   - "ACL_STATEFUL"
7028   traces:
7029     hoverinfo: "x+y"
7030     boxpoints: "outliers"
7031     whiskerwidth: 0
7032   layout:
7033     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7034     layout: "plot-throughput"
7035
7036 -
7037   type: "plot"
7038   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7039   algorithm: "plot_performance_box"
7040   output-file-type: ".html"
7041   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7042   data: "plot-vpp-throughput-latency-3n-skx"
7043   filter: "'NIC_Intel-X710' and
7044            '64B' and
7045            'NDRPDR' and
7046            '2T1C' and
7047            'IP4FWD' and
7048            'IACL' and
7049            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7050            not 'IPSEC' and
7051            not 'VHOST'"
7052   parameters:
7053   - "throughput"
7054   - "parent"
7055   - "tags"
7056   sort:
7057   - "ACL_STATELESS"
7058   - "ACL_STATEFUL"
7059   - "ACL_STATELESS"
7060   - "ACL_STATEFUL"
7061   traces:
7062     hoverinfo: "x+y"
7063     boxpoints: "outliers"
7064     whiskerwidth: 0
7065   layout:
7066     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7067     layout: "plot-throughput"
7068
7069 -
7070   type: "plot"
7071   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7072   algorithm: "plot_performance_box"
7073   output-file-type: ".html"
7074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7075   data: "plot-vpp-throughput-latency-3n-skx"
7076   filter: "'NIC_Intel-X710' and
7077            '64B' and
7078            'NDRPDR' and
7079            '4T2C' and
7080            'IP4FWD' and
7081            'IACL' and
7082            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7083            not 'IPSEC' and
7084            not 'VHOST'"
7085   parameters:
7086   - "throughput"
7087   - "parent"
7088   - "tags"
7089   sort:
7090   - "ACL_STATELESS"
7091   - "ACL_STATEFUL"
7092   - "ACL_STATELESS"
7093   - "ACL_STATEFUL"
7094   traces:
7095     hoverinfo: "x+y"
7096     boxpoints: "outliers"
7097     whiskerwidth: 0
7098   layout:
7099     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7100     layout: "plot-throughput"
7101
7102 -
7103   type: "plot"
7104   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7105   algorithm: "plot_performance_box"
7106   output-file-type: ".html"
7107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7108   data: "plot-vpp-throughput-latency-3n-skx"
7109   filter: "'NIC_Intel-X710' and
7110            '64B' and
7111            'NDRPDR' and
7112            '4T2C' and
7113            'IP4FWD' and
7114            'IACL' and
7115            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7116            not 'IPSEC' and
7117            not 'VHOST'"
7118   parameters:
7119   - "throughput"
7120   - "parent"
7121   - "tags"
7122   sort:
7123   - "ACL_STATELESS"
7124   - "ACL_STATEFUL"
7125   - "ACL_STATELESS"
7126   - "ACL_STATEFUL"
7127   traces:
7128     hoverinfo: "x+y"
7129     boxpoints: "outliers"
7130     whiskerwidth: 0
7131   layout:
7132     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7133     layout: "plot-throughput"
7134
7135 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
7136 -
7137   type: "plot"
7138   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7139   algorithm: "plot_performance_box"
7140   output-file-type: ".html"
7141   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7142   data: "plot-vpp-throughput-latency-3n-skx"
7143   filter: "'NIC_Intel-X710' and
7144            '64B' and
7145            'NDRPDR' and
7146            '2T1C' and
7147            'IP4FWD' and
7148            'OACL' and
7149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7150            not 'IPSEC' and
7151            not 'VHOST'"
7152   parameters:
7153   - "throughput"
7154   - "parent"
7155   - "tags"
7156   sort:
7157   - "ACL_STATELESS"
7158   - "ACL_STATEFUL"
7159   - "ACL_STATELESS"
7160   - "ACL_STATEFUL"
7161   traces:
7162     hoverinfo: "x+y"
7163     boxpoints: "outliers"
7164     whiskerwidth: 0
7165   layout:
7166     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7167     layout: "plot-throughput"
7168
7169 -
7170   type: "plot"
7171   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7172   algorithm: "plot_performance_box"
7173   output-file-type: ".html"
7174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7175   data: "plot-vpp-throughput-latency-3n-skx"
7176   filter: "'NIC_Intel-X710' and
7177            '64B' and
7178            'NDRPDR' and
7179            '2T1C' and
7180            'IP4FWD' and
7181            'OACL' and
7182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7183            not 'IPSEC' and
7184            not 'VHOST'"
7185   parameters:
7186   - "throughput"
7187   - "parent"
7188   - "tags"
7189   sort:
7190   - "ACL_STATELESS"
7191   - "ACL_STATEFUL"
7192   - "ACL_STATELESS"
7193   - "ACL_STATEFUL"
7194   traces:
7195     hoverinfo: "x+y"
7196     boxpoints: "outliers"
7197     whiskerwidth: 0
7198   layout:
7199     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7200     layout: "plot-throughput"
7201
7202 -
7203   type: "plot"
7204   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7205   algorithm: "plot_performance_box"
7206   output-file-type: ".html"
7207   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7208   data: "plot-vpp-throughput-latency-3n-skx"
7209   filter: "'NIC_Intel-X710' and
7210            '64B' and
7211            'NDRPDR' and
7212            '4T2C' and
7213            'IP4FWD' and
7214            'OACL' and
7215            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7216            not 'IPSEC' and
7217            not 'VHOST'"
7218   parameters:
7219   - "throughput"
7220   - "parent"
7221   - "tags"
7222   sort:
7223   - "ACL_STATELESS"
7224   - "ACL_STATEFUL"
7225   - "ACL_STATELESS"
7226   - "ACL_STATEFUL"
7227   traces:
7228     hoverinfo: "x+y"
7229     boxpoints: "outliers"
7230     whiskerwidth: 0
7231   layout:
7232     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7233     layout: "plot-throughput"
7234
7235 -
7236   type: "plot"
7237   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7238   algorithm: "plot_performance_box"
7239   output-file-type: ".html"
7240   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7241   data: "plot-vpp-throughput-latency-3n-skx"
7242   filter: "'NIC_Intel-X710' and
7243            '64B' and
7244            'NDRPDR' and
7245            '4T2C' and
7246            'IP4FWD' and
7247            'OACL' and
7248            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7249            not 'IPSEC' and
7250            not 'VHOST'"
7251   parameters:
7252   - "throughput"
7253   - "parent"
7254   - "tags"
7255   sort:
7256   - "ACL_STATELESS"
7257   - "ACL_STATEFUL"
7258   - "ACL_STATELESS"
7259   - "ACL_STATEFUL"
7260   traces:
7261     hoverinfo: "x+y"
7262     boxpoints: "outliers"
7263     whiskerwidth: 0
7264   layout:
7265     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7266     layout: "plot-throughput"
7267
7268 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7269 -
7270   type: "plot"
7271   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7272   algorithm: "plot_performance_box"
7273   output-file-type: ".html"
7274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7275   data: "plot-vpp-throughput-latency-3n-hsw"
7276   filter: "'NIC_Intel-XL710' and
7277            '64B' and
7278            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7279            'NDRPDR' and
7280            '1T1C' and
7281            'IP4FWD' and
7282            not 'IPSEC' and
7283            not 'VHOST'"
7284   parameters:
7285   - "throughput"
7286   - "parent"
7287   - "tags"
7288   sort:
7289   - "IP4BASE"
7290   - "FIB_20K"
7291   - "FIB_200K"
7292   - "FIB_2M"
7293   traces:
7294     hoverinfo: "x+y"
7295     boxpoints: "outliers"
7296     whiskerwidth: 0
7297   layout:
7298     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7299     layout: "plot-throughput"
7300
7301 -
7302   type: "plot"
7303   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7304   algorithm: "plot_performance_box"
7305   output-file-type: ".html"
7306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7307   data: "plot-vpp-throughput-latency-3n-hsw"
7308   filter: "'NIC_Intel-XL710' and
7309            '64B' and
7310            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7311            'NDRPDR' and
7312            '1T1C' and
7313            'IP4FWD' and
7314            not 'IPSEC' and
7315            not 'VHOST'"
7316   parameters:
7317   - "throughput"
7318   - "parent"
7319   - "tags"
7320   sort:
7321   - "IP4BASE"
7322   - "FIB_20K"
7323   - "FIB_200K"
7324   - "FIB_2M"
7325   traces:
7326     hoverinfo: "x+y"
7327     boxpoints: "outliers"
7328     whiskerwidth: 0
7329   layout:
7330     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7331     layout: "plot-throughput"
7332
7333 -
7334   type: "plot"
7335   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7336   algorithm: "plot_performance_box"
7337   output-file-type: ".html"
7338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7339   data: "plot-vpp-throughput-latency-3n-hsw"
7340   filter: "'NIC_Intel-XL710' and
7341            '64B' and
7342            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7343            'NDRPDR' and
7344            '2T2C' and
7345            'IP4FWD' and
7346            not 'IPSEC' and
7347            not 'VHOST'"
7348   parameters:
7349   - "throughput"
7350   - "parent"
7351   - "tags"
7352   sort:
7353   - "IP4BASE"
7354   - "FIB_20K"
7355   - "FIB_200K"
7356   - "FIB_2M"
7357   traces:
7358     hoverinfo: "x+y"
7359     boxpoints: "outliers"
7360     whiskerwidth: 0
7361   layout:
7362     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7363     layout: "plot-throughput"
7364
7365 -
7366   type: "plot"
7367   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7368   algorithm: "plot_performance_box"
7369   output-file-type: ".html"
7370   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7371   data: "plot-vpp-throughput-latency-3n-hsw"
7372   filter: "'NIC_Intel-XL710' and
7373            '64B' and
7374            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7375            'NDRPDR' and
7376            '2T2C' and
7377            'IP4FWD' and
7378            not 'IPSEC' and
7379            not 'VHOST'"
7380   parameters:
7381   - "throughput"
7382   - "parent"
7383   - "tags"
7384   sort:
7385   - "IP4BASE"
7386   - "FIB_20K"
7387   - "FIB_200K"
7388   - "FIB_2M"
7389   traces:
7390     hoverinfo: "x+y"
7391     boxpoints: "outliers"
7392     whiskerwidth: 0
7393   layout:
7394     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7395     layout: "plot-throughput"
7396
7397 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7398 -
7399   type: "plot"
7400   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7401   algorithm: "plot_performance_box"
7402   output-file-type: ".html"
7403   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7404   data: "plot-vpp-throughput-latency-3n-skx"
7405   filter: "'NIC_Intel-X710' and
7406            '64B' and
7407            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7408            'NDRPDR' and
7409            '2T1C' and
7410            'IP4FWD' and
7411            not 'IPSEC' and
7412            not 'VHOST'"
7413   parameters:
7414   - "throughput"
7415   - "parent"
7416   - "tags"
7417   sort:
7418   - "IP4BASE"
7419   - "FIB_20K"
7420   - "FIB_200K"
7421   - "FIB_2M"
7422   traces:
7423     hoverinfo: "x+y"
7424     boxpoints: "outliers"
7425     whiskerwidth: 0
7426   layout:
7427     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7428     layout: "plot-throughput"
7429
7430 -
7431   type: "plot"
7432   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7433   algorithm: "plot_performance_box"
7434   output-file-type: ".html"
7435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7436   data: "plot-vpp-throughput-latency-3n-skx"
7437   filter: "'NIC_Intel-X710' and
7438            '64B' and
7439            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7440            'NDRPDR' and
7441            '2T1C' and
7442            'IP4FWD' and
7443            not 'IPSEC' and
7444            not 'VHOST'"
7445   parameters:
7446   - "throughput"
7447   - "parent"
7448   - "tags"
7449   sort:
7450   - "IP4BASE"
7451   - "FIB_20K"
7452   - "FIB_200K"
7453   - "FIB_2M"
7454   traces:
7455     hoverinfo: "x+y"
7456     boxpoints: "outliers"
7457     whiskerwidth: 0
7458   layout:
7459     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7460     layout: "plot-throughput"
7461
7462 -
7463   type: "plot"
7464   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7465   algorithm: "plot_performance_box"
7466   output-file-type: ".html"
7467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7468   data: "plot-vpp-throughput-latency-3n-skx"
7469   filter: "'NIC_Intel-X710' and
7470            '64B' and
7471            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7472            'NDRPDR' and
7473            '4T2C' and
7474            'IP4FWD' and
7475            not 'IPSEC' and
7476            not 'VHOST'"
7477   parameters:
7478   - "throughput"
7479   - "parent"
7480   - "tags"
7481   sort:
7482   - "IP4BASE"
7483   - "FIB_20K"
7484   - "FIB_200K"
7485   - "FIB_2M"
7486   traces:
7487     hoverinfo: "x+y"
7488     boxpoints: "outliers"
7489     whiskerwidth: 0
7490   layout:
7491     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7492     layout: "plot-throughput"
7493
7494 -
7495   type: "plot"
7496   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7497   algorithm: "plot_performance_box"
7498   output-file-type: ".html"
7499   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7500   data: "plot-vpp-throughput-latency-3n-skx"
7501   filter: "'NIC_Intel-X710' and
7502            '64B' and
7503            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7504            'NDRPDR' and
7505            '4T2C' and
7506            'IP4FWD' and
7507            not 'IPSEC' and
7508            not 'VHOST'"
7509   parameters:
7510   - "throughput"
7511   - "parent"
7512   - "tags"
7513   sort:
7514   - "IP4BASE"
7515   - "FIB_20K"
7516   - "FIB_200K"
7517   - "FIB_2M"
7518   traces:
7519     hoverinfo: "x+y"
7520     boxpoints: "outliers"
7521     whiskerwidth: 0
7522   layout:
7523     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7524     layout: "plot-throughput"
7525
7526 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7527 -
7528   type: "plot"
7529   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7530   algorithm: "plot_performance_box"
7531   output-file-type: ".html"
7532   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7533   data: "plot-vpp-throughput-latency-3n-skx"
7534   filter: "'NIC_Intel-X710' and
7535            '64B' and
7536            ('IP4BASE' or
7537             'POLICE_MARK' or
7538             'COPWHLIST' or
7539             ('NAT44' and 'BASE') or
7540             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7541            'NDRPDR' and
7542            '2T1C' and
7543            'IP4FWD' and
7544            not 'IPSEC' and
7545            not 'VHOST'"
7546   parameters:
7547   - "throughput"
7548   - "parent"
7549   - "tags"
7550   sort:
7551   - "IP4BASE"
7552   - "NAT44"
7553   - "POLICE_MARK"
7554   - "COPWHLIST"
7555   - "IACL"
7556   - "OACL"
7557   traces:
7558     hoverinfo: "x+y"
7559     boxpoints: "outliers"
7560     whiskerwidth: 0
7561   layout:
7562     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7563     layout: "plot-throughput"
7564
7565 -
7566   type: "plot"
7567   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7568   algorithm: "plot_performance_box"
7569   output-file-type: ".html"
7570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7571   data: "plot-vpp-throughput-latency-3n-skx"
7572   filter: "'NIC_Intel-X710' and
7573            '64B' and
7574            ('IP4BASE' or
7575             'POLICE_MARK' or
7576             'COPWHLIST' or
7577             ('NAT44' and 'BASE') or
7578             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7579            'NDRPDR' and
7580            '2T1C' and
7581            'IP4FWD' and
7582            not 'IPSEC' and
7583            not 'VHOST'"
7584   parameters:
7585   - "throughput"
7586   - "parent"
7587   - "tags"
7588   sort:
7589   - "IP4BASE"
7590   - "NAT44"
7591   - "POLICE_MARK"
7592   - "COPWHLIST"
7593   - "IACL"
7594   - "OACL"
7595   traces:
7596     hoverinfo: "x+y"
7597     boxpoints: "outliers"
7598     whiskerwidth: 0
7599   layout:
7600     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7601     layout: "plot-throughput"
7602
7603 -
7604   type: "plot"
7605   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7606   algorithm: "plot_performance_box"
7607   output-file-type: ".html"
7608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7609   data: "plot-vpp-throughput-latency-3n-skx"
7610   filter: "'NIC_Intel-X710' and
7611            '64B' and
7612            ('IP4BASE' or
7613             'POLICE_MARK' or
7614             'COPWHLIST' or
7615             ('NAT44' and 'BASE') or
7616             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7617            'NDRPDR' and
7618            '4T2C' and
7619            'IP4FWD' and
7620            not 'IPSEC' and
7621            not 'VHOST'"
7622   parameters:
7623   - "throughput"
7624   - "parent"
7625   - "tags"
7626   sort:
7627   - "IP4BASE"
7628   - "NAT44"
7629   - "POLICE_MARK"
7630   - "COPWHLIST"
7631   - "IACL"
7632   - "OACL"
7633   traces:
7634     hoverinfo: "x+y"
7635     boxpoints: "outliers"
7636     whiskerwidth: 0
7637   layout:
7638     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7639     layout: "plot-throughput"
7640
7641 -
7642   type: "plot"
7643   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7644   algorithm: "plot_performance_box"
7645   output-file-type: ".html"
7646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7647   data: "plot-vpp-throughput-latency-3n-skx"
7648   filter: "'NIC_Intel-X710' and
7649            '64B' and
7650            ('IP4BASE' or
7651             'POLICE_MARK' or
7652             'COPWHLIST' or
7653             ('NAT44' and 'BASE') or
7654             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7655            'NDRPDR' and
7656            '4T2C' and
7657            'IP4FWD' and
7658            not 'IPSEC' and
7659            not 'VHOST'"
7660   parameters:
7661   - "throughput"
7662   - "parent"
7663   - "tags"
7664   sort:
7665   - "IP4BASE"
7666   - "NAT44"
7667   - "POLICE_MARK"
7668   - "COPWHLIST"
7669   - "IACL"
7670   - "OACL"
7671   traces:
7672     hoverinfo: "x+y"
7673     boxpoints: "outliers"
7674     whiskerwidth: 0
7675   layout:
7676     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7677     layout: "plot-throughput"
7678
7679 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7680 -
7681   type: "plot"
7682   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7683   algorithm: "plot_performance_box"
7684   output-file-type: ".html"
7685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7686   data: "plot-vpp-throughput-latency-3n-hsw"
7687   filter: "'NIC_Intel-X710' and
7688            '64B' and
7689            'NDRPDR' and
7690            '1T1C' and
7691            'IP4FWD' and
7692            'NAT44' and
7693            not 'IPSEC' and
7694            not 'VHOST'"
7695   parameters:
7696   - "throughput"
7697   - "parent"
7698   - "tags"
7699   sort:
7700   - "BASE"
7701   - "BASE"
7702   - "SRC_USER_10"
7703   - "SRC_USER_100"
7704   - "SRC_USER_1000"
7705   - "SRC_USER_2000"
7706   traces:
7707     hoverinfo: "x+y"
7708     boxpoints: "outliers"
7709     whiskerwidth: 0
7710   layout:
7711     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7712     layout: "plot-throughput"
7713
7714 -
7715   type: "plot"
7716   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7717   algorithm: "plot_performance_box"
7718   output-file-type: ".html"
7719   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7720   data: "plot-vpp-throughput-latency-3n-hsw"
7721   filter: "'NIC_Intel-X710' and
7722            '64B' and
7723            'NDRPDR' and
7724            '1T1C' and
7725            'IP4FWD' and
7726            'NAT44' and
7727            not 'IPSEC' and
7728            not 'VHOST'"
7729   parameters:
7730   - "throughput"
7731   - "parent"
7732   - "tags"
7733   sort:
7734   - "BASE"
7735   - "BASE"
7736   - "SRC_USER_10"
7737   - "SRC_USER_100"
7738   - "SRC_USER_1000"
7739   - "SRC_USER_2000"
7740   traces:
7741     hoverinfo: "x+y"
7742     boxpoints: "outliers"
7743     whiskerwidth: 0
7744   layout:
7745     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7746     layout: "plot-throughput"
7747
7748 -
7749   type: "plot"
7750   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7751   algorithm: "plot_performance_box"
7752   output-file-type: ".html"
7753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
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            'NAT44' and
7761            not 'IPSEC' and
7762            not 'VHOST'"
7763   parameters:
7764   - "throughput"
7765   - "parent"
7766   - "tags"
7767   sort:
7768   - "BASE"
7769   - "BASE"
7770   - "SRC_USER_10"
7771   - "SRC_USER_100"
7772   - "SRC_USER_1000"
7773   - "SRC_USER_2000"
7774   traces:
7775     hoverinfo: "x+y"
7776     boxpoints: "outliers"
7777     whiskerwidth: 0
7778   layout:
7779     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7780     layout: "plot-throughput"
7781
7782 -
7783   type: "plot"
7784   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7785   algorithm: "plot_performance_box"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7788   data: "plot-vpp-throughput-latency-3n-hsw"
7789   filter: "'NIC_Intel-X710' and
7790            '64B' and
7791            'NDRPDR' and
7792            '2T2C' and
7793            'IP4FWD' and
7794            'NAT44' and
7795            not 'IPSEC' and
7796            not 'VHOST'"
7797   parameters:
7798   - "throughput"
7799   - "parent"
7800   - "tags"
7801   sort:
7802   - "BASE"
7803   - "BASE"
7804   - "SRC_USER_10"
7805   - "SRC_USER_100"
7806   - "SRC_USER_1000"
7807   - "SRC_USER_2000"
7808   traces:
7809     hoverinfo: "x+y"
7810     boxpoints: "outliers"
7811     whiskerwidth: 0
7812   layout:
7813     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7814     layout: "plot-throughput"
7815
7816 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7817 -
7818   type: "plot"
7819   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7820   algorithm: "plot_performance_box"
7821   output-file-type: ".html"
7822   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7823   data: "plot-vpp-throughput-latency-3n-hsw"
7824   filter: "'NIC_Intel-X710' and
7825            '64B' and
7826            'NDRPDR' and
7827            '1T1C' and
7828            'IP4FWD' and
7829            'IACL' and
7830            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7831            not 'IPSEC' and
7832            not 'VHOST'"
7833   parameters:
7834   - "throughput"
7835   - "parent"
7836   - "tags"
7837   sort:
7838   - "ACL_STATELESS"
7839   - "ACL_STATEFUL"
7840   - "ACL_STATELESS"
7841   - "ACL_STATEFUL"
7842   traces:
7843     hoverinfo: "x+y"
7844     boxpoints: "outliers"
7845     whiskerwidth: 0
7846   layout:
7847     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7848     layout: "plot-throughput"
7849
7850 -
7851   type: "plot"
7852   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7853   algorithm: "plot_performance_box"
7854   output-file-type: ".html"
7855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7856   data: "plot-vpp-throughput-latency-3n-hsw"
7857   filter: "'NIC_Intel-X710' and
7858            '64B' and
7859            'NDRPDR' and
7860            '1T1C' and
7861            'IP4FWD' and
7862            'IACL' and
7863            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7864            not 'IPSEC' and
7865            not 'VHOST'"
7866   parameters:
7867   - "throughput"
7868   - "parent"
7869   - "tags"
7870   sort:
7871   - "ACL_STATELESS"
7872   - "ACL_STATEFUL"
7873   - "ACL_STATELESS"
7874   - "ACL_STATEFUL"
7875   traces:
7876     hoverinfo: "x+y"
7877     boxpoints: "outliers"
7878     whiskerwidth: 0
7879   layout:
7880     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7881     layout: "plot-throughput"
7882
7883 -
7884   type: "plot"
7885   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7886   algorithm: "plot_performance_box"
7887   output-file-type: ".html"
7888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7889   data: "plot-vpp-throughput-latency-3n-hsw"
7890   filter: "'NIC_Intel-X710' and
7891            '64B' and
7892            'NDRPDR' and
7893            '2T2C' and
7894            'IP4FWD' and
7895            'IACL' and
7896            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7897            not 'IPSEC' and
7898            not 'VHOST'"
7899   parameters:
7900   - "throughput"
7901   - "parent"
7902   - "tags"
7903   sort:
7904   - "ACL_STATELESS"
7905   - "ACL_STATEFUL"
7906   - "ACL_STATELESS"
7907   - "ACL_STATEFUL"
7908   traces:
7909     hoverinfo: "x+y"
7910     boxpoints: "outliers"
7911     whiskerwidth: 0
7912   layout:
7913     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7914     layout: "plot-throughput"
7915
7916 -
7917   type: "plot"
7918   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7919   algorithm: "plot_performance_box"
7920   output-file-type: ".html"
7921   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7922   data: "plot-vpp-throughput-latency-3n-hsw"
7923   filter: "'NIC_Intel-X710' and
7924            '64B' and
7925            'NDRPDR' and
7926            '2T2C' and
7927            'IP4FWD' and
7928            'IACL' and
7929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7930            not 'IPSEC' and
7931            not 'VHOST'"
7932   parameters:
7933   - "throughput"
7934   - "parent"
7935   - "tags"
7936   sort:
7937   - "ACL_STATELESS"
7938   - "ACL_STATEFUL"
7939   - "ACL_STATELESS"
7940   - "ACL_STATEFUL"
7941   traces:
7942     hoverinfo: "x+y"
7943     boxpoints: "outliers"
7944     whiskerwidth: 0
7945   layout:
7946     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7947     layout: "plot-throughput"
7948
7949 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7950 -
7951   type: "plot"
7952   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7953   algorithm: "plot_performance_box"
7954   output-file-type: ".html"
7955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7956   data: "plot-vpp-throughput-latency-3n-hsw"
7957   filter: "'NIC_Intel-X710' and
7958            '64B' and
7959            'NDRPDR' and
7960            '1T1C' and
7961            'IP4FWD' and
7962            'OACL' and
7963            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7964            not 'IPSEC' and
7965            not 'VHOST'"
7966   parameters:
7967   - "throughput"
7968   - "parent"
7969   - "tags"
7970   sort:
7971   - "ACL_STATELESS"
7972   - "ACL_STATEFUL"
7973   - "ACL_STATELESS"
7974   - "ACL_STATEFUL"
7975   traces:
7976     hoverinfo: "x+y"
7977     boxpoints: "outliers"
7978     whiskerwidth: 0
7979   layout:
7980     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7981     layout: "plot-throughput"
7982
7983 -
7984   type: "plot"
7985   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7986   algorithm: "plot_performance_box"
7987   output-file-type: ".html"
7988   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7989   data: "plot-vpp-throughput-latency-3n-hsw"
7990   filter: "'NIC_Intel-X710' and
7991            '64B' and
7992            'NDRPDR' and
7993            '1T1C' and
7994            'IP4FWD' and
7995            'OACL' and
7996            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7997            not 'IPSEC' and
7998            not 'VHOST'"
7999   parameters:
8000   - "throughput"
8001   - "parent"
8002   - "tags"
8003   sort:
8004   - "ACL_STATELESS"
8005   - "ACL_STATEFUL"
8006   - "ACL_STATELESS"
8007   - "ACL_STATEFUL"
8008   traces:
8009     hoverinfo: "x+y"
8010     boxpoints: "outliers"
8011     whiskerwidth: 0
8012   layout:
8013     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
8014     layout: "plot-throughput"
8015
8016 -
8017   type: "plot"
8018   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8019   algorithm: "plot_performance_box"
8020   output-file-type: ".html"
8021   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8022   data: "plot-vpp-throughput-latency-3n-hsw"
8023   filter: "'NIC_Intel-X710' and
8024            '64B' and
8025            'NDRPDR' and
8026            '2T2C' and
8027            'IP4FWD' and
8028            'OACL' and
8029            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8030            not 'IPSEC' and
8031            not 'VHOST'"
8032   parameters:
8033   - "throughput"
8034   - "parent"
8035   - "tags"
8036   sort:
8037   - "ACL_STATELESS"
8038   - "ACL_STATEFUL"
8039   - "ACL_STATELESS"
8040   - "ACL_STATEFUL"
8041   traces:
8042     hoverinfo: "x+y"
8043     boxpoints: "outliers"
8044     whiskerwidth: 0
8045   layout:
8046     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8047     layout: "plot-throughput"
8048
8049 -
8050   type: "plot"
8051   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8052   algorithm: "plot_performance_box"
8053   output-file-type: ".html"
8054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8055   data: "plot-vpp-throughput-latency-3n-hsw"
8056   filter: "'NIC_Intel-X710' and
8057            '64B' and
8058            'NDRPDR' and
8059            '2T2C' and
8060            'IP4FWD' and
8061            'OACL' and
8062            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8063            not 'IPSEC' and
8064            not 'VHOST'"
8065   parameters:
8066   - "throughput"
8067   - "parent"
8068   - "tags"
8069   sort:
8070   - "ACL_STATELESS"
8071   - "ACL_STATEFUL"
8072   - "ACL_STATELESS"
8073   - "ACL_STATEFUL"
8074   traces:
8075     hoverinfo: "x+y"
8076     boxpoints: "outliers"
8077     whiskerwidth: 0
8078   layout:
8079     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8080     layout: "plot-throughput"
8081
8082 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
8083 -
8084   type: "plot"
8085   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8086   algorithm: "plot_performance_box"
8087   output-file-type: ".html"
8088   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8089   data: "plot-vpp-throughput-latency-2n-skx"
8090   filter: "'NIC_Intel-X710' and
8091            '64B' and
8092            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8093            'NDRPDR' and
8094            '2T1C' and
8095            'IP4FWD' and
8096            not 'IPSEC' and
8097            not 'VHOST'"
8098   parameters:
8099   - "throughput"
8100   - "parent"
8101   - "tags"
8102   sort:
8103   - "IP4BASE"
8104   - "FIB_20K"
8105   - "FIB_200K"
8106   - "FIB_2M"
8107   traces:
8108     hoverinfo: "x+y"
8109     boxpoints: "outliers"
8110     whiskerwidth: 0
8111   layout:
8112     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8113     layout: "plot-throughput"
8114
8115 -
8116   type: "plot"
8117   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8118   algorithm: "plot_performance_box"
8119   output-file-type: ".html"
8120   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8121   data: "plot-vpp-throughput-latency-2n-skx"
8122   filter: "'NIC_Intel-X710' and
8123            '64B' and
8124            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8125            'NDRPDR' and
8126            '2T1C' and
8127            'IP4FWD' and
8128            not 'IPSEC' and
8129            not 'VHOST'"
8130   parameters:
8131   - "throughput"
8132   - "parent"
8133   - "tags"
8134   sort:
8135   - "IP4BASE"
8136   - "FIB_20K"
8137   - "FIB_200K"
8138   - "FIB_2M"
8139   traces:
8140     hoverinfo: "x+y"
8141     boxpoints: "outliers"
8142     whiskerwidth: 0
8143   layout:
8144     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8145     layout: "plot-throughput"
8146
8147 -
8148   type: "plot"
8149   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8150   algorithm: "plot_performance_box"
8151   output-file-type: ".html"
8152   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8153   data: "plot-vpp-throughput-latency-2n-skx"
8154   filter: "'NIC_Intel-X710' and
8155            '64B' and
8156            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8157            'NDRPDR' and
8158            '4T2C' and
8159            'IP4FWD' and
8160            not 'IPSEC' and
8161            not 'VHOST'"
8162   parameters:
8163   - "throughput"
8164   - "parent"
8165   - "tags"
8166   sort:
8167   - "IP4BASE"
8168   - "FIB_20K"
8169   - "FIB_200K"
8170   - "FIB_2M"
8171   traces:
8172     hoverinfo: "x+y"
8173     boxpoints: "outliers"
8174     whiskerwidth: 0
8175   layout:
8176     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8177     layout: "plot-throughput"
8178
8179 -
8180   type: "plot"
8181   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8182   algorithm: "plot_performance_box"
8183   output-file-type: ".html"
8184   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8185   data: "plot-vpp-throughput-latency-2n-skx"
8186   filter: "'NIC_Intel-X710' and
8187            '64B' and
8188            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8189            'NDRPDR' and
8190            '4T2C' and
8191            'IP4FWD' and
8192            not 'IPSEC' and
8193            not 'VHOST'"
8194   parameters:
8195   - "throughput"
8196   - "parent"
8197   - "tags"
8198   sort:
8199   - "IP4BASE"
8200   - "FIB_20K"
8201   - "FIB_200K"
8202   - "FIB_2M"
8203   traces:
8204     hoverinfo: "x+y"
8205     boxpoints: "outliers"
8206     whiskerwidth: 0
8207   layout:
8208     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8209     layout: "plot-throughput"
8210
8211 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8212 -
8213   type: "plot"
8214   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8215   algorithm: "plot_performance_box"
8216   output-file-type: ".html"
8217   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8218   data: "plot-vpp-throughput-latency-2n-skx"
8219   filter: "'NIC_Intel-XXV710' and
8220            '64B' and
8221            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8222            'NDRPDR' and
8223            '2T1C' and
8224            'IP4FWD' and
8225            not 'IPSEC' and
8226            not 'VHOST'"
8227   parameters:
8228   - "throughput"
8229   - "parent"
8230   - "tags"
8231   sort:
8232   - "IP4BASE"
8233   - "FIB_20K"
8234   - "FIB_200K"
8235   - "FIB_2M"
8236   traces:
8237     hoverinfo: "x+y"
8238     boxpoints: "outliers"
8239     whiskerwidth: 0
8240   layout:
8241     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8242     layout: "plot-throughput"
8243
8244 -
8245   type: "plot"
8246   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8247   algorithm: "plot_performance_box"
8248   output-file-type: ".html"
8249   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8250   data: "plot-vpp-throughput-latency-2n-skx"
8251   filter: "'NIC_Intel-XXV710' and
8252            '64B' and
8253            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8254            'NDRPDR' and
8255            '2T1C' and
8256            'IP4FWD' and
8257            not 'IPSEC' and
8258            not 'VHOST'"
8259   parameters:
8260   - "throughput"
8261   - "parent"
8262   - "tags"
8263   sort:
8264   - "IP4BASE"
8265   - "FIB_20K"
8266   - "FIB_200K"
8267   - "FIB_2M"
8268   traces:
8269     hoverinfo: "x+y"
8270     boxpoints: "outliers"
8271     whiskerwidth: 0
8272   layout:
8273     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8274     layout: "plot-throughput"
8275
8276 -
8277   type: "plot"
8278   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8279   algorithm: "plot_performance_box"
8280   output-file-type: ".html"
8281   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8282   data: "plot-vpp-throughput-latency-2n-skx"
8283   filter: "'NIC_Intel-XXV710' and
8284            '64B' and
8285            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8286            'NDRPDR' and
8287            '4T2C' and
8288            'IP4FWD' and
8289            not 'IPSEC' and
8290            not 'VHOST'"
8291   parameters:
8292   - "throughput"
8293   - "parent"
8294   - "tags"
8295   sort:
8296   - "IP4BASE"
8297   - "FIB_20K"
8298   - "FIB_200K"
8299   - "FIB_2M"
8300   traces:
8301     hoverinfo: "x+y"
8302     boxpoints: "outliers"
8303     whiskerwidth: 0
8304   layout:
8305     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8306     layout: "plot-throughput"
8307
8308 -
8309   type: "plot"
8310   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8311   algorithm: "plot_performance_box"
8312   output-file-type: ".html"
8313   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8314   data: "plot-vpp-throughput-latency-2n-skx"
8315   filter: "'NIC_Intel-XXV710' and
8316            '64B' and
8317            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8318            'NDRPDR' and
8319            '4T2C' and
8320            'IP4FWD' and
8321            not 'IPSEC' and
8322            not 'VHOST'"
8323   parameters:
8324   - "throughput"
8325   - "parent"
8326   - "tags"
8327   sort:
8328   - "IP4BASE"
8329   - "FIB_20K"
8330   - "FIB_200K"
8331   - "FIB_2M"
8332   traces:
8333     hoverinfo: "x+y"
8334     boxpoints: "outliers"
8335     whiskerwidth: 0
8336   layout:
8337     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8338     layout: "plot-throughput"
8339
8340 ################################################################################
8341
8342 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8343 -
8344   type: "plot"
8345   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8346   algorithm: "plot_performance_box"
8347   output-file-type: ".html"
8348   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8349   data: "plot-vpp-throughput-latency-3n-hsw"
8350   filter: "'NIC_Intel-X520-DA2' and
8351            '64B' and
8352            'ENCAP' and
8353            'NDRPDR' and
8354            '1T1C' and
8355            'VXLAN' and
8356            'L2BDMACLRN' and
8357            not 'VHOST' and
8358            not 'IPSECHW'"
8359   parameters:
8360   - "throughput"
8361   - "parent"
8362   - "tags"
8363   sort:
8364   - "not DOT1Q"
8365   - "VXLAN_1"
8366   - "VXLAN_10"
8367   - "VXLAN_100"
8368   - "VXLAN_1000"
8369   traces:
8370     hoverinfo: "x+y"
8371     boxpoints: "outliers"
8372     whiskerwidth: 0
8373   layout:
8374     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8375     layout: "plot-throughput"
8376
8377 -
8378   type: "plot"
8379   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8380   algorithm: "plot_performance_box"
8381   output-file-type: ".html"
8382   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8383   data: "plot-vpp-throughput-latency-3n-hsw"
8384   filter: "'NIC_Intel-X520-DA2' and
8385            '64B' and
8386            'ENCAP' and
8387            'NDRPDR' and
8388            '1T1C' and
8389            'VXLAN' and
8390            'L2BDMACLRN' and
8391            not 'VHOST' and
8392            not 'IPSECHW'"
8393   parameters:
8394   - "throughput"
8395   - "parent"
8396   - "tags"
8397   sort:
8398   - "not DOT1Q"
8399   - "VXLAN_1"
8400   - "VXLAN_10"
8401   - "VXLAN_100"
8402   - "VXLAN_1000"
8403   traces:
8404     hoverinfo: "x+y"
8405     boxpoints: "outliers"
8406     whiskerwidth: 0
8407   layout:
8408     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8409     layout: "plot-throughput"
8410
8411 -
8412   type: "plot"
8413   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8414   algorithm: "plot_performance_box"
8415   output-file-type: ".html"
8416   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8417   data: "plot-vpp-throughput-latency-3n-hsw"
8418   filter: "'NIC_Intel-X520-DA2' and
8419            '64B' and
8420            'ENCAP' and
8421            'NDRPDR' and
8422            '2T2C' and
8423            'VXLAN' and
8424            'L2BDMACLRN' and
8425            not 'VHOST' and
8426            not 'IPSECHW'"
8427   parameters:
8428   - "throughput"
8429   - "parent"
8430   - "tags"
8431   sort:
8432   - "not DOT1Q"
8433   - "VXLAN_1"
8434   - "VXLAN_10"
8435   - "VXLAN_100"
8436   - "VXLAN_1000"
8437   traces:
8438     hoverinfo: "x+y"
8439     boxpoints: "outliers"
8440     whiskerwidth: 0
8441   layout:
8442     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8443     layout: "plot-throughput"
8444
8445 -
8446   type: "plot"
8447   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8448   algorithm: "plot_performance_box"
8449   output-file-type: ".html"
8450   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8451   data: "plot-vpp-throughput-latency-3n-hsw"
8452   filter: "'NIC_Intel-X520-DA2' and
8453            '64B' and
8454            'ENCAP' and
8455            'NDRPDR' and
8456            '2T2C' and
8457            'VXLAN' and
8458            'L2BDMACLRN' and
8459            not 'VHOST' and
8460            not 'IPSECHW'"
8461   parameters:
8462   - "throughput"
8463   - "parent"
8464   - "tags"
8465   sort:
8466   - "not DOT1Q"
8467   - "VXLAN_1"
8468   - "VXLAN_10"
8469   - "VXLAN_100"
8470   - "VXLAN_1000"
8471   traces:
8472     hoverinfo: "x+y"
8473     boxpoints: "outliers"
8474     whiskerwidth: 0
8475   layout:
8476     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8477     layout: "plot-throughput"
8478
8479 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8480 -
8481   type: "plot"
8482   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8483   algorithm: "plot_performance_box"
8484   output-file-type: ".html"
8485   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8486   data: "plot-vpp-throughput-latency-3n-hsw"
8487   filter: "'NIC_Intel-X520-DA2' and
8488            '64B' and
8489            'ENCAP' and
8490            'NDRPDR' and
8491            '1T1C' and
8492            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8493            not 'DOT1Q' and
8494            not 'VHOST' and
8495            not 'IPSECHW'"
8496   parameters:
8497   - "throughput"
8498   - "parent"
8499   - "tags"
8500   sort:
8501   - "L2BDMACLRN"
8502   - "L2XCFWD"
8503   - "LISP"
8504   traces:
8505     hoverinfo: "x+y"
8506     boxpoints: "outliers"
8507     whiskerwidth: 0
8508   layout:
8509     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8510     layout: "plot-throughput"
8511
8512 -
8513   type: "plot"
8514   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8515   algorithm: "plot_performance_box"
8516   output-file-type: ".html"
8517   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8518   data: "plot-vpp-throughput-latency-3n-hsw"
8519   filter: "'NIC_Intel-X520-DA2' and
8520            '64B' and
8521            'ENCAP' and
8522            'NDRPDR' and
8523            '2T2C' and
8524            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8525            not 'DOT1Q' and
8526            not 'VHOST' and
8527            not 'IPSECHW'"
8528   parameters:
8529   - "throughput"
8530   - "parent"
8531   - "tags"
8532   sort:
8533   - "L2BDMACLRN"
8534   - "L2XCFWD"
8535   - "LISP"
8536   traces:
8537     hoverinfo: "x+y"
8538     boxpoints: "outliers"
8539     whiskerwidth: 0
8540   layout:
8541     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8542     layout: "plot-throughput"
8543
8544 -
8545   type: "plot"
8546   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8547   algorithm: "plot_performance_box"
8548   output-file-type: ".html"
8549   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8550   data: "plot-vpp-throughput-latency-3n-hsw"
8551   filter: "'NIC_Intel-X520-DA2' and
8552            '64B' and
8553            'ENCAP' and
8554            'NDRPDR' and
8555            '1T1C' and
8556            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8557            not 'DOT1Q' and
8558            not 'VHOST' and
8559            not 'IPSECHW'"
8560   parameters:
8561   - "throughput"
8562   - "parent"
8563   - "tags"
8564   sort:
8565   - "L2BDMACLRN"
8566   - "L2XCFWD"
8567   - "LISP"
8568   traces:
8569     hoverinfo: "x+y"
8570     boxpoints: "outliers"
8571     whiskerwidth: 0
8572   layout:
8573     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8574     layout: "plot-throughput"
8575
8576 -
8577   type: "plot"
8578   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8579   algorithm: "plot_performance_box"
8580   output-file-type: ".html"
8581   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8582   data: "plot-vpp-throughput-latency-3n-hsw"
8583   filter: "'NIC_Intel-X520-DA2' and
8584            '64B' and
8585            'ENCAP' and
8586            'NDRPDR' and
8587            '2T2C' and
8588            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8589            not 'DOT1Q' and
8590            not 'VHOST' and
8591            not 'IPSECHW'"
8592   parameters:
8593   - "throughput"
8594   - "parent"
8595   - "tags"
8596   sort:
8597   - "L2BDMACLRN"
8598   - "L2XCFWD"
8599   - "LISP"
8600   traces:
8601     hoverinfo: "x+y"
8602     boxpoints: "outliers"
8603     whiskerwidth: 0
8604   layout:
8605     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8606     layout: "plot-throughput"
8607
8608 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8609 -
8610   type: "plot"
8611   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8612   algorithm: "plot_performance_box"
8613   output-file-type: ".html"
8614   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8615   data: "plot-vpp-throughput-latency-3n-hsw"
8616   filter: "'NIC_Intel-X710' and
8617            '64B' and
8618            'ENCAP' and
8619            'NDRPDR' and
8620            '1T1C' and
8621            'VXLAN' and
8622            'L2BDMACLRN' and
8623            not 'VHOST' and
8624            not 'IPSECHW'"
8625   parameters:
8626   - "throughput"
8627   - "parent"
8628   - "tags"
8629   sort:
8630   - "not DOT1Q"
8631   - "VXLAN_1"
8632   - "VXLAN_10"
8633   - "VXLAN_100"
8634   - "VXLAN_1000"
8635   traces:
8636     hoverinfo: "x+y"
8637     boxpoints: "outliers"
8638     whiskerwidth: 0
8639   layout:
8640     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8641     layout: "plot-throughput"
8642
8643 -
8644   type: "plot"
8645   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8646   algorithm: "plot_performance_box"
8647   output-file-type: ".html"
8648   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8649   data: "plot-vpp-throughput-latency-3n-hsw"
8650   filter: "'NIC_Intel-X710' and
8651            '64B' and
8652            'ENCAP' and
8653            'NDRPDR' and
8654            '1T1C' and
8655            'VXLAN' and
8656            'L2BDMACLRN' and
8657            not 'VHOST' and
8658            not 'IPSECHW'"
8659   parameters:
8660   - "throughput"
8661   - "parent"
8662   - "tags"
8663   sort:
8664   - "not DOT1Q"
8665   - "VXLAN_1"
8666   - "VXLAN_10"
8667   - "VXLAN_100"
8668   - "VXLAN_1000"
8669   traces:
8670     hoverinfo: "x+y"
8671     boxpoints: "outliers"
8672     whiskerwidth: 0
8673   layout:
8674     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8675     layout: "plot-throughput"
8676
8677 -
8678   type: "plot"
8679   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8680   algorithm: "plot_performance_box"
8681   output-file-type: ".html"
8682   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8683   data: "plot-vpp-throughput-latency-3n-hsw"
8684   filter: "'NIC_Intel-X710' and
8685            '64B' and
8686            'ENCAP' and
8687            'NDRPDR' and
8688            '2T2C' and
8689            'VXLAN' and
8690            'L2BDMACLRN' and
8691            not 'VHOST' and
8692            not 'IPSECHW'"
8693   parameters:
8694   - "throughput"
8695   - "parent"
8696   - "tags"
8697   sort:
8698   - "not DOT1Q"
8699   - "VXLAN_1"
8700   - "VXLAN_10"
8701   - "VXLAN_100"
8702   - "VXLAN_1000"
8703   traces:
8704     hoverinfo: "x+y"
8705     boxpoints: "outliers"
8706     whiskerwidth: 0
8707   layout:
8708     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8709     layout: "plot-throughput"
8710
8711 -
8712   type: "plot"
8713   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8714   algorithm: "plot_performance_box"
8715   output-file-type: ".html"
8716   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8717   data: "plot-vpp-throughput-latency-3n-hsw"
8718   filter: "'NIC_Intel-X710' and
8719            '64B' and
8720            'ENCAP' and
8721            'NDRPDR' and
8722            '2T2C' and
8723            'VXLAN' and
8724            'L2BDMACLRN' and
8725            not 'VHOST' and
8726            not 'IPSECHW'"
8727   parameters:
8728   - "throughput"
8729   - "parent"
8730   - "tags"
8731   sort:
8732   - "not DOT1Q"
8733   - "VXLAN_1"
8734   - "VXLAN_10"
8735   - "VXLAN_100"
8736   - "VXLAN_1000"
8737   traces:
8738     hoverinfo: "x+y"
8739     boxpoints: "outliers"
8740     whiskerwidth: 0
8741   layout:
8742     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8743     layout: "plot-throughput"
8744
8745 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8746 -
8747   type: "plot"
8748   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8749   algorithm: "plot_performance_box"
8750   output-file-type: ".html"
8751   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8752   data: "plot-vpp-throughput-latency-3n-hsw"
8753   filter: "'NIC_Intel-X710' and
8754            '64B' and
8755            'ENCAP' and
8756            'NDRPDR' and
8757            '1T1C' and
8758            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8759            not 'DOT1Q' and
8760            not 'VHOST' and
8761            not 'IPSECHW'"
8762   parameters:
8763   - "throughput"
8764   - "parent"
8765   - "tags"
8766   sort:
8767   - "L2BDMACLRN"
8768   - "L2XCFWD"
8769   - "LISP"
8770   traces:
8771     hoverinfo: "x+y"
8772     boxpoints: "outliers"
8773     whiskerwidth: 0
8774   layout:
8775     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8776     layout: "plot-throughput"
8777
8778 -
8779   type: "plot"
8780   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8781   algorithm: "plot_performance_box"
8782   output-file-type: ".html"
8783   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8784   data: "plot-vpp-throughput-latency-3n-hsw"
8785   filter: "'NIC_Intel-X710' and
8786            '64B' and
8787            'ENCAP' and
8788            'NDRPDR' and
8789            '2T2C' and
8790            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8791            not 'DOT1Q' and
8792            not 'VHOST' and
8793            not 'IPSECHW'"
8794   parameters:
8795   - "throughput"
8796   - "parent"
8797   - "tags"
8798   sort:
8799   - "L2BDMACLRN"
8800   - "L2XCFWD"
8801   - "LISP"
8802   traces:
8803     hoverinfo: "x+y"
8804     boxpoints: "outliers"
8805     whiskerwidth: 0
8806   layout:
8807     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8808     layout: "plot-throughput"
8809
8810 -
8811   type: "plot"
8812   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8813   algorithm: "plot_performance_box"
8814   output-file-type: ".html"
8815   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8816   data: "plot-vpp-throughput-latency-3n-hsw"
8817   filter: "'NIC_Intel-X710' and
8818            '64B' and
8819            'ENCAP' and
8820            'NDRPDR' and
8821            '1T1C' and
8822            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8823            not 'DOT1Q' and
8824            not 'VHOST' and
8825            not 'IPSECHW'"
8826   parameters:
8827   - "throughput"
8828   - "parent"
8829   - "tags"
8830   sort:
8831   - "L2BDMACLRN"
8832   - "L2XCFWD"
8833   - "LISP"
8834   traces:
8835     hoverinfo: "x+y"
8836     boxpoints: "outliers"
8837     whiskerwidth: 0
8838   layout:
8839     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8840     layout: "plot-throughput"
8841
8842 -
8843   type: "plot"
8844   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8845   algorithm: "plot_performance_box"
8846   output-file-type: ".html"
8847   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8848   data: "plot-vpp-throughput-latency-3n-hsw"
8849   filter: "'NIC_Intel-X710' and
8850            '64B' and
8851            'ENCAP' and
8852            'NDRPDR' and
8853            '2T2C' and
8854            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8855            not 'DOT1Q' and
8856            not 'VHOST' and
8857            not 'IPSECHW'"
8858   parameters:
8859   - "throughput"
8860   - "parent"
8861   - "tags"
8862   sort:
8863   - "L2BDMACLRN"
8864   - "L2XCFWD"
8865   - "LISP"
8866   traces:
8867     hoverinfo: "x+y"
8868     boxpoints: "outliers"
8869     whiskerwidth: 0
8870   layout:
8871     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8872     layout: "plot-throughput"
8873
8874 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8875 -
8876   type: "plot"
8877   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8878   algorithm: "plot_performance_box"
8879   output-file-type: ".html"
8880   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8881   data: "plot-vpp-throughput-latency-3n-skx"
8882   filter: "'NIC_Intel-X710' and
8883            '64B' and
8884            'ENCAP' and
8885            'NDRPDR' and
8886            '2T1C' and
8887            'VXLAN' and
8888            'L2BDMACLRN' and
8889            not 'VHOST' and
8890            not 'IPSECHW'"
8891   parameters:
8892   - "throughput"
8893   - "parent"
8894   - "tags"
8895   sort:
8896   - "not DOT1Q"
8897   - "VXLAN_1"
8898   - "VXLAN_10"
8899   - "VXLAN_100"
8900   - "VXLAN_1000"
8901   traces:
8902     hoverinfo: "x+y"
8903     boxpoints: "outliers"
8904     whiskerwidth: 0
8905   layout:
8906     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8907     layout: "plot-throughput"
8908
8909 -
8910   type: "plot"
8911   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8912   algorithm: "plot_performance_box"
8913   output-file-type: ".html"
8914   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8915   data: "plot-vpp-throughput-latency-3n-skx"
8916   filter: "'NIC_Intel-X710' and
8917            '64B' and
8918            'ENCAP' and
8919            'NDRPDR' and
8920            '2T1C' and
8921            'VXLAN' and
8922            'L2BDMACLRN' and
8923            not 'VHOST' and
8924            not 'IPSECHW'"
8925   parameters:
8926   - "throughput"
8927   - "parent"
8928   - "tags"
8929   sort:
8930   - "not DOT1Q"
8931   - "VXLAN_1"
8932   - "VXLAN_10"
8933   - "VXLAN_100"
8934   - "VXLAN_1000"
8935   traces:
8936     hoverinfo: "x+y"
8937     boxpoints: "outliers"
8938     whiskerwidth: 0
8939   layout:
8940     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8941     layout: "plot-throughput"
8942
8943 -
8944   type: "plot"
8945   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8946   algorithm: "plot_performance_box"
8947   output-file-type: ".html"
8948   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8949   data: "plot-vpp-throughput-latency-3n-skx"
8950   filter: "'NIC_Intel-X710' and
8951            '64B' and
8952            'ENCAP' and
8953            'NDRPDR' and
8954            '4T2C' and
8955            'VXLAN' and
8956            'L2BDMACLRN' and
8957            not 'VHOST' and
8958            not 'IPSECHW'"
8959   parameters:
8960   - "throughput"
8961   - "parent"
8962   - "tags"
8963   sort:
8964   - "not DOT1Q"
8965   - "VXLAN_1"
8966   - "VXLAN_10"
8967   - "VXLAN_100"
8968   - "VXLAN_1000"
8969   traces:
8970     hoverinfo: "x+y"
8971     boxpoints: "outliers"
8972     whiskerwidth: 0
8973   layout:
8974     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8975     layout: "plot-throughput"
8976
8977 -
8978   type: "plot"
8979   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8980   algorithm: "plot_performance_box"
8981   output-file-type: ".html"
8982   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8983   data: "plot-vpp-throughput-latency-3n-skx"
8984   filter: "'NIC_Intel-X710' and
8985            '64B' and
8986            'ENCAP' and
8987            'NDRPDR' and
8988            '4T2C' and
8989            'VXLAN' and
8990            'L2BDMACLRN' and
8991            not 'VHOST' and
8992            not 'IPSECHW'"
8993   parameters:
8994   - "throughput"
8995   - "parent"
8996   - "tags"
8997   sort:
8998   - "not DOT1Q"
8999   - "VXLAN_1"
9000   - "VXLAN_10"
9001   - "VXLAN_100"
9002   - "VXLAN_1000"
9003   traces:
9004     hoverinfo: "x+y"
9005     boxpoints: "outliers"
9006     whiskerwidth: 0
9007   layout:
9008     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9009     layout: "plot-throughput"
9010
9011 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
9012 -
9013   type: "plot"
9014   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9015   algorithm: "plot_performance_box"
9016   output-file-type: ".html"
9017   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9018   data: "plot-vpp-throughput-latency-3n-skx"
9019   filter: "'NIC_Intel-X710' and
9020            '64B' and
9021            'ENCAP' and
9022            'NDRPDR' and
9023            '2T1C' and
9024            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9025            not 'DOT1Q' and
9026            not 'VHOST' and
9027            not 'IPSECHW'"
9028   parameters:
9029   - "throughput"
9030   - "parent"
9031   - "tags"
9032   sort:
9033   - "L2BDMACLRN"
9034   - "L2XCFWD"
9035   - "LISP"
9036   traces:
9037     hoverinfo: "x+y"
9038     boxpoints: "outliers"
9039     whiskerwidth: 0
9040   layout:
9041     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9042     layout: "plot-throughput"
9043
9044 -
9045   type: "plot"
9046   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9047   algorithm: "plot_performance_box"
9048   output-file-type: ".html"
9049   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9050   data: "plot-vpp-throughput-latency-3n-skx"
9051   filter: "'NIC_Intel-X710' and
9052            '64B' and
9053            'ENCAP' and
9054            'NDRPDR' and
9055            '4T2C' and
9056            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9057            not 'DOT1Q' and
9058            not 'VHOST' and
9059            not 'IPSECHW'"
9060   parameters:
9061   - "throughput"
9062   - "parent"
9063   - "tags"
9064   sort:
9065   - "L2BDMACLRN"
9066   - "L2XCFWD"
9067   - "LISP"
9068   traces:
9069     hoverinfo: "x+y"
9070     boxpoints: "outliers"
9071     whiskerwidth: 0
9072   layout:
9073     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9074     layout: "plot-throughput"
9075
9076 -
9077   type: "plot"
9078   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9079   algorithm: "plot_performance_box"
9080   output-file-type: ".html"
9081   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9082   data: "plot-vpp-throughput-latency-3n-skx"
9083   filter: "'NIC_Intel-X710' and
9084            '64B' and
9085            'ENCAP' and
9086            'NDRPDR' and
9087            '2T1C' and
9088            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9089            not 'DOT1Q' and
9090            not 'VHOST' and
9091            not 'IPSECHW'"
9092   parameters:
9093   - "throughput"
9094   - "parent"
9095   - "tags"
9096   sort:
9097   - "L2BDMACLRN"
9098   - "L2XCFWD"
9099   - "LISP"
9100   traces:
9101     hoverinfo: "x+y"
9102     boxpoints: "outliers"
9103     whiskerwidth: 0
9104   layout:
9105     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9106     layout: "plot-throughput"
9107
9108 -
9109   type: "plot"
9110   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9111   algorithm: "plot_performance_box"
9112   output-file-type: ".html"
9113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9114   data: "plot-vpp-throughput-latency-3n-skx"
9115   filter: "'NIC_Intel-X710' and
9116            '64B' and
9117            'ENCAP' and
9118            'NDRPDR' and
9119            '4T2C' and
9120            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9121            not 'DOT1Q' and
9122            not 'VHOST' and
9123            not 'IPSECHW'"
9124   parameters:
9125   - "throughput"
9126   - "parent"
9127   - "tags"
9128   sort:
9129   - "L2BDMACLRN"
9130   - "L2XCFWD"
9131   - "LISP"
9132   traces:
9133     hoverinfo: "x+y"
9134     boxpoints: "outliers"
9135     whiskerwidth: 0
9136   layout:
9137     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9138     layout: "plot-throughput"
9139
9140 ################################################################################
9141
9142 # Packet Throughput - VPP IPv6 3n-hsw-x520
9143 -
9144   type: "plot"
9145   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9146   algorithm: "plot_performance_box"
9147   output-file-type: ".html"
9148   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9149   data: "plot-vpp-throughput-latency-3n-hsw"
9150   filter: "'NIC_Intel-X520-DA2' and
9151            '78B' and
9152            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9153            'NDRPDR' and
9154            '1T1C' and
9155            'IP6FWD' and
9156            not 'SRv6' and
9157            not 'IPSEC' and
9158            not 'VHOST'"
9159   parameters:
9160   - "throughput"
9161   - "parent"
9162   - "tags"
9163   sort:
9164   - "IP6BASE"
9165   - "FIB_20K"
9166   - "FIB_200K"
9167   - "FIB_2M"
9168   traces:
9169     hoverinfo: "x+y"
9170     boxpoints: "outliers"
9171     whiskerwidth: 0
9172   layout:
9173     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9174     layout: "plot-throughput"
9175
9176 -
9177   type: "plot"
9178   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9179   algorithm: "plot_performance_box"
9180   output-file-type: ".html"
9181   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9182   data: "plot-vpp-throughput-latency-3n-hsw"
9183   filter: "'NIC_Intel-X520-DA2' and
9184            '78B' and
9185            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9186            'NDRPDR' and
9187            '1T1C' and
9188            'IP6FWD' and
9189            not 'SRv6' and
9190            not 'IPSEC' and
9191            not 'VHOST'"
9192   parameters:
9193   - "throughput"
9194   - "parent"
9195   - "tags"
9196   sort:
9197   - "IP6BASE"
9198   - "FIB_20K"
9199   - "FIB_200K"
9200   - "FIB_2M"
9201   traces:
9202     hoverinfo: "x+y"
9203     boxpoints: "outliers"
9204     whiskerwidth: 0
9205   layout:
9206     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9207     layout: "plot-throughput"
9208
9209 -
9210   type: "plot"
9211   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9212   algorithm: "plot_performance_box"
9213   output-file-type: ".html"
9214   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9215   data: "plot-vpp-throughput-latency-3n-hsw"
9216   filter: "'NIC_Intel-X520-DA2' and
9217            '78B' and
9218            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9219            'NDRPDR' and
9220            '2T2C' and
9221            'IP6FWD' and
9222            not 'SRv6' and
9223            not 'IPSEC' and
9224            not 'VHOST'"
9225   parameters:
9226   - "throughput"
9227   - "parent"
9228   - "tags"
9229   sort:
9230   - "IP6BASE"
9231   - "FIB_20K"
9232   - "FIB_200K"
9233   - "FIB_2M"
9234   traces:
9235     hoverinfo: "x+y"
9236     boxpoints: "outliers"
9237     whiskerwidth: 0
9238   layout:
9239     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9240     layout: "plot-throughput"
9241
9242 -
9243   type: "plot"
9244   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9245   algorithm: "plot_performance_box"
9246   output-file-type: ".html"
9247   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9248   data: "plot-vpp-throughput-latency-3n-hsw"
9249   filter: "'NIC_Intel-X520-DA2' and
9250            '78B' and
9251            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9252            'NDRPDR' and
9253            '2T2C' and
9254            'IP6FWD' and
9255            not 'SRv6' and
9256            not 'IPSEC' and
9257            not 'VHOST'"
9258   parameters:
9259   - "throughput"
9260   - "parent"
9261   - "tags"
9262   sort:
9263   - "IP6BASE"
9264   - "FIB_20K"
9265   - "FIB_200K"
9266   - "FIB_2M"
9267   traces:
9268     hoverinfo: "x+y"
9269     boxpoints: "outliers"
9270     whiskerwidth: 0
9271   layout:
9272     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9273     layout: "plot-throughput"
9274
9275 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9276 -
9277   type: "plot"
9278   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9279   algorithm: "plot_performance_box"
9280   output-file-type: ".html"
9281   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9282   data: "plot-vpp-throughput-latency-3n-hsw"
9283   filter: "'NIC_Intel-X520-DA2' and
9284            '78B' and
9285            ('IP6BASE' or
9286             'POLICE_MARK' or
9287             'COPWHLIST' or
9288             'IACLDST') and
9289            'NDRPDR' and
9290            '1T1C' and
9291            'IP6FWD' and
9292            not 'SRv6' and
9293            not 'IPSEC' and
9294            not 'VHOST'"
9295   parameters:
9296   - "throughput"
9297   - "parent"
9298   - "tags"
9299   sort:
9300   - "IP6BASE"
9301   - "POLICE_MARK"
9302   - "COPWHLIST"
9303   - "IACLDST"
9304   traces:
9305     hoverinfo: "x+y"
9306     boxpoints: "outliers"
9307     whiskerwidth: 0
9308   layout:
9309     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9310     layout: "plot-throughput"
9311
9312 -
9313   type: "plot"
9314   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9315   algorithm: "plot_performance_box"
9316   output-file-type: ".html"
9317   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9318   data: "plot-vpp-throughput-latency-3n-hsw"
9319   filter: "'NIC_Intel-X520-DA2' and
9320            '78B' and
9321            ('IP6BASE' or
9322             'POLICE_MARK' or
9323             'COPWHLIST' or
9324             'IACLDST') and
9325            'NDRPDR' and
9326            '2T2C' and
9327            'IP6FWD' and
9328            not 'SRv6' and
9329            not 'IPSEC' and
9330            not 'VHOST'"
9331   parameters:
9332   - "throughput"
9333   - "parent"
9334   - "tags"
9335   sort:
9336   - "IP6BASE"
9337   - "POLICE_MARK"
9338   - "COPWHLIST"
9339   - "IACLDST"
9340   traces:
9341     hoverinfo: "x+y"
9342     boxpoints: "outliers"
9343     whiskerwidth: 0
9344   layout:
9345     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9346     layout: "plot-throughput"
9347
9348 -
9349   type: "plot"
9350   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9351   algorithm: "plot_performance_box"
9352   output-file-type: ".html"
9353   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9354   data: "plot-vpp-throughput-latency-3n-hsw"
9355   filter: "'NIC_Intel-X520-DA2' and
9356            '78B' and
9357            ('IP6BASE' or
9358             'POLICE_MARK' or
9359             'COPWHLIST' or
9360             'IACLDST') and
9361            'NDRPDR' and
9362            '1T1C' and
9363            'IP6FWD' and
9364            not 'SRv6' and
9365            not 'IPSEC' and
9366            not 'VHOST'"
9367   parameters:
9368   - "throughput"
9369   - "parent"
9370   - "tags"
9371   sort:
9372   - "IP6BASE"
9373   - "POLICE_MARK"
9374   - "COPWHLIST"
9375   - "IACLDST"
9376   traces:
9377     hoverinfo: "x+y"
9378     boxpoints: "outliers"
9379     whiskerwidth: 0
9380   layout:
9381     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9382     layout: "plot-throughput"
9383
9384 -
9385   type: "plot"
9386   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9387   algorithm: "plot_performance_box"
9388   output-file-type: ".html"
9389   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9390   data: "plot-vpp-throughput-latency-3n-hsw"
9391   filter: "'NIC_Intel-X520-DA2' and
9392            '78B' and
9393            ('IP6BASE' or
9394             'POLICE_MARK' or
9395             'COPWHLIST' or
9396             'IACLDST') and
9397            'NDRPDR' and
9398            '2T2C' and
9399            'IP6FWD' and
9400            not 'SRv6' and
9401            not 'IPSEC' and
9402            not 'VHOST'"
9403   parameters:
9404   - "throughput"
9405   - "parent"
9406   - "tags"
9407   sort:
9408   - "IP6BASE"
9409   - "POLICE_MARK"
9410   - "COPWHLIST"
9411   - "IACLDST"
9412   traces:
9413     hoverinfo: "x+y"
9414     boxpoints: "outliers"
9415     whiskerwidth: 0
9416   layout:
9417     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9418     layout: "plot-throughput"
9419
9420 # Packet Throughput - VPP IPv6 3n-hsw-x710
9421 -
9422   type: "plot"
9423   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9424   algorithm: "plot_performance_box"
9425   output-file-type: ".html"
9426   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9427   data: "plot-vpp-throughput-latency-3n-hsw"
9428   filter: "'NIC_Intel-X710' and
9429            '78B' and
9430            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9431            'NDRPDR' and
9432            '1T1C' and
9433            'IP6FWD' and
9434            not 'SRv6' and
9435            not 'IPSEC' and
9436            not 'VHOST'"
9437   parameters:
9438   - "throughput"
9439   - "parent"
9440   - "tags"
9441   sort:
9442   - "IP6BASE"
9443   - "FIB_20K"
9444   - "FIB_200K"
9445   - "FIB_2M"
9446   traces:
9447     hoverinfo: "x+y"
9448     boxpoints: "outliers"
9449     whiskerwidth: 0
9450   layout:
9451     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9452     layout: "plot-throughput"
9453
9454 -
9455   type: "plot"
9456   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9457   algorithm: "plot_performance_box"
9458   output-file-type: ".html"
9459   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9460   data: "plot-vpp-throughput-latency-3n-hsw"
9461   filter: "'NIC_Intel-X710' and
9462            '78B' and
9463            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9464            'NDRPDR' and
9465            '1T1C' and
9466            'IP6FWD' and
9467            not 'SRv6' and
9468            not 'IPSEC' and
9469            not 'VHOST'"
9470   parameters:
9471   - "throughput"
9472   - "parent"
9473   - "tags"
9474   sort:
9475   - "IP6BASE"
9476   - "FIB_20K"
9477   - "FIB_200K"
9478   - "FIB_2M"
9479   traces:
9480     hoverinfo: "x+y"
9481     boxpoints: "outliers"
9482     whiskerwidth: 0
9483   layout:
9484     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9485     layout: "plot-throughput"
9486
9487 -
9488   type: "plot"
9489   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9490   algorithm: "plot_performance_box"
9491   output-file-type: ".html"
9492   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9493   data: "plot-vpp-throughput-latency-3n-hsw"
9494   filter: "'NIC_Intel-X710' and
9495            '78B' and
9496            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9497            'NDRPDR' and
9498            '2T2C' and
9499            'IP6FWD' and
9500            not 'SRv6' and
9501            not 'IPSEC' and
9502            not 'VHOST'"
9503   parameters:
9504   - "throughput"
9505   - "parent"
9506   - "tags"
9507   sort:
9508   - "IP6BASE"
9509   - "FIB_20K"
9510   - "FIB_200K"
9511   - "FIB_2M"
9512   traces:
9513     hoverinfo: "x+y"
9514     boxpoints: "outliers"
9515     whiskerwidth: 0
9516   layout:
9517     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9518     layout: "plot-throughput"
9519
9520 -
9521   type: "plot"
9522   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9523   algorithm: "plot_performance_box"
9524   output-file-type: ".html"
9525   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9526   data: "plot-vpp-throughput-latency-3n-hsw"
9527   filter: "'NIC_Intel-X710' and
9528            '78B' and
9529            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9530            'NDRPDR' and
9531            '2T2C' and
9532            'IP6FWD' and
9533            not 'SRv6' and
9534            not 'IPSEC' and
9535            not 'VHOST'"
9536   parameters:
9537   - "throughput"
9538   - "parent"
9539   - "tags"
9540   sort:
9541   - "IP6BASE"
9542   - "FIB_20K"
9543   - "FIB_200K"
9544   - "FIB_2M"
9545   traces:
9546     hoverinfo: "x+y"
9547     boxpoints: "outliers"
9548     whiskerwidth: 0
9549   layout:
9550     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9551     layout: "plot-throughput"
9552
9553 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9554 -
9555   type: "plot"
9556   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9557   algorithm: "plot_performance_box"
9558   output-file-type: ".html"
9559   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9560   data: "plot-vpp-throughput-latency-3n-hsw"
9561   filter: "'NIC_Intel-X710' and
9562            '78B' and
9563            ('IP6BASE' or
9564             'POLICE_MARK' or
9565             'COPWHLIST' or
9566             'IACLDST') and
9567            'NDRPDR' and
9568            '1T1C' and
9569            'IP6FWD' and
9570            not 'SRv6' and
9571            not 'IPSEC' and
9572            not 'VHOST'"
9573   parameters:
9574   - "throughput"
9575   - "parent"
9576   - "tags"
9577   sort:
9578   - "IP6BASE"
9579   - "POLICE_MARK"
9580   - "COPWHLIST"
9581   - "IACLDST"
9582   traces:
9583     hoverinfo: "x+y"
9584     boxpoints: "outliers"
9585     whiskerwidth: 0
9586   layout:
9587     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9588     layout: "plot-throughput"
9589
9590 -
9591   type: "plot"
9592   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9593   algorithm: "plot_performance_box"
9594   output-file-type: ".html"
9595   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9596   data: "plot-vpp-throughput-latency-3n-hsw"
9597   filter: "'NIC_Intel-X710' and
9598            '78B' and
9599            ('IP6BASE' or
9600             'POLICE_MARK' or
9601             'COPWHLIST' or
9602             'IACLDST') and
9603            'NDRPDR' and
9604            '2T2C' and
9605            'IP6FWD' and
9606            not 'SRv6' and
9607            not 'IPSEC' and
9608            not 'VHOST'"
9609   parameters:
9610   - "throughput"
9611   - "parent"
9612   - "tags"
9613   sort:
9614   - "IP6BASE"
9615   - "POLICE_MARK"
9616   - "COPWHLIST"
9617   - "IACLDST"
9618   traces:
9619     hoverinfo: "x+y"
9620     boxpoints: "outliers"
9621     whiskerwidth: 0
9622   layout:
9623     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9624     layout: "plot-throughput"
9625
9626 -
9627   type: "plot"
9628   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9629   algorithm: "plot_performance_box"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9632   data: "plot-vpp-throughput-latency-3n-hsw"
9633   filter: "'NIC_Intel-X710' and
9634            '78B' and
9635            ('IP6BASE' or
9636             'POLICE_MARK' or
9637             'COPWHLIST' or
9638             'IACLDST') and
9639            'NDRPDR' and
9640            '1T1C' and
9641            'IP6FWD' and
9642            not 'SRv6' and
9643            not 'IPSEC' and
9644            not 'VHOST'"
9645   parameters:
9646   - "throughput"
9647   - "parent"
9648   - "tags"
9649   sort:
9650   - "IP6BASE"
9651   - "POLICE_MARK"
9652   - "COPWHLIST"
9653   - "IACLDST"
9654   traces:
9655     hoverinfo: "x+y"
9656     boxpoints: "outliers"
9657     whiskerwidth: 0
9658   layout:
9659     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9660     layout: "plot-throughput"
9661
9662 -
9663   type: "plot"
9664   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9665   algorithm: "plot_performance_box"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9668   data: "plot-vpp-throughput-latency-3n-hsw"
9669   filter: "'NIC_Intel-X710' and
9670            '78B' and
9671            ('IP6BASE' or
9672             'POLICE_MARK' or
9673             'COPWHLIST' or
9674             'IACLDST') and
9675            'NDRPDR' and
9676            '2T2C' and
9677            'IP6FWD' and
9678            not 'SRv6' and
9679            not 'IPSEC' and
9680            not 'VHOST'"
9681   parameters:
9682   - "throughput"
9683   - "parent"
9684   - "tags"
9685   sort:
9686   - "IP6BASE"
9687   - "POLICE_MARK"
9688   - "COPWHLIST"
9689   - "IACLDST"
9690   traces:
9691     hoverinfo: "x+y"
9692     boxpoints: "outliers"
9693     whiskerwidth: 0
9694   layout:
9695     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9696     layout: "plot-throughput"
9697
9698 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9699 -
9700   type: "plot"
9701   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9702   algorithm: "plot_performance_box"
9703   output-file-type: ".html"
9704   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9705   data: "plot-vpp-throughput-latency-3n-hsw"
9706   filter: "'NIC_Intel-XL710' and
9707            '78B' and
9708            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9709            'NDRPDR' and
9710            '1T1C' and
9711            'IP6FWD' and
9712            not 'SRv6' and
9713            not 'IPSEC' and
9714            not 'VHOST'"
9715   parameters:
9716   - "throughput"
9717   - "parent"
9718   - "tags"
9719   sort:
9720   - "IP6BASE"
9721   - "FIB_20K"
9722   - "FIB_200K"
9723   - "FIB_2M"
9724   traces:
9725     hoverinfo: "x+y"
9726     boxpoints: "outliers"
9727     whiskerwidth: 0
9728   layout:
9729     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9730     layout: "plot-throughput"
9731
9732 -
9733   type: "plot"
9734   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9735   algorithm: "plot_performance_box"
9736   output-file-type: ".html"
9737   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9738   data: "plot-vpp-throughput-latency-3n-hsw"
9739   filter: "'NIC_Intel-XL710' and
9740            '78B' and
9741            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9742            'NDRPDR' and
9743            '1T1C' and
9744            'IP6FWD' and
9745            not 'SRv6' and
9746            not 'IPSEC' and
9747            not 'VHOST'"
9748   parameters:
9749   - "throughput"
9750   - "parent"
9751   - "tags"
9752   sort:
9753   - "IP6BASE"
9754   - "FIB_20K"
9755   - "FIB_200K"
9756   - "FIB_2M"
9757   traces:
9758     hoverinfo: "x+y"
9759     boxpoints: "outliers"
9760     whiskerwidth: 0
9761   layout:
9762     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9763     layout: "plot-throughput"
9764
9765 -
9766   type: "plot"
9767   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9768   algorithm: "plot_performance_box"
9769   output-file-type: ".html"
9770   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9771   data: "plot-vpp-throughput-latency-3n-hsw"
9772   filter: "'NIC_Intel-XL710' and
9773            '78B' and
9774            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9775            'NDRPDR' and
9776            '2T2C' and
9777            'IP6FWD' and
9778            not 'SRv6' and
9779            not 'IPSEC' and
9780            not 'VHOST'"
9781   parameters:
9782   - "throughput"
9783   - "parent"
9784   - "tags"
9785   sort:
9786   - "IP6BASE"
9787   - "FIB_20K"
9788   - "FIB_200K"
9789   - "FIB_2M"
9790   traces:
9791     hoverinfo: "x+y"
9792     boxpoints: "outliers"
9793     whiskerwidth: 0
9794   layout:
9795     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9796     layout: "plot-throughput"
9797
9798 -
9799   type: "plot"
9800   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9801   algorithm: "plot_performance_box"
9802   output-file-type: ".html"
9803   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9804   data: "plot-vpp-throughput-latency-3n-hsw"
9805   filter: "'NIC_Intel-XL710' and
9806            '78B' and
9807            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9808            'NDRPDR' and
9809            '2T2C' and
9810            'IP6FWD' and
9811            not 'SRv6' and
9812            not 'IPSEC' and
9813            not 'VHOST'"
9814   parameters:
9815   - "throughput"
9816   - "parent"
9817   - "tags"
9818   sort:
9819   - "IP6BASE"
9820   - "FIB_20K"
9821   - "FIB_200K"
9822   - "FIB_2M"
9823   traces:
9824     hoverinfo: "x+y"
9825     boxpoints: "outliers"
9826     whiskerwidth: 0
9827   layout:
9828     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9829     layout: "plot-throughput"
9830
9831 # Packet Throughput - VPP IPv6 3n-skx-x710
9832 -
9833   type: "plot"
9834   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9835   algorithm: "plot_performance_box"
9836   output-file-type: ".html"
9837   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9838   data: "plot-vpp-throughput-latency-3n-skx"
9839   filter: "'NIC_Intel-X710' and
9840            '78B' and
9841            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9842            'NDRPDR' and
9843            '2T1C' and
9844            'IP6FWD' and
9845            not 'SRv6' and
9846            not 'IPSEC' and
9847            not 'VHOST'"
9848   parameters:
9849   - "throughput"
9850   - "parent"
9851   - "tags"
9852   sort:
9853   - "IP6BASE"
9854   - "FIB_20K"
9855   - "FIB_200K"
9856   - "FIB_2M"
9857   traces:
9858     hoverinfo: "x+y"
9859     boxpoints: "outliers"
9860     whiskerwidth: 0
9861   layout:
9862     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9863     layout: "plot-throughput"
9864
9865 -
9866   type: "plot"
9867   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9868   algorithm: "plot_performance_box"
9869   output-file-type: ".html"
9870   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9871   data: "plot-vpp-throughput-latency-3n-skx"
9872   filter: "'NIC_Intel-X710' and
9873            '78B' and
9874            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9875            'NDRPDR' and
9876            '2T1C' and
9877            'IP6FWD' and
9878            not 'SRv6' and
9879            not 'IPSEC' and
9880            not 'VHOST'"
9881   parameters:
9882   - "throughput"
9883   - "parent"
9884   - "tags"
9885   sort:
9886   - "IP6BASE"
9887   - "FIB_20K"
9888   - "FIB_200K"
9889   - "FIB_2M"
9890   traces:
9891     hoverinfo: "x+y"
9892     boxpoints: "outliers"
9893     whiskerwidth: 0
9894   layout:
9895     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9896     layout: "plot-throughput"
9897
9898 -
9899   type: "plot"
9900   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9901   algorithm: "plot_performance_box"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9904   data: "plot-vpp-throughput-latency-3n-skx"
9905   filter: "'NIC_Intel-X710' and
9906            '78B' and
9907            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9908            'NDRPDR' and
9909            '4T2C' and
9910            'IP6FWD' and
9911            not 'SRv6' and
9912            not 'IPSEC' and
9913            not 'VHOST'"
9914   parameters:
9915   - "throughput"
9916   - "parent"
9917   - "tags"
9918   sort:
9919   - "IP6BASE"
9920   - "FIB_20K"
9921   - "FIB_200K"
9922   - "FIB_2M"
9923   traces:
9924     hoverinfo: "x+y"
9925     boxpoints: "outliers"
9926     whiskerwidth: 0
9927   layout:
9928     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9929     layout: "plot-throughput"
9930
9931 -
9932   type: "plot"
9933   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9934   algorithm: "plot_performance_box"
9935   output-file-type: ".html"
9936   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9937   data: "plot-vpp-throughput-latency-3n-skx"
9938   filter: "'NIC_Intel-X710' and
9939            '78B' and
9940            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9941            'NDRPDR' and
9942            '4T2C' and
9943            'IP6FWD' and
9944            not 'SRv6' and
9945            not 'IPSEC' and
9946            not 'VHOST'"
9947   parameters:
9948   - "throughput"
9949   - "parent"
9950   - "tags"
9951   sort:
9952   - "IP6BASE"
9953   - "FIB_20K"
9954   - "FIB_200K"
9955   - "FIB_2M"
9956   traces:
9957     hoverinfo: "x+y"
9958     boxpoints: "outliers"
9959     whiskerwidth: 0
9960   layout:
9961     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9962     layout: "plot-throughput"
9963
9964 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9965 -
9966   type: "plot"
9967   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9968   algorithm: "plot_performance_box"
9969   output-file-type: ".html"
9970   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9971   data: "plot-vpp-throughput-latency-3n-skx"
9972   filter: "'NIC_Intel-X710' and
9973            '78B' and
9974            ('IP6BASE' or
9975             'POLICE_MARK' or
9976             'COPWHLIST' or
9977             'IACLDST') and
9978            'NDRPDR' and
9979            '2T1C' and
9980            'IP6FWD' and
9981            not 'SRv6' and
9982            not 'IPSEC' and
9983            not 'VHOST'"
9984   parameters:
9985   - "throughput"
9986   - "parent"
9987   - "tags"
9988   sort:
9989   - "IP6BASE"
9990   - "POLICE_MARK"
9991   - "COPWHLIST"
9992   - "IACLDST"
9993   traces:
9994     hoverinfo: "x+y"
9995     boxpoints: "outliers"
9996     whiskerwidth: 0
9997   layout:
9998     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9999     layout: "plot-throughput"
10000
10001 -
10002   type: "plot"
10003   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10004   algorithm: "plot_performance_box"
10005   output-file-type: ".html"
10006   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10007   data: "plot-vpp-throughput-latency-3n-hsw"
10008   filter: "'NIC_Intel-X710' and
10009            '78B' and
10010            ('IP6BASE' or
10011             'POLICE_MARK' or
10012             'COPWHLIST' or
10013             'IACLDST') and
10014            'NDRPDR' and
10015            '4T2C' and
10016            'IP6FWD' and
10017            not 'SRv6' and
10018            not 'IPSEC' and
10019            not 'VHOST'"
10020   parameters:
10021   - "throughput"
10022   - "parent"
10023   - "tags"
10024   sort:
10025   - "IP6BASE"
10026   - "POLICE_MARK"
10027   - "COPWHLIST"
10028   - "IACLDST"
10029   traces:
10030     hoverinfo: "x+y"
10031     boxpoints: "outliers"
10032     whiskerwidth: 0
10033   layout:
10034     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10035     layout: "plot-throughput"
10036
10037 -
10038   type: "plot"
10039   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10040   algorithm: "plot_performance_box"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10043   data: "plot-vpp-throughput-latency-3n-skx"
10044   filter: "'NIC_Intel-X710' and
10045            '78B' and
10046            ('IP6BASE' or
10047             'POLICE_MARK' or
10048             'COPWHLIST' or
10049             'IACLDST') and
10050            'NDRPDR' and
10051            '2T1C' and
10052            'IP6FWD' and
10053            not 'SRv6' and
10054            not 'IPSEC' and
10055            not 'VHOST'"
10056   parameters:
10057   - "throughput"
10058   - "parent"
10059   - "tags"
10060   sort:
10061   - "IP6BASE"
10062   - "POLICE_MARK"
10063   - "COPWHLIST"
10064   - "IACLDST"
10065   traces:
10066     hoverinfo: "x+y"
10067     boxpoints: "outliers"
10068     whiskerwidth: 0
10069   layout:
10070     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10071     layout: "plot-throughput"
10072
10073 -
10074   type: "plot"
10075   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10076   algorithm: "plot_performance_box"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10079   data: "plot-vpp-throughput-latency-3n-skx"
10080   filter: "'NIC_Intel-X710' and
10081            '78B' and
10082            ('IP6BASE' or
10083             'POLICE_MARK' or
10084             'COPWHLIST' or
10085             'IACLDST') and
10086            'NDRPDR' and
10087            '4T2C' and
10088            'IP6FWD' and
10089            not 'SRv6' and
10090            not 'IPSEC' and
10091            not 'VHOST'"
10092   parameters:
10093   - "throughput"
10094   - "parent"
10095   - "tags"
10096   sort:
10097   - "IP6BASE"
10098   - "POLICE_MARK"
10099   - "COPWHLIST"
10100   - "IACLDST"
10101   traces:
10102     hoverinfo: "x+y"
10103     boxpoints: "outliers"
10104     whiskerwidth: 0
10105   layout:
10106     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10107     layout: "plot-throughput"
10108
10109 # Packet Throughput - VPP IPv6 2n-skx-x710
10110 -
10111   type: "plot"
10112   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10113   algorithm: "plot_performance_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10116   data: "plot-vpp-throughput-latency-2n-skx"
10117   filter: "'NIC_Intel-X710' and
10118            '78B' and
10119            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10120            'NDRPDR' and
10121            '2T1C' and
10122            'IP6FWD' and
10123            not 'SRv6' and
10124            not 'IPSEC' and
10125            not 'VHOST'"
10126   parameters:
10127   - "throughput"
10128   - "parent"
10129   - "tags"
10130   sort:
10131   - "IP6BASE"
10132   - "FIB_20K"
10133   - "FIB_200K"
10134   - "FIB_2M"
10135   traces:
10136     hoverinfo: "x+y"
10137     boxpoints: "outliers"
10138     whiskerwidth: 0
10139   layout:
10140     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10141     layout: "plot-throughput"
10142
10143 -
10144   type: "plot"
10145   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10146   algorithm: "plot_performance_box"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10149   data: "plot-vpp-throughput-latency-2n-skx"
10150   filter: "'NIC_Intel-X710' and
10151            '78B' and
10152            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10153            'NDRPDR' and
10154            '2T1C' and
10155            'IP6FWD' and
10156            not 'SRv6' and
10157            not 'IPSEC' and
10158            not 'VHOST'"
10159   parameters:
10160   - "throughput"
10161   - "parent"
10162   - "tags"
10163   sort:
10164   - "IP6BASE"
10165   - "FIB_20K"
10166   - "FIB_200K"
10167   - "FIB_2M"
10168   traces:
10169     hoverinfo: "x+y"
10170     boxpoints: "outliers"
10171     whiskerwidth: 0
10172   layout:
10173     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10174     layout: "plot-throughput"
10175
10176 -
10177   type: "plot"
10178   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10179   algorithm: "plot_performance_box"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10182   data: "plot-vpp-throughput-latency-2n-skx"
10183   filter: "'NIC_Intel-X710' and
10184            '78B' and
10185            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10186            'NDRPDR' and
10187            '4T2C' and
10188            'IP6FWD' and
10189            not 'SRv6' and
10190            not 'IPSEC' and
10191            not 'VHOST'"
10192   parameters:
10193   - "throughput"
10194   - "parent"
10195   - "tags"
10196   sort:
10197   - "IP6BASE"
10198   - "FIB_20K"
10199   - "FIB_200K"
10200   - "FIB_2M"
10201   traces:
10202     hoverinfo: "x+y"
10203     boxpoints: "outliers"
10204     whiskerwidth: 0
10205   layout:
10206     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10207     layout: "plot-throughput"
10208
10209 -
10210   type: "plot"
10211   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10212   algorithm: "plot_performance_box"
10213   output-file-type: ".html"
10214   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10215   data: "plot-vpp-throughput-latency-2n-skx"
10216   filter: "'NIC_Intel-X710' and
10217            '78B' and
10218            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10219            'NDRPDR' and
10220            '4T2C' and
10221            'IP6FWD' and
10222            not 'SRv6' and
10223            not 'IPSEC' and
10224            not 'VHOST'"
10225   parameters:
10226   - "throughput"
10227   - "parent"
10228   - "tags"
10229   sort:
10230   - "IP6BASE"
10231   - "FIB_20K"
10232   - "FIB_200K"
10233   - "FIB_2M"
10234   traces:
10235     hoverinfo: "x+y"
10236     boxpoints: "outliers"
10237     whiskerwidth: 0
10238   layout:
10239     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10240     layout: "plot-throughput"
10241
10242 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10243 -
10244   type: "plot"
10245   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10246   algorithm: "plot_performance_box"
10247   output-file-type: ".html"
10248   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10249   data: "plot-vpp-throughput-latency-2n-skx"
10250   filter: "'NIC_Intel-XXV710' and
10251            '78B' and
10252            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10253            'NDRPDR' and
10254            '2T1C' and
10255            'IP6FWD' and
10256            not 'SRv6' and
10257            not 'IPSEC' and
10258            not 'VHOST'"
10259   parameters:
10260   - "throughput"
10261   - "parent"
10262   - "tags"
10263   sort:
10264   - "IP6BASE"
10265   - "FIB_20K"
10266   - "FIB_200K"
10267   - "FIB_2M"
10268   traces:
10269     hoverinfo: "x+y"
10270     boxpoints: "outliers"
10271     whiskerwidth: 0
10272   layout:
10273     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10274     layout: "plot-throughput"
10275
10276 -
10277   type: "plot"
10278   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10279   algorithm: "plot_performance_box"
10280   output-file-type: ".html"
10281   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10282   data: "plot-vpp-throughput-latency-2n-skx"
10283   filter: "'NIC_Intel-XXV710' and
10284            '78B' and
10285            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10286            'NDRPDR' and
10287            '2T1C' and
10288            'IP6FWD' and
10289            not 'SRv6' and
10290            not 'IPSEC' and
10291            not 'VHOST'"
10292   parameters:
10293   - "throughput"
10294   - "parent"
10295   - "tags"
10296   sort:
10297   - "IP6BASE"
10298   - "FIB_20K"
10299   - "FIB_200K"
10300   - "FIB_2M"
10301   traces:
10302     hoverinfo: "x+y"
10303     boxpoints: "outliers"
10304     whiskerwidth: 0
10305   layout:
10306     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10307     layout: "plot-throughput"
10308
10309 -
10310   type: "plot"
10311   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10312   algorithm: "plot_performance_box"
10313   output-file-type: ".html"
10314   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10315   data: "plot-vpp-throughput-latency-2n-skx"
10316   filter: "'NIC_Intel-XXV710' and
10317            '78B' and
10318            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10319            'NDRPDR' and
10320            '4T2C' and
10321            'IP6FWD' and
10322            not 'SRv6' and
10323            not 'IPSEC' and
10324            not 'VHOST'"
10325   parameters:
10326   - "throughput"
10327   - "parent"
10328   - "tags"
10329   sort:
10330   - "IP6BASE"
10331   - "FIB_20K"
10332   - "FIB_200K"
10333   - "FIB_2M"
10334   traces:
10335     hoverinfo: "x+y"
10336     boxpoints: "outliers"
10337     whiskerwidth: 0
10338   layout:
10339     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10340     layout: "plot-throughput"
10341
10342 -
10343   type: "plot"
10344   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10345   algorithm: "plot_performance_box"
10346   output-file-type: ".html"
10347   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10348   data: "plot-vpp-throughput-latency-2n-skx"
10349   filter: "'NIC_Intel-XXV710' and
10350            '78B' and
10351            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10352            'NDRPDR' and
10353            '4T2C' and
10354            'IP6FWD' and
10355            not 'SRv6' and
10356            not 'IPSEC' and
10357            not 'VHOST'"
10358   parameters:
10359   - "throughput"
10360   - "parent"
10361   - "tags"
10362   sort:
10363   - "IP6BASE"
10364   - "FIB_20K"
10365   - "FIB_200K"
10366   - "FIB_2M"
10367   traces:
10368     hoverinfo: "x+y"
10369     boxpoints: "outliers"
10370     whiskerwidth: 0
10371   layout:
10372     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10373     layout: "plot-throughput"
10374
10375 ################################################################################
10376
10377 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10378 -
10379   type: "plot"
10380   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10381   algorithm: "plot_performance_box"
10382   output-file-type: ".html"
10383   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10384   data: "plot-vpp-throughput-latency-3n-hsw"
10385   filter: "'NIC_Intel-X520-DA2' and
10386            '78B' and
10387            'ENCAP' and
10388            'NDRPDR' and
10389            '1T1C' and
10390            'LISP' and
10391            not 'VHOST'"
10392   parameters:
10393   - "throughput"
10394   - "parent"
10395   - "tags"
10396   sort:
10397   - "IP4UNRLAY"
10398   - "IP6UNRLAY"
10399   traces:
10400     hoverinfo: "x+y"
10401     boxpoints: "outliers"
10402     whiskerwidth: 0
10403   layout:
10404     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10405     layout: "plot-throughput"
10406
10407 -
10408   type: "plot"
10409   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10410   algorithm: "plot_performance_box"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10413   data: "plot-vpp-throughput-latency-3n-hsw"
10414   filter: "'NIC_Intel-X520-DA2' and
10415            '78B' and
10416            'ENCAP' and
10417            'NDRPDR' and
10418            '1T1C' and
10419            'LISP' and
10420            not 'VHOST'"
10421   parameters:
10422   - "throughput"
10423   - "parent"
10424   - "tags"
10425   sort:
10426   - "IP4UNRLAY"
10427   - "IP6UNRLAY"
10428   traces:
10429     hoverinfo: "x+y"
10430     boxpoints: "outliers"
10431     whiskerwidth: 0
10432   layout:
10433     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10434     layout: "plot-throughput"
10435
10436 -
10437   type: "plot"
10438   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10439   algorithm: "plot_performance_box"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10442   data: "plot-vpp-throughput-latency-3n-hsw"
10443   filter: "'NIC_Intel-X520-DA2' and
10444            '78B' and
10445            'ENCAP' and
10446            'NDRPDR' and
10447            '2T2C' and
10448            'LISP' and
10449            not 'VHOST'"
10450   parameters:
10451   - "throughput"
10452   - "parent"
10453   - "tags"
10454   sort:
10455   - "IP4UNRLAY"
10456   - "IP6UNRLAY"
10457   traces:
10458     hoverinfo: "x+y"
10459     boxpoints: "outliers"
10460     whiskerwidth: 0
10461   layout:
10462     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10463     layout: "plot-throughput"
10464
10465 -
10466   type: "plot"
10467   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10468   algorithm: "plot_performance_box"
10469   output-file-type: ".html"
10470   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10471   data: "plot-vpp-throughput-latency-3n-hsw"
10472   filter: "'NIC_Intel-X520-DA2' and
10473            '78B' and
10474            'ENCAP' and
10475            'NDRPDR' and
10476            '2T2C' and
10477            'LISP' and
10478            not 'VHOST'"
10479   parameters:
10480   - "throughput"
10481   - "parent"
10482   - "tags"
10483   sort:
10484   - "IP4UNRLAY"
10485   - "IP6UNRLAY"
10486   traces:
10487     hoverinfo: "x+y"
10488     boxpoints: "outliers"
10489     whiskerwidth: 0
10490   layout:
10491     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10492     layout: "plot-throughput"
10493
10494 ################################################################################
10495
10496 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10497 -
10498   type: "plot"
10499   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10500   algorithm: "plot_performance_box"
10501   output-file-type: ".html"
10502   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10503   data: "plot-vpp-throughput-latency-3n-hsw"
10504   filter: "'NIC_Intel-XL710' and
10505            '64B' and
10506            'IP4FWD' and
10507            'NDRPDR' and
10508            'BASE' and
10509            '1T1C' and
10510            'IPSECHW' and
10511            ('IPSECTRAN' or 'IPSECTUN') and
10512            not 'VHOST'"
10513   parameters:
10514   - "throughput"
10515   - "parent"
10516   - "tags"
10517   traces:
10518     hoverinfo: "x+y"
10519     boxpoints: "outliers"
10520     whiskerwidth: 0
10521   layout:
10522     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10523     layout: "plot-throughput"
10524
10525 -
10526   type: "plot"
10527   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10528   algorithm: "plot_performance_box"
10529   output-file-type: ".html"
10530   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10531   data: "plot-vpp-throughput-latency-3n-hsw"
10532   filter: "'NIC_Intel-XL710' and
10533            '64B' and
10534            'IP4FWD' and
10535            'NDRPDR' and
10536            'BASE' and
10537            '1T1C' and
10538            'IPSECHW' and
10539            ('IPSECTRAN' or 'IPSECTUN') and
10540            not 'VHOST'"
10541   parameters:
10542   - "throughput"
10543   - "parent"
10544   - "tags"
10545   traces:
10546     hoverinfo: "x+y"
10547     boxpoints: "outliers"
10548     whiskerwidth: 0
10549   layout:
10550     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10551     layout: "plot-throughput"
10552
10553 -
10554   type: "plot"
10555   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10556   algorithm: "plot_performance_box"
10557   output-file-type: ".html"
10558   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10559   data: "plot-vpp-throughput-latency-3n-hsw"
10560   filter: "'NIC_Intel-XL710' and
10561            '64B' and
10562            'IP4FWD' and
10563            'NDRPDR' and
10564            'BASE' and
10565            '2T2C' and
10566            'IPSECHW' and
10567            ('IPSECTRAN' or 'IPSECTUN') and
10568            not 'VHOST'"
10569   parameters:
10570   - "throughput"
10571   - "parent"
10572   - "tags"
10573   traces:
10574     hoverinfo: "x+y"
10575     boxpoints: "outliers"
10576     whiskerwidth: 0
10577   layout:
10578     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10579     layout: "plot-throughput"
10580
10581 -
10582   type: "plot"
10583   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10584   algorithm: "plot_performance_box"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10587   data: "plot-vpp-throughput-latency-3n-hsw"
10588   filter: "'NIC_Intel-XL710' and
10589            '64B' and
10590            'IP4FWD' and
10591            'NDRPDR' and
10592            'BASE' and
10593            '2T2C' and
10594            'IPSECHW' 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-2t2c-base-pdr"
10607     layout: "plot-throughput"
10608
10609 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10610 -
10611   type: "plot"
10612   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10613   algorithm: "plot_performance_box"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10616   data: "plot-vpp-throughput-latency-3n-hsw"
10617   filter: "'NIC_Intel-XL710' and
10618            '64B' and
10619            'IP4FWD' and
10620            'NDRPDR' and
10621            'SCALE' and
10622            '1T1C' and
10623            'IPSECHW' and
10624            ('IPSECTRAN' or 'IPSECTUN') and
10625            not 'VHOST'"
10626   parameters:
10627   - "throughput"
10628   - "parent"
10629   - "tags"
10630   traces:
10631     hoverinfo: "x+y"
10632     boxpoints: "outliers"
10633     whiskerwidth: 0
10634   layout:
10635     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10636     layout: "plot-throughput"
10637
10638 -
10639   type: "plot"
10640   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10641   algorithm: "plot_performance_box"
10642   output-file-type: ".html"
10643   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10644   data: "plot-vpp-throughput-latency-3n-hsw"
10645   filter: "'NIC_Intel-XL710' and
10646            '64B' and
10647            'IP4FWD' and
10648            'NDRPDR' and
10649            'SCALE' and
10650            '1T1C' and
10651            'IPSECHW' and
10652            ('IPSECTRAN' or 'IPSECTUN') and
10653            not 'VHOST'"
10654   parameters:
10655   - "throughput"
10656   - "parent"
10657   - "tags"
10658   traces:
10659     hoverinfo: "x+y"
10660     boxpoints: "outliers"
10661     whiskerwidth: 0
10662   layout:
10663     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10664     layout: "plot-throughput"
10665
10666 -
10667   type: "plot"
10668   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10669   algorithm: "plot_performance_box"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10672   data: "plot-vpp-throughput-latency-3n-hsw"
10673   filter: "'NIC_Intel-XL710' and
10674            '64B' and
10675            'IP4FWD' and
10676            'NDRPDR' and
10677            'SCALE' and
10678            '2T2C' and
10679            'IPSECHW' and
10680            ('IPSECTRAN' or 'IPSECTUN') and
10681            not 'VHOST'"
10682   parameters:
10683   - "throughput"
10684   - "parent"
10685   - "tags"
10686   traces:
10687     hoverinfo: "x+y"
10688     boxpoints: "outliers"
10689     whiskerwidth: 0
10690   layout:
10691     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10692     layout: "plot-throughput"
10693
10694 -
10695   type: "plot"
10696   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10697   algorithm: "plot_performance_box"
10698   output-file-type: ".html"
10699   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10700   data: "plot-vpp-throughput-latency-3n-hsw"
10701   filter: "'NIC_Intel-XL710' and
10702            '64B' and
10703            'IP4FWD' and
10704            'NDRPDR' and
10705            'SCALE' and
10706            '2T2C' and
10707            'IPSECHW' and
10708            ('IPSECTRAN' or 'IPSECTUN') and
10709            not 'VHOST'"
10710   parameters:
10711   - "throughput"
10712   - "parent"
10713   - "tags"
10714   traces:
10715     hoverinfo: "x+y"
10716     boxpoints: "outliers"
10717     whiskerwidth: 0
10718   layout:
10719     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10720     layout: "plot-throughput"
10721
10722 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10723 -
10724   type: "plot"
10725   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10726   algorithm: "plot_performance_box"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10729   data: "plot-vpp-throughput-latency-3n-hsw"
10730   filter: "'NIC_Intel-XL710' and
10731            '64B' and
10732            'IP4FWD' and
10733            'NDRPDR' and
10734            '1T1C' and
10735            'IPSECSW' and
10736            ('IPSECTRAN' or 'IPSECTUN') and
10737            not 'VHOST'"
10738   parameters:
10739   - "throughput"
10740   - "parent"
10741   - "tags"
10742   traces:
10743     hoverinfo: "x+y"
10744     boxpoints: "outliers"
10745     whiskerwidth: 0
10746   layout:
10747     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10748     layout: "plot-throughput"
10749
10750 -
10751   type: "plot"
10752   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10753   algorithm: "plot_performance_box"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10756   data: "plot-vpp-throughput-latency-3n-hsw"
10757   filter: "'NIC_Intel-XL710' and
10758            '64B' and
10759            'IP4FWD' and
10760            'NDRPDR' and
10761            '1T1C' and
10762            'IPSECSW' and
10763            ('IPSECTRAN' or 'IPSECTUN') and
10764            not 'VHOST'"
10765   parameters:
10766   - "throughput"
10767   - "parent"
10768   - "tags"
10769   traces:
10770     hoverinfo: "x+y"
10771     boxpoints: "outliers"
10772     whiskerwidth: 0
10773   layout:
10774     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10775     layout: "plot-throughput"
10776
10777 -
10778   type: "plot"
10779   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10780   algorithm: "plot_performance_box"
10781   output-file-type: ".html"
10782   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10783   data: "plot-vpp-throughput-latency-3n-hsw"
10784   filter: "'NIC_Intel-XL710' and
10785            '64B' and
10786            'IP4FWD' and
10787            'NDRPDR' and
10788            '2T2C' and
10789            'IPSECSW' and
10790            ('IPSECTRAN' or 'IPSECTUN') and
10791            not 'VHOST'"
10792   parameters:
10793   - "throughput"
10794   - "parent"
10795   - "tags"
10796   traces:
10797     hoverinfo: "x+y"
10798     boxpoints: "outliers"
10799     whiskerwidth: 0
10800   layout:
10801     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10802     layout: "plot-throughput"
10803
10804 -
10805   type: "plot"
10806   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10807   algorithm: "plot_performance_box"
10808   output-file-type: ".html"
10809   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10810   data: "plot-vpp-throughput-latency-3n-hsw"
10811   filter: "'NIC_Intel-XL710' and
10812            '64B' and
10813            'IP4FWD' and
10814            'NDRPDR' and
10815            '2T2C' and
10816            'IPSECSW' and
10817            ('IPSECTRAN' or 'IPSECTUN') and
10818            not 'VHOST'"
10819   parameters:
10820   - "throughput"
10821   - "parent"
10822   - "tags"
10823   traces:
10824     hoverinfo: "x+y"
10825     boxpoints: "outliers"
10826     whiskerwidth: 0
10827   layout:
10828     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10829     layout: "plot-throughput"
10830
10831 ################################################################################
10832
10833 # Packet Throughput - VPP SRv6 3n-hsw-x520
10834 -
10835   type: "plot"
10836   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10837   algorithm: "plot_performance_box"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10840   data: "plot-vpp-throughput-latency-3n-hsw"
10841   filter: "'NIC_Intel-X520-DA2' and
10842            '78B' and
10843            'FEATURE' and
10844            'NDRPDR' and
10845            '1T1C' and
10846            'IP6FWD' and
10847            'SRv6'"
10848   parameters:
10849   - "throughput"
10850   - "parent"
10851   - "tags"
10852   traces:
10853     hoverinfo: "x+y"
10854     boxpoints: "outliers"
10855     whiskerwidth: 0
10856   layout:
10857     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10858     layout: "plot-throughput"
10859
10860 -
10861   type: "plot"
10862   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10863   algorithm: "plot_performance_box"
10864   output-file-type: ".html"
10865   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10866   data: "plot-vpp-throughput-latency-3n-hsw"
10867   filter: "'NIC_Intel-X520-DA2' and
10868            '78B' and
10869            'FEATURE' and
10870            'NDRPDR' and
10871            '1T1C' and
10872            'IP6FWD' and
10873            'SRv6'"
10874   parameters:
10875   - "throughput"
10876   - "parent"
10877   - "tags"
10878   traces:
10879     hoverinfo: "x+y"
10880     boxpoints: "outliers"
10881     whiskerwidth: 0
10882   layout:
10883     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10884     layout: "plot-throughput"
10885
10886 -
10887   type: "plot"
10888   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10889   algorithm: "plot_performance_box"
10890   output-file-type: ".html"
10891   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10892   data: "plot-vpp-throughput-latency-3n-hsw"
10893   filter: "'NIC_Intel-X520-DA2' and
10894            '78B' and
10895            'FEATURE' and
10896            'NDRPDR' and
10897            '2T2C' and
10898            'IP6FWD' and
10899            'SRv6'"
10900   parameters:
10901   - "throughput"
10902   - "parent"
10903   - "tags"
10904   traces:
10905     hoverinfo: "x+y"
10906     boxpoints: "outliers"
10907     whiskerwidth: 0
10908   layout:
10909     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10910     layout: "plot-throughput"
10911
10912 -
10913   type: "plot"
10914   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10915   algorithm: "plot_performance_box"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10918   data: "plot-vpp-throughput-latency-3n-hsw"
10919   filter: "'NIC_Intel-X520-DA2' and
10920            '78B' and
10921            'FEATURE' and
10922            'NDRPDR' and
10923            '2T2C' and
10924            'IP6FWD' and
10925            'SRv6'"
10926   parameters:
10927   - "throughput"
10928   - "parent"
10929   - "tags"
10930   traces:
10931     hoverinfo: "x+y"
10932     boxpoints: "outliers"
10933     whiskerwidth: 0
10934   layout:
10935     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10936     layout: "plot-throughput"
10937
10938 ################################################################################
10939
10940 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10941 -
10942   type: "plot"
10943   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10944   algorithm: "plot_performance_box"
10945   output-file-type: ".html"
10946   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10947   data: "plot-vpp-throughput-latency-3n-hsw"
10948   filter: "'NIC_Intel-X520-DA2' and
10949            '64B' and
10950            'NDRPDR' and
10951            'ETH' and
10952            'IP4FWD' and
10953            '1T1C' and
10954            'VHOST_1024' and
10955            not 'VXLAN' and
10956            not 'DOT1Q'"
10957   parameters:
10958   - "throughput"
10959   - "parent"
10960   - "tags"
10961   sort:
10962   - "not CFS_OPT"
10963   - "1VM"
10964   - "2VM"
10965   traces:
10966     hoverinfo: "x+y"
10967     boxpoints: "outliers"
10968     whiskerwidth: 0
10969   layout:
10970     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10971     layout: "plot-throughput"
10972
10973 -
10974   type: "plot"
10975   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10976   algorithm: "plot_performance_box"
10977   output-file-type: ".html"
10978   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10979   data: "plot-vpp-throughput-latency-3n-hsw"
10980   filter: "'NIC_Intel-X520-DA2' and
10981            '64B' and
10982            'NDRPDR' and
10983            'ETH' and
10984            'IP4FWD' and
10985            '2T2C' and
10986            'VHOST_1024' and
10987            not 'VXLAN' and
10988            not 'DOT1Q'"
10989   parameters:
10990   - "throughput"
10991   - "parent"
10992   - "tags"
10993   sort:
10994   - "not CFS_OPT"
10995   - "1VM"
10996   - "2VM"
10997   traces:
10998     hoverinfo: "x+y"
10999     boxpoints: "outliers"
11000     whiskerwidth: 0
11001   layout:
11002     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11003     layout: "plot-throughput"
11004
11005 -
11006   type: "plot"
11007   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11008   algorithm: "plot_performance_box"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11011   data: "plot-vpp-throughput-latency-3n-hsw"
11012   filter: "'NIC_Intel-X520-DA2' and
11013            '64B' and
11014            'NDRPDR' and
11015            'ETH' and
11016            'IP4FWD' and
11017            '1T1C' and
11018            'VHOST_1024' and
11019            not 'VXLAN' and
11020            not 'DOT1Q'"
11021   parameters:
11022   - "throughput"
11023   - "parent"
11024   - "tags"
11025   sort:
11026   - "not CFS_OPT"
11027   - "1VM"
11028   - "2VM"
11029   traces:
11030     hoverinfo: "x+y"
11031     boxpoints: "outliers"
11032     whiskerwidth: 0
11033   layout:
11034     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11035     layout: "plot-throughput"
11036
11037 -
11038   type: "plot"
11039   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11040   algorithm: "plot_performance_box"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11043   data: "plot-vpp-throughput-latency-3n-hsw"
11044   filter: "'NIC_Intel-X520-DA2' and
11045            '64B' and
11046            'NDRPDR' and
11047            'ETH' and
11048            'IP4FWD' and
11049            '2T2C' and
11050            'VHOST_1024' and
11051            not 'VXLAN' and
11052            not 'DOT1Q'"
11053   parameters:
11054   - "throughput"
11055   - "parent"
11056   - "tags"
11057   sort:
11058   - "not CFS_OPT"
11059   - "1VM"
11060   - "2VM"
11061   traces:
11062     hoverinfo: "x+y"
11063     boxpoints: "outliers"
11064     whiskerwidth: 0
11065   layout:
11066     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11067     layout: "plot-throughput"
11068
11069 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
11070 -
11071   type: "plot"
11072   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11073   algorithm: "plot_performance_box"
11074   output-file-type: ".html"
11075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11076   data: "plot-vpp-throughput-latency-3n-hsw"
11077   filter: "'NIC_Intel-X520-DA2' and
11078            '64B' and
11079            'NDRPDR' and
11080            ('ETH' or 'DOT1Q') and
11081            '1T1C' and
11082            'L2BDMACLRN' and
11083            'VHOST_1024' and
11084            not 'VXLAN' and
11085            not 'IP4FWD' and
11086            not '2VM'"
11087   parameters:
11088   - "throughput"
11089   - "parent"
11090   - "tags"
11091 #  sort:
11092 #  - "VM"  # "not CFS_OPT"
11093 #  - "CFS_OPT"
11094 #  - "FIB_10K"
11095 #  - "FIB_100K"
11096 #  - "FIB_1M"
11097   traces:
11098     hoverinfo: "x+y"
11099     boxpoints: "outliers"
11100     whiskerwidth: 0
11101   layout:
11102     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11103     layout: "plot-throughput"
11104
11105 -
11106   type: "plot"
11107   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11108   algorithm: "plot_performance_box"
11109   output-file-type: ".html"
11110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11111   data: "plot-vpp-throughput-latency-3n-hsw"
11112   filter: "'NIC_Intel-X520-DA2' and
11113            '64B' and
11114            'NDRPDR' and
11115            ('ETH' or 'DOT1Q') and
11116            '2T2C' and
11117            'L2BDMACLRN' and
11118            'VHOST_1024' and
11119            not 'VXLAN' and
11120            not 'IP4FWD' and
11121            not '2VM'"
11122   parameters:
11123   - "throughput"
11124   - "parent"
11125   - "tags"
11126 #  sort:
11127 #  - "VM"  # "not CFS_OPT"
11128 #  - "CFS_OPT"
11129 #  - "FIB_10K"
11130 #  - "FIB_100K"
11131 #  - "FIB_1M"
11132   traces:
11133     hoverinfo: "x+y"
11134     boxpoints: "outliers"
11135     whiskerwidth: 0
11136   layout:
11137     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11138     layout: "plot-throughput"
11139
11140 -
11141   type: "plot"
11142   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11143   algorithm: "plot_performance_box"
11144   output-file-type: ".html"
11145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11146   data: "plot-vpp-throughput-latency-3n-hsw"
11147   filter: "'NIC_Intel-X520-DA2' and
11148            '64B' and
11149            'NDRPDR' and
11150            ('ETH' or 'DOT1Q') and
11151            '1T1C' and
11152            'L2BDMACLRN' and
11153            'VHOST_1024' and
11154            not 'VXLAN' and
11155            not 'IP4FWD' and
11156            not '2VM'"
11157   parameters:
11158   - "throughput"
11159   - "parent"
11160   - "tags"
11161 #  sort:
11162 #  - "VM"  # "not CFS_OPT"
11163 #  - "CFS_OPT"
11164 #  - "FIB_10K"
11165 #  - "FIB_100K"
11166 #  - "FIB_1M"
11167   traces:
11168     hoverinfo: "x+y"
11169     boxpoints: "outliers"
11170     whiskerwidth: 0
11171   layout:
11172     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11173     layout: "plot-throughput"
11174
11175 -
11176   type: "plot"
11177   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11178   algorithm: "plot_performance_box"
11179   output-file-type: ".html"
11180   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11181   data: "plot-vpp-throughput-latency-3n-hsw"
11182   filter: "'NIC_Intel-X520-DA2' and
11183            '64B' and
11184            'NDRPDR' and
11185            ('ETH' or 'DOT1Q') and
11186            '2T2C' and
11187            'L2BDMACLRN' and
11188            'VHOST_1024' and
11189            not 'VXLAN' and
11190            not 'IP4FWD' and
11191            not '2VM'"
11192   parameters:
11193   - "throughput"
11194   - "parent"
11195   - "tags"
11196 #  sort:
11197 #  - "VM"  # "not CFS_OPT"
11198 #  - "CFS_OPT"
11199 #  - "FIB_10K"
11200 #  - "FIB_100K"
11201 #  - "FIB_1M"
11202   traces:
11203     hoverinfo: "x+y"
11204     boxpoints: "outliers"
11205     whiskerwidth: 0
11206   layout:
11207     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11208     layout: "plot-throughput"
11209
11210 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11211 -
11212   type: "plot"
11213   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11214   algorithm: "plot_performance_box"
11215   output-file-type: ".html"
11216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11217   data: "plot-vpp-throughput-latency-3n-hsw"
11218   filter: "'NIC_Intel-X520-DA2' and
11219            '64B' and
11220            'NDRPDR' and
11221            ('ETH' or 'DOT1Q') and
11222            'BASE' and
11223            '1T1C' and
11224            ('L2BDMACLRN' or 'L2XCFWD') and
11225            'VHOST_1024' and
11226            not 'VXLAN' and
11227            not 'IP4FWD' and
11228            not '2VM'"
11229   parameters:
11230   - "throughput"
11231   - "parent"
11232   - "tags"
11233 #  sort:
11234 #  - "not CFS_OPT"
11235 #  - "L2XCFWD"
11236 #  - "not CFS_OPT"
11237 #  - "CFS_OPT"
11238   traces:
11239     hoverinfo: "x+y"
11240     boxpoints: "outliers"
11241     whiskerwidth: 0
11242   layout:
11243     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11244     layout: "plot-throughput"
11245
11246 -
11247   type: "plot"
11248   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11249   algorithm: "plot_performance_box"
11250   output-file-type: ".html"
11251   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11252   data: "plot-vpp-throughput-latency-3n-hsw"
11253   filter: "'NIC_Intel-X520-DA2' and
11254            '64B' and
11255            'NDRPDR' and
11256            ('ETH' or 'DOT1Q') and
11257            'BASE' and
11258            '1T1C' and
11259            ('L2BDMACLRN' or 'L2XCFWD') and
11260            'VHOST_1024' and
11261            not 'VXLAN' and
11262            not 'IP4FWD' and
11263            not '2VM'"
11264   parameters:
11265   - "throughput"
11266   - "parent"
11267   - "tags"
11268 #  sort:
11269 #  - "not CFS_OPT"
11270 #  - "L2XCFWD"
11271 #  - "not CFS_OPT"
11272 #  - "CFS_OPT"
11273   traces:
11274     hoverinfo: "x+y"
11275     boxpoints: "outliers"
11276     whiskerwidth: 0
11277   layout:
11278     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11279     layout: "plot-throughput"
11280
11281 -
11282   type: "plot"
11283   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11284   algorithm: "plot_performance_box"
11285   output-file-type: ".html"
11286   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11287   data: "plot-vpp-throughput-latency-3n-hsw"
11288   filter: "'NIC_Intel-X520-DA2' and
11289            '64B' and
11290            'NDRPDR' and
11291            ('ETH' or 'DOT1Q') and
11292            'BASE' and
11293            '2T2C' and
11294            ('L2BDMACLRN' or 'L2XCFWD') and
11295            'VHOST_1024' and
11296            not 'VXLAN' and
11297            not 'IP4FWD' and
11298            not '2VM'"
11299   parameters:
11300   - "throughput"
11301   - "parent"
11302   - "tags"
11303 #  sort:
11304 #  - "not CFS_OPT"
11305 #  - "L2XCFWD"
11306 #  - "not CFS_OPT"
11307 #  - "CFS_OPT"
11308   traces:
11309     hoverinfo: "x+y"
11310     boxpoints: "outliers"
11311     whiskerwidth: 0
11312   layout:
11313     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11314     layout: "plot-throughput"
11315
11316 -
11317   type: "plot"
11318   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11319   algorithm: "plot_performance_box"
11320   output-file-type: ".html"
11321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11322   data: "plot-vpp-throughput-latency-3n-hsw"
11323   filter: "'NIC_Intel-X520-DA2' and
11324            '64B' and
11325            'NDRPDR' and
11326            ('ETH' or 'DOT1Q') and
11327            'BASE' and
11328            '2T2C' and
11329            ('L2BDMACLRN' or 'L2XCFWD') and
11330            'VHOST_1024' and
11331            not 'VXLAN' and
11332            not 'IP4FWD' and
11333            not '2VM'"
11334   parameters:
11335   - "throughput"
11336   - "parent"
11337   - "tags"
11338 #  sort:
11339 #  - "not CFS_OPT"
11340 #  - "L2XCFWD"
11341 #  - "not CFS_OPT"
11342 #  - "CFS_OPT"
11343   traces:
11344     hoverinfo: "x+y"
11345     boxpoints: "outliers"
11346     whiskerwidth: 0
11347   layout:
11348     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11349     layout: "plot-throughput"
11350
11351 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11352 -
11353   type: "plot"
11354   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11355   algorithm: "plot_performance_box"
11356   output-file-type: ".html"
11357   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11358   data: "plot-vpp-throughput-latency-3n-hsw"
11359   filter: "'NIC_Intel-X520-DA2' and
11360            '64B' and
11361            'NDRPDR' and
11362            ('ETH' or 'DOT1Q') and
11363            '1T1C' and
11364            ('L2BDMACLRN' or 'L2XCFWD') and
11365            'VHOST_1024' and
11366            not 'CFS_OPT' and
11367            not 'VXLAN' and
11368            not 'IP4FWD' and
11369            not 'LBOND'"
11370   parameters:
11371   - "throughput"
11372   - "parent"
11373   - "tags"
11374 #  sort:
11375 #  - "1VM"
11376 #  - "L2XCFWD"
11377 #  - "1VM"
11378 #  - "L2BDMACLRN"
11379   traces:
11380     hoverinfo: "x+y"
11381     boxpoints: "outliers"
11382     whiskerwidth: 0
11383   layout:
11384     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11385     layout: "plot-throughput"
11386
11387 -
11388   type: "plot"
11389   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11390   algorithm: "plot_performance_box"
11391   output-file-type: ".html"
11392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11393   data: "plot-vpp-throughput-latency-3n-hsw"
11394   filter: "'NIC_Intel-X520-DA2' and
11395            '64B' and
11396            'NDRPDR' and
11397            ('ETH' or 'DOT1Q') and
11398            '1T1C' and
11399            ('L2BDMACLRN' or 'L2XCFWD') and
11400            'VHOST_1024' and
11401            not 'CFS_OPT' and
11402            not 'VXLAN' and
11403            not 'IP4FWD' and
11404            not 'LBOND'"
11405   parameters:
11406   - "throughput"
11407   - "parent"
11408   - "tags"
11409 #  sort:
11410 #  - "1VM"
11411 #  - "L2XCFWD"
11412 #  - "1VM"
11413 #  - "L2BDMACLRN"
11414   traces:
11415     hoverinfo: "x+y"
11416     boxpoints: "outliers"
11417     whiskerwidth: 0
11418   layout:
11419     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11420     layout: "plot-throughput"
11421
11422 -
11423   type: "plot"
11424   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11425   algorithm: "plot_performance_box"
11426   output-file-type: ".html"
11427   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11428   data: "plot-vpp-throughput-latency-3n-hsw"
11429   filter: "'NIC_Intel-X520-DA2' and
11430            '64B' and
11431            'NDRPDR' and
11432            ('ETH' or 'DOT1Q') and
11433            '2T2C' and
11434            ('L2BDMACLRN' or 'L2XCFWD') and
11435            'VHOST_1024' and
11436            not 'CFS_OPT' and
11437            not 'VXLAN' and
11438            not 'IP4FWD' and
11439            not 'LBOND'"
11440   parameters:
11441   - "throughput"
11442   - "parent"
11443   - "tags"
11444 #  sort:
11445 #  - "1VM"
11446 #  - "L2XCFWD"
11447 #  - "1VM"
11448 #  - "L2BDMACLRN"
11449   traces:
11450     hoverinfo: "x+y"
11451     boxpoints: "outliers"
11452     whiskerwidth: 0
11453   layout:
11454     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11455     layout: "plot-throughput"
11456
11457 -
11458   type: "plot"
11459   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11460   algorithm: "plot_performance_box"
11461   output-file-type: ".html"
11462   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11463   data: "plot-vpp-throughput-latency-3n-hsw"
11464   filter: "'NIC_Intel-X520-DA2' and
11465            '64B' and
11466            'NDRPDR' and
11467            ('ETH' or 'DOT1Q') and
11468            '2T2C' and
11469            ('L2BDMACLRN' or 'L2XCFWD') and
11470            'VHOST_1024' and
11471            not 'CFS_OPT' and
11472            not 'VXLAN' and
11473            not 'IP4FWD' and
11474            not 'LBOND'"
11475   parameters:
11476   - "throughput"
11477   - "parent"
11478   - "tags"
11479 #  sort:
11480 #  - "1VM"
11481 #  - "L2XCFWD"
11482 #  - "1VM"
11483 #  - "L2BDMACLRN"
11484   traces:
11485     hoverinfo: "x+y"
11486     boxpoints: "outliers"
11487     whiskerwidth: 0
11488   layout:
11489     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11490     layout: "plot-throughput"
11491
11492 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11493 -
11494   type: "plot"
11495   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11496   algorithm: "plot_performance_box"
11497   output-file-type: ".html"
11498   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11499   data: "plot-vpp-throughput-latency-3n-hsw"
11500   filter: "'NIC_Intel-X710' and
11501            '64B' and
11502            'NDRPDR' and
11503            'ETH' and
11504            'IP4FWD' and
11505            '1T1C' and
11506            'VHOST_1024' and
11507            not 'VXLAN' and
11508            not 'DOT1Q'"
11509   parameters:
11510   - "throughput"
11511   - "parent"
11512   - "tags"
11513   sort:
11514   - "not CFS_OPT"
11515   - "1VM"
11516   - "2VM"
11517   traces:
11518     hoverinfo: "x+y"
11519     boxpoints: "outliers"
11520     whiskerwidth: 0
11521   layout:
11522     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11523     layout: "plot-throughput"
11524
11525 -
11526   type: "plot"
11527   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11528   algorithm: "plot_performance_box"
11529   output-file-type: ".html"
11530   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11531   data: "plot-vpp-throughput-latency-3n-hsw"
11532   filter: "'NIC_Intel-X710' and
11533            '64B' and
11534            'NDRPDR' and
11535            'ETH' and
11536            'IP4FWD' and
11537            '2T2C' and
11538            'VHOST_1024' and
11539            not 'VXLAN' and
11540            not 'DOT1Q'"
11541   parameters:
11542   - "throughput"
11543   - "parent"
11544   - "tags"
11545   sort:
11546   - "not CFS_OPT"
11547   - "1VM"
11548   - "2VM"
11549   traces:
11550     hoverinfo: "x+y"
11551     boxpoints: "outliers"
11552     whiskerwidth: 0
11553   layout:
11554     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11555     layout: "plot-throughput"
11556
11557 -
11558   type: "plot"
11559   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11560   algorithm: "plot_performance_box"
11561   output-file-type: ".html"
11562   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11563   data: "plot-vpp-throughput-latency-3n-hsw"
11564   filter: "'NIC_Intel-X710' and
11565            '64B' and
11566            'NDRPDR' and
11567            'ETH' and
11568            'IP4FWD' and
11569            '1T1C' and
11570            'VHOST_1024' and
11571            not 'VXLAN' and
11572            not 'DOT1Q'"
11573   parameters:
11574   - "throughput"
11575   - "parent"
11576   - "tags"
11577   sort:
11578   - "not CFS_OPT"
11579   - "1VM"
11580   - "2VM"
11581   traces:
11582     hoverinfo: "x+y"
11583     boxpoints: "outliers"
11584     whiskerwidth: 0
11585   layout:
11586     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11587     layout: "plot-throughput"
11588
11589 -
11590   type: "plot"
11591   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11592   algorithm: "plot_performance_box"
11593   output-file-type: ".html"
11594   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11595   data: "plot-vpp-throughput-latency-3n-hsw"
11596   filter: "'NIC_Intel-X710' and
11597            '64B' and
11598            'NDRPDR' and
11599            'ETH' and
11600            'IP4FWD' and
11601            '2T2C' and
11602            'VHOST_1024' and
11603            not 'VXLAN' and
11604            not 'DOT1Q'"
11605   parameters:
11606   - "throughput"
11607   - "parent"
11608   - "tags"
11609   sort:
11610   - "not CFS_OPT"
11611   - "1VM"
11612   - "2VM"
11613   traces:
11614     hoverinfo: "x+y"
11615     boxpoints: "outliers"
11616     whiskerwidth: 0
11617   layout:
11618     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11619     layout: "plot-throughput"
11620
11621 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11622 -
11623   type: "plot"
11624   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11625   algorithm: "plot_performance_box"
11626   output-file-type: ".html"
11627   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11628   data: "plot-vpp-throughput-latency-3n-hsw"
11629   filter: "'NIC_Intel-X710' and
11630            '64B' and
11631            'NDRPDR' and
11632            ('ETH' or 'DOT1Q') and
11633            '1T1C' and
11634            'L2BDMACLRN' and
11635            'VHOST_1024' and
11636            not 'VXLAN' and
11637            not 'IP4FWD' and
11638            not '2VM'"
11639   parameters:
11640   - "throughput"
11641   - "parent"
11642   - "tags"
11643 #  sort:
11644 #  - "VM"  # "not CFS_OPT"
11645 #  - "CFS_OPT"
11646 #  - "FIB_10K"
11647 #  - "FIB_100K"
11648 #  - "FIB_1M"
11649   traces:
11650     hoverinfo: "x+y"
11651     boxpoints: "outliers"
11652     whiskerwidth: 0
11653   layout:
11654     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11655     layout: "plot-throughput"
11656
11657 -
11658   type: "plot"
11659   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11660   algorithm: "plot_performance_box"
11661   output-file-type: ".html"
11662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11663   data: "plot-vpp-throughput-latency-3n-hsw"
11664   filter: "'NIC_Intel-X710' and
11665            '64B' and
11666            'NDRPDR' and
11667            ('ETH' or 'DOT1Q') and
11668            '2T2C' and
11669            'L2BDMACLRN' and
11670            'VHOST_1024' and
11671            not 'VXLAN' and
11672            not 'IP4FWD' and
11673            not '2VM'"
11674   parameters:
11675   - "throughput"
11676   - "parent"
11677   - "tags"
11678 #  sort:
11679 #  - "VM"  # "not CFS_OPT"
11680 #  - "CFS_OPT"
11681 #  - "FIB_10K"
11682 #  - "FIB_100K"
11683 #  - "FIB_1M"
11684   traces:
11685     hoverinfo: "x+y"
11686     boxpoints: "outliers"
11687     whiskerwidth: 0
11688   layout:
11689     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11690     layout: "plot-throughput"
11691
11692 -
11693   type: "plot"
11694   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11695   algorithm: "plot_performance_box"
11696   output-file-type: ".html"
11697   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11698   data: "plot-vpp-throughput-latency-3n-hsw"
11699   filter: "'NIC_Intel-X710' and
11700            '64B' and
11701            'NDRPDR' and
11702            ('ETH' or 'DOT1Q') and
11703            '1T1C' and
11704            'L2BDMACLRN' and
11705            'VHOST_1024' and
11706            not 'VXLAN' and
11707            not 'IP4FWD' and
11708            not '2VM'"
11709   parameters:
11710   - "throughput"
11711   - "parent"
11712   - "tags"
11713 #  sort:
11714 #  - "VM"  # "not CFS_OPT"
11715 #  - "CFS_OPT"
11716 #  - "FIB_10K"
11717 #  - "FIB_100K"
11718 #  - "FIB_1M"
11719   traces:
11720     hoverinfo: "x+y"
11721     boxpoints: "outliers"
11722     whiskerwidth: 0
11723   layout:
11724     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11725     layout: "plot-throughput"
11726
11727 -
11728   type: "plot"
11729   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11730   algorithm: "plot_performance_box"
11731   output-file-type: ".html"
11732   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11733   data: "plot-vpp-throughput-latency-3n-hsw"
11734   filter: "'NIC_Intel-X710' and
11735            '64B' and
11736            'NDRPDR' and
11737            ('ETH' or 'DOT1Q') and
11738            '2T2C' and
11739            'L2BDMACLRN' and
11740            'VHOST_1024' and
11741            not 'VXLAN' and
11742            not 'IP4FWD' and
11743            not '2VM'"
11744   parameters:
11745   - "throughput"
11746   - "parent"
11747   - "tags"
11748 #  sort:
11749 #  - "VM"  # "not CFS_OPT"
11750 #  - "CFS_OPT"
11751 #  - "FIB_10K"
11752 #  - "FIB_100K"
11753 #  - "FIB_1M"
11754   traces:
11755     hoverinfo: "x+y"
11756     boxpoints: "outliers"
11757     whiskerwidth: 0
11758   layout:
11759     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11760     layout: "plot-throughput"
11761
11762 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11763 -
11764   type: "plot"
11765   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11766   algorithm: "plot_performance_box"
11767   output-file-type: ".html"
11768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11769   data: "plot-vpp-throughput-latency-3n-hsw"
11770   filter: "'NIC_Intel-X710' and
11771            '64B' and
11772            'NDRPDR' and
11773            ('ETH' or 'DOT1Q') and
11774            'BASE' and
11775            '1T1C' and
11776            ('L2BDMACLRN' or 'L2XCFWD') and
11777            'VHOST_1024' and
11778            not 'VXLAN' and
11779            not 'IP4FWD' and
11780            not '2VM'"
11781   parameters:
11782   - "throughput"
11783   - "parent"
11784   - "tags"
11785 #  sort:
11786 #  - "not CFS_OPT"
11787 #  - "L2XCFWD"
11788 #  - "not CFS_OPT"
11789 #  - "CFS_OPT"
11790   traces:
11791     hoverinfo: "x+y"
11792     boxpoints: "outliers"
11793     whiskerwidth: 0
11794   layout:
11795     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11796     layout: "plot-throughput"
11797
11798 -
11799   type: "plot"
11800   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11801   algorithm: "plot_performance_box"
11802   output-file-type: ".html"
11803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11804   data: "plot-vpp-throughput-latency-3n-hsw"
11805   filter: "'NIC_Intel-X710' and
11806            '64B' and
11807            'NDRPDR' and
11808            ('ETH' or 'DOT1Q') and
11809            'BASE' and
11810            '1T1C' and
11811            ('L2BDMACLRN' or 'L2XCFWD') and
11812            'VHOST_1024' and
11813            not 'VXLAN' and
11814            not 'IP4FWD' and
11815            not '2VM'"
11816   parameters:
11817   - "throughput"
11818   - "parent"
11819   - "tags"
11820 #  sort:
11821 #  - "not CFS_OPT"
11822 #  - "L2XCFWD"
11823 #  - "not CFS_OPT"
11824 #  - "CFS_OPT"
11825   traces:
11826     hoverinfo: "x+y"
11827     boxpoints: "outliers"
11828     whiskerwidth: 0
11829   layout:
11830     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11831     layout: "plot-throughput"
11832
11833 -
11834   type: "plot"
11835   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11836   algorithm: "plot_performance_box"
11837   output-file-type: ".html"
11838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11839   data: "plot-vpp-throughput-latency-3n-hsw"
11840   filter: "'NIC_Intel-X710' and
11841            '64B' and
11842            'NDRPDR' and
11843            ('ETH' or 'DOT1Q') and
11844            'BASE' and
11845            '2T2C' and
11846            ('L2BDMACLRN' or 'L2XCFWD') and
11847            'VHOST_1024' and
11848            not 'VXLAN' and
11849            not 'IP4FWD' and
11850            not '2VM'"
11851   parameters:
11852   - "throughput"
11853   - "parent"
11854   - "tags"
11855 #  sort:
11856 #  - "not CFS_OPT"
11857 #  - "L2XCFWD"
11858 #  - "not CFS_OPT"
11859 #  - "CFS_OPT"
11860   traces:
11861     hoverinfo: "x+y"
11862     boxpoints: "outliers"
11863     whiskerwidth: 0
11864   layout:
11865     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11866     layout: "plot-throughput"
11867
11868 -
11869   type: "plot"
11870   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11871   algorithm: "plot_performance_box"
11872   output-file-type: ".html"
11873   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11874   data: "plot-vpp-throughput-latency-3n-hsw"
11875   filter: "'NIC_Intel-X710' and
11876            '64B' and
11877            'NDRPDR' and
11878            ('ETH' or 'DOT1Q') and
11879            'BASE' and
11880            '2T2C' and
11881            ('L2BDMACLRN' or 'L2XCFWD') and
11882            'VHOST_1024' and
11883            not 'VXLAN' and
11884            not 'IP4FWD' and
11885            not '2VM'"
11886   parameters:
11887   - "throughput"
11888   - "parent"
11889   - "tags"
11890 #  sort:
11891 #  - "not CFS_OPT"
11892 #  - "L2XCFWD"
11893 #  - "not CFS_OPT"
11894 #  - "CFS_OPT"
11895   traces:
11896     hoverinfo: "x+y"
11897     boxpoints: "outliers"
11898     whiskerwidth: 0
11899   layout:
11900     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11901     layout: "plot-throughput"
11902
11903 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11904 -
11905   type: "plot"
11906   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11907   algorithm: "plot_performance_box"
11908   output-file-type: ".html"
11909   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11910   data: "plot-vpp-throughput-latency-3n-hsw"
11911   filter: "'NIC_Intel-X710' and
11912            '64B' and
11913            'NDRPDR' and
11914            ('ETH' or 'DOT1Q') and
11915            '1T1C' and
11916            ('L2BDMACLRN' or 'L2XCFWD') and
11917            'VHOST_1024' and
11918            not 'CFS_OPT' and
11919            not 'VXLAN' and
11920            not 'IP4FWD' and
11921            not 'LBOND'"
11922   parameters:
11923   - "throughput"
11924   - "parent"
11925   - "tags"
11926 #  sort:
11927 #  - "1VM"
11928 #  - "L2XCFWD"
11929 #  - "1VM"
11930 #  - "L2BDMACLRN"
11931   traces:
11932     hoverinfo: "x+y"
11933     boxpoints: "outliers"
11934     whiskerwidth: 0
11935   layout:
11936     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11937     layout: "plot-throughput"
11938
11939 -
11940   type: "plot"
11941   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11942   algorithm: "plot_performance_box"
11943   output-file-type: ".html"
11944   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11945   data: "plot-vpp-throughput-latency-3n-hsw"
11946   filter: "'NIC_Intel-X710' and
11947            '64B' and
11948            'NDRPDR' and
11949            ('ETH' or 'DOT1Q') and
11950            '1T1C' and
11951            ('L2BDMACLRN' or 'L2XCFWD') and
11952            'VHOST_1024' and
11953            not 'CFS_OPT' and
11954            not 'VXLAN' and
11955            not 'IP4FWD' and
11956            not 'LBOND'"
11957   parameters:
11958   - "throughput"
11959   - "parent"
11960   - "tags"
11961 #  sort:
11962 #  - "1VM"
11963 #  - "L2XCFWD"
11964 #  - "1VM"
11965 #  - "L2BDMACLRN"
11966   traces:
11967     hoverinfo: "x+y"
11968     boxpoints: "outliers"
11969     whiskerwidth: 0
11970   layout:
11971     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11972     layout: "plot-throughput"
11973
11974 -
11975   type: "plot"
11976   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11977   algorithm: "plot_performance_box"
11978   output-file-type: ".html"
11979   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11980   data: "plot-vpp-throughput-latency-3n-hsw"
11981   filter: "'NIC_Intel-X710' and
11982            '64B' and
11983            'NDRPDR' and
11984            ('ETH' or 'DOT1Q') and
11985            '2T2C' and
11986            ('L2BDMACLRN' or 'L2XCFWD') and
11987            'VHOST_1024' and
11988            not 'CFS_OPT' and
11989            not 'VXLAN' and
11990            not 'IP4FWD' and
11991            not 'LBOND'"
11992   parameters:
11993   - "throughput"
11994   - "parent"
11995   - "tags"
11996 #  sort:
11997 #  - "1VM"
11998 #  - "L2XCFWD"
11999 #  - "1VM"
12000 #  - "L2BDMACLRN"
12001   traces:
12002     hoverinfo: "x+y"
12003     boxpoints: "outliers"
12004     whiskerwidth: 0
12005   layout:
12006     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
12007     layout: "plot-throughput"
12008
12009 -
12010   type: "plot"
12011   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12012   algorithm: "plot_performance_box"
12013   output-file-type: ".html"
12014   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12015   data: "plot-vpp-throughput-latency-3n-hsw"
12016   filter: "'NIC_Intel-X710' and
12017            '64B' and
12018            'NDRPDR' and
12019            ('ETH' or 'DOT1Q') and
12020            '2T2C' and
12021            ('L2BDMACLRN' or 'L2XCFWD') and
12022            'VHOST_1024' and
12023            not 'CFS_OPT' and
12024            not 'VXLAN' and
12025            not 'IP4FWD' and
12026            not 'LBOND'"
12027   parameters:
12028   - "throughput"
12029   - "parent"
12030   - "tags"
12031 #  sort:
12032 #  - "1VM"
12033 #  - "L2XCFWD"
12034 #  - "1VM"
12035 #  - "L2BDMACLRN"
12036   traces:
12037     hoverinfo: "x+y"
12038     boxpoints: "outliers"
12039     whiskerwidth: 0
12040   layout:
12041     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12042     layout: "plot-throughput"
12043
12044 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
12045 -
12046   type: "plot"
12047   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12048   algorithm: "plot_performance_box"
12049   output-file-type: ".html"
12050   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12051   data: "plot-vpp-throughput-latency-3n-hsw"
12052   filter: "'NIC_Intel-XL710' and
12053            '64B' and
12054            'NDRPDR' and
12055            'ETH' and
12056            'IP4FWD' and
12057            '1T1C' and
12058            'VHOST_1024' and
12059            not 'VXLAN' and
12060            not 'DOT1Q'"
12061   parameters:
12062   - "throughput"
12063   - "parent"
12064   - "tags"
12065   sort:
12066   - "not CFS_OPT"
12067   - "1VM"
12068   - "2VM"
12069   traces:
12070     hoverinfo: "x+y"
12071     boxpoints: "outliers"
12072     whiskerwidth: 0
12073   layout:
12074     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12075     layout: "plot-throughput"
12076
12077 -
12078   type: "plot"
12079   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12080   algorithm: "plot_performance_box"
12081   output-file-type: ".html"
12082   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12083   data: "plot-vpp-throughput-latency-3n-hsw"
12084   filter: "'NIC_Intel-XL710' and
12085            '64B' and
12086            'NDRPDR' and
12087            'ETH' and
12088            'IP4FWD' and
12089            '2T2C' and
12090            'VHOST_1024' and
12091            not 'VXLAN' and
12092            not 'DOT1Q'"
12093   parameters:
12094   - "throughput"
12095   - "parent"
12096   - "tags"
12097   sort:
12098   - "not CFS_OPT"
12099   - "1VM"
12100   - "2VM"
12101   traces:
12102     hoverinfo: "x+y"
12103     boxpoints: "outliers"
12104     whiskerwidth: 0
12105   layout:
12106     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12107     layout: "plot-throughput"
12108
12109 -
12110   type: "plot"
12111   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12112   algorithm: "plot_performance_box"
12113   output-file-type: ".html"
12114   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12115   data: "plot-vpp-throughput-latency-3n-hsw"
12116   filter: "'NIC_Intel-XL710' and
12117            '64B' and
12118            'NDRPDR' and
12119            'ETH' and
12120            'IP4FWD' and
12121            '1T1C' and
12122            'VHOST_1024' and
12123            not 'VXLAN' and
12124            not 'DOT1Q'"
12125   parameters:
12126   - "throughput"
12127   - "parent"
12128   - "tags"
12129   sort:
12130   - "not CFS_OPT"
12131   - "1VM"
12132   - "2VM"
12133   traces:
12134     hoverinfo: "x+y"
12135     boxpoints: "outliers"
12136     whiskerwidth: 0
12137   layout:
12138     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12139     layout: "plot-throughput"
12140
12141 -
12142   type: "plot"
12143   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12144   algorithm: "plot_performance_box"
12145   output-file-type: ".html"
12146   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12147   data: "plot-vpp-throughput-latency-3n-hsw"
12148   filter: "'NIC_Intel-XL710' and
12149            '64B' and
12150            'NDRPDR' and
12151            'ETH' and
12152            'IP4FWD' and
12153            '2T2C' and
12154            'VHOST_1024' and
12155            not 'VXLAN' and
12156            not 'DOT1Q'"
12157   parameters:
12158   - "throughput"
12159   - "parent"
12160   - "tags"
12161   sort:
12162   - "not CFS_OPT"
12163   - "1VM"
12164   - "2VM"
12165   traces:
12166     hoverinfo: "x+y"
12167     boxpoints: "outliers"
12168     whiskerwidth: 0
12169   layout:
12170     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12171     layout: "plot-throughput"
12172
12173 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12174 -
12175   type: "plot"
12176   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12177   algorithm: "plot_performance_box"
12178   output-file-type: ".html"
12179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12180   data: "plot-vpp-throughput-latency-3n-hsw"
12181   filter: "'NIC_Intel-XL710' and
12182            '64B' and
12183            'NDRPDR' and
12184            ('ETH' or 'DOT1Q') and
12185            '1T1C' and
12186            'L2BDMACLRN' and
12187            'VHOST_1024' and
12188            not 'VXLAN' and
12189            not 'IP4FWD' and
12190            not '2VM'"
12191   parameters:
12192   - "throughput"
12193   - "parent"
12194   - "tags"
12195 #  sort:
12196 #  - "VM"  # "not CFS_OPT"
12197 #  - "CFS_OPT"
12198 #  - "FIB_10K"
12199 #  - "FIB_100K"
12200 #  - "FIB_1M"
12201   traces:
12202     hoverinfo: "x+y"
12203     boxpoints: "outliers"
12204     whiskerwidth: 0
12205   layout:
12206     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12207     layout: "plot-throughput"
12208
12209 -
12210   type: "plot"
12211   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12212   algorithm: "plot_performance_box"
12213   output-file-type: ".html"
12214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12215   data: "plot-vpp-throughput-latency-3n-hsw"
12216   filter: "'NIC_Intel-XL710' and
12217            '64B' and
12218            'NDRPDR' and
12219            ('ETH' or 'DOT1Q') and
12220            '2T2C' and
12221            'L2BDMACLRN' and
12222            'VHOST_1024' and
12223            not 'VXLAN' and
12224            not 'IP4FWD' and
12225            not '2VM'"
12226   parameters:
12227   - "throughput"
12228   - "parent"
12229   - "tags"
12230 #  sort:
12231 #  - "VM"  # "not CFS_OPT"
12232 #  - "CFS_OPT"
12233 #  - "FIB_10K"
12234 #  - "FIB_100K"
12235 #  - "FIB_1M"
12236   traces:
12237     hoverinfo: "x+y"
12238     boxpoints: "outliers"
12239     whiskerwidth: 0
12240   layout:
12241     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12242     layout: "plot-throughput"
12243
12244 -
12245   type: "plot"
12246   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12247   algorithm: "plot_performance_box"
12248   output-file-type: ".html"
12249   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12250   data: "plot-vpp-throughput-latency-3n-hsw"
12251   filter: "'NIC_Intel-XL710' and
12252            '64B' and
12253            'NDRPDR' and
12254            ('ETH' or 'DOT1Q') and
12255            '1T1C' and
12256            'L2BDMACLRN' and
12257            'VHOST_1024' and
12258            not 'VXLAN' and
12259            not 'IP4FWD' and
12260            not '2VM'"
12261   parameters:
12262   - "throughput"
12263   - "parent"
12264   - "tags"
12265 #  sort:
12266 #  - "VM"  # "not CFS_OPT"
12267 #  - "CFS_OPT"
12268 #  - "FIB_10K"
12269 #  - "FIB_100K"
12270 #  - "FIB_1M"
12271   traces:
12272     hoverinfo: "x+y"
12273     boxpoints: "outliers"
12274     whiskerwidth: 0
12275   layout:
12276     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12277     layout: "plot-throughput"
12278
12279 -
12280   type: "plot"
12281   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12282   algorithm: "plot_performance_box"
12283   output-file-type: ".html"
12284   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12285   data: "plot-vpp-throughput-latency-3n-hsw"
12286   filter: "'NIC_Intel-XL710' and
12287            '64B' and
12288            'NDRPDR' and
12289            ('ETH' or 'DOT1Q') and
12290            '2T2C' and
12291            'L2BDMACLRN' and
12292            'VHOST_1024' and
12293            not 'VXLAN' and
12294            not 'IP4FWD' and
12295            not '2VM'"
12296   parameters:
12297   - "throughput"
12298   - "parent"
12299   - "tags"
12300 #  sort:
12301 #  - "VM"  # "not CFS_OPT"
12302 #  - "CFS_OPT"
12303 #  - "FIB_10K"
12304 #  - "FIB_100K"
12305 #  - "FIB_1M"
12306   traces:
12307     hoverinfo: "x+y"
12308     boxpoints: "outliers"
12309     whiskerwidth: 0
12310   layout:
12311     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12312     layout: "plot-throughput"
12313
12314 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12315 -
12316   type: "plot"
12317   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12318   algorithm: "plot_performance_box"
12319   output-file-type: ".html"
12320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12321   data: "plot-vpp-throughput-latency-3n-hsw"
12322   filter: "'NIC_Intel-XL710' and
12323            '64B' and
12324            'NDRPDR' and
12325            ('ETH' or 'DOT1Q') and
12326            'BASE' and
12327            '1T1C' and
12328            ('L2BDMACLRN' or 'L2XCFWD') and
12329            'VHOST_1024' and
12330            not 'VXLAN' and
12331            not 'IP4FWD' and
12332            not '2VM'"
12333   parameters:
12334   - "throughput"
12335   - "parent"
12336   - "tags"
12337 #  sort:
12338 #  - "not CFS_OPT"
12339 #  - "L2XCFWD"
12340 #  - "not CFS_OPT"
12341 #  - "CFS_OPT"
12342   traces:
12343     hoverinfo: "x+y"
12344     boxpoints: "outliers"
12345     whiskerwidth: 0
12346   layout:
12347     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12348     layout: "plot-throughput"
12349
12350 -
12351   type: "plot"
12352   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12353   algorithm: "plot_performance_box"
12354   output-file-type: ".html"
12355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12356   data: "plot-vpp-throughput-latency-3n-hsw"
12357   filter: "'NIC_Intel-XL710' and
12358            '64B' and
12359            'NDRPDR' and
12360            ('ETH' or 'DOT1Q') and
12361            'BASE' and
12362            '1T1C' and
12363            ('L2BDMACLRN' or 'L2XCFWD') and
12364            'VHOST_1024' and
12365            not 'VXLAN' and
12366            not 'IP4FWD' and
12367            not '2VM'"
12368   parameters:
12369   - "throughput"
12370   - "parent"
12371   - "tags"
12372 #  sort:
12373 #  - "not CFS_OPT"
12374 #  - "L2XCFWD"
12375 #  - "not CFS_OPT"
12376 #  - "CFS_OPT"
12377   traces:
12378     hoverinfo: "x+y"
12379     boxpoints: "outliers"
12380     whiskerwidth: 0
12381   layout:
12382     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12383     layout: "plot-throughput"
12384
12385 -
12386   type: "plot"
12387   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12388   algorithm: "plot_performance_box"
12389   output-file-type: ".html"
12390   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12391   data: "plot-vpp-throughput-latency-3n-hsw"
12392   filter: "'NIC_Intel-XL710' and
12393            '64B' and
12394            'NDRPDR' and
12395            ('ETH' or 'DOT1Q') and
12396            'BASE' and
12397            '2T2C' and
12398            ('L2BDMACLRN' or 'L2XCFWD') and
12399            'VHOST_1024' and
12400            not 'VXLAN' and
12401            not 'IP4FWD' and
12402            not '2VM'"
12403   parameters:
12404   - "throughput"
12405   - "parent"
12406   - "tags"
12407 #  sort:
12408 #  - "not CFS_OPT"
12409 #  - "L2XCFWD"
12410 #  - "not CFS_OPT"
12411 #  - "CFS_OPT"
12412   traces:
12413     hoverinfo: "x+y"
12414     boxpoints: "outliers"
12415     whiskerwidth: 0
12416   layout:
12417     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12418     layout: "plot-throughput"
12419
12420 -
12421   type: "plot"
12422   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12423   algorithm: "plot_performance_box"
12424   output-file-type: ".html"
12425   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12426   data: "plot-vpp-throughput-latency-3n-hsw"
12427   filter: "'NIC_Intel-XL710' and
12428            '64B' and
12429            'NDRPDR' and
12430            ('ETH' or 'DOT1Q') and
12431            'BASE' and
12432            '2T2C' and
12433            ('L2BDMACLRN' or 'L2XCFWD') and
12434            'VHOST_1024' and
12435            not 'VXLAN' and
12436            not 'IP4FWD' and
12437            not '2VM'"
12438   parameters:
12439   - "throughput"
12440   - "parent"
12441   - "tags"
12442 #  sort:
12443 #  - "not CFS_OPT"
12444 #  - "L2XCFWD"
12445 #  - "not CFS_OPT"
12446 #  - "CFS_OPT"
12447   traces:
12448     hoverinfo: "x+y"
12449     boxpoints: "outliers"
12450     whiskerwidth: 0
12451   layout:
12452     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12453     layout: "plot-throughput"
12454
12455 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12456 -
12457   type: "plot"
12458   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12459   algorithm: "plot_performance_box"
12460   output-file-type: ".html"
12461   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12462   data: "plot-vpp-throughput-latency-3n-hsw"
12463   filter: "'NIC_Intel-XL710' and
12464            '64B' and
12465            'NDRPDR' and
12466            ('ETH' or 'DOT1Q') and
12467            '1T1C' and
12468            ('L2BDMACLRN' or 'L2XCFWD') and
12469            'VHOST_1024' and
12470            not 'CFS_OPT' and
12471            not 'VXLAN' and
12472            not 'IP4FWD'"
12473   parameters:
12474   - "throughput"
12475   - "parent"
12476   - "tags"
12477 #  sort:
12478 #  - "1VM"
12479 #  - "L2XCFWD"
12480 #  - "1VM"
12481 #  - "L2BDMACLRN"
12482   traces:
12483     hoverinfo: "x+y"
12484     boxpoints: "outliers"
12485     whiskerwidth: 0
12486   layout:
12487     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12488     layout: "plot-throughput"
12489
12490 -
12491   type: "plot"
12492   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12493   algorithm: "plot_performance_box"
12494   output-file-type: ".html"
12495   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12496   data: "plot-vpp-throughput-latency-3n-hsw"
12497   filter: "'NIC_Intel-XL710' and
12498            '64B' and
12499            'NDRPDR' and
12500            ('ETH' or 'DOT1Q') and
12501            '1T1C' and
12502            ('L2BDMACLRN' or 'L2XCFWD') and
12503            'VHOST_1024' and
12504            not 'CFS_OPT' and
12505            not 'VXLAN' and
12506            not 'IP4FWD'"
12507   parameters:
12508   - "throughput"
12509   - "parent"
12510   - "tags"
12511 #  sort:
12512 #  - "1VM"
12513 #  - "L2XCFWD"
12514 #  - "1VM"
12515 #  - "L2BDMACLRN"
12516   traces:
12517     hoverinfo: "x+y"
12518     boxpoints: "outliers"
12519     whiskerwidth: 0
12520   layout:
12521     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12522     layout: "plot-throughput"
12523
12524 -
12525   type: "plot"
12526   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12527   algorithm: "plot_performance_box"
12528   output-file-type: ".html"
12529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12530   data: "plot-vpp-throughput-latency-3n-hsw"
12531   filter: "'NIC_Intel-XL710' and
12532            '64B' and
12533            'NDRPDR' and
12534            ('ETH' or 'DOT1Q') and
12535            '2T2C' and
12536            ('L2BDMACLRN' or 'L2XCFWD') and
12537            'VHOST_1024' and
12538            not 'CFS_OPT' and
12539            not 'VXLAN' and
12540            not 'IP4FWD'"
12541   parameters:
12542   - "throughput"
12543   - "parent"
12544   - "tags"
12545 #  sort:
12546 #  - "1VM"
12547 #  - "L2XCFWD"
12548 #  - "1VM"
12549 #  - "L2BDMACLRN"
12550   traces:
12551     hoverinfo: "x+y"
12552     boxpoints: "outliers"
12553     whiskerwidth: 0
12554   layout:
12555     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12556     layout: "plot-throughput"
12557
12558 -
12559   type: "plot"
12560   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12561   algorithm: "plot_performance_box"
12562   output-file-type: ".html"
12563   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12564   data: "plot-vpp-throughput-latency-3n-hsw"
12565   filter: "'NIC_Intel-XL710' and
12566            '64B' and
12567            'NDRPDR' and
12568            ('ETH' or 'DOT1Q') and
12569            '2T2C' and
12570            ('L2BDMACLRN' or 'L2XCFWD') and
12571            'VHOST_1024' and
12572            not 'CFS_OPT' and
12573            not 'VXLAN' and
12574            not 'IP4FWD'"
12575   parameters:
12576   - "throughput"
12577   - "parent"
12578   - "tags"
12579 #  sort:
12580 #  - "1VM"
12581 #  - "L2XCFWD"
12582 #  - "1VM"
12583 #  - "L2BDMACLRN"
12584   traces:
12585     hoverinfo: "x+y"
12586     boxpoints: "outliers"
12587     whiskerwidth: 0
12588   layout:
12589     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12590     layout: "plot-throughput"
12591
12592 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12593 -
12594   type: "plot"
12595   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12596   algorithm: "plot_performance_box"
12597   output-file-type: ".html"
12598   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12599   data: "plot-vpp-throughput-latency-3n-skx"
12600   filter: "'NIC_Intel-X710' and
12601            '64B' and
12602            'NDRPDR' and
12603            'ETH' and
12604            'IP4FWD' and
12605            '2T1C' and
12606            'VHOST_1024' and
12607            not 'VXLAN' and
12608            not 'DOT1Q'"
12609   parameters:
12610   - "throughput"
12611   - "parent"
12612   - "tags"
12613   sort:
12614   - "not CFS_OPT"
12615   - "1VM"
12616   - "2VM"
12617   traces:
12618     hoverinfo: "x+y"
12619     boxpoints: "outliers"
12620     whiskerwidth: 0
12621   layout:
12622     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12623     layout: "plot-throughput"
12624
12625 -
12626   type: "plot"
12627   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12628   algorithm: "plot_performance_box"
12629   output-file-type: ".html"
12630   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12631   data: "plot-vpp-throughput-latency-3n-skx"
12632   filter: "'NIC_Intel-X710' and
12633            '64B' and
12634            'NDRPDR' and
12635            'ETH' and
12636            'IP4FWD' and
12637            '4T2C' and
12638            'VHOST_1024' and
12639            not 'VXLAN' and
12640            not 'DOT1Q'"
12641   parameters:
12642   - "throughput"
12643   - "parent"
12644   - "tags"
12645   sort:
12646   - "not CFS_OPT"
12647   - "1VM"
12648   - "2VM"
12649   traces:
12650     hoverinfo: "x+y"
12651     boxpoints: "outliers"
12652     whiskerwidth: 0
12653   layout:
12654     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12655     layout: "plot-throughput"
12656
12657 -
12658   type: "plot"
12659   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12660   algorithm: "plot_performance_box"
12661   output-file-type: ".html"
12662   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12663   data: "plot-vpp-throughput-latency-3n-skx"
12664   filter: "'NIC_Intel-X710' and
12665            '64B' and
12666            'NDRPDR' and
12667            'ETH' and
12668            'IP4FWD' and
12669            '2T1C' and
12670            'VHOST_1024' and
12671            not 'VXLAN' and
12672            not 'DOT1Q'"
12673   parameters:
12674   - "throughput"
12675   - "parent"
12676   - "tags"
12677   sort:
12678   - "not CFS_OPT"
12679   - "1VM"
12680   - "2VM"
12681   traces:
12682     hoverinfo: "x+y"
12683     boxpoints: "outliers"
12684     whiskerwidth: 0
12685   layout:
12686     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12687     layout: "plot-throughput"
12688
12689 -
12690   type: "plot"
12691   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12692   algorithm: "plot_performance_box"
12693   output-file-type: ".html"
12694   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12695   data: "plot-vpp-throughput-latency-3n-skx"
12696   filter: "'NIC_Intel-X710' and
12697            '64B' and
12698            'NDRPDR' and
12699            'ETH' and
12700            'IP4FWD' and
12701            '4T2C' and
12702            'VHOST_1024' and
12703            not 'VXLAN' and
12704            not 'DOT1Q'"
12705   parameters:
12706   - "throughput"
12707   - "parent"
12708   - "tags"
12709   sort:
12710   - "not CFS_OPT"
12711   - "1VM"
12712   - "2VM"
12713   traces:
12714     hoverinfo: "x+y"
12715     boxpoints: "outliers"
12716     whiskerwidth: 0
12717   layout:
12718     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12719     layout: "plot-throughput"
12720
12721 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12722 -
12723   type: "plot"
12724   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12725   algorithm: "plot_performance_box"
12726   output-file-type: ".html"
12727   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12728   data: "plot-vpp-throughput-latency-3n-skx"
12729   filter: "'NIC_Intel-X710' and
12730            '64B' and
12731            'NDRPDR' and
12732            ('ETH' or 'DOT1Q') and
12733            '2T1C' and
12734            'L2BDMACLRN' and
12735            'VHOST_1024' and
12736            not 'VXLAN' and
12737            not 'IP4FWD' and
12738            not '2VM'"
12739   parameters:
12740   - "throughput"
12741   - "parent"
12742   - "tags"
12743 #  sort:
12744 #  - "VM"  # "not CFS_OPT"
12745 #  - "CFS_OPT"
12746 #  - "FIB_10K"
12747 #  - "FIB_100K"
12748 #  - "FIB_1M"
12749   traces:
12750     hoverinfo: "x+y"
12751     boxpoints: "outliers"
12752     whiskerwidth: 0
12753   layout:
12754     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12755     layout: "plot-throughput"
12756
12757 -
12758   type: "plot"
12759   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12760   algorithm: "plot_performance_box"
12761   output-file-type: ".html"
12762   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12763   data: "plot-vpp-throughput-latency-3n-skx"
12764   filter: "'NIC_Intel-X710' and
12765            '64B' and
12766            'NDRPDR' and
12767            ('ETH' or 'DOT1Q') and
12768            '4T2C' and
12769            'L2BDMACLRN' and
12770            'VHOST_1024' and
12771            not 'VXLAN' and
12772            not 'IP4FWD' and
12773            not '2VM'"
12774   parameters:
12775   - "throughput"
12776   - "parent"
12777   - "tags"
12778 #  sort:
12779 #  - "VM"  # "not CFS_OPT"
12780 #  - "CFS_OPT"
12781 #  - "FIB_10K"
12782 #  - "FIB_100K"
12783 #  - "FIB_1M"
12784   traces:
12785     hoverinfo: "x+y"
12786     boxpoints: "outliers"
12787     whiskerwidth: 0
12788   layout:
12789     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12790     layout: "plot-throughput"
12791
12792 -
12793   type: "plot"
12794   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12795   algorithm: "plot_performance_box"
12796   output-file-type: ".html"
12797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12798   data: "plot-vpp-throughput-latency-3n-skx"
12799   filter: "'NIC_Intel-X710' and
12800            '64B' and
12801            'NDRPDR' and
12802            ('ETH' or 'DOT1Q') and
12803            '2T1C' and
12804            'L2BDMACLRN' and
12805            'VHOST_1024' and
12806            not 'VXLAN' and
12807            not 'IP4FWD' and
12808            not '2VM'"
12809   parameters:
12810   - "throughput"
12811   - "parent"
12812   - "tags"
12813 #  sort:
12814 #  - "VM"  # "not CFS_OPT"
12815 #  - "CFS_OPT"
12816 #  - "FIB_10K"
12817 #  - "FIB_100K"
12818 #  - "FIB_1M"
12819   traces:
12820     hoverinfo: "x+y"
12821     boxpoints: "outliers"
12822     whiskerwidth: 0
12823   layout:
12824     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12825     layout: "plot-throughput"
12826
12827 -
12828   type: "plot"
12829   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12830   algorithm: "plot_performance_box"
12831   output-file-type: ".html"
12832   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12833   data: "plot-vpp-throughput-latency-3n-skx"
12834   filter: "'NIC_Intel-X710' and
12835            '64B' and
12836            'NDRPDR' and
12837            ('ETH' or 'DOT1Q') and
12838            '4T2C' and
12839            'L2BDMACLRN' and
12840            'VHOST_1024' and
12841            not 'VXLAN' and
12842            not 'IP4FWD' and
12843            not '2VM'"
12844   parameters:
12845   - "throughput"
12846   - "parent"
12847   - "tags"
12848 #  sort:
12849 #  - "VM"  # "not CFS_OPT"
12850 #  - "CFS_OPT"
12851 #  - "FIB_10K"
12852 #  - "FIB_100K"
12853 #  - "FIB_1M"
12854   traces:
12855     hoverinfo: "x+y"
12856     boxpoints: "outliers"
12857     whiskerwidth: 0
12858   layout:
12859     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12860     layout: "plot-throughput"
12861
12862 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12863 -
12864   type: "plot"
12865   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12866   algorithm: "plot_performance_box"
12867   output-file-type: ".html"
12868   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12869   data: "plot-vpp-throughput-latency-3n-skx"
12870   filter: "'NIC_Intel-X710' and
12871            '64B' and
12872            'NDRPDR' and
12873            ('ETH' or 'DOT1Q') and
12874            'BASE' and
12875            '2T1C' and
12876            ('L2BDMACLRN' or 'L2XCFWD') and
12877            'VHOST_1024' and
12878            not 'VXLAN' and
12879            not 'IP4FWD' and
12880            not '2VM' and
12881            not 'LBOND'"
12882   parameters:
12883   - "throughput"
12884   - "parent"
12885   - "tags"
12886 #  sort:
12887 #  - "not CFS_OPT"
12888 #  - "L2XCFWD"
12889 #  - "not CFS_OPT"
12890 #  - "CFS_OPT"
12891   traces:
12892     hoverinfo: "x+y"
12893     boxpoints: "outliers"
12894     whiskerwidth: 0
12895   layout:
12896     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12897     layout: "plot-throughput"
12898
12899 -
12900   type: "plot"
12901   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12902   algorithm: "plot_performance_box"
12903   output-file-type: ".html"
12904   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12905   data: "plot-vpp-throughput-latency-3n-skx"
12906   filter: "'NIC_Intel-X710' and
12907            '64B' and
12908            'NDRPDR' and
12909            ('ETH' or 'DOT1Q') and
12910            'BASE' and
12911            '2T1C' and
12912            ('L2BDMACLRN' or 'L2XCFWD') and
12913            'VHOST_1024' and
12914            not 'VXLAN' and
12915            not 'IP4FWD' and
12916            not '2VM' and
12917            not 'LBOND'"
12918   parameters:
12919   - "throughput"
12920   - "parent"
12921   - "tags"
12922 #  sort:
12923 #  - "not CFS_OPT"
12924 #  - "L2XCFWD"
12925 #  - "not CFS_OPT"
12926 #  - "CFS_OPT"
12927   traces:
12928     hoverinfo: "x+y"
12929     boxpoints: "outliers"
12930     whiskerwidth: 0
12931   layout:
12932     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12933     layout: "plot-throughput"
12934
12935 -
12936   type: "plot"
12937   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12938   algorithm: "plot_performance_box"
12939   output-file-type: ".html"
12940   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12941   data: "plot-vpp-throughput-latency-3n-skx"
12942   filter: "'NIC_Intel-X710' and
12943            '64B' and
12944            'NDRPDR' and
12945            ('ETH' or 'DOT1Q') and
12946            'BASE' and
12947            '4T2C' and
12948            ('L2BDMACLRN' or 'L2XCFWD') and
12949            'VHOST_1024' and
12950            not 'VXLAN' and
12951            not 'IP4FWD' and
12952            not '2VM' and
12953            not 'LBOND'"
12954   parameters:
12955   - "throughput"
12956   - "parent"
12957   - "tags"
12958 #  sort:
12959 #  - "not CFS_OPT"
12960 #  - "L2XCFWD"
12961 #  - "not CFS_OPT"
12962 #  - "CFS_OPT"
12963   traces:
12964     hoverinfo: "x+y"
12965     boxpoints: "outliers"
12966     whiskerwidth: 0
12967   layout:
12968     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12969     layout: "plot-throughput"
12970
12971 -
12972   type: "plot"
12973   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12974   algorithm: "plot_performance_box"
12975   output-file-type: ".html"
12976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12977   data: "plot-vpp-throughput-latency-3n-skx"
12978   filter: "'NIC_Intel-X710' and
12979            '64B' and
12980            'NDRPDR' and
12981            ('ETH' or 'DOT1Q') and
12982            'BASE' and
12983            '4T2C' and
12984            ('L2BDMACLRN' or 'L2XCFWD') and
12985            'VHOST_1024' and
12986            not 'VXLAN' and
12987            not 'IP4FWD' and
12988            not '2VM' and
12989            not 'LBOND'"
12990   parameters:
12991   - "throughput"
12992   - "parent"
12993   - "tags"
12994 #  sort:
12995 #  - "not CFS_OPT"
12996 #  - "L2XCFWD"
12997 #  - "not CFS_OPT"
12998 #  - "CFS_OPT"
12999   traces:
13000     hoverinfo: "x+y"
13001     boxpoints: "outliers"
13002     whiskerwidth: 0
13003   layout:
13004     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13005     layout: "plot-throughput"
13006
13007 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
13008 -
13009   type: "plot"
13010   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13011   algorithm: "plot_performance_box"
13012   output-file-type: ".html"
13013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13014   data: "plot-vpp-throughput-latency-3n-skx"
13015   filter: "'NIC_Intel-X710' and
13016            '64B' and
13017            'NDRPDR' and
13018            ('ETH' or 'DOT1Q') and
13019            '2T1C' and
13020            ('L2BDMACLRN' or 'L2XCFWD') and
13021            'VHOST_1024' and
13022            not 'CFS_OPT' and
13023            not 'VXLAN' and
13024            not 'IP4FWD' and
13025            not 'LBOND'"
13026   parameters:
13027   - "throughput"
13028   - "parent"
13029   - "tags"
13030 #  sort:
13031 #  - "1VM"
13032 #  - "L2XCFWD"
13033 #  - "1VM"
13034 #  - "L2BDMACLRN"
13035   traces:
13036     hoverinfo: "x+y"
13037     boxpoints: "outliers"
13038     whiskerwidth: 0
13039   layout:
13040     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13041     layout: "plot-throughput"
13042
13043 -
13044   type: "plot"
13045   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13046   algorithm: "plot_performance_box"
13047   output-file-type: ".html"
13048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13049   data: "plot-vpp-throughput-latency-3n-skx"
13050   filter: "'NIC_Intel-X710' and
13051            '64B' and
13052            'NDRPDR' and
13053            ('ETH' or 'DOT1Q') and
13054            '2T1C' and
13055            ('L2BDMACLRN' or 'L2XCFWD') and
13056            'VHOST_1024' and
13057            not 'CFS_OPT' and
13058            not 'VXLAN' and
13059            not 'IP4FWD' and
13060            not 'LBOND'"
13061   parameters:
13062   - "throughput"
13063   - "parent"
13064   - "tags"
13065 #  sort:
13066 #  - "1VM"
13067 #  - "L2XCFWD"
13068 #  - "1VM"
13069 #  - "L2BDMACLRN"
13070   traces:
13071     hoverinfo: "x+y"
13072     boxpoints: "outliers"
13073     whiskerwidth: 0
13074   layout:
13075     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13076     layout: "plot-throughput"
13077
13078 -
13079   type: "plot"
13080   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13081   algorithm: "plot_performance_box"
13082   output-file-type: ".html"
13083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13084   data: "plot-vpp-throughput-latency-3n-skx"
13085   filter: "'NIC_Intel-X710' and
13086            '64B' and
13087            'NDRPDR' and
13088            ('ETH' or 'DOT1Q') and
13089            '4T2C' and
13090            ('L2BDMACLRN' or 'L2XCFWD') and
13091            'VHOST_1024' and
13092            not 'CFS_OPT' and
13093            not 'VXLAN' and
13094            not 'IP4FWD' and
13095            not 'LBOND'"
13096   parameters:
13097   - "throughput"
13098   - "parent"
13099   - "tags"
13100 #  sort:
13101 #  - "1VM"
13102 #  - "L2XCFWD"
13103 #  - "1VM"
13104 #  - "L2BDMACLRN"
13105   traces:
13106     hoverinfo: "x+y"
13107     boxpoints: "outliers"
13108     whiskerwidth: 0
13109   layout:
13110     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13111     layout: "plot-throughput"
13112
13113 -
13114   type: "plot"
13115   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13116   algorithm: "plot_performance_box"
13117   output-file-type: ".html"
13118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13119   data: "plot-vpp-throughput-latency-3n-skx"
13120   filter: "'NIC_Intel-X710' and
13121            '64B' and
13122            'NDRPDR' and
13123            ('ETH' or 'DOT1Q') and
13124            '4T2C' and
13125            ('L2BDMACLRN' or 'L2XCFWD') and
13126            'VHOST_1024' and
13127            not 'CFS_OPT' and
13128            not 'VXLAN' and
13129            not 'IP4FWD' and
13130            not 'LBOND'"
13131   parameters:
13132   - "throughput"
13133   - "parent"
13134   - "tags"
13135 #  sort:
13136 #  - "1VM"
13137 #  - "L2XCFWD"
13138 #  - "1VM"
13139 #  - "L2BDMACLRN"
13140   traces:
13141     hoverinfo: "x+y"
13142     boxpoints: "outliers"
13143     whiskerwidth: 0
13144   layout:
13145     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13146     layout: "plot-throughput"
13147
13148 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13149 -
13150   type: "plot"
13151   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13152   algorithm: "plot_performance_box"
13153   output-file-type: ".html"
13154   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13155   data: "plot-vpp-throughput-latency-2n-skx"
13156   filter: "'NIC_Intel-X710' and
13157            '64B' and
13158            'NDRPDR' and
13159            'ETH' and
13160            'IP4FWD' and
13161            '2T1C' and
13162            'VHOST_1024' and
13163            not 'VXLAN' and
13164            not 'DOT1Q'"
13165   parameters:
13166   - "throughput"
13167   - "parent"
13168   - "tags"
13169   sort:
13170   - "not CFS_OPT"
13171   - "1VM"
13172   - "2VM"
13173   traces:
13174     hoverinfo: "x+y"
13175     boxpoints: "outliers"
13176     whiskerwidth: 0
13177   layout:
13178     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13179     layout: "plot-throughput"
13180
13181 -
13182   type: "plot"
13183   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13184   algorithm: "plot_performance_box"
13185   output-file-type: ".html"
13186   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13187   data: "plot-vpp-throughput-latency-2n-skx"
13188   filter: "'NIC_Intel-X710' and
13189            '64B' and
13190            'NDRPDR' and
13191            'ETH' and
13192            'IP4FWD' and
13193            '4T2C' and
13194            'VHOST_1024' and
13195            not 'VXLAN' and
13196            not 'DOT1Q'"
13197   parameters:
13198   - "throughput"
13199   - "parent"
13200   - "tags"
13201   sort:
13202   - "not CFS_OPT"
13203   - "1VM"
13204   - "2VM"
13205   traces:
13206     hoverinfo: "x+y"
13207     boxpoints: "outliers"
13208     whiskerwidth: 0
13209   layout:
13210     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13211     layout: "plot-throughput"
13212
13213 -
13214   type: "plot"
13215   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13216   algorithm: "plot_performance_box"
13217   output-file-type: ".html"
13218   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13219   data: "plot-vpp-throughput-latency-2n-skx"
13220   filter: "'NIC_Intel-X710' and
13221            '64B' and
13222            'NDRPDR' and
13223            'ETH' and
13224            'IP4FWD' and
13225            '2T1C' and
13226            'VHOST_1024' and
13227            not 'VXLAN' and
13228            not 'DOT1Q'"
13229   parameters:
13230   - "throughput"
13231   - "parent"
13232   - "tags"
13233   sort:
13234   - "not CFS_OPT"
13235   - "1VM"
13236   - "2VM"
13237   traces:
13238     hoverinfo: "x+y"
13239     boxpoints: "outliers"
13240     whiskerwidth: 0
13241   layout:
13242     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13243     layout: "plot-throughput"
13244
13245 -
13246   type: "plot"
13247   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13248   algorithm: "plot_performance_box"
13249   output-file-type: ".html"
13250   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13251   data: "plot-vpp-throughput-latency-2n-skx"
13252   filter: "'NIC_Intel-X710' and
13253            '64B' and
13254            'NDRPDR' and
13255            'ETH' and
13256            'IP4FWD' and
13257            '4T2C' and
13258            'VHOST_1024' and
13259            not 'VXLAN' and
13260            not 'DOT1Q'"
13261   parameters:
13262   - "throughput"
13263   - "parent"
13264   - "tags"
13265   sort:
13266   - "not CFS_OPT"
13267   - "1VM"
13268   - "2VM"
13269   traces:
13270     hoverinfo: "x+y"
13271     boxpoints: "outliers"
13272     whiskerwidth: 0
13273   layout:
13274     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13275     layout: "plot-throughput"
13276
13277 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13278 -
13279   type: "plot"
13280   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13281   algorithm: "plot_performance_box"
13282   output-file-type: ".html"
13283   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13284   data: "plot-vpp-throughput-latency-2n-skx"
13285   filter: "'NIC_Intel-X710' and
13286            '64B' and
13287            'NDRPDR' and
13288            ('ETH' or 'DOT1Q') and
13289            '2T1C' and
13290            'L2BDMACLRN' and
13291            'VHOST_1024' and
13292            not 'VXLAN' and
13293            not 'IP4FWD' and
13294            not '2VM'"
13295   parameters:
13296   - "throughput"
13297   - "parent"
13298   - "tags"
13299 #  sort:
13300 #  - "VM"  # "not CFS_OPT"
13301 #  - "CFS_OPT"
13302 #  - "FIB_10K"
13303 #  - "FIB_100K"
13304 #  - "FIB_1M"
13305   traces:
13306     hoverinfo: "x+y"
13307     boxpoints: "outliers"
13308     whiskerwidth: 0
13309   layout:
13310     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13311     layout: "plot-throughput"
13312
13313 -
13314   type: "plot"
13315   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13316   algorithm: "plot_performance_box"
13317   output-file-type: ".html"
13318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13319   data: "plot-vpp-throughput-latency-2n-skx"
13320   filter: "'NIC_Intel-X710' and
13321            '64B' and
13322            'NDRPDR' and
13323            ('ETH' or 'DOT1Q') and
13324            '4T2C' and
13325            'L2BDMACLRN' and
13326            'VHOST_1024' and
13327            not 'VXLAN' and
13328            not 'IP4FWD' and
13329            not '2VM'"
13330   parameters:
13331   - "throughput"
13332   - "parent"
13333   - "tags"
13334 #  sort:
13335 #  - "VM"  # "not CFS_OPT"
13336 #  - "CFS_OPT"
13337 #  - "FIB_10K"
13338 #  - "FIB_100K"
13339 #  - "FIB_1M"
13340   traces:
13341     hoverinfo: "x+y"
13342     boxpoints: "outliers"
13343     whiskerwidth: 0
13344   layout:
13345     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13346     layout: "plot-throughput"
13347
13348 -
13349   type: "plot"
13350   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13351   algorithm: "plot_performance_box"
13352   output-file-type: ".html"
13353   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13354   data: "plot-vpp-throughput-latency-2n-skx"
13355   filter: "'NIC_Intel-X710' and
13356            '64B' and
13357            'NDRPDR' and
13358            ('ETH' or 'DOT1Q') and
13359            '2T1C' and
13360            'L2BDMACLRN' and
13361            'VHOST_1024' and
13362            not 'VXLAN' and
13363            not 'IP4FWD' and
13364            not '2VM'"
13365   parameters:
13366   - "throughput"
13367   - "parent"
13368   - "tags"
13369 #  sort:
13370 #  - "VM"  # "not CFS_OPT"
13371 #  - "CFS_OPT"
13372 #  - "FIB_10K"
13373 #  - "FIB_100K"
13374 #  - "FIB_1M"
13375   traces:
13376     hoverinfo: "x+y"
13377     boxpoints: "outliers"
13378     whiskerwidth: 0
13379   layout:
13380     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13381     layout: "plot-throughput"
13382
13383 -
13384   type: "plot"
13385   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13386   algorithm: "plot_performance_box"
13387   output-file-type: ".html"
13388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13389   data: "plot-vpp-throughput-latency-2n-skx"
13390   filter: "'NIC_Intel-X710' and
13391            '64B' and
13392            'NDRPDR' and
13393            ('ETH' or 'DOT1Q') and
13394            '4T2C' and
13395            'L2BDMACLRN' and
13396            'VHOST_1024' and
13397            not 'VXLAN' and
13398            not 'IP4FWD' and
13399            not '2VM'"
13400   parameters:
13401   - "throughput"
13402   - "parent"
13403   - "tags"
13404 #  sort:
13405 #  - "VM"  # "not CFS_OPT"
13406 #  - "CFS_OPT"
13407 #  - "FIB_10K"
13408 #  - "FIB_100K"
13409 #  - "FIB_1M"
13410   traces:
13411     hoverinfo: "x+y"
13412     boxpoints: "outliers"
13413     whiskerwidth: 0
13414   layout:
13415     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13416     layout: "plot-throughput"
13417
13418 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13419 -
13420   type: "plot"
13421   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13422   algorithm: "plot_performance_box"
13423   output-file-type: ".html"
13424   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13425   data: "plot-vpp-throughput-latency-2n-skx"
13426   filter: "'NIC_Intel-X710' and
13427            '64B' and
13428            'NDRPDR' and
13429            ('ETH' or 'DOT1Q') and
13430            'BASE' and
13431            '2T1C' and
13432            ('L2BDMACLRN' or 'L2XCFWD') and
13433            'VHOST_1024' and
13434            not 'VXLAN' and
13435            not 'IP4FWD' and
13436            not '2VM'"
13437   parameters:
13438   - "throughput"
13439   - "parent"
13440   - "tags"
13441 #  sort:
13442 #  - "not CFS_OPT"
13443 #  - "L2XCFWD"
13444 #  - "not CFS_OPT"
13445 #  - "CFS_OPT"
13446   traces:
13447     hoverinfo: "x+y"
13448     boxpoints: "outliers"
13449     whiskerwidth: 0
13450   layout:
13451     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13452     layout: "plot-throughput"
13453
13454 -
13455   type: "plot"
13456   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13457   algorithm: "plot_performance_box"
13458   output-file-type: ".html"
13459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13460   data: "plot-vpp-throughput-latency-2n-skx"
13461   filter: "'NIC_Intel-X710' and
13462            '64B' and
13463            'NDRPDR' and
13464            ('ETH' or 'DOT1Q') and
13465            'BASE' and
13466            '2T1C' and
13467            ('L2BDMACLRN' or 'L2XCFWD') and
13468            'VHOST_1024' and
13469            not 'VXLAN' and
13470            not 'IP4FWD' and
13471            not '2VM'"
13472   parameters:
13473   - "throughput"
13474   - "parent"
13475   - "tags"
13476 #  sort:
13477 #  - "not CFS_OPT"
13478 #  - "L2XCFWD"
13479 #  - "not CFS_OPT"
13480 #  - "CFS_OPT"
13481   traces:
13482     hoverinfo: "x+y"
13483     boxpoints: "outliers"
13484     whiskerwidth: 0
13485   layout:
13486     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13487     layout: "plot-throughput"
13488
13489 -
13490   type: "plot"
13491   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13492   algorithm: "plot_performance_box"
13493   output-file-type: ".html"
13494   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13495   data: "plot-vpp-throughput-latency-2n-skx"
13496   filter: "'NIC_Intel-X710' and
13497            '64B' and
13498            'NDRPDR' and
13499            ('ETH' or 'DOT1Q') and
13500            'BASE' and
13501            '4T2C' and
13502            ('L2BDMACLRN' or 'L2XCFWD') and
13503            'VHOST_1024' and
13504            not 'VXLAN' and
13505            not 'IP4FWD' and
13506            not '2VM'"
13507   parameters:
13508   - "throughput"
13509   - "parent"
13510   - "tags"
13511 #  sort:
13512 #  - "not CFS_OPT"
13513 #  - "L2XCFWD"
13514 #  - "not CFS_OPT"
13515 #  - "CFS_OPT"
13516   traces:
13517     hoverinfo: "x+y"
13518     boxpoints: "outliers"
13519     whiskerwidth: 0
13520   layout:
13521     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13522     layout: "plot-throughput"
13523
13524 -
13525   type: "plot"
13526   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13527   algorithm: "plot_performance_box"
13528   output-file-type: ".html"
13529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13530   data: "plot-vpp-throughput-latency-2n-skx"
13531   filter: "'NIC_Intel-X710' and
13532            '64B' and
13533            'NDRPDR' and
13534            ('ETH' or 'DOT1Q') and
13535            'BASE' and
13536            '4T2C' and
13537            ('L2BDMACLRN' or 'L2XCFWD') and
13538            'VHOST_1024' and
13539            not 'VXLAN' and
13540            not 'IP4FWD' and
13541            not '2VM'"
13542   parameters:
13543   - "throughput"
13544   - "parent"
13545   - "tags"
13546 #  sort:
13547 #  - "not CFS_OPT"
13548 #  - "L2XCFWD"
13549 #  - "not CFS_OPT"
13550 #  - "CFS_OPT"
13551   traces:
13552     hoverinfo: "x+y"
13553     boxpoints: "outliers"
13554     whiskerwidth: 0
13555   layout:
13556     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13557     layout: "plot-throughput"
13558
13559 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13560 -
13561   type: "plot"
13562   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13563   algorithm: "plot_performance_box"
13564   output-file-type: ".html"
13565   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13566   data: "plot-vpp-throughput-latency-2n-skx"
13567   filter: "'NIC_Intel-X710' and
13568            '64B' and
13569            'NDRPDR' and
13570            ('ETH' or 'DOT1Q') and
13571            '2T1C' and
13572            ('L2BDMACLRN' or 'L2XCFWD') and
13573            'VHOST_1024' and
13574            not 'CFS_OPT' and
13575            not 'VXLAN' and
13576            not 'IP4FWD'"
13577   parameters:
13578   - "throughput"
13579   - "parent"
13580   - "tags"
13581 #  sort:
13582 #  - "1VM"
13583 #  - "L2XCFWD"
13584 #  - "1VM"
13585 #  - "L2BDMACLRN"
13586   traces:
13587     hoverinfo: "x+y"
13588     boxpoints: "outliers"
13589     whiskerwidth: 0
13590   layout:
13591     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13592     layout: "plot-throughput"
13593
13594 -
13595   type: "plot"
13596   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13597   algorithm: "plot_performance_box"
13598   output-file-type: ".html"
13599   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13600   data: "plot-vpp-throughput-latency-2n-skx"
13601   filter: "'NIC_Intel-X710' and
13602            '64B' and
13603            'NDRPDR' and
13604            ('ETH' or 'DOT1Q') and
13605            '2T1C' and
13606            ('L2BDMACLRN' or 'L2XCFWD') and
13607            'VHOST_1024' and
13608            not 'CFS_OPT' and
13609            not 'VXLAN' and
13610            not 'IP4FWD'"
13611   parameters:
13612   - "throughput"
13613   - "parent"
13614   - "tags"
13615 #  sort:
13616 #  - "1VM"
13617 #  - "L2XCFWD"
13618 #  - "1VM"
13619 #  - "L2BDMACLRN"
13620   traces:
13621     hoverinfo: "x+y"
13622     boxpoints: "outliers"
13623     whiskerwidth: 0
13624   layout:
13625     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13626     layout: "plot-throughput"
13627
13628 -
13629   type: "plot"
13630   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13631   algorithm: "plot_performance_box"
13632   output-file-type: ".html"
13633   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13634   data: "plot-vpp-throughput-latency-2n-skx"
13635   filter: "'NIC_Intel-X710' and
13636            '64B' and
13637            'NDRPDR' and
13638            ('ETH' or 'DOT1Q') and
13639            '4T2C' and
13640            ('L2BDMACLRN' or 'L2XCFWD') and
13641            'VHOST_1024' and
13642            not 'CFS_OPT' and
13643            not 'VXLAN' and
13644            not 'IP4FWD'"
13645   parameters:
13646   - "throughput"
13647   - "parent"
13648   - "tags"
13649 #  sort:
13650 #  - "1VM"
13651 #  - "L2XCFWD"
13652 #  - "1VM"
13653 #  - "L2BDMACLRN"
13654   traces:
13655     hoverinfo: "x+y"
13656     boxpoints: "outliers"
13657     whiskerwidth: 0
13658   layout:
13659     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13660     layout: "plot-throughput"
13661
13662 -
13663   type: "plot"
13664   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13665   algorithm: "plot_performance_box"
13666   output-file-type: ".html"
13667   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13668   data: "plot-vpp-throughput-latency-2n-skx"
13669   filter: "'NIC_Intel-X710' and
13670            '64B' and
13671            'NDRPDR' and
13672            ('ETH' or 'DOT1Q') and
13673            '4T2C' and
13674            ('L2BDMACLRN' or 'L2XCFWD') and
13675            'VHOST_1024' and
13676            not 'CFS_OPT' and
13677            not 'VXLAN' and
13678            not 'IP4FWD'"
13679   parameters:
13680   - "throughput"
13681   - "parent"
13682   - "tags"
13683 #  sort:
13684 #  - "1VM"
13685 #  - "L2XCFWD"
13686 #  - "1VM"
13687 #  - "L2BDMACLRN"
13688   traces:
13689     hoverinfo: "x+y"
13690     boxpoints: "outliers"
13691     whiskerwidth: 0
13692   layout:
13693     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13694     layout: "plot-throughput"
13695
13696 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13697 -
13698   type: "plot"
13699   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13700   algorithm: "plot_performance_box"
13701   output-file-type: ".html"
13702   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13703   data: "plot-vpp-throughput-latency-2n-skx"
13704   filter: "'NIC_Intel-XXV710' and
13705            '64B' and
13706            'NDRPDR' and
13707            'ETH' and
13708            'IP4FWD' and
13709            '2T1C' and
13710            'VHOST_1024' and
13711            not 'VXLAN' and
13712            not 'DOT1Q'"
13713   parameters:
13714   - "throughput"
13715   - "parent"
13716   - "tags"
13717   sort:
13718   - "not CFS_OPT"
13719   - "1VM"
13720   - "2VM"
13721   traces:
13722     hoverinfo: "x+y"
13723     boxpoints: "outliers"
13724     whiskerwidth: 0
13725   layout:
13726     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13727     layout: "plot-throughput"
13728
13729 -
13730   type: "plot"
13731   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13732   algorithm: "plot_performance_box"
13733   output-file-type: ".html"
13734   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13735   data: "plot-vpp-throughput-latency-2n-skx"
13736   filter: "'NIC_Intel-XXV710' and
13737            '64B' and
13738            'NDRPDR' and
13739            'ETH' and
13740            'IP4FWD' and
13741            '4T2C' and
13742            'VHOST_1024' and
13743            not 'VXLAN' and
13744            not 'DOT1Q'"
13745   parameters:
13746   - "throughput"
13747   - "parent"
13748   - "tags"
13749   sort:
13750   - "not CFS_OPT"
13751   - "1VM"
13752   - "2VM"
13753   traces:
13754     hoverinfo: "x+y"
13755     boxpoints: "outliers"
13756     whiskerwidth: 0
13757   layout:
13758     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13759     layout: "plot-throughput"
13760
13761 -
13762   type: "plot"
13763   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13764   algorithm: "plot_performance_box"
13765   output-file-type: ".html"
13766   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13767   data: "plot-vpp-throughput-latency-2n-skx"
13768   filter: "'NIC_Intel-XXV710' and
13769            '64B' and
13770            'NDRPDR' and
13771            'ETH' and
13772            'IP4FWD' and
13773            '2T1C' and
13774            'VHOST_1024' and
13775            not 'VXLAN' and
13776            not 'DOT1Q'"
13777   parameters:
13778   - "throughput"
13779   - "parent"
13780   - "tags"
13781   sort:
13782   - "not CFS_OPT"
13783   - "1VM"
13784   - "2VM"
13785   traces:
13786     hoverinfo: "x+y"
13787     boxpoints: "outliers"
13788     whiskerwidth: 0
13789   layout:
13790     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13791     layout: "plot-throughput"
13792
13793 -
13794   type: "plot"
13795   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13796   algorithm: "plot_performance_box"
13797   output-file-type: ".html"
13798   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13799   data: "plot-vpp-throughput-latency-2n-skx"
13800   filter: "'NIC_Intel-XXV710' and
13801            '64B' and
13802            'NDRPDR' and
13803            'ETH' and
13804            'IP4FWD' and
13805            '4T2C' and
13806            'VHOST_1024' and
13807            not 'VXLAN' and
13808            not 'DOT1Q'"
13809   parameters:
13810   - "throughput"
13811   - "parent"
13812   - "tags"
13813   sort:
13814   - "not CFS_OPT"
13815   - "1VM"
13816   - "2VM"
13817   traces:
13818     hoverinfo: "x+y"
13819     boxpoints: "outliers"
13820     whiskerwidth: 0
13821   layout:
13822     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13823     layout: "plot-throughput"
13824
13825 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13826 -
13827   type: "plot"
13828   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13829   algorithm: "plot_performance_box"
13830   output-file-type: ".html"
13831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13832   data: "plot-vpp-throughput-latency-2n-skx"
13833   filter: "'NIC_Intel-XXV710' and
13834            '64B' and
13835            'NDRPDR' and
13836            ('ETH' or 'DOT1Q') and
13837            '2T1C' and
13838            'L2BDMACLRN' and
13839            'VHOST_1024' and
13840            not 'VXLAN' and
13841            not 'IP4FWD' and
13842            not '2VM'"
13843   parameters:
13844   - "throughput"
13845   - "parent"
13846   - "tags"
13847 #  sort:
13848 #  - "VM"  # "not CFS_OPT"
13849 #  - "CFS_OPT"
13850 #  - "FIB_10K"
13851 #  - "FIB_100K"
13852 #  - "FIB_1M"
13853   traces:
13854     hoverinfo: "x+y"
13855     boxpoints: "outliers"
13856     whiskerwidth: 0
13857   layout:
13858     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13859     layout: "plot-throughput"
13860
13861 -
13862   type: "plot"
13863   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13864   algorithm: "plot_performance_box"
13865   output-file-type: ".html"
13866   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13867   data: "plot-vpp-throughput-latency-2n-skx"
13868   filter: "'NIC_Intel-XXV710' and
13869            '64B' and
13870            'NDRPDR' and
13871            ('ETH' or 'DOT1Q') and
13872            '4T2C' and
13873            'L2BDMACLRN' and
13874            'VHOST_1024' and
13875            not 'VXLAN' and
13876            not 'IP4FWD' and
13877            not '2VM'"
13878   parameters:
13879   - "throughput"
13880   - "parent"
13881   - "tags"
13882 #  sort:
13883 #  - "VM"  # "not CFS_OPT"
13884 #  - "CFS_OPT"
13885 #  - "FIB_10K"
13886 #  - "FIB_100K"
13887 #  - "FIB_1M"
13888   traces:
13889     hoverinfo: "x+y"
13890     boxpoints: "outliers"
13891     whiskerwidth: 0
13892   layout:
13893     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13894     layout: "plot-throughput"
13895
13896 -
13897   type: "plot"
13898   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13899   algorithm: "plot_performance_box"
13900   output-file-type: ".html"
13901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13902   data: "plot-vpp-throughput-latency-2n-skx"
13903   filter: "'NIC_Intel-XXV710' and
13904            '64B' and
13905            'NDRPDR' and
13906            ('ETH' or 'DOT1Q') and
13907            '2T1C' and
13908            'L2BDMACLRN' and
13909            'VHOST_1024' and
13910            not 'VXLAN' and
13911            not 'IP4FWD' and
13912            not '2VM'"
13913   parameters:
13914   - "throughput"
13915   - "parent"
13916   - "tags"
13917 #  sort:
13918 #  - "VM"  # "not CFS_OPT"
13919 #  - "CFS_OPT"
13920 #  - "FIB_10K"
13921 #  - "FIB_100K"
13922 #  - "FIB_1M"
13923   traces:
13924     hoverinfo: "x+y"
13925     boxpoints: "outliers"
13926     whiskerwidth: 0
13927   layout:
13928     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13929     layout: "plot-throughput"
13930
13931 -
13932   type: "plot"
13933   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13934   algorithm: "plot_performance_box"
13935   output-file-type: ".html"
13936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13937   data: "plot-vpp-throughput-latency-2n-skx"
13938   filter: "'NIC_Intel-XXV710' and
13939            '64B' and
13940            'NDRPDR' and
13941            ('ETH' or 'DOT1Q') and
13942            '4T2C' and
13943            'L2BDMACLRN' and
13944            'VHOST_1024' and
13945            not 'VXLAN' and
13946            not 'IP4FWD' and
13947            not '2VM'"
13948   parameters:
13949   - "throughput"
13950   - "parent"
13951   - "tags"
13952 #  sort:
13953 #  - "VM"  # "not CFS_OPT"
13954 #  - "CFS_OPT"
13955 #  - "FIB_10K"
13956 #  - "FIB_100K"
13957 #  - "FIB_1M"
13958   traces:
13959     hoverinfo: "x+y"
13960     boxpoints: "outliers"
13961     whiskerwidth: 0
13962   layout:
13963     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13964     layout: "plot-throughput"
13965
13966 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
13967 -
13968   type: "plot"
13969   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13970   algorithm: "plot_performance_box"
13971   output-file-type: ".html"
13972   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13973   data: "plot-vpp-throughput-latency-2n-skx"
13974   filter: "'NIC_Intel-XXV710' and
13975            '64B' and
13976            'NDRPDR' and
13977            ('ETH' or 'DOT1Q') and
13978            'BASE' and
13979            '2T1C' and
13980            ('L2BDMACLRN' or 'L2XCFWD') and
13981            'VHOST_1024' and
13982            not 'VXLAN' and
13983            not 'IP4FWD' and
13984            not '2VM'"
13985   parameters:
13986   - "throughput"
13987   - "parent"
13988   - "tags"
13989 #  sort:
13990 #  - "not CFS_OPT"
13991 #  - "L2XCFWD"
13992 #  - "not CFS_OPT"
13993 #  - "CFS_OPT"
13994   traces:
13995     hoverinfo: "x+y"
13996     boxpoints: "outliers"
13997     whiskerwidth: 0
13998   layout:
13999     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14000     layout: "plot-throughput"
14001
14002 -
14003   type: "plot"
14004   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14005   algorithm: "plot_performance_box"
14006   output-file-type: ".html"
14007   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14008   data: "plot-vpp-throughput-latency-2n-skx"
14009   filter: "'NIC_Intel-XXV710' and
14010            '64B' and
14011            'NDRPDR' and
14012            ('ETH' or 'DOT1Q') and
14013            'BASE' and
14014            '2T1C' and
14015            ('L2BDMACLRN' or 'L2XCFWD') and
14016            'VHOST_1024' and
14017            not 'VXLAN' and
14018            not 'IP4FWD' and
14019            not '2VM'"
14020   parameters:
14021   - "throughput"
14022   - "parent"
14023   - "tags"
14024 #  sort:
14025 #  - "not CFS_OPT"
14026 #  - "L2XCFWD"
14027 #  - "not CFS_OPT"
14028 #  - "CFS_OPT"
14029   traces:
14030     hoverinfo: "x+y"
14031     boxpoints: "outliers"
14032     whiskerwidth: 0
14033   layout:
14034     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14035     layout: "plot-throughput"
14036
14037 -
14038   type: "plot"
14039   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14040   algorithm: "plot_performance_box"
14041   output-file-type: ".html"
14042   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14043   data: "plot-vpp-throughput-latency-2n-skx"
14044   filter: "'NIC_Intel-XXV710' and
14045            '64B' and
14046            'NDRPDR' and
14047            ('ETH' or 'DOT1Q') and
14048            'BASE' and
14049            '4T2C' and
14050            ('L2BDMACLRN' or 'L2XCFWD') and
14051            'VHOST_1024' and
14052            not 'VXLAN' and
14053            not 'IP4FWD' and
14054            not '2VM'"
14055   parameters:
14056   - "throughput"
14057   - "parent"
14058   - "tags"
14059 #  sort:
14060 #  - "not CFS_OPT"
14061 #  - "L2XCFWD"
14062 #  - "not CFS_OPT"
14063 #  - "CFS_OPT"
14064   traces:
14065     hoverinfo: "x+y"
14066     boxpoints: "outliers"
14067     whiskerwidth: 0
14068   layout:
14069     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14070     layout: "plot-throughput"
14071
14072 -
14073   type: "plot"
14074   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14075   algorithm: "plot_performance_box"
14076   output-file-type: ".html"
14077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14078   data: "plot-vpp-throughput-latency-2n-skx"
14079   filter: "'NIC_Intel-XXV710' and
14080            '64B' and
14081            'NDRPDR' and
14082            ('ETH' or 'DOT1Q') and
14083            'BASE' and
14084            '4T2C' and
14085            ('L2BDMACLRN' or 'L2XCFWD') and
14086            'VHOST_1024' and
14087            not 'VXLAN' and
14088            not 'IP4FWD' and
14089            not '2VM'"
14090   parameters:
14091   - "throughput"
14092   - "parent"
14093   - "tags"
14094 #  sort:
14095 #  - "not CFS_OPT"
14096 #  - "L2XCFWD"
14097 #  - "not CFS_OPT"
14098 #  - "CFS_OPT"
14099   traces:
14100     hoverinfo: "x+y"
14101     boxpoints: "outliers"
14102     whiskerwidth: 0
14103   layout:
14104     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14105     layout: "plot-throughput"
14106
14107 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
14108 -
14109   type: "plot"
14110   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14111   algorithm: "plot_performance_box"
14112   output-file-type: ".html"
14113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14114   data: "plot-vpp-throughput-latency-2n-skx"
14115   filter: "'NIC_Intel-XXV710' and
14116            '64B' and
14117            'NDRPDR' and
14118            ('ETH' or 'DOT1Q') and
14119            '2T1C' and
14120            ('L2BDMACLRN' or 'L2XCFWD') and
14121            'VHOST_1024' and
14122            not 'CFS_OPT' and
14123            not 'VXLAN' and
14124            not 'IP4FWD'"
14125   parameters:
14126   - "throughput"
14127   - "parent"
14128   - "tags"
14129 #  sort:
14130 #  - "1VM"
14131 #  - "L2XCFWD"
14132 #  - "1VM"
14133 #  - "L2BDMACLRN"
14134   traces:
14135     hoverinfo: "x+y"
14136     boxpoints: "outliers"
14137     whiskerwidth: 0
14138   layout:
14139     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14140     layout: "plot-throughput"
14141
14142 -
14143   type: "plot"
14144   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14145   algorithm: "plot_performance_box"
14146   output-file-type: ".html"
14147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14148   data: "plot-vpp-throughput-latency-2n-skx"
14149   filter: "'NIC_Intel-XXV710' and
14150            '64B' and
14151            'NDRPDR' and
14152            ('ETH' or 'DOT1Q') and
14153            '2T1C' and
14154            ('L2BDMACLRN' or 'L2XCFWD') and
14155            'VHOST_1024' and
14156            not 'CFS_OPT' and
14157            not 'VXLAN' and
14158            not 'IP4FWD'"
14159   parameters:
14160   - "throughput"
14161   - "parent"
14162   - "tags"
14163 #  sort:
14164 #  - "1VM"
14165 #  - "L2XCFWD"
14166 #  - "1VM"
14167 #  - "L2BDMACLRN"
14168   traces:
14169     hoverinfo: "x+y"
14170     boxpoints: "outliers"
14171     whiskerwidth: 0
14172   layout:
14173     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14174     layout: "plot-throughput"
14175
14176 -
14177   type: "plot"
14178   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14179   algorithm: "plot_performance_box"
14180   output-file-type: ".html"
14181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14182   data: "plot-vpp-throughput-latency-2n-skx"
14183   filter: "'NIC_Intel-XXV710' and
14184            '64B' and
14185            'NDRPDR' and
14186            ('ETH' or 'DOT1Q') and
14187            '4T2C' and
14188            ('L2BDMACLRN' or 'L2XCFWD') and
14189            'VHOST_1024' and
14190            not 'CFS_OPT' and
14191            not 'VXLAN' and
14192            not 'IP4FWD'"
14193   parameters:
14194   - "throughput"
14195   - "parent"
14196   - "tags"
14197 #  sort:
14198 #  - "1VM"
14199 #  - "L2XCFWD"
14200 #  - "1VM"
14201 #  - "L2BDMACLRN"
14202   traces:
14203     hoverinfo: "x+y"
14204     boxpoints: "outliers"
14205     whiskerwidth: 0
14206   layout:
14207     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14208     layout: "plot-throughput"
14209
14210 -
14211   type: "plot"
14212   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14213   algorithm: "plot_performance_box"
14214   output-file-type: ".html"
14215   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14216   data: "plot-vpp-throughput-latency-2n-skx"
14217   filter: "'NIC_Intel-XXV710' and
14218            '64B' and
14219            'NDRPDR' and
14220            ('ETH' or 'DOT1Q') and
14221            '4T2C' and
14222            ('L2BDMACLRN' or 'L2XCFWD') and
14223            'VHOST_1024' and
14224            not 'CFS_OPT' and
14225            not 'VXLAN' and
14226            not 'IP4FWD'"
14227   parameters:
14228   - "throughput"
14229   - "parent"
14230   - "tags"
14231 #  sort:
14232 #  - "1VM"
14233 #  - "L2XCFWD"
14234 #  - "1VM"
14235 #  - "L2BDMACLRN"
14236   traces:
14237     hoverinfo: "x+y"
14238     boxpoints: "outliers"
14239     whiskerwidth: 0
14240   layout:
14241     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14242     layout: "plot-throughput"
14243
14244 ################################################################################
14245
14246 # Packet Throughput - VPP VTS 3n-hsw-x520
14247 -
14248   type: "plot"
14249   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14250   algorithm: "plot_performance_box"
14251   output-file-type: ".html"
14252   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14253   data: "plot-vpp-throughput-latency-3n-hsw"
14254   filter: "'NIC_Intel-X520-DA2' and
14255            '114B' and
14256            'NDRPDR' and
14257            '1T1C' and
14258            'VTS'"
14259   parameters:
14260   - "throughput"
14261   - "parent"
14262   - "tags"
14263   traces:
14264     hoverinfo: "x+y"
14265     boxpoints: "outliers"
14266     whiskerwidth: 0
14267   layout:
14268     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14269     layout: "plot-throughput"
14270
14271 -
14272   type: "plot"
14273   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14274   algorithm: "plot_performance_box"
14275   output-file-type: ".html"
14276   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14277   data: "plot-vpp-throughput-latency-3n-hsw"
14278   filter: "'NIC_Intel-X520-DA2' and
14279            '114B' and
14280            'NDRPDR' and
14281            '2T2C' and
14282            'VTS'"
14283   parameters:
14284   - "throughput"
14285   - "parent"
14286   - "tags"
14287   traces:
14288     hoverinfo: "x+y"
14289     boxpoints: "outliers"
14290     whiskerwidth: 0
14291   layout:
14292     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14293     layout: "plot-throughput"
14294
14295 -
14296   type: "plot"
14297   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14298   algorithm: "plot_performance_box"
14299   output-file-type: ".html"
14300   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14301   data: "plot-vpp-throughput-latency-3n-hsw"
14302   filter: "'NIC_Intel-X520-DA2' and
14303            '114B' and
14304            'NDRPDR' and
14305            '1T1C' and
14306            'VTS'"
14307   parameters:
14308   - "throughput"
14309   - "parent"
14310   - "tags"
14311   traces:
14312     hoverinfo: "x+y"
14313     boxpoints: "outliers"
14314     whiskerwidth: 0
14315   layout:
14316     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14317     layout: "plot-throughput"
14318
14319 -
14320   type: "plot"
14321   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14322   algorithm: "plot_performance_box"
14323   output-file-type: ".html"
14324   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14325   data: "plot-vpp-throughput-latency-3n-hsw"
14326   filter: "'NIC_Intel-X520-DA2' and
14327            '114B' and
14328            'NDRPDR' and
14329            '2T2C' and
14330            'VTS'"
14331   parameters:
14332   - "throughput"
14333   - "parent"
14334   - "tags"
14335   traces:
14336     hoverinfo: "x+y"
14337     boxpoints: "outliers"
14338     whiskerwidth: 0
14339   layout:
14340     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14341     layout: "plot-throughput"
14342
14343 ################################################################################
14344
14345 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14346 -
14347   type: "plot"
14348   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14349   algorithm: "plot_performance_box"
14350   output-file-type: ".html"
14351   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14352   data: "plot-dpdk-throughput-latency-3n-hsw"
14353   filter: "'NIC_Intel-X520-DA2' and
14354            '64B' and
14355            'BASE' and
14356            'NDRPDR' and
14357            '1T1C' and
14358            'IP4FWD'"
14359   parameters:
14360   - "throughput"
14361   - "parent"
14362   - "tags"
14363   traces:
14364     hoverinfo: "x+y"
14365     boxpoints: "outliers"
14366     whiskerwidth: 0
14367   layout:
14368     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14369     layout: "plot-throughput"
14370
14371 -
14372   type: "plot"
14373   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14374   algorithm: "plot_performance_box"
14375   output-file-type: ".html"
14376   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14377   data: "plot-dpdk-throughput-latency-3n-hsw"
14378   filter: "'NIC_Intel-X520-DA2' and
14379            '64B' and
14380            'BASE' and
14381            'NDRPDR' and
14382            '2T2C' and
14383            'IP4FWD'"
14384   parameters:
14385   - "throughput"
14386   - "parent"
14387   - "tags"
14388   traces:
14389     hoverinfo: "x+y"
14390     boxpoints: "outliers"
14391     whiskerwidth: 0
14392   layout:
14393     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14394     layout: "plot-throughput"
14395
14396 -
14397   type: "plot"
14398   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14399   algorithm: "plot_performance_box"
14400   output-file-type: ".html"
14401   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14402   data: "plot-dpdk-throughput-latency-3n-hsw"
14403   filter: "'NIC_Intel-X520-DA2' and
14404            '64B' and
14405            'BASE' and
14406            'NDRPDR' and
14407            '1T1C' and
14408            'IP4FWD'"
14409   parameters:
14410   - "throughput"
14411   - "parent"
14412   - "tags"
14413   traces:
14414     hoverinfo: "x+y"
14415     boxpoints: "outliers"
14416     whiskerwidth: 0
14417   layout:
14418     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14419     layout: "plot-throughput"
14420
14421 -
14422   type: "plot"
14423   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14424   algorithm: "plot_performance_box"
14425   output-file-type: ".html"
14426   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14427   data: "plot-dpdk-throughput-latency-3n-hsw"
14428   filter: "'NIC_Intel-X520-DA2' and
14429            '64B' and
14430            'BASE' and
14431            'NDRPDR' and
14432            '2T2C' and
14433            'IP4FWD'"
14434   parameters:
14435   - "throughput"
14436   - "parent"
14437   - "tags"
14438   traces:
14439     hoverinfo: "x+y"
14440     boxpoints: "outliers"
14441     whiskerwidth: 0
14442   layout:
14443     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14444     layout: "plot-throughput"
14445
14446 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14447 -
14448   type: "plot"
14449   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14450   algorithm: "plot_performance_box"
14451   output-file-type: ".html"
14452   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14453   data: "plot-dpdk-throughput-latency-3n-hsw"
14454   filter: "'NIC_Intel-X710' and
14455            '64B' and
14456            'BASE' and
14457            'NDRPDR' and
14458            '1T1C' and
14459            'IP4FWD'"
14460   parameters:
14461   - "throughput"
14462   - "parent"
14463   - "tags"
14464   traces:
14465     hoverinfo: "x+y"
14466     boxpoints: "outliers"
14467     whiskerwidth: 0
14468   layout:
14469     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14470     layout: "plot-throughput"
14471
14472 -
14473   type: "plot"
14474   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14475   algorithm: "plot_performance_box"
14476   output-file-type: ".html"
14477   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14478   data: "plot-dpdk-throughput-latency-3n-hsw"
14479   filter: "'NIC_Intel-X710' and
14480            '64B' and
14481            'BASE' and
14482            'NDRPDR' and
14483            '2T2C' and
14484            'IP4FWD'"
14485   parameters:
14486   - "throughput"
14487   - "parent"
14488   - "tags"
14489   traces:
14490     hoverinfo: "x+y"
14491     boxpoints: "outliers"
14492     whiskerwidth: 0
14493   layout:
14494     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14495     layout: "plot-throughput"
14496
14497 -
14498   type: "plot"
14499   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14500   algorithm: "plot_performance_box"
14501   output-file-type: ".html"
14502   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14503   data: "plot-dpdk-throughput-latency-3n-hsw"
14504   filter: "'NIC_Intel-X710' and
14505            '64B' and
14506            'BASE' and
14507            'NDRPDR' and
14508            '1T1C' and
14509            'IP4FWD'"
14510   parameters:
14511   - "throughput"
14512   - "parent"
14513   - "tags"
14514   traces:
14515     hoverinfo: "x+y"
14516     boxpoints: "outliers"
14517     whiskerwidth: 0
14518   layout:
14519     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14520     layout: "plot-throughput"
14521
14522 -
14523   type: "plot"
14524   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14525   algorithm: "plot_performance_box"
14526   output-file-type: ".html"
14527   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14528   data: "plot-dpdk-throughput-latency-3n-hsw"
14529   filter: "'NIC_Intel-X710' and
14530            '64B' and
14531            'BASE' and
14532            'NDRPDR' and
14533            '2T2C' and
14534            'IP4FWD'"
14535   parameters:
14536   - "throughput"
14537   - "parent"
14538   - "tags"
14539   traces:
14540     hoverinfo: "x+y"
14541     boxpoints: "outliers"
14542     whiskerwidth: 0
14543   layout:
14544     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14545     layout: "plot-throughput"
14546
14547 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14548 -
14549   type: "plot"
14550   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14551   algorithm: "plot_performance_box"
14552   output-file-type: ".html"
14553   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14554   data: "plot-dpdk-throughput-latency-3n-hsw"
14555   filter: "'NIC_Intel-XL710' and
14556            '64B' and
14557            'BASE' and
14558            'NDRPDR' and
14559            '1T1C' and
14560            'IP4FWD'"
14561   parameters:
14562   - "throughput"
14563   - "parent"
14564   - "tags"
14565   traces:
14566     hoverinfo: "x+y"
14567     boxpoints: "outliers"
14568     whiskerwidth: 0
14569   layout:
14570     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14571     layout: "plot-throughput"
14572
14573 -
14574   type: "plot"
14575   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14576   algorithm: "plot_performance_box"
14577   output-file-type: ".html"
14578   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14579   data: "plot-dpdk-throughput-latency-3n-hsw"
14580   filter: "'NIC_Intel-XL710' and
14581            '64B' and
14582            'BASE' and
14583            'NDRPDR' and
14584            '2T2C' and
14585            'IP4FWD'"
14586   parameters:
14587   - "throughput"
14588   - "parent"
14589   - "tags"
14590   traces:
14591     hoverinfo: "x+y"
14592     boxpoints: "outliers"
14593     whiskerwidth: 0
14594   layout:
14595     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14596     layout: "plot-throughput"
14597
14598 -
14599   type: "plot"
14600   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14601   algorithm: "plot_performance_box"
14602   output-file-type: ".html"
14603   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14604   data: "plot-dpdk-throughput-latency-3n-hsw"
14605   filter: "'NIC_Intel-XL710' and
14606            '64B' and
14607            'BASE' and
14608            'NDRPDR' and
14609            '1T1C' and
14610            'IP4FWD'"
14611   parameters:
14612   - "throughput"
14613   - "parent"
14614   - "tags"
14615   traces:
14616     hoverinfo: "x+y"
14617     boxpoints: "outliers"
14618     whiskerwidth: 0
14619   layout:
14620     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14621     layout: "plot-throughput"
14622
14623 -
14624   type: "plot"
14625   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14626   algorithm: "plot_performance_box"
14627   output-file-type: ".html"
14628   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14629   data: "plot-dpdk-throughput-latency-3n-hsw"
14630   filter: "'NIC_Intel-XL710' and
14631            '64B' and
14632            'BASE' and
14633            'NDRPDR' and
14634            '2T2C' and
14635            'IP4FWD'"
14636   parameters:
14637   - "throughput"
14638   - "parent"
14639   - "tags"
14640   traces:
14641     hoverinfo: "x+y"
14642     boxpoints: "outliers"
14643     whiskerwidth: 0
14644   layout:
14645     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14646     layout: "plot-throughput"
14647
14648 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14649 -
14650   type: "plot"
14651   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14652   algorithm: "plot_performance_box"
14653   output-file-type: ".html"
14654   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14655   data: "plot-dpdk-throughput-latency-3n-skx"
14656   filter: "'NIC_Intel-X710' and
14657            '64B' and
14658            'BASE' and
14659            'NDRPDR' and
14660            '2T1C' and
14661            'IP4FWD'"
14662   parameters:
14663   - "throughput"
14664   - "parent"
14665   - "tags"
14666   traces:
14667     hoverinfo: "x+y"
14668     boxpoints: "outliers"
14669     whiskerwidth: 0
14670   layout:
14671     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14672     layout: "plot-throughput"
14673
14674 -
14675   type: "plot"
14676   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14677   algorithm: "plot_performance_box"
14678   output-file-type: ".html"
14679   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14680   data: "plot-dpdk-throughput-latency-3n-skx"
14681   filter: "'NIC_Intel-X710' and
14682            '64B' and
14683            'BASE' and
14684            'NDRPDR' and
14685            '4T2C' and
14686            'IP4FWD'"
14687   parameters:
14688   - "throughput"
14689   - "parent"
14690   - "tags"
14691   traces:
14692     hoverinfo: "x+y"
14693     boxpoints: "outliers"
14694     whiskerwidth: 0
14695   layout:
14696     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14697     layout: "plot-throughput"
14698
14699 -
14700   type: "plot"
14701   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14702   algorithm: "plot_performance_box"
14703   output-file-type: ".html"
14704   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14705   data: "plot-dpdk-throughput-latency-3n-skx"
14706   filter: "'NIC_Intel-X710' and
14707            '64B' and
14708            'BASE' and
14709            'NDRPDR' and
14710            '2T1C' and
14711            'IP4FWD'"
14712   parameters:
14713   - "throughput"
14714   - "parent"
14715   - "tags"
14716   traces:
14717     hoverinfo: "x+y"
14718     boxpoints: "outliers"
14719     whiskerwidth: 0
14720   layout:
14721     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14722     layout: "plot-throughput"
14723
14724 -
14725   type: "plot"
14726   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14727   algorithm: "plot_performance_box"
14728   output-file-type: ".html"
14729   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14730   data: "plot-dpdk-throughput-latency-3n-skx"
14731   filter: "'NIC_Intel-X710' and
14732            '64B' and
14733            'BASE' and
14734            'NDRPDR' and
14735            '4T2C' and
14736            'IP4FWD'"
14737   parameters:
14738   - "throughput"
14739   - "parent"
14740   - "tags"
14741   traces:
14742     hoverinfo: "x+y"
14743     boxpoints: "outliers"
14744     whiskerwidth: 0
14745   layout:
14746     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14747     layout: "plot-throughput"
14748
14749 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14750 -
14751   type: "plot"
14752   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14753   algorithm: "plot_performance_box"
14754   output-file-type: ".html"
14755   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14756   data: "plot-dpdk-throughput-latency-3n-skx"
14757   filter: "'NIC_Intel-XXV710' and
14758            '64B' and
14759            'BASE' and
14760            'NDRPDR' and
14761            '2T1C' and
14762            'IP4FWD'"
14763   parameters:
14764   - "throughput"
14765   - "parent"
14766   - "tags"
14767   traces:
14768     hoverinfo: "x+y"
14769     boxpoints: "outliers"
14770     whiskerwidth: 0
14771   layout:
14772     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14773     layout: "plot-throughput"
14774
14775 -
14776   type: "plot"
14777   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14778   algorithm: "plot_performance_box"
14779   output-file-type: ".html"
14780   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14781   data: "plot-dpdk-throughput-latency-3n-skx"
14782   filter: "'NIC_Intel-XXV710' and
14783            '64B' and
14784            'BASE' and
14785            'NDRPDR' and
14786            '4T2C' and
14787            'IP4FWD'"
14788   parameters:
14789   - "throughput"
14790   - "parent"
14791   - "tags"
14792   traces:
14793     hoverinfo: "x+y"
14794     boxpoints: "outliers"
14795     whiskerwidth: 0
14796   layout:
14797     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14798     layout: "plot-throughput"
14799
14800 -
14801   type: "plot"
14802   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14803   algorithm: "plot_performance_box"
14804   output-file-type: ".html"
14805   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14806   data: "plot-dpdk-throughput-latency-3n-skx"
14807   filter: "'NIC_Intel-XXV710' and
14808            '64B' and
14809            'BASE' and
14810            'NDRPDR' and
14811            '2T1C' and
14812            'IP4FWD'"
14813   parameters:
14814   - "throughput"
14815   - "parent"
14816   - "tags"
14817   traces:
14818     hoverinfo: "x+y"
14819     boxpoints: "outliers"
14820     whiskerwidth: 0
14821   layout:
14822     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14823     layout: "plot-throughput"
14824
14825 -
14826   type: "plot"
14827   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14828   algorithm: "plot_performance_box"
14829   output-file-type: ".html"
14830   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14831   data: "plot-dpdk-throughput-latency-3n-skx"
14832   filter: "'NIC_Intel-XXV710' and
14833            '64B' and
14834            'BASE' and
14835            'NDRPDR' and
14836            '4T2C' and
14837            'IP4FWD'"
14838   parameters:
14839   - "throughput"
14840   - "parent"
14841   - "tags"
14842   traces:
14843     hoverinfo: "x+y"
14844     boxpoints: "outliers"
14845     whiskerwidth: 0
14846   layout:
14847     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14848     layout: "plot-throughput"
14849
14850 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14851 -
14852   type: "plot"
14853   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14854   algorithm: "plot_performance_box"
14855   output-file-type: ".html"
14856   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14857   data: "plot-dpdk-throughput-latency-2n-skx"
14858   filter: "'NIC_Intel-X710' and
14859            '64B' and
14860            'BASE' and
14861            'NDRPDR' and
14862            '2T1C' and
14863            'IP4FWD'"
14864   parameters:
14865   - "throughput"
14866   - "parent"
14867   - "tags"
14868   traces:
14869     hoverinfo: "x+y"
14870     boxpoints: "outliers"
14871     whiskerwidth: 0
14872   layout:
14873     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14874     layout: "plot-throughput"
14875
14876 -
14877   type: "plot"
14878   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14879   algorithm: "plot_performance_box"
14880   output-file-type: ".html"
14881   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14882   data: "plot-dpdk-throughput-latency-2n-skx"
14883   filter: "'NIC_Intel-X710' and
14884            '64B' and
14885            'BASE' and
14886            'NDRPDR' and
14887            '4T2C' and
14888            'IP4FWD'"
14889   parameters:
14890   - "throughput"
14891   - "parent"
14892   - "tags"
14893   traces:
14894     hoverinfo: "x+y"
14895     boxpoints: "outliers"
14896     whiskerwidth: 0
14897   layout:
14898     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14899     layout: "plot-throughput"
14900
14901 -
14902   type: "plot"
14903   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14904   algorithm: "plot_performance_box"
14905   output-file-type: ".html"
14906   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14907   data: "plot-dpdk-throughput-latency-2n-skx"
14908   filter: "'NIC_Intel-X710' and
14909            '64B' and
14910            'BASE' and
14911            'NDRPDR' and
14912            '2T1C' and
14913            'IP4FWD'"
14914   parameters:
14915   - "throughput"
14916   - "parent"
14917   - "tags"
14918   traces:
14919     hoverinfo: "x+y"
14920     boxpoints: "outliers"
14921     whiskerwidth: 0
14922   layout:
14923     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14924     layout: "plot-throughput"
14925
14926 -
14927   type: "plot"
14928   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14929   algorithm: "plot_performance_box"
14930   output-file-type: ".html"
14931   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14932   data: "plot-dpdk-throughput-latency-2n-skx"
14933   filter: "'NIC_Intel-X710' and
14934            '64B' and
14935            'BASE' and
14936            'NDRPDR' and
14937            '4T2C' and
14938            'IP4FWD'"
14939   parameters:
14940   - "throughput"
14941   - "parent"
14942   - "tags"
14943   traces:
14944     hoverinfo: "x+y"
14945     boxpoints: "outliers"
14946     whiskerwidth: 0
14947   layout:
14948     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14949     layout: "plot-throughput"
14950
14951 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
14952 -
14953   type: "plot"
14954   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14955   algorithm: "plot_performance_box"
14956   output-file-type: ".html"
14957   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14958   data: "plot-dpdk-throughput-latency-2n-skx"
14959   filter: "'NIC_Intel-XXV710' and
14960            '64B' and
14961            'BASE' and
14962            'NDRPDR' and
14963            '2T1C' and
14964            'IP4FWD'"
14965   parameters:
14966   - "throughput"
14967   - "parent"
14968   - "tags"
14969   traces:
14970     hoverinfo: "x+y"
14971     boxpoints: "outliers"
14972     whiskerwidth: 0
14973   layout:
14974     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14975     layout: "plot-throughput"
14976
14977 -
14978   type: "plot"
14979   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14980   algorithm: "plot_performance_box"
14981   output-file-type: ".html"
14982   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14983   data: "plot-dpdk-throughput-latency-2n-skx"
14984   filter: "'NIC_Intel-XXV710' and
14985            '64B' and
14986            'BASE' and
14987            'NDRPDR' and
14988            '4T2C' and
14989            'IP4FWD'"
14990   parameters:
14991   - "throughput"
14992   - "parent"
14993   - "tags"
14994   traces:
14995     hoverinfo: "x+y"
14996     boxpoints: "outliers"
14997     whiskerwidth: 0
14998   layout:
14999     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15000     layout: "plot-throughput"
15001
15002 -
15003   type: "plot"
15004   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15005   algorithm: "plot_performance_box"
15006   output-file-type: ".html"
15007   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15008   data: "plot-dpdk-throughput-latency-2n-skx"
15009   filter: "'NIC_Intel-XXV710' and
15010            '64B' and
15011            'BASE' and
15012            'NDRPDR' and
15013            '2T1C' and
15014            'IP4FWD'"
15015   parameters:
15016   - "throughput"
15017   - "parent"
15018   - "tags"
15019   traces:
15020     hoverinfo: "x+y"
15021     boxpoints: "outliers"
15022     whiskerwidth: 0
15023   layout:
15024     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15025     layout: "plot-throughput"
15026
15027 -
15028   type: "plot"
15029   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15030   algorithm: "plot_performance_box"
15031   output-file-type: ".html"
15032   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15033   data: "plot-dpdk-throughput-latency-2n-skx"
15034   filter: "'NIC_Intel-XXV710' and
15035            '64B' and
15036            'BASE' and
15037            'NDRPDR' and
15038            '4T2C' and
15039            'IP4FWD'"
15040   parameters:
15041   - "throughput"
15042   - "parent"
15043   - "tags"
15044   traces:
15045     hoverinfo: "x+y"
15046     boxpoints: "outliers"
15047     whiskerwidth: 0
15048   layout:
15049     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15050     layout: "plot-throughput"
15051
15052 ################################################################################
15053
15054 # Packet Throughput - DPDK testpmd 3n-hsw-x520
15055 -
15056   type: "plot"
15057   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15058   algorithm: "plot_performance_box"
15059   output-file-type: ".html"
15060   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15061   data: "plot-dpdk-throughput-latency-3n-hsw"
15062   filter: "'NIC_Intel-X520-DA2' and
15063            '64B' and
15064            'BASE' and
15065            'NDRPDR' and
15066            '1T1C' and
15067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15068   parameters:
15069   - "throughput"
15070   - "parent"
15071   - "tags"
15072   traces:
15073     hoverinfo: "x+y"
15074     boxpoints: "outliers"
15075     whiskerwidth: 0
15076   layout:
15077     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15078     layout: "plot-throughput"
15079
15080 -
15081   type: "plot"
15082   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15083   algorithm: "plot_performance_box"
15084   output-file-type: ".html"
15085   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15086   data: "plot-dpdk-throughput-latency-3n-hsw"
15087   filter: "'NIC_Intel-X520-DA2' and
15088            '64B' and
15089            'BASE' and
15090            'NDRPDR' and
15091            '2T2C' and
15092            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15093   parameters:
15094   - "throughput"
15095   - "parent"
15096   - "tags"
15097   traces:
15098     hoverinfo: "x+y"
15099     boxpoints: "outliers"
15100     whiskerwidth: 0
15101   layout:
15102     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15103     layout: "plot-throughput"
15104
15105 -
15106   type: "plot"
15107   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15108   algorithm: "plot_performance_box"
15109   output-file-type: ".html"
15110   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15111   data: "plot-dpdk-throughput-latency-3n-hsw"
15112   filter: "'NIC_Intel-X520-DA2' and
15113            '64B' and
15114            'BASE' and
15115            'NDRPDR' and
15116            '1T1C' and
15117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15118   parameters:
15119   - "throughput"
15120   - "parent"
15121   - "tags"
15122   traces:
15123     hoverinfo: "x+y"
15124     boxpoints: "outliers"
15125     whiskerwidth: 0
15126   layout:
15127     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15128     layout: "plot-throughput"
15129
15130 -
15131   type: "plot"
15132   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15133   algorithm: "plot_performance_box"
15134   output-file-type: ".html"
15135   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15136   data: "plot-dpdk-throughput-latency-3n-hsw"
15137   filter: "'NIC_Intel-X520-DA2' and
15138            '64B' and
15139            'BASE' and
15140            'NDRPDR' and
15141            '2T2C' and
15142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15143   parameters:
15144   - "throughput"
15145   - "parent"
15146   - "tags"
15147   traces:
15148     hoverinfo: "x+y"
15149     boxpoints: "outliers"
15150     whiskerwidth: 0
15151   layout:
15152     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15153     layout: "plot-throughput"
15154
15155 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15156 -
15157   type: "plot"
15158   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15159   algorithm: "plot_performance_box"
15160   output-file-type: ".html"
15161   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15162   data: "plot-dpdk-throughput-latency-3n-hsw"
15163   filter: "'NIC_Intel-X710' and
15164            '64B' and
15165            'BASE' and
15166            'NDRPDR' and
15167            '1T1C' and
15168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15169   parameters:
15170   - "throughput"
15171   - "parent"
15172   - "tags"
15173   traces:
15174     hoverinfo: "x+y"
15175     boxpoints: "outliers"
15176     whiskerwidth: 0
15177   layout:
15178     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15179     layout: "plot-throughput"
15180
15181 -
15182   type: "plot"
15183   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15184   algorithm: "plot_performance_box"
15185   output-file-type: ".html"
15186   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15187   data: "plot-dpdk-throughput-latency-3n-hsw"
15188   filter: "'NIC_Intel-X710' and
15189            '64B' and
15190            'BASE' and
15191            'NDRPDR' and
15192            '2T2C' and
15193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15194   parameters:
15195   - "throughput"
15196   - "parent"
15197   - "tags"
15198   traces:
15199     hoverinfo: "x+y"
15200     boxpoints: "outliers"
15201     whiskerwidth: 0
15202   layout:
15203     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15204     layout: "plot-throughput"
15205
15206 -
15207   type: "plot"
15208   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15209   algorithm: "plot_performance_box"
15210   output-file-type: ".html"
15211   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15212   data: "plot-dpdk-throughput-latency-3n-hsw"
15213   filter: "'NIC_Intel-X710' and
15214            '64B' and
15215            'BASE' and
15216            'NDRPDR' and
15217            '1T1C' and
15218            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15219   parameters:
15220   - "throughput"
15221   - "parent"
15222   - "tags"
15223   traces:
15224     hoverinfo: "x+y"
15225     boxpoints: "outliers"
15226     whiskerwidth: 0
15227   layout:
15228     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15229     layout: "plot-throughput"
15230
15231 -
15232   type: "plot"
15233   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15234   algorithm: "plot_performance_box"
15235   output-file-type: ".html"
15236   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15237   data: "plot-dpdk-throughput-latency-3n-hsw"
15238   filter: "'NIC_Intel-X710' and
15239            '64B' and
15240            'BASE' and
15241            'NDRPDR' and
15242            '2T2C' and
15243            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15244   parameters:
15245   - "throughput"
15246   - "parent"
15247   - "tags"
15248   traces:
15249     hoverinfo: "x+y"
15250     boxpoints: "outliers"
15251     whiskerwidth: 0
15252   layout:
15253     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15254     layout: "plot-throughput"
15255
15256 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15257 -
15258   type: "plot"
15259   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15260   algorithm: "plot_performance_box"
15261   output-file-type: ".html"
15262   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15263   data: "plot-dpdk-throughput-latency-3n-hsw"
15264   filter: "'NIC_Intel-XL710' and
15265            '64B' and
15266            'BASE' and
15267            'NDRPDR' and
15268            '1T1C' and
15269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15270   parameters:
15271   - "throughput"
15272   - "parent"
15273   - "tags"
15274   traces:
15275     hoverinfo: "x+y"
15276     boxpoints: "outliers"
15277     whiskerwidth: 0
15278   layout:
15279     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15280     layout: "plot-throughput"
15281
15282 -
15283   type: "plot"
15284   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15285   algorithm: "plot_performance_box"
15286   output-file-type: ".html"
15287   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15288   data: "plot-dpdk-throughput-latency-3n-hsw"
15289   filter: "'NIC_Intel-XL710' and
15290            '64B' and
15291            'BASE' and
15292            'NDRPDR' and
15293            '2T2C' and
15294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15295   parameters:
15296   - "throughput"
15297   - "parent"
15298   - "tags"
15299   traces:
15300     hoverinfo: "x+y"
15301     boxpoints: "outliers"
15302     whiskerwidth: 0
15303   layout:
15304     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15305     layout: "plot-throughput"
15306
15307 -
15308   type: "plot"
15309   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15310   algorithm: "plot_performance_box"
15311   output-file-type: ".html"
15312   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15313   data: "plot-dpdk-throughput-latency-3n-hsw"
15314   filter: "'NIC_Intel-XL710' and
15315            '64B' and
15316            'BASE' and
15317            'NDRPDR' and
15318            '1T1C' and
15319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15320   parameters:
15321   - "throughput"
15322   - "parent"
15323   - "tags"
15324   traces:
15325     hoverinfo: "x+y"
15326     boxpoints: "outliers"
15327     whiskerwidth: 0
15328   layout:
15329     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15330     layout: "plot-throughput"
15331
15332 -
15333   type: "plot"
15334   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15335   algorithm: "plot_performance_box"
15336   output-file-type: ".html"
15337   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15338   data: "plot-dpdk-throughput-latency-3n-hsw"
15339   filter: "'NIC_Intel-XL710' and
15340            '64B' and
15341            'BASE' and
15342            'NDRPDR' and
15343            '2T2C' and
15344            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15345   parameters:
15346   - "throughput"
15347   - "parent"
15348   - "tags"
15349   traces:
15350     hoverinfo: "x+y"
15351     boxpoints: "outliers"
15352     whiskerwidth: 0
15353   layout:
15354     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15355     layout: "plot-throughput"
15356
15357 # Packet Throughput - DPDK testpmd 3n-skx-x710
15358 -
15359   type: "plot"
15360   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15361   algorithm: "plot_performance_box"
15362   output-file-type: ".html"
15363   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15364   data: "plot-dpdk-throughput-latency-3n-skx"
15365   filter: "'NIC_Intel-X710' and
15366            '64B' and
15367            'BASE' and
15368            'NDRPDR' and
15369            '2T1C' and
15370            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15371   parameters:
15372   - "throughput"
15373   - "parent"
15374   - "tags"
15375   traces:
15376     hoverinfo: "x+y"
15377     boxpoints: "outliers"
15378     whiskerwidth: 0
15379   layout:
15380     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15381     layout: "plot-throughput"
15382
15383 -
15384   type: "plot"
15385   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15386   algorithm: "plot_performance_box"
15387   output-file-type: ".html"
15388   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15389   data: "plot-dpdk-throughput-latency-3n-skx"
15390   filter: "'NIC_Intel-X710' and
15391            '64B' and
15392            'BASE' and
15393            'NDRPDR' and
15394            '4T2C' and
15395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15396   parameters:
15397   - "throughput"
15398   - "parent"
15399   - "tags"
15400   traces:
15401     hoverinfo: "x+y"
15402     boxpoints: "outliers"
15403     whiskerwidth: 0
15404   layout:
15405     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15406     layout: "plot-throughput"
15407
15408 -
15409   type: "plot"
15410   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15411   algorithm: "plot_performance_box"
15412   output-file-type: ".html"
15413   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15414   data: "plot-dpdk-throughput-latency-3n-skx"
15415   filter: "'NIC_Intel-X710' and
15416            '64B' and
15417            'BASE' and
15418            'NDRPDR' and
15419            '2T1C' and
15420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15421   parameters:
15422   - "throughput"
15423   - "parent"
15424   - "tags"
15425   traces:
15426     hoverinfo: "x+y"
15427     boxpoints: "outliers"
15428     whiskerwidth: 0
15429   layout:
15430     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15431     layout: "plot-throughput"
15432
15433 -
15434   type: "plot"
15435   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15436   algorithm: "plot_performance_box"
15437   output-file-type: ".html"
15438   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15439   data: "plot-dpdk-throughput-latency-3n-skx"
15440   filter: "'NIC_Intel-X710' and
15441            '64B' and
15442            'BASE' and
15443            'NDRPDR' and
15444            '4T2C' and
15445            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15446   parameters:
15447   - "throughput"
15448   - "parent"
15449   - "tags"
15450   traces:
15451     hoverinfo: "x+y"
15452     boxpoints: "outliers"
15453     whiskerwidth: 0
15454   layout:
15455     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15456     layout: "plot-throughput"
15457
15458 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15459 -
15460   type: "plot"
15461   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15462   algorithm: "plot_performance_box"
15463   output-file-type: ".html"
15464   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15465   data: "plot-dpdk-throughput-latency-3n-skx"
15466   filter: "'NIC_Intel-XXV710' and
15467            '64B' and
15468            'BASE' and
15469            'NDRPDR' and
15470            '2T1C' and
15471            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15472   parameters:
15473   - "throughput"
15474   - "parent"
15475   - "tags"
15476   traces:
15477     hoverinfo: "x+y"
15478     boxpoints: "outliers"
15479     whiskerwidth: 0
15480   layout:
15481     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15482     layout: "plot-throughput"
15483
15484 -
15485   type: "plot"
15486   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15487   algorithm: "plot_performance_box"
15488   output-file-type: ".html"
15489   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15490   data: "plot-dpdk-throughput-latency-3n-skx"
15491   filter: "'NIC_Intel-XXV710' and
15492            '64B' and
15493            'BASE' and
15494            'NDRPDR' and
15495            '4T2C' and
15496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15497   parameters:
15498   - "throughput"
15499   - "parent"
15500   - "tags"
15501   traces:
15502     hoverinfo: "x+y"
15503     boxpoints: "outliers"
15504     whiskerwidth: 0
15505   layout:
15506     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15507     layout: "plot-throughput"
15508
15509 -
15510   type: "plot"
15511   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15512   algorithm: "plot_performance_box"
15513   output-file-type: ".html"
15514   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15515   data: "plot-dpdk-throughput-latency-3n-skx"
15516   filter: "'NIC_Intel-XXV710' and
15517            '64B' and
15518            'BASE' and
15519            'NDRPDR' and
15520            '2T1C' and
15521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15522   parameters:
15523   - "throughput"
15524   - "parent"
15525   - "tags"
15526   traces:
15527     hoverinfo: "x+y"
15528     boxpoints: "outliers"
15529     whiskerwidth: 0
15530   layout:
15531     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15532     layout: "plot-throughput"
15533
15534 -
15535   type: "plot"
15536   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15537   algorithm: "plot_performance_box"
15538   output-file-type: ".html"
15539   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15540   data: "plot-dpdk-throughput-latency-3n-skx"
15541   filter: "'NIC_Intel-XXV710' and
15542            '64B' and
15543            'BASE' and
15544            'NDRPDR' and
15545            '4T2C' and
15546            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15547   parameters:
15548   - "throughput"
15549   - "parent"
15550   - "tags"
15551   traces:
15552     hoverinfo: "x+y"
15553     boxpoints: "outliers"
15554     whiskerwidth: 0
15555   layout:
15556     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15557     layout: "plot-throughput"
15558
15559 # Packet Throughput - DPDK testpmd 2n-skx-x710
15560 -
15561   type: "plot"
15562   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15563   algorithm: "plot_performance_box"
15564   output-file-type: ".html"
15565   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15566   data: "plot-dpdk-throughput-latency-2n-skx"
15567   filter: "'NIC_Intel-X710' and
15568            '64B' and
15569            'BASE' and
15570            'NDRPDR' and
15571            '2T1C' and
15572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15573   parameters:
15574   - "throughput"
15575   - "parent"
15576   - "tags"
15577   traces:
15578     hoverinfo: "x+y"
15579     boxpoints: "outliers"
15580     whiskerwidth: 0
15581   layout:
15582     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15583     layout: "plot-throughput"
15584
15585 -
15586   type: "plot"
15587   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15588   algorithm: "plot_performance_box"
15589   output-file-type: ".html"
15590   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15591   data: "plot-dpdk-throughput-latency-2n-skx"
15592   filter: "'NIC_Intel-X710' and
15593            '64B' and
15594            'BASE' and
15595            'NDRPDR' and
15596            '4T2C' and
15597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15598   parameters:
15599   - "throughput"
15600   - "parent"
15601   - "tags"
15602   traces:
15603     hoverinfo: "x+y"
15604     boxpoints: "outliers"
15605     whiskerwidth: 0
15606   layout:
15607     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15608     layout: "plot-throughput"
15609
15610 -
15611   type: "plot"
15612   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15613   algorithm: "plot_performance_box"
15614   output-file-type: ".html"
15615   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15616   data: "plot-dpdk-throughput-latency-2n-skx"
15617   filter: "'NIC_Intel-X710' and
15618            '64B' and
15619            'BASE' and
15620            'NDRPDR' and
15621            '2T1C' and
15622            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15623   parameters:
15624   - "throughput"
15625   - "parent"
15626   - "tags"
15627   traces:
15628     hoverinfo: "x+y"
15629     boxpoints: "outliers"
15630     whiskerwidth: 0
15631   layout:
15632     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15633     layout: "plot-throughput"
15634
15635 -
15636   type: "plot"
15637   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15638   algorithm: "plot_performance_box"
15639   output-file-type: ".html"
15640   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15641   data: "plot-dpdk-throughput-latency-2n-skx"
15642   filter: "'NIC_Intel-X710' and
15643            '64B' and
15644            'BASE' and
15645            'NDRPDR' and
15646            '4T2C' and
15647            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15648   parameters:
15649   - "throughput"
15650   - "parent"
15651   - "tags"
15652   traces:
15653     hoverinfo: "x+y"
15654     boxpoints: "outliers"
15655     whiskerwidth: 0
15656   layout:
15657     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15658     layout: "plot-throughput"
15659
15660 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15661 -
15662   type: "plot"
15663   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15664   algorithm: "plot_performance_box"
15665   output-file-type: ".html"
15666   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15667   data: "plot-dpdk-throughput-latency-2n-skx"
15668   filter: "'NIC_Intel-XXV710' and
15669            '64B' and
15670            'BASE' and
15671            'NDRPDR' and
15672            '2T1C' and
15673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15674   parameters:
15675   - "throughput"
15676   - "parent"
15677   - "tags"
15678   traces:
15679     hoverinfo: "x+y"
15680     boxpoints: "outliers"
15681     whiskerwidth: 0
15682   layout:
15683     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15684     layout: "plot-throughput"
15685
15686 -
15687   type: "plot"
15688   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15689   algorithm: "plot_performance_box"
15690   output-file-type: ".html"
15691   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15692   data: "plot-dpdk-throughput-latency-2n-skx"
15693   filter: "'NIC_Intel-XXV710' and
15694            '64B' and
15695            'BASE' and
15696            'NDRPDR' and
15697            '4T2C' and
15698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15699   parameters:
15700   - "throughput"
15701   - "parent"
15702   - "tags"
15703   traces:
15704     hoverinfo: "x+y"
15705     boxpoints: "outliers"
15706     whiskerwidth: 0
15707   layout:
15708     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15709     layout: "plot-throughput"
15710
15711 -
15712   type: "plot"
15713   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15714   algorithm: "plot_performance_box"
15715   output-file-type: ".html"
15716   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15717   data: "plot-dpdk-throughput-latency-2n-skx"
15718   filter: "'NIC_Intel-XXV710' and
15719            '64B' and
15720            'BASE' and
15721            'NDRPDR' and
15722            '2T1C' and
15723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15724   parameters:
15725   - "throughput"
15726   - "parent"
15727   - "tags"
15728   traces:
15729     hoverinfo: "x+y"
15730     boxpoints: "outliers"
15731     whiskerwidth: 0
15732   layout:
15733     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15734     layout: "plot-throughput"
15735
15736 -
15737   type: "plot"
15738   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15739   algorithm: "plot_performance_box"
15740   output-file-type: ".html"
15741   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15742   data: "plot-dpdk-throughput-latency-2n-skx"
15743   filter: "'NIC_Intel-XXV710' and
15744            '64B' and
15745            'BASE' and
15746            'NDRPDR' and
15747            '4T2C' and
15748            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15749   parameters:
15750   - "throughput"
15751   - "parent"
15752   - "tags"
15753   traces:
15754     hoverinfo: "x+y"
15755     boxpoints: "outliers"
15756     whiskerwidth: 0
15757   layout:
15758     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15759     layout: "plot-throughput"
15760
15761 ################################################################################
15762
15763 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15764 -
15765   type: "plot"
15766   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15767   algorithm: "plot_latency_error_bars"
15768   output-file-type: ".html"
15769   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15770   data: "plot-vpp-throughput-latency-3n-hsw"
15771   filter: "'NIC_Intel-X520-DA2' and
15772            '64B' and
15773            ('BASE' or 'SCALE') and
15774            'NDRPDR' and
15775            'ETH' and
15776            '1T1C' and
15777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15778            not 'VHOST' and
15779            not 'MEMIF'"
15780   parameters:
15781   - "latency"
15782   - "parent"
15783   - "tags"
15784   sort:
15785   - "L2PATCH"
15786   - "L2XCBASE"
15787   - "BASE"
15788   - "FIB_10K"
15789   - "FIB_100K"
15790   - "FIB_1M"
15791   layout:
15792     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15793     layout: "plot-latency"
15794
15795 -
15796   type: "plot"
15797   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15798   algorithm: "plot_latency_error_bars"
15799   output-file-type: ".html"
15800   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15801   data: "plot-vpp-throughput-latency-3n-hsw"
15802   filter: "'NIC_Intel-X520-DA2' and
15803            '64B' and
15804            ('BASE' or 'SCALE') and
15805            'NDRPDR' and
15806            'ETH' and
15807            '2T2C' and
15808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15809            not 'VHOST' and
15810            not 'MEMIF'"
15811   parameters:
15812   - "latency"
15813   - "parent"
15814   - "tags"
15815   sort:
15816   - "L2PATCH"
15817   - "L2XCBASE"
15818   - "BASE"
15819   - "FIB_10K"
15820   - "FIB_100K"
15821   - "FIB_1M"
15822   layout:
15823     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15824     layout: "plot-latency"
15825
15826 # Packet Latency - VPP L2 3n-hsw-x520 features
15827 -
15828   type: "plot"
15829   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15830   algorithm: "plot_latency_error_bars"
15831   output-file-type: ".html"
15832   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15833   data: "plot-vpp-throughput-latency-3n-hsw"
15834   filter: "'NIC_Intel-X520-DA2' and
15835            '64B' and
15836            'NDRPDR' and
15837            '1T1C' and
15838            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15839            not 'ACL' and
15840            not 'VHOST' and
15841            not 'MEMIF'"
15842   parameters:
15843   - "latency"
15844   - "parent"
15845   - "tags"
15846   sort:
15847   - "L2XCBASE"    # l2xcbase
15848   - "L2BDBASE"    # l2bdbase
15849   - "L2XCFWD"     # dot1q-l2xcbase
15850   - "L2BDMACLRN"  # dot1q-l2bdbase
15851   layout:
15852     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15853     layout: "plot-latency"
15854
15855 -
15856   type: "plot"
15857   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15858   algorithm: "plot_latency_error_bars"
15859   output-file-type: ".html"
15860   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15861   data: "plot-vpp-throughput-latency-3n-hsw"
15862   filter: "'NIC_Intel-X520-DA2' and
15863            '64B' and
15864            'NDRPDR' and
15865            '2T2C' and
15866            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15867            not 'ACL' and
15868            not 'VHOST' and
15869            not 'MEMIF'"
15870   parameters:
15871   - "latency"
15872   - "parent"
15873   - "tags"
15874   sort:
15875   - "L2XCBASE"    # l2xcbase
15876   - "L2BDBASE"    # l2bdbase
15877   - "L2XCFWD"     # dot1q-l2xcbase
15878   - "L2BDMACLRN"  # dot1q-l2bdbase
15879   layout:
15880     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15881     layout: "plot-latency"
15882
15883 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15884 -
15885   type: "plot"
15886   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15887   algorithm: "plot_latency_error_bars"
15888   output-file-type: ".html"
15889   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15890   data: "plot-vpp-throughput-latency-3n-hsw"
15891   filter: "'NIC_Intel-X710' and
15892            '64B' and
15893            ('BASE' or 'SCALE') and
15894            'NDRPDR' and
15895            'ETH' and
15896            '1T1C' and
15897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15898            not 'VHOST' and
15899            not 'MEMIF'"
15900   parameters:
15901   - "latency"
15902   - "parent"
15903   - "tags"
15904   sort:
15905   - "L2PATCH"
15906   - "L2XCBASE"
15907   - "BASE"
15908   - "FIB_10K"
15909   - "FIB_100K"
15910   - "FIB_1M"
15911   layout:
15912     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15913     layout: "plot-latency"
15914
15915 -
15916   type: "plot"
15917   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15918   algorithm: "plot_latency_error_bars"
15919   output-file-type: ".html"
15920   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15921   data: "plot-vpp-throughput-latency-3n-hsw"
15922   filter: "'NIC_Intel-X710' and
15923            '64B' and
15924            ('BASE' or 'SCALE') and
15925            'NDRPDR' and
15926            'ETH' and
15927            '2T2C' and
15928            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15929            not 'VHOST' and
15930            not 'MEMIF'"
15931   parameters:
15932   - "latency"
15933   - "parent"
15934   - "tags"
15935   sort:
15936   - "L2PATCH"
15937   - "L2XCBASE"
15938   - "BASE"
15939   - "FIB_10K"
15940   - "FIB_100K"
15941   - "FIB_1M"
15942   layout:
15943     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15944     layout: "plot-latency"
15945
15946 # Packet Latency - VPP L2 3n-hsw-x710 features
15947 -
15948   type: "plot"
15949   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15950   algorithm: "plot_latency_error_bars"
15951   output-file-type: ".html"
15952   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15953   data: "plot-vpp-throughput-latency-3n-hsw"
15954   filter: "'NIC_Intel-X710' and
15955            '64B' and
15956            'NDRPDR' and
15957            '1T1C' and
15958            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15959            not 'ACL' and
15960            not 'VHOST' and
15961            not 'MEMIF'"
15962   parameters:
15963   - "latency"
15964   - "parent"
15965   - "tags"
15966   sort:
15967   - "L2XCBASE"    # l2xcbase
15968   - "L2BDBASE"    # l2bdbase
15969   - "L2XCFWD"     # dot1q-l2xcbase
15970   - "L2BDMACLRN"  # dot1q-l2bdbase
15971   layout:
15972     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
15973     layout: "plot-latency"
15974
15975 -
15976   type: "plot"
15977   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15978   algorithm: "plot_latency_error_bars"
15979   output-file-type: ".html"
15980   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15981   data: "plot-vpp-throughput-latency-3n-hsw"
15982   filter: "'NIC_Intel-X710' and
15983            '64B' and
15984            'NDRPDR' and
15985            '2T2C' and
15986            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15987            not 'ACL' and
15988            not 'VHOST' and
15989            not 'MEMIF'"
15990   parameters:
15991   - "latency"
15992   - "parent"
15993   - "tags"
15994   sort:
15995   - "L2XCBASE"    # l2xcbase
15996   - "L2BDBASE"    # l2bdbase
15997   - "L2XCFWD"     # dot1q-l2xcbase
15998   - "L2BDMACLRN"  # dot1q-l2bdbase
15999   layout:
16000     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
16001     layout: "plot-latency"
16002
16003 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
16004 -
16005   type: "plot"
16006   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16007   algorithm: "plot_latency_error_bars"
16008   output-file-type: ".html"
16009   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16010   data: "plot-vpp-throughput-latency-3n-hsw"
16011   filter: "'NIC_Intel-XL710' and
16012            '64B' and
16013            ('BASE' or 'SCALE') and
16014            'NDRPDR' and
16015            'ETH' and
16016            '1T1C' and
16017            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16018            not 'VHOST' and
16019            not 'MEMIF'"
16020   parameters:
16021   - "latency"
16022   - "parent"
16023   - "tags"
16024   sort:
16025   - "L2PATCH"
16026   - "L2XCBASE"
16027   - "BASE"
16028   - "FIB_10K"
16029   - "FIB_100K"
16030   - "FIB_1M"
16031   layout:
16032     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16033     layout: "plot-latency"
16034
16035 -
16036   type: "plot"
16037   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16038   algorithm: "plot_latency_error_bars"
16039   output-file-type: ".html"
16040   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16041   data: "plot-vpp-throughput-latency-3n-hsw"
16042   filter: "'NIC_Intel-XL710' and
16043            '64B' and
16044            ('BASE' or 'SCALE') and
16045            'NDRPDR' and
16046            'ETH' and
16047            '2T2C' and
16048            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16049            not 'VHOST' and
16050            not 'MEMIF'"
16051   parameters:
16052   - "latency"
16053   - "parent"
16054   - "tags"
16055   sort:
16056   - "L2PATCH"
16057   - "L2XCBASE"
16058   - "BASE"
16059   - "FIB_10K"
16060   - "FIB_100K"
16061   - "FIB_1M"
16062   layout:
16063     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16064     layout: "plot-latency"
16065
16066 # Packet Latency - VPP L2 3n-skx-x710 base and scale
16067 -
16068   type: "plot"
16069   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16070   algorithm: "plot_latency_error_bars"
16071   output-file-type: ".html"
16072   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16073   data: "plot-vpp-throughput-latency-3n-skx"
16074   filter: "'NIC_Intel-X710' and
16075            '64B' and
16076            ('BASE' or 'SCALE') and
16077            'NDRPDR' and
16078            'ETH' and
16079            '2T1C' and
16080            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16081            not 'VHOST' and
16082            not 'MEMIF'"
16083   parameters:
16084   - "latency"
16085   - "parent"
16086   - "tags"
16087   sort:
16088   - "L2PATCH"
16089   - "L2XCBASE"
16090   - "BASE"
16091   - "FIB_10K"
16092   - "FIB_100K"
16093   - "FIB_1M"
16094   layout:
16095     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16096     layout: "plot-latency"
16097
16098 -
16099   type: "plot"
16100   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16101   algorithm: "plot_latency_error_bars"
16102   output-file-type: ".html"
16103   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16104   data: "plot-vpp-throughput-latency-3n-skx"
16105   filter: "'NIC_Intel-X710' and
16106            '64B' and
16107            ('BASE' or 'SCALE') and
16108            'NDRPDR' and
16109            'ETH' and
16110            '4T2C' and
16111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16112            not 'VHOST' and
16113            not 'MEMIF'"
16114   parameters:
16115   - "latency"
16116   - "parent"
16117   - "tags"
16118   sort:
16119   - "L2PATCH"
16120   - "L2XCBASE"
16121   - "BASE"
16122   - "FIB_10K"
16123   - "FIB_100K"
16124   - "FIB_1M"
16125   layout:
16126     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16127     layout: "plot-latency"
16128
16129 # Packet Latency - VPP L2 3n-skx-x710 features
16130 -
16131   type: "plot"
16132   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16133   algorithm: "plot_latency_error_bars"
16134   output-file-type: ".html"
16135   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16136   data: "plot-vpp-throughput-latency-3n-skx"
16137   filter: "'NIC_Intel-X710' and
16138            '64B' and
16139            'NDRPDR' and
16140            '2T1C' and
16141            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16142            not 'ACL' and
16143            not 'VHOST' and
16144            not 'MEMIF'"
16145   parameters:
16146   - "latency"
16147   - "parent"
16148   - "tags"
16149   sort:
16150   - "L2XCBASE"    # l2xcbase
16151   - "L2BDBASE"    # l2bdbase
16152   - "L2XCFWD"     # dot1q-l2xcbase
16153   - "L2BDMACLRN"  # dot1q-l2bdbase
16154   layout:
16155     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16156     layout: "plot-latency"
16157
16158 -
16159   type: "plot"
16160   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16161   algorithm: "plot_latency_error_bars"
16162   output-file-type: ".html"
16163   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16164   data: "plot-vpp-throughput-latency-3n-skx"
16165   filter: "'NIC_Intel-X710' and
16166            '64B' and
16167            'NDRPDR' and
16168            '4T2C' and
16169            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16170            not 'ACL' and
16171            not 'VHOST' and
16172            not 'MEMIF'"
16173   parameters:
16174   - "latency"
16175   - "parent"
16176   - "tags"
16177   sort:
16178   - "L2XCBASE"    # l2xcbase
16179   - "L2BDBASE"    # l2bdbase
16180   - "L2XCFWD"     # dot1q-l2xcbase
16181   - "L2BDMACLRN"  # dot1q-l2bdbase
16182   layout:
16183     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16184     layout: "plot-latency"
16185
16186 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16187 -
16188   type: "plot"
16189   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16190   algorithm: "plot_latency_error_bars"
16191   output-file-type: ".html"
16192   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16193   data: "plot-vpp-throughput-latency-3n-skx"
16194   filter: "'NIC_Intel-XXV710' and
16195            '64B' and
16196            ('BASE' or 'SCALE') and
16197            'NDRPDR' and
16198            'ETH' and
16199            '2T1C' and
16200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16201            not 'VHOST' and
16202            not 'MEMIF'"
16203   parameters:
16204   - "latency"
16205   - "parent"
16206   - "tags"
16207   sort:
16208   - "L2PATCH"
16209   - "L2XCBASE"
16210   - "BASE"
16211   - "FIB_10K"
16212   - "FIB_100K"
16213   - "FIB_1M"
16214   layout:
16215     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16216     layout: "plot-latency"
16217
16218 -
16219   type: "plot"
16220   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16221   algorithm: "plot_latency_error_bars"
16222   output-file-type: ".html"
16223   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16224   data: "plot-vpp-throughput-latency-3n-skx"
16225   filter: "'NIC_Intel-XXV710' and
16226            '64B' and
16227            ('BASE' or 'SCALE') and
16228            'NDRPDR' and
16229            'ETH' and
16230            '4T2C' and
16231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16232            not 'VHOST' and
16233            not 'MEMIF'"
16234   parameters:
16235   - "latency"
16236   - "parent"
16237   - "tags"
16238   sort:
16239   - "L2PATCH"
16240   - "L2XCBASE"
16241   - "BASE"
16242   - "FIB_10K"
16243   - "FIB_100K"
16244   - "FIB_1M"
16245   layout:
16246     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16247     layout: "plot-latency"
16248
16249 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16250 -
16251   type: "plot"
16252   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16253   algorithm: "plot_latency_error_bars"
16254   output-file-type: ".html"
16255   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16256   data: "plot-vpp-throughput-latency-2n-skx"
16257   filter: "'NIC_Intel-X710' and
16258            '64B' and
16259            'ETH' and
16260            ('BASE' or 'SCALE') and
16261            'NDRPDR' and
16262            '2T1C' and
16263            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16264            not 'VHOST' and
16265            not 'MEMIF'"
16266   parameters:
16267   - "latency"
16268   - "parent"
16269   - "tags"
16270   sort:
16271   - "L2PATCH"
16272   - "L2XCBASE"
16273   - "BASE"
16274   - "FIB_10K"
16275   - "FIB_100K"
16276   - "FIB_1M"
16277   layout:
16278     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16279     layout: "plot-latency"
16280
16281 -
16282   type: "plot"
16283   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16284   algorithm: "plot_latency_error_bars"
16285   output-file-type: ".html"
16286   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16287   data: "plot-vpp-throughput-latency-2n-skx"
16288   filter: "'NIC_Intel-X710' and
16289            '64B' and
16290            ('BASE' or 'SCALE') and
16291            'NDRPDR' and
16292            'ETH' and
16293            '4T2C' and
16294            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16295            not 'VHOST' and
16296            not 'MEMIF'"
16297   parameters:
16298   - "latency"
16299   - "parent"
16300   - "tags"
16301   sort:
16302   - "L2PATCH"
16303   - "L2XCBASE"
16304   - "BASE"
16305   - "FIB_10K"
16306   - "FIB_100K"
16307   - "FIB_1M"
16308   layout:
16309     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16310     layout: "plot-latency"
16311
16312 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16313 -
16314   type: "plot"
16315   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16316   algorithm: "plot_latency_error_bars"
16317   output-file-type: ".html"
16318   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16319   data: "plot-vpp-throughput-latency-2n-skx"
16320   filter: "'NIC_Intel-XXV710' and
16321            '64B' and
16322            ('BASE' or 'SCALE') and
16323            'NDRPDR' and
16324            'ETH' and
16325            '2T1C' and
16326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16327            not 'VHOST' and
16328            not 'MEMIF'"
16329   parameters:
16330   - "latency"
16331   - "parent"
16332   - "tags"
16333   sort:
16334   - "L2PATCH"
16335   - "L2XCBASE"
16336   - "BASE"
16337   - "FIB_10K"
16338   - "FIB_100K"
16339   - "FIB_1M"
16340   layout:
16341     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16342     layout: "plot-latency"
16343
16344 -
16345   type: "plot"
16346   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16347   algorithm: "plot_latency_error_bars"
16348   output-file-type: ".html"
16349   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16350   data: "plot-vpp-throughput-latency-2n-skx"
16351   filter: "'NIC_Intel-XXV710' and
16352            '64B' and
16353            ('BASE' or 'SCALE') and
16354            'NDRPDR' and
16355            'ETH' and
16356            '4T2C' and
16357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16358            not 'VHOST' and
16359            not 'MEMIF'"
16360   parameters:
16361   - "latency"
16362   - "parent"
16363   - "tags"
16364   sort:
16365   - "L2PATCH"
16366   - "L2XCBASE"
16367   - "BASE"
16368   - "FIB_10K"
16369   - "FIB_100K"
16370   - "FIB_1M"
16371   layout:
16372     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16373     layout: "plot-latency"
16374
16375 ################################################################################
16376
16377 # Packet Latency - VPP Container Memif 3n-hsw-x520
16378 -
16379   type: "plot"
16380   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16381   algorithm: "plot_latency_error_bars"
16382   output-file-type: ".html"
16383   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16384   data: "plot-vpp-throughput-latency-3n-hsw"
16385   filter: "'NIC_Intel-X520-DA2' and
16386            '64B' and
16387            ('BASE' or 'SCALE') and
16388            'NDRPDR' and
16389            '1T1C' and
16390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16391            not 'VHOST' and
16392            'MEMIF'"
16393   parameters:
16394   - "latency"
16395   - "parent"
16396   - "tags"
16397   sort:
16398   - "L2XCFWD"
16399   - "L2XCFWD"
16400   - "L2XCFWD"
16401   - "L2BDMACLRN"
16402   - "L2BDMACLRN"
16403   - "L2BDMACLRN"
16404   layout:
16405     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16406     layout: "plot-latency"
16407
16408 -
16409   type: "plot"
16410   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16411   algorithm: "plot_latency_error_bars"
16412   output-file-type: ".html"
16413   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16414   data: "plot-vpp-throughput-latency-3n-hsw"
16415   filter: "'NIC_Intel-X520-DA2' and
16416            '64B' and
16417            ('BASE' or 'SCALE') and
16418            'NDRPDR' and
16419            '2T2C' and
16420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16421            not 'VHOST' and
16422            'MEMIF'"
16423   parameters:
16424   - "latency"
16425   - "parent"
16426   - "tags"
16427   sort:
16428   - "L2XCFWD"
16429   - "L2XCFWD"
16430   - "L2XCFWD"
16431   - "L2BDMACLRN"
16432   - "L2BDMACLRN"
16433   - "L2BDMACLRN"
16434   layout:
16435     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16436     layout: "plot-latency"
16437
16438 # Packet Latency - VPP Container Memif 3n-hsw-x710
16439 -
16440   type: "plot"
16441   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16442   algorithm: "plot_latency_error_bars"
16443   output-file-type: ".html"
16444   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16445   data: "plot-vpp-throughput-latency-3n-hsw"
16446   filter: "'NIC_Intel-X710' and
16447            '64B' and
16448            ('BASE' or 'SCALE') and
16449            'NDRPDR' and
16450            '1T1C' and
16451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16452            not 'VHOST' and
16453            'MEMIF'"
16454   parameters:
16455   - "latency"
16456   - "parent"
16457   - "tags"
16458   sort:
16459   - "L2XCFWD"
16460   - "L2XCFWD"
16461   - "L2XCFWD"
16462   - "L2BDMACLRN"
16463   - "L2BDMACLRN"
16464   - "L2BDMACLRN"
16465   layout:
16466     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16467     layout: "plot-latency"
16468
16469 -
16470   type: "plot"
16471   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16472   algorithm: "plot_latency_error_bars"
16473   output-file-type: ".html"
16474   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16475   data: "plot-vpp-throughput-latency-3n-hsw"
16476   filter: "'NIC_Intel-X710' and
16477            '64B' and
16478            ('BASE' or 'SCALE') and
16479            'NDRPDR' and
16480            '2T2C' and
16481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16482            not 'VHOST' and
16483            'MEMIF'"
16484   parameters:
16485   - "latency"
16486   - "parent"
16487   - "tags"
16488   sort:
16489   - "L2XCFWD"
16490   - "L2XCFWD"
16491   - "L2XCFWD"
16492   - "L2BDMACLRN"
16493   - "L2BDMACLRN"
16494   - "L2BDMACLRN"
16495   layout:
16496     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16497     layout: "plot-latency"
16498
16499 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16500 -
16501   type: "plot"
16502   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16503   algorithm: "plot_latency_error_bars"
16504   output-file-type: ".html"
16505   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16506   data: "plot-vpp-throughput-latency-3n-hsw"
16507   filter: "'NIC_Intel-XL710' and
16508            '64B' and
16509            ('BASE' or 'SCALE') and
16510            'NDRPDR' and
16511            '1T1C' and
16512            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16513            not 'VHOST' and
16514            'MEMIF'"
16515   parameters:
16516   - "latency"
16517   - "parent"
16518   - "tags"
16519   sort:
16520   - "L2XCFWD"
16521   - "L2XCFWD"
16522   - "L2XCFWD"
16523   - "L2BDMACLRN"
16524   - "L2BDMACLRN"
16525   - "L2BDMACLRN"
16526   layout:
16527     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16528     layout: "plot-latency"
16529
16530 -
16531   type: "plot"
16532   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16533   algorithm: "plot_latency_error_bars"
16534   output-file-type: ".html"
16535   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16536   data: "plot-vpp-throughput-latency-3n-hsw"
16537   filter: "'NIC_Intel-XL710' and
16538            '64B' and
16539            ('BASE' or 'SCALE') and
16540            'NDRPDR' and
16541            '2T2C' and
16542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16543            not 'VHOST' and
16544            'MEMIF'"
16545   parameters:
16546   - "latency"
16547   - "parent"
16548   - "tags"
16549   sort:
16550   - "L2XCFWD"
16551   - "L2XCFWD"
16552   - "L2XCFWD"
16553   - "L2BDMACLRN"
16554   - "L2BDMACLRN"
16555   - "L2BDMACLRN"
16556   layout:
16557     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16558     layout: "plot-latency"
16559
16560 # Packet Latency - VPP Container Memif 3n-skx-x710
16561 -
16562   type: "plot"
16563   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16564   algorithm: "plot_latency_error_bars"
16565   output-file-type: ".html"
16566   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16567   data: "plot-vpp-throughput-latency-3n-skx"
16568   filter: "'NIC_Intel-X710' and
16569            '64B' and
16570            ('BASE' or 'SCALE') and
16571            'NDRPDR' and
16572            '2T1C' and
16573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16574            not 'VHOST' and
16575            'MEMIF'"
16576   parameters:
16577   - "latency"
16578   - "parent"
16579   - "tags"
16580   sort:
16581   - "L2XCFWD"
16582   - "L2XCFWD"
16583   - "L2XCFWD"
16584   - "L2BDMACLRN"
16585   - "L2BDMACLRN"
16586   - "L2BDMACLRN"
16587   layout:
16588     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16589     layout: "plot-latency"
16590
16591 -
16592   type: "plot"
16593   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16594   algorithm: "plot_latency_error_bars"
16595   output-file-type: ".html"
16596   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16597   data: "plot-vpp-throughput-latency-3n-skx"
16598   filter: "'NIC_Intel-X710' and
16599            '64B' and
16600            ('BASE' or 'SCALE') and
16601            'NDRPDR' and
16602            '4T2C' and
16603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16604            not 'VHOST' and
16605            'MEMIF'"
16606   parameters:
16607   - "latency"
16608   - "parent"
16609   - "tags"
16610   sort:
16611   - "L2XCFWD"
16612   - "L2XCFWD"
16613   - "L2XCFWD"
16614   - "L2BDMACLRN"
16615   - "L2BDMACLRN"
16616   - "L2BDMACLRN"
16617   layout:
16618     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16619     layout: "plot-latency"
16620
16621 # Packet Latency - VPP Container Memif 2n-skx-x710
16622 -
16623   type: "plot"
16624   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16625   algorithm: "plot_latency_error_bars"
16626   output-file-type: ".html"
16627   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16628   data: "plot-vpp-throughput-latency-2n-skx"
16629   filter: "'NIC_Intel-X710' and
16630            '64B' and
16631            ('BASE' or 'SCALE') and
16632            'NDRPDR' and
16633            '2T1C' and
16634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16635            not 'VHOST' and
16636            'MEMIF'"
16637   parameters:
16638   - "latency"
16639   - "parent"
16640   - "tags"
16641   sort:
16642   - "L2XCFWD"
16643   - "L2XCFWD"
16644   - "L2XCFWD"
16645   - "L2BDMACLRN"
16646   - "L2BDMACLRN"
16647   - "L2BDMACLRN"
16648   layout:
16649     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16650     layout: "plot-latency"
16651
16652 -
16653   type: "plot"
16654   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16655   algorithm: "plot_latency_error_bars"
16656   output-file-type: ".html"
16657   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16658   data: "plot-vpp-throughput-latency-2n-skx"
16659   filter: "'NIC_Intel-X710' and
16660            '64B' and
16661            ('BASE' or 'SCALE') and
16662            'NDRPDR' and
16663            '4T2C' and
16664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16665            not 'VHOST' and
16666            'MEMIF'"
16667   parameters:
16668   - "latency"
16669   - "parent"
16670   - "tags"
16671   sort:
16672   - "L2XCFWD"
16673   - "L2XCFWD"
16674   - "L2XCFWD"
16675   - "L2BDMACLRN"
16676   - "L2BDMACLRN"
16677   - "L2BDMACLRN"
16678   layout:
16679     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16680     layout: "plot-latency"
16681
16682 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16683 -
16684   type: "plot"
16685   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16686   algorithm: "plot_latency_error_bars"
16687   output-file-type: ".html"
16688   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16689   data: "plot-vpp-throughput-latency-2n-skx"
16690   filter: "'NIC_Intel-XXV710' and
16691            '64B' and
16692            ('BASE' or 'SCALE') and
16693            'NDRPDR' and
16694            '2T1C' and
16695            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16696            not 'VHOST' and
16697            'MEMIF'"
16698   parameters:
16699   - "latency"
16700   - "parent"
16701   - "tags"
16702   sort:
16703   - "L2XCFWD"
16704   - "L2XCFWD"
16705   - "L2XCFWD"
16706   - "L2BDMACLRN"
16707   - "L2BDMACLRN"
16708   - "L2BDMACLRN"
16709   layout:
16710     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16711     layout: "plot-latency"
16712
16713 -
16714   type: "plot"
16715   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16716   algorithm: "plot_latency_error_bars"
16717   output-file-type: ".html"
16718   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16719   data: "plot-vpp-throughput-latency-2n-skx"
16720   filter: "'NIC_Intel-XXV710' and
16721            '64B' and
16722            ('BASE' or 'SCALE') and
16723            'NDRPDR' and
16724            '4T2C' and
16725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16726            not 'VHOST' and
16727            'MEMIF'"
16728   parameters:
16729   - "latency"
16730   - "parent"
16731   - "tags"
16732   sort:
16733   - "L2XCFWD"
16734   - "L2XCFWD"
16735   - "L2XCFWD"
16736   - "L2BDMACLRN"
16737   - "L2BDMACLRN"
16738   - "L2BDMACLRN"
16739   layout:
16740     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16741     layout: "plot-latency"
16742
16743 ################################################################################
16744
16745 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16746 -
16747   type: "plot"
16748   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16749   algorithm: "plot_latency_error_bars"
16750   output-file-type: ".html"
16751   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16752   data: "plot-ligato-throughput-latency-3n-hsw"
16753   filter: "'NIC_Intel-X520-DA2' and
16754            '64B' and
16755            ('BASE' or 'SCALE') and
16756            'NDRPDR' and
16757            '1T1C' and
16758            'L2XCFWD' and
16759            not 'VHOST' and
16760            'MEMIF'"
16761   parameters:
16762   - "latency"
16763   - "parent"
16764   - "tags"
16765   sort:
16766   - "1VNF"
16767   - "2VNF"
16768   - "4VNF"
16769   - "2VNF"
16770   - "4VNF"
16771   layout:
16772     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16773     layout: "plot-latency"
16774
16775 -
16776   type: "plot"
16777   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16778   algorithm: "plot_latency_error_bars"
16779   output-file-type: ".html"
16780   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16781   data: "plot-ligato-throughput-latency-3n-hsw"
16782   filter: "'NIC_Intel-X520-DA2' and
16783            '64B' and
16784            ('BASE' or 'SCALE') and
16785            'NDRPDR' and
16786            '2T2C' and
16787            'L2XCFWD' and
16788            not 'VHOST' and
16789            'MEMIF'"
16790   parameters:
16791   - "latency"
16792   - "parent"
16793   - "tags"
16794   sort:
16795   - "1VNF"
16796   - "2VNF"
16797   - "4VNF"
16798   - "2VNF"
16799   - "4VNF"
16800   layout:
16801     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16802     layout: "plot-latency"
16803
16804 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16805 -
16806   type: "plot"
16807   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16808   algorithm: "plot_latency_error_bars"
16809   output-file-type: ".html"
16810   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16811   data: "plot-ligato-throughput-latency-3n-hsw"
16812   filter: "'NIC_Intel-X520-DA2' and
16813            '64B' and
16814            ('BASE' or 'SCALE') and
16815            'NDRPDR' and
16816            '1T1C' and
16817            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16818            not 'VHOST' and
16819            'MEMIF'"
16820   parameters:
16821   - "latency"
16822   - "parent"
16823   - "tags"
16824   sort:
16825   - "1VNF"
16826   - "2VNF"
16827   - "4VNF"
16828   - "2VNF"
16829   - "4VNF"
16830   layout:
16831     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16832     layout: "plot-latency"
16833
16834 -
16835   type: "plot"
16836   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16837   algorithm: "plot_latency_error_bars"
16838   output-file-type: ".html"
16839   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16840   data: "plot-ligato-throughput-latency-3n-hsw"
16841   filter: "'NIC_Intel-X520-DA2' and
16842            '64B' and
16843            ('BASE' or 'SCALE') and
16844            'NDRPDR' and
16845            '2T2C' and
16846            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16847            not 'VHOST' and
16848            'MEMIF'"
16849   parameters:
16850   - "latency"
16851   - "parent"
16852   - "tags"
16853   sort:
16854   - "1VNF"
16855   - "2VNF"
16856   - "4VNF"
16857   - "2VNF"
16858   - "4VNF"
16859   layout:
16860     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16861     layout: "plot-latency"
16862
16863 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16864 -
16865   type: "plot"
16866   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16867   algorithm: "plot_latency_error_bars"
16868   output-file-type: ".html"
16869   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16870   data: "plot-ligato-throughput-latency-3n-hsw"
16871   filter: "'NIC_Intel-X710' and
16872            '64B' and
16873            ('BASE' or 'SCALE') and
16874            'NDRPDR' and
16875            '1T1C' and
16876            'L2XCFWD' and
16877            not 'VHOST' and
16878            'MEMIF'"
16879   parameters:
16880   - "latency"
16881   - "parent"
16882   - "tags"
16883   sort:
16884   - "1VNF"
16885   - "2VNF"
16886   - "4VNF"
16887   - "2VNF"
16888   - "4VNF"
16889   layout:
16890     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16891     layout: "plot-latency"
16892
16893 -
16894   type: "plot"
16895   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16896   algorithm: "plot_latency_error_bars"
16897   output-file-type: ".html"
16898   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16899   data: "plot-ligato-throughput-latency-3n-hsw"
16900   filter: "'NIC_Intel-X710' and
16901            '64B' and
16902            ('BASE' or 'SCALE') and
16903            'NDRPDR' and
16904            '2T2C' and
16905            'L2XCFWD' and
16906            not 'VHOST' and
16907            'MEMIF'"
16908   parameters:
16909   - "latency"
16910   - "parent"
16911   - "tags"
16912   sort:
16913   - "1VNF"
16914   - "2VNF"
16915   - "4VNF"
16916   - "2VNF"
16917   - "4VNF"
16918   layout:
16919     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16920     layout: "plot-latency"
16921
16922 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16923 -
16924   type: "plot"
16925   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16926   algorithm: "plot_latency_error_bars"
16927   output-file-type: ".html"
16928   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16929   data: "plot-ligato-throughput-latency-3n-hsw"
16930   filter: "'NIC_Intel-X710' and
16931            '64B' and
16932            ('BASE' or 'SCALE') and
16933            'NDRPDR' and
16934            '1T1C' and
16935            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16936            not 'VHOST' and
16937            'MEMIF'"
16938   parameters:
16939   - "latency"
16940   - "parent"
16941   - "tags"
16942   sort:
16943   - "1VNF"
16944   - "2VNF"
16945   - "4VNF"
16946   - "2VNF"
16947   - "4VNF"
16948   layout:
16949     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
16950     layout: "plot-latency"
16951
16952 -
16953   type: "plot"
16954   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16955   algorithm: "plot_latency_error_bars"
16956   output-file-type: ".html"
16957   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16958   data: "plot-ligato-throughput-latency-3n-hsw"
16959   filter: "'NIC_Intel-X710' and
16960            '64B' and
16961            ('BASE' or 'SCALE') and
16962            'NDRPDR' and
16963            '2T2C' and
16964            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16965            not 'VHOST' and
16966            'MEMIF'"
16967   parameters:
16968   - "latency"
16969   - "parent"
16970   - "tags"
16971   sort:
16972   - "1VNF"
16973   - "2VNF"
16974   - "4VNF"
16975   - "2VNF"
16976   - "4VNF"
16977   layout:
16978     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
16979     layout: "plot-latency"
16980
16981 ################################################################################
16982
16983 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
16984 -
16985   type: "plot"
16986   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16987   algorithm: "plot_latency_error_bars"
16988   output-file-type: ".html"
16989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16990   data: "plot-vpp-throughput-latency-3n-hsw"
16991   filter: "'NIC_Intel-X520-DA2' and
16992            '64B' and
16993            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
16994            'NDRPDR' and
16995            '1T1C' and
16996            'IP4FWD' and
16997            not 'IPSEC' and
16998            not 'VHOST'"
16999   parameters:
17000   - "latency"
17001   - "parent"
17002   - "tags"
17003   sort:
17004   - "IP4BASE"
17005   - "FIB_20K"
17006   - "FIB_200K"
17007   - "FIB_2M"
17008   layout:
17009     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17010     layout: "plot-latency"
17011
17012 -
17013   type: "plot"
17014   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17015   algorithm: "plot_latency_error_bars"
17016   output-file-type: ".html"
17017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17018   data: "plot-vpp-throughput-latency-3n-hsw"
17019   filter: "'NIC_Intel-X520-DA2' and
17020            '64B' and
17021            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17022            'NDRPDR' and
17023            '2T2C' and
17024            'IP4FWD' and
17025            not 'IPSEC' and
17026            not 'VHOST'"
17027   parameters:
17028   - "latency"
17029   - "parent"
17030   - "tags"
17031   sort:
17032   - "IP4BASE"
17033   - "FIB_20K"
17034   - "FIB_200K"
17035   - "FIB_2M"
17036   layout:
17037     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17038     layout: "plot-latency"
17039
17040 # Packet Latency - VPP IPv4 3n-hsw-x520 features
17041 -
17042   type: "plot"
17043   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17044   algorithm: "plot_latency_error_bars"
17045   output-file-type: ".html"
17046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17047   data: "plot-vpp-throughput-latency-3n-hsw"
17048   filter: "'NIC_Intel-X520-DA2' and
17049            '64B' and
17050            ('IP4BASE' or
17051             'POLICE_MARK' or
17052             'COPWHLIST' or
17053             ('NAT44' and 'BASE') or
17054             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17055            'NDRPDR' and
17056            '1T1C' and
17057            'IP4FWD' and
17058            not 'IPSEC' and
17059            not 'VHOST'"
17060   parameters:
17061   - "latency"
17062   - "parent"
17063   - "tags"
17064   sort:
17065   - "IP4BASE"
17066   - "NAT44"
17067   - "POLICE_MARK"
17068   - "COPWHLIST"
17069   - "IACL"
17070   - "OACL"
17071   layout:
17072     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
17073     layout: "plot-latency"
17074
17075 -
17076   type: "plot"
17077   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17078   algorithm: "plot_latency_error_bars"
17079   output-file-type: ".html"
17080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17081   data: "plot-vpp-throughput-latency-3n-hsw"
17082   filter: "'NIC_Intel-X520-DA2' and
17083            '64B' and
17084            ('IP4BASE' or
17085             'POLICE_MARK' or
17086             'COPWHLIST' or
17087             ('NAT44' and 'BASE') or
17088             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17089            'NDRPDR' and
17090            '2T2C' and
17091            'IP4FWD' and
17092            not 'IPSEC' and
17093            not 'VHOST'"
17094   parameters:
17095   - "latency"
17096   - "parent"
17097   - "tags"
17098   sort:
17099   - "IP4BASE"
17100   - "NAT44"
17101   - "POLICE_MARK"
17102   - "COPWHLIST"
17103   - "IACL"
17104   - "OACL"
17105   layout:
17106     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
17107     layout: "plot-latency"
17108
17109 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
17110 -
17111   type: "plot"
17112   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17113   algorithm: "plot_latency_error_bars"
17114   output-file-type: ".html"
17115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17116   data: "plot-vpp-throughput-latency-3n-hsw"
17117   filter: "'NIC_Intel-X520-DA2' and
17118            '64B' and
17119            'NDRPDR' and
17120            '1T1C' and
17121            'IP4FWD' and
17122            'NAT44' and
17123            not 'IPSEC' and
17124            not 'VHOST'"
17125   parameters:
17126   - "latency"
17127   - "parent"
17128   - "tags"
17129   sort:
17130   - "BASE"
17131   - "BASE"
17132   - "SRC_USER_10"
17133   - "SRC_USER_100"
17134   - "SRC_USER_1000"
17135   - "SRC_USER_2000"
17136   layout:
17137     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17138     layout: "plot-latency"
17139
17140 -
17141   type: "plot"
17142   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17143   algorithm: "plot_latency_error_bars"
17144   output-file-type: ".html"
17145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17146   data: "plot-vpp-throughput-latency-3n-hsw"
17147   filter: "'NIC_Intel-X520-DA2' and
17148            '64B' and
17149            'NDRPDR' and
17150            '2T2C' and
17151            'IP4FWD' and
17152            'NAT44' and
17153            not 'IPSEC' and
17154            not 'VHOST'"
17155   parameters:
17156   - "latency"
17157   - "parent"
17158   - "tags"
17159   sort:
17160   - "BASE"
17161   - "BASE"
17162   - "SRC_USER_10"
17163   - "SRC_USER_100"
17164   - "SRC_USER_1000"
17165   - "SRC_USER_2000"
17166   layout:
17167     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17168     layout: "plot-latency"
17169
17170 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17171 -
17172   type: "plot"
17173   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17174   algorithm: "plot_latency_error_bars"
17175   output-file-type: ".html"
17176   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17177   data: "plot-vpp-throughput-latency-3n-hsw"
17178   filter: "'NIC_Intel-X520-DA2' and
17179            '64B' and
17180            'NDRPDR' and
17181            '1T1C' and
17182            'IP4FWD' and
17183            'IACL' and
17184            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17185            not 'IPSEC' and
17186            not 'VHOST'"
17187   parameters:
17188   - "latency"
17189   - "parent"
17190   - "tags"
17191   sort:
17192   - "ACL_STATELESS"
17193   - "ACL_STATEFUL"
17194   - "ACL_STATELESS"
17195   - "ACL_STATEFUL"
17196   layout:
17197     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17198     layout: "plot-latency"
17199
17200 -
17201   type: "plot"
17202   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17203   algorithm: "plot_latency_error_bars"
17204   output-file-type: ".html"
17205   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17206   data: "plot-vpp-throughput-latency-3n-hsw"
17207   filter: "'NIC_Intel-X520-DA2' and
17208            '64B' and
17209            'NDRPDR' and
17210            '2T2C' and
17211            'IP4FWD' and
17212            'IACL' and
17213            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17214            not 'IPSEC' and
17215            not 'VHOST'"
17216   parameters:
17217   - "latency"
17218   - "parent"
17219   - "tags"
17220   sort:
17221   - "ACL_STATELESS"
17222   - "ACL_STATEFUL"
17223   - "ACL_STATELESS"
17224   - "ACL_STATEFUL"
17225   layout:
17226     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17227     layout: "plot-latency"
17228
17229 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17230 -
17231   type: "plot"
17232   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17233   algorithm: "plot_latency_error_bars"
17234   output-file-type: ".html"
17235   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17236   data: "plot-vpp-throughput-latency-3n-hsw"
17237   filter: "'NIC_Intel-X520-DA2' and
17238            '64B' and
17239            'NDRPDR' and
17240            '1T1C' and
17241            'IP4FWD' and
17242            'OACL' and
17243            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17244            not 'IPSEC' and
17245            not 'VHOST'"
17246   parameters:
17247   - "latency"
17248   - "parent"
17249   - "tags"
17250   sort:
17251   - "ACL_STATELESS"
17252   - "ACL_STATEFUL"
17253   - "ACL_STATELESS"
17254   - "ACL_STATEFUL"
17255   layout:
17256     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17257     layout: "plot-latency"
17258
17259 -
17260   type: "plot"
17261   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17262   algorithm: "plot_latency_error_bars"
17263   output-file-type: ".html"
17264   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17265   data: "plot-vpp-throughput-latency-3n-hsw"
17266   filter: "'NIC_Intel-X520-DA2' and
17267            '64B' and
17268            'NDRPDR' and
17269            '2T2C' and
17270            'IP4FWD' and
17271            'OACL' and
17272            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17273            not 'IPSEC' and
17274            not 'VHOST'"
17275   parameters:
17276   - "latency"
17277   - "parent"
17278   - "tags"
17279   sort:
17280   - "ACL_STATELESS"
17281   - "ACL_STATEFUL"
17282   - "ACL_STATELESS"
17283   - "ACL_STATEFUL"
17284   layout:
17285     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17286     layout: "plot-latency"
17287
17288 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17289 -
17290   type: "plot"
17291   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17292   algorithm: "plot_latency_error_bars"
17293   output-file-type: ".html"
17294   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17295   data: "plot-vpp-throughput-latency-3n-hsw"
17296   filter: "'NIC_Intel-X710' and
17297            '64B' and
17298            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17299            'NDRPDR' and
17300            '1T1C' and
17301            'IP4FWD' and
17302            not 'IPSEC' and
17303            not 'VHOST'"
17304   parameters:
17305   - "latency"
17306   - "parent"
17307   - "tags"
17308   sort:
17309   - "IP4BASE"
17310   - "FIB_20K"
17311   - "FIB_200K"
17312   - "FIB_2M"
17313   layout:
17314     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17315     layout: "plot-latency"
17316
17317 -
17318   type: "plot"
17319   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17320   algorithm: "plot_latency_error_bars"
17321   output-file-type: ".html"
17322   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17323   data: "plot-vpp-throughput-latency-3n-hsw"
17324   filter: "'NIC_Intel-X710' and
17325            '64B' and
17326            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17327            'NDRPDR' and
17328            '2T2C' and
17329            'IP4FWD' and
17330            not 'IPSEC' and
17331            not 'VHOST'"
17332   parameters:
17333   - "latency"
17334   - "parent"
17335   - "tags"
17336   sort:
17337   - "IP4BASE"
17338   - "FIB_20K"
17339   - "FIB_200K"
17340   - "FIB_2M"
17341   layout:
17342     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17343     layout: "plot-latency"
17344
17345 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17346 -
17347   type: "plot"
17348   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17349   algorithm: "plot_latency_error_bars"
17350   output-file-type: ".html"
17351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17352   data: "plot-vpp-throughput-latency-3n-hsw"
17353   filter: "'NIC_Intel-X710' and
17354            '64B' and
17355            ('IP4BASE' or
17356             'POLICE_MARK' or
17357             'COPWHLIST' or
17358             ('NAT44' and 'BASE') or
17359             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17360            'NDRPDR' and
17361            '1T1C' and
17362            'IP4FWD' and
17363            not 'IPSEC' and
17364            not 'VHOST'"
17365   parameters:
17366   - "latency"
17367   - "parent"
17368   - "tags"
17369   sort:
17370   - "IP4BASE"
17371   - "NAT44"
17372   - "POLICE_MARK"
17373   - "COPWHLIST"
17374   - "IACL"
17375   - "OACL"
17376   layout:
17377     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17378     layout: "plot-latency"
17379
17380 -
17381   type: "plot"
17382   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17383   algorithm: "plot_latency_error_bars"
17384   output-file-type: ".html"
17385   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17386   data: "plot-vpp-throughput-latency-3n-hsw"
17387   filter: "'NIC_Intel-X710' and
17388            '64B' and
17389            ('IP4BASE' or
17390             'POLICE_MARK' or
17391             'COPWHLIST' or
17392             ('NAT44' and 'BASE') or
17393             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17394            'NDRPDR' and
17395            '2T2C' and
17396            'IP4FWD' and
17397            not 'IPSEC' and
17398            not 'VHOST'"
17399   parameters:
17400   - "latency"
17401   - "parent"
17402   - "tags"
17403   sort:
17404   - "IP4BASE"
17405   - "NAT44"
17406   - "POLICE_MARK"
17407   - "COPWHLIST"
17408   - "IACL"
17409   - "OACL"
17410   layout:
17411     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17412     layout: "plot-latency"
17413
17414 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17415 -
17416   type: "plot"
17417   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17418   algorithm: "plot_latency_error_bars"
17419   output-file-type: ".html"
17420   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17421   data: "plot-vpp-throughput-latency-3n-hsw"
17422   filter: "'NIC_Intel-X710' and
17423            '64B' and
17424            'NDRPDR' and
17425            '1T1C' and
17426            'IP4FWD' and
17427            'NAT44' and
17428            not 'IPSEC' and
17429            not 'VHOST'"
17430   parameters:
17431   - "latency"
17432   - "parent"
17433   - "tags"
17434   sort:
17435   - "BASE"
17436   - "BASE"
17437   - "SRC_USER_10"
17438   - "SRC_USER_100"
17439   - "SRC_USER_1000"
17440   - "SRC_USER_2000"
17441   layout:
17442     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17443     layout: "plot-latency"
17444
17445 -
17446   type: "plot"
17447   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17448   algorithm: "plot_latency_error_bars"
17449   output-file-type: ".html"
17450   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17451   data: "plot-vpp-throughput-latency-3n-hsw"
17452   filter: "'NIC_Intel-X710' and
17453            '64B' and
17454            'NDRPDR' and
17455            '2T2C' and
17456            'IP4FWD' and
17457            'NAT44' and
17458            not 'IPSEC' and
17459            not 'VHOST'"
17460   parameters:
17461   - "latency"
17462   - "parent"
17463   - "tags"
17464   sort:
17465   - "BASE"
17466   - "BASE"
17467   - "SRC_USER_10"
17468   - "SRC_USER_100"
17469   - "SRC_USER_1000"
17470   - "SRC_USER_2000"
17471   layout:
17472     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17473     layout: "plot-latency"
17474
17475 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17476 -
17477   type: "plot"
17478   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17479   algorithm: "plot_latency_error_bars"
17480   output-file-type: ".html"
17481   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17482   data: "plot-vpp-throughput-latency-3n-hsw"
17483   filter: "'NIC_Intel-X710' and
17484            '64B' and
17485            'NDRPDR' and
17486            '1T1C' and
17487            'IP4FWD' and
17488            'IACL' and
17489            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17490            not 'IPSEC' and
17491            not 'VHOST'"
17492   parameters:
17493   - "latency"
17494   - "parent"
17495   - "tags"
17496   sort:
17497   - "ACL_STATELESS"
17498   - "ACL_STATEFUL"
17499   - "ACL_STATELESS"
17500   - "ACL_STATEFUL"
17501   layout:
17502     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17503     layout: "plot-latency"
17504
17505 -
17506   type: "plot"
17507   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17508   algorithm: "plot_latency_error_bars"
17509   output-file-type: ".html"
17510   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17511   data: "plot-vpp-throughput-latency-3n-hsw"
17512   filter: "'NIC_Intel-X710' and
17513            '64B' and
17514            'NDRPDR' and
17515            '2T2C' and
17516            'IP4FWD' and
17517            'IACL' and
17518            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17519            not 'IPSEC' and
17520            not 'VHOST'"
17521   parameters:
17522   - "latency"
17523   - "parent"
17524   - "tags"
17525   sort:
17526   - "ACL_STATELESS"
17527   - "ACL_STATEFUL"
17528   - "ACL_STATELESS"
17529   - "ACL_STATEFUL"
17530   layout:
17531     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17532     layout: "plot-latency"
17533
17534 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17535 -
17536   type: "plot"
17537   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17538   algorithm: "plot_latency_error_bars"
17539   output-file-type: ".html"
17540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17541   data: "plot-vpp-throughput-latency-3n-hsw"
17542   filter: "'NIC_Intel-X710' and
17543            '64B' and
17544            'NDRPDR' and
17545            '1T1C' and
17546            'IP4FWD' and
17547            'OACL' and
17548            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17549            not 'IPSEC' and
17550            not 'VHOST'"
17551   parameters:
17552   - "latency"
17553   - "parent"
17554   - "tags"
17555   sort:
17556   - "ACL_STATELESS"
17557   - "ACL_STATEFUL"
17558   - "ACL_STATELESS"
17559   - "ACL_STATEFUL"
17560   layout:
17561     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17562     layout: "plot-latency"
17563
17564 -
17565   type: "plot"
17566   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17567   algorithm: "plot_latency_error_bars"
17568   output-file-type: ".html"
17569   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17570   data: "plot-vpp-throughput-latency-3n-hsw"
17571   filter: "'NIC_Intel-X710' and
17572            '64B' and
17573            'NDRPDR' and
17574            '2T2C' and
17575            'IP4FWD' and
17576            'OACL' and
17577            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17578            not 'IPSEC' and
17579            not 'VHOST'"
17580   parameters:
17581   - "latency"
17582   - "parent"
17583   - "tags"
17584   sort:
17585   - "ACL_STATELESS"
17586   - "ACL_STATEFUL"
17587   - "ACL_STATELESS"
17588   - "ACL_STATEFUL"
17589   layout:
17590     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17591     layout: "plot-latency"
17592
17593 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17594 -
17595   type: "plot"
17596   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17597   algorithm: "plot_latency_error_bars"
17598   output-file-type: ".html"
17599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17600   data: "plot-vpp-throughput-latency-3n-hsw"
17601   filter: "'NIC_Intel-XL710' and
17602            '64B' and
17603            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17604            'NDRPDR' and
17605            '1T1C' and
17606            'IP4FWD' and
17607            not 'IPSEC' and
17608            not 'VHOST'"
17609   parameters:
17610   - "latency"
17611   - "parent"
17612   - "tags"
17613   sort:
17614   - "IP4BASE"
17615   - "FIB_20K"
17616   - "FIB_200K"
17617   - "FIB_2M"
17618   layout:
17619     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17620     layout: "plot-latency"
17621
17622 -
17623   type: "plot"
17624   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17625   algorithm: "plot_latency_error_bars"
17626   output-file-type: ".html"
17627   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17628   data: "plot-vpp-throughput-latency-3n-hsw"
17629   filter: "'NIC_Intel-XL710' and
17630            '64B' and
17631            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17632            'NDRPDR' and
17633            '2T2C' and
17634            'IP4FWD' and
17635            not 'IPSEC' and
17636            not 'VHOST'"
17637   parameters:
17638   - "latency"
17639   - "parent"
17640   - "tags"
17641   sort:
17642   - "IP4BASE"
17643   - "FIB_20K"
17644   - "FIB_200K"
17645   - "FIB_2M"
17646   layout:
17647     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17648     layout: "plot-latency"
17649
17650 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17651 -
17652   type: "plot"
17653   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17654   algorithm: "plot_latency_error_bars"
17655   output-file-type: ".html"
17656   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17657   data: "plot-vpp-throughput-latency-3n-skx"
17658   filter: "'NIC_Intel-X710' and
17659            '64B' and
17660            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17661            'NDRPDR' and
17662            '2T1C' and
17663            'IP4FWD' and
17664            not 'IPSEC' and
17665            not 'VHOST'"
17666   parameters:
17667   - "latency"
17668   - "parent"
17669   - "tags"
17670   sort:
17671   - "IP4BASE"
17672   - "FIB_20K"
17673   - "FIB_200K"
17674   - "FIB_2M"
17675   layout:
17676     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17677     layout: "plot-latency"
17678
17679 -
17680   type: "plot"
17681   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17682   algorithm: "plot_latency_error_bars"
17683   output-file-type: ".html"
17684   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17685   data: "plot-vpp-throughput-latency-3n-skx"
17686   filter: "'NIC_Intel-X710' and
17687            '64B' and
17688            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17689            'NDRPDR' and
17690            '4T2C' and
17691            'IP4FWD' and
17692            not 'IPSEC' and
17693            not 'VHOST'"
17694   parameters:
17695   - "latency"
17696   - "parent"
17697   - "tags"
17698   sort:
17699   - "IP4BASE"
17700   - "FIB_20K"
17701   - "FIB_200K"
17702   - "FIB_2M"
17703   layout:
17704     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17705     layout: "plot-latency"
17706
17707 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17708 -
17709   type: "plot"
17710   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17711   algorithm: "plot_latency_error_bars"
17712   output-file-type: ".html"
17713   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17714   data: "plot-vpp-throughput-latency-3n-skx"
17715   filter: "'NIC_Intel-X710' and
17716            '64B' and
17717            ('IP4BASE' or
17718             'POLICE_MARK' or
17719             'COPWHLIST' or
17720             ('NAT44' and 'BASE') or
17721             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17722            'NDRPDR' and
17723            '2T1C' and
17724            'IP4FWD' and
17725            not 'IPSEC' and
17726            not 'VHOST'"
17727   parameters:
17728   - "latency"
17729   - "parent"
17730   - "tags"
17731   sort:
17732   - "IP4BASE"
17733   - "NAT44"
17734   - "POLICE_MARK"
17735   - "COPWHLIST"
17736   - "IACL"
17737   - "OACL"
17738   layout:
17739     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17740     layout: "plot-latency"
17741
17742 -
17743   type: "plot"
17744   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17745   algorithm: "plot_latency_error_bars"
17746   output-file-type: ".html"
17747   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17748   data: "plot-vpp-throughput-latency-3n-skx"
17749   filter: "'NIC_Intel-X710' and
17750            '64B' and
17751            ('IP4BASE' or
17752             'POLICE_MARK' or
17753             'COPWHLIST' or
17754             ('NAT44' and 'BASE') or
17755             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17756            'NDRPDR' and
17757            '4T2C' and
17758            'IP4FWD' and
17759            not 'IPSEC' and
17760            not 'VHOST'"
17761   parameters:
17762   - "latency"
17763   - "parent"
17764   - "tags"
17765   sort:
17766   - "IP4BASE"
17767   - "NAT44"
17768   - "POLICE_MARK"
17769   - "COPWHLIST"
17770   - "IACL"
17771   - "OACL"
17772   layout:
17773     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17774     layout: "plot-latency"
17775
17776 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17777 -
17778   type: "plot"
17779   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17780   algorithm: "plot_latency_error_bars"
17781   output-file-type: ".html"
17782   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17783   data: "plot-vpp-throughput-latency-3n-skx"
17784   filter: "'NIC_Intel-X710' and
17785            '64B' and
17786            'NDRPDR' and
17787            '2T1C' and
17788            'IP4FWD' and
17789            'NAT44' and
17790            not 'IPSEC' and
17791            not 'VHOST'"
17792   parameters:
17793   - "latency"
17794   - "parent"
17795   - "tags"
17796   sort:
17797   - "BASE"
17798   - "BASE"
17799   - "SRC_USER_10"
17800   - "SRC_USER_100"
17801   - "SRC_USER_1000"
17802   - "SRC_USER_2000"
17803   layout:
17804     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17805     layout: "plot-latency"
17806
17807 -
17808   type: "plot"
17809   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17810   algorithm: "plot_latency_error_bars"
17811   output-file-type: ".html"
17812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17813   data: "plot-vpp-throughput-latency-3n-skx"
17814   filter: "'NIC_Intel-X710' and
17815            '64B' and
17816            'NDRPDR' and
17817            '4T2C' and
17818            'IP4FWD' and
17819            'NAT44' and
17820            not 'IPSEC' and
17821            not 'VHOST'"
17822   parameters:
17823   - "latency"
17824   - "parent"
17825   - "tags"
17826   sort:
17827   - "BASE"
17828   - "BASE"
17829   - "SRC_USER_10"
17830   - "SRC_USER_100"
17831   - "SRC_USER_1000"
17832   - "SRC_USER_2000"
17833   layout:
17834     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17835     layout: "plot-latency"
17836
17837 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17838 -
17839   type: "plot"
17840   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17841   algorithm: "plot_latency_error_bars"
17842   output-file-type: ".html"
17843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17844   data: "plot-vpp-throughput-latency-3n-skx"
17845   filter: "'NIC_Intel-X710' and
17846            '64B' and
17847            'NDRPDR' and
17848            '2T1C' and
17849            'IP4FWD' and
17850            'IACL' and
17851            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17852            not 'IPSEC' and
17853            not 'VHOST'"
17854   parameters:
17855   - "latency"
17856   - "parent"
17857   - "tags"
17858   sort:
17859   - "ACL_STATELESS"
17860   - "ACL_STATEFUL"
17861   - "ACL_STATELESS"
17862   - "ACL_STATEFUL"
17863   layout:
17864     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17865     layout: "plot-latency"
17866
17867 -
17868   type: "plot"
17869   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17870   algorithm: "plot_latency_error_bars"
17871   output-file-type: ".html"
17872   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17873   data: "plot-vpp-throughput-latency-3n-skx"
17874   filter: "'NIC_Intel-X710' and
17875            '64B' and
17876            'NDRPDR' and
17877            '4T2C' and
17878            'IP4FWD' and
17879            'IACL' and
17880            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17881            not 'IPSEC' and
17882            not 'VHOST'"
17883   parameters:
17884   - "latency"
17885   - "parent"
17886   - "tags"
17887   sort:
17888   - "ACL_STATELESS"
17889   - "ACL_STATEFUL"
17890   - "ACL_STATELESS"
17891   - "ACL_STATEFUL"
17892   layout:
17893     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17894     layout: "plot-latency"
17895
17896 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17897 -
17898   type: "plot"
17899   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17900   algorithm: "plot_latency_error_bars"
17901   output-file-type: ".html"
17902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17903   data: "plot-vpp-throughput-latency-3n-skx"
17904   filter: "'NIC_Intel-X710' and
17905            '64B' and
17906            'NDRPDR' and
17907            '2T1C' and
17908            'IP4FWD' and
17909            'OACL' and
17910            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17911            not 'IPSEC' and
17912            not 'VHOST'"
17913   parameters:
17914   - "latency"
17915   - "parent"
17916   - "tags"
17917   sort:
17918   - "ACL_STATELESS"
17919   - "ACL_STATEFUL"
17920   - "ACL_STATELESS"
17921   - "ACL_STATEFUL"
17922   layout:
17923     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17924     layout: "plot-latency"
17925
17926 -
17927   type: "plot"
17928   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17929   algorithm: "plot_latency_error_bars"
17930   output-file-type: ".html"
17931   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17932   data: "plot-vpp-throughput-latency-3n-skx"
17933   filter: "'NIC_Intel-X710' and
17934            '64B' and
17935            'NDRPDR' and
17936            '4T2C' and
17937            'IP4FWD' and
17938            'OACL' and
17939            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17940            not 'IPSEC' and
17941            not 'VHOST'"
17942   parameters:
17943   - "latency"
17944   - "parent"
17945   - "tags"
17946   sort:
17947   - "ACL_STATELESS"
17948   - "ACL_STATEFUL"
17949   - "ACL_STATELESS"
17950   - "ACL_STATEFUL"
17951   layout:
17952     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
17953     layout: "plot-latency"
17954
17955 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
17956 -
17957   type: "plot"
17958   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17959   algorithm: "plot_latency_error_bars"
17960   output-file-type: ".html"
17961   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17962   data: "plot-vpp-throughput-latency-2n-skx"
17963   filter: "'NIC_Intel-X710' and
17964            '64B' and
17965            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17966            'NDRPDR' and
17967            '2T1C' and
17968            'IP4FWD' and
17969            not 'IPSEC' and
17970            not 'VHOST'"
17971   parameters:
17972   - "latency"
17973   - "parent"
17974   - "tags"
17975   sort:
17976   - "IP4BASE"
17977   - "FIB_20K"
17978   - "FIB_200K"
17979   - "FIB_2M"
17980   layout:
17981     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17982     layout: "plot-latency"
17983
17984 -
17985   type: "plot"
17986   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17987   algorithm: "plot_latency_error_bars"
17988   output-file-type: ".html"
17989   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17990   data: "plot-vpp-throughput-latency-2n-skx"
17991   filter: "'NIC_Intel-X710' and
17992            '64B' and
17993            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17994            'NDRPDR' and
17995            '4T2C' and
17996            'IP4FWD' and
17997            not 'IPSEC' and
17998            not 'VHOST'"
17999   parameters:
18000   - "latency"
18001   - "parent"
18002   - "tags"
18003   sort:
18004   - "IP4BASE"
18005   - "FIB_20K"
18006   - "FIB_200K"
18007   - "FIB_2M"
18008   layout:
18009     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18010     layout: "plot-latency"
18011
18012 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
18013 -
18014   type: "plot"
18015   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18016   algorithm: "plot_latency_error_bars"
18017   output-file-type: ".html"
18018   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18019   data: "plot-vpp-throughput-latency-2n-skx"
18020   filter: "'NIC_Intel-XXV710' and
18021            '64B' and
18022            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18023            'NDRPDR' and
18024            '2T1C' and
18025            'IP4FWD' and
18026            not 'IPSEC' and
18027            not 'VHOST'"
18028   parameters:
18029   - "latency"
18030   - "parent"
18031   - "tags"
18032   sort:
18033   - "IP4BASE"
18034   - "FIB_20K"
18035   - "FIB_200K"
18036   - "FIB_2M"
18037   layout:
18038     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18039     layout: "plot-latency"
18040
18041 -
18042   type: "plot"
18043   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18044   algorithm: "plot_latency_error_bars"
18045   output-file-type: ".html"
18046   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18047   data: "plot-vpp-throughput-latency-2n-skx"
18048   filter: "'NIC_Intel-XXV710' and
18049            '64B' and
18050            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18051            'NDRPDR' and
18052            '4T2C' and
18053            'IP4FWD' and
18054            not 'IPSEC' and
18055            not 'VHOST'"
18056   parameters:
18057   - "latency"
18058   - "parent"
18059   - "tags"
18060   sort:
18061   - "IP4BASE"
18062   - "FIB_20K"
18063   - "FIB_200K"
18064   - "FIB_2M"
18065   layout:
18066     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18067     layout: "plot-latency"
18068
18069 ################################################################################
18070
18071 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
18072 -
18073   type: "plot"
18074   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18075   algorithm: "plot_latency_error_bars"
18076   output-file-type: ".html"
18077   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18078   data: "plot-vpp-throughput-latency-3n-hsw"
18079   filter: "'NIC_Intel-X520-DA2' and
18080            '64B' and
18081            'ENCAP' and
18082            'NDRPDR' and
18083            '1T1C' and
18084            'VXLAN' and
18085            'L2BDMACLRN' and
18086            not 'VHOST' and
18087            not 'IPSECHW'"
18088   parameters:
18089   - "latency"
18090   - "parent"
18091   - "tags"
18092   sort:
18093   - "not DOT1Q"
18094   - "VXLAN_1"
18095   - "VXLAN_10"
18096   - "VXLAN_100"
18097   - "VXLAN_1000"
18098   layout:
18099     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18100     layout: "plot-latency"
18101
18102 -
18103   type: "plot"
18104   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18105   algorithm: "plot_latency_error_bars"
18106   output-file-type: ".html"
18107   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18108   data: "plot-vpp-throughput-latency-3n-hsw"
18109   filter: "'NIC_Intel-X520-DA2' and
18110            '64B' and
18111            'ENCAP' and
18112            'NDRPDR' and
18113            '2T2C' and
18114            'VXLAN' and
18115            'L2BDMACLRN' and
18116            not 'VHOST' and
18117            not 'IPSECHW'"
18118   parameters:
18119   - "latency"
18120   - "parent"
18121   - "tags"
18122   sort:
18123   - "not DOT1Q"
18124   - "VXLAN_1"
18125   - "VXLAN_10"
18126   - "VXLAN_100"
18127   - "VXLAN_1000"
18128   layout:
18129     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18130     layout: "plot-latency"
18131
18132 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18133 -
18134   type: "plot"
18135   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18136   algorithm: "plot_latency_error_bars"
18137   output-file-type: ".html"
18138   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18139   data: "plot-vpp-throughput-latency-3n-hsw"
18140   filter: "'NIC_Intel-X520-DA2' and
18141            '64B' and
18142            'ENCAP' and
18143            'NDRPDR' and
18144            '1T1C' and
18145            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18146            not 'DOT1Q' and
18147            not 'VHOST' and
18148            not 'IPSECHW'"
18149   parameters:
18150   - "latency"
18151   - "parent"
18152   - "tags"
18153   sort:
18154   - "L2BDMACLRN"
18155   - "L2XCFWD"
18156   - "LISP"
18157   layout:
18158     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18159     layout: "plot-latency"
18160
18161 -
18162   type: "plot"
18163   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18164   algorithm: "plot_latency_error_bars"
18165   output-file-type: ".html"
18166   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18167   data: "plot-vpp-throughput-latency-3n-hsw"
18168   filter: "'NIC_Intel-X520-DA2' and
18169            '64B' and
18170            'ENCAP' and
18171            'NDRPDR' and
18172            '2T2C' and
18173            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18174            not 'DOT1Q' and
18175            not 'VHOST' and
18176            not 'IPSECHW'"
18177   parameters:
18178   - "latency"
18179   - "parent"
18180   - "tags"
18181   sort:
18182   - "L2BDMACLRN"
18183   - "L2XCFWD"
18184   - "LISP"
18185   layout:
18186     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18187     layout: "plot-latency"
18188
18189 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18190 -
18191   type: "plot"
18192   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18193   algorithm: "plot_latency_error_bars"
18194   output-file-type: ".html"
18195   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18196   data: "plot-vpp-throughput-latency-3n-hsw"
18197   filter: "'NIC_Intel-X710' and
18198            '64B' and
18199            'ENCAP' and
18200            'NDRPDR' and
18201            '1T1C' and
18202            'VXLAN' and
18203            'L2BDMACLRN' and
18204            not 'VHOST' and
18205            not 'IPSECHW'"
18206   parameters:
18207   - "latency"
18208   - "parent"
18209   - "tags"
18210   sort:
18211   - "not DOT1Q"
18212   - "VXLAN_1"
18213   - "VXLAN_10"
18214   - "VXLAN_100"
18215   - "VXLAN_1000"
18216   layout:
18217     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18218     layout: "plot-latency"
18219
18220 -
18221   type: "plot"
18222   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18223   algorithm: "plot_latency_error_bars"
18224   output-file-type: ".html"
18225   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18226   data: "plot-vpp-throughput-latency-3n-hsw"
18227   filter: "'NIC_Intel-X710' and
18228            '64B' and
18229            'ENCAP' and
18230            'NDRPDR' and
18231            '2T2C' and
18232            'VXLAN' and
18233            'L2BDMACLRN' and
18234            not 'VHOST' and
18235            not 'IPSECHW'"
18236   parameters:
18237   - "latency"
18238   - "parent"
18239   - "tags"
18240   sort:
18241   - "not DOT1Q"
18242   - "VXLAN_1"
18243   - "VXLAN_10"
18244   - "VXLAN_100"
18245   - "VXLAN_1000"
18246   layout:
18247     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18248     layout: "plot-latency"
18249
18250 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18251 -
18252   type: "plot"
18253   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18254   algorithm: "plot_latency_error_bars"
18255   output-file-type: ".html"
18256   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18257   data: "plot-vpp-throughput-latency-3n-hsw"
18258   filter: "'NIC_Intel-X710' and
18259            '64B' and
18260            'ENCAP' and
18261            'NDRPDR' and
18262            '1T1C' and
18263            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18264            not 'DOT1Q' and
18265            not 'VHOST' and
18266            not 'IPSECHW'"
18267   parameters:
18268   - "latency"
18269   - "parent"
18270   - "tags"
18271   sort:
18272   - "L2BDMACLRN"
18273   - "L2XCFWD"
18274   - "LISP"
18275   layout:
18276     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18277     layout: "plot-latency"
18278
18279 -
18280   type: "plot"
18281   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18282   algorithm: "plot_latency_error_bars"
18283   output-file-type: ".html"
18284   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18285   data: "plot-vpp-throughput-latency-3n-hsw"
18286   filter: "'NIC_Intel-X710' and
18287            '64B' and
18288            'ENCAP' and
18289            'NDRPDR' and
18290            '2T2C' and
18291            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18292            not 'DOT1Q' and
18293            not 'VHOST' and
18294            not 'IPSECHW'"
18295   parameters:
18296   - "latency"
18297   - "parent"
18298   - "tags"
18299   sort:
18300   - "L2BDMACLRN"
18301   - "L2XCFWD"
18302   - "LISP"
18303   layout:
18304     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18305     layout: "plot-latency"
18306
18307 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18308 -
18309   type: "plot"
18310   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18311   algorithm: "plot_latency_error_bars"
18312   output-file-type: ".html"
18313   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18314   data: "plot-vpp-throughput-latency-3n-skx"
18315   filter: "'NIC_Intel-X710' and
18316            '64B' and
18317            'ENCAP' and
18318            'NDRPDR' and
18319            '2T1C' and
18320            'VXLAN' and
18321            'L2BDMACLRN' and
18322            not 'VHOST' and
18323            not 'IPSECHW'"
18324   parameters:
18325   - "latency"
18326   - "parent"
18327   - "tags"
18328   sort:
18329   - "not DOT1Q"
18330   - "VXLAN_1"
18331   - "VXLAN_10"
18332   - "VXLAN_100"
18333   - "VXLAN_1000"
18334   layout:
18335     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18336     layout: "plot-latency"
18337
18338 -
18339   type: "plot"
18340   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18341   algorithm: "plot_latency_error_bars"
18342   output-file-type: ".html"
18343   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18344   data: "plot-vpp-throughput-latency-3n-skx"
18345   filter: "'NIC_Intel-X710' and
18346            '64B' and
18347            'ENCAP' and
18348            'NDRPDR' and
18349            '4T2C' and
18350            'VXLAN' and
18351            'L2BDMACLRN' and
18352            not 'VHOST' and
18353            not 'IPSECHW'"
18354   parameters:
18355   - "latency"
18356   - "parent"
18357   - "tags"
18358   sort:
18359   - "not DOT1Q"
18360   - "VXLAN_1"
18361   - "VXLAN_10"
18362   - "VXLAN_100"
18363   - "VXLAN_1000"
18364   layout:
18365     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18366     layout: "plot-latency"
18367
18368 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18369 -
18370   type: "plot"
18371   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18372   algorithm: "plot_latency_error_bars"
18373   output-file-type: ".html"
18374   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18375   data: "plot-vpp-throughput-latency-3n-skx"
18376   filter: "'NIC_Intel-X710' and
18377            '64B' and
18378            'ENCAP' and
18379            'NDRPDR' and
18380            '2T1C' and
18381            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18382            not 'DOT1Q' and
18383            not 'VHOST' and
18384            not 'IPSECHW'"
18385   parameters:
18386   - "latency"
18387   - "parent"
18388   - "tags"
18389   sort:
18390   - "L2BDMACLRN"
18391   - "L2XCFWD"
18392   - "LISP"
18393   layout:
18394     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18395     layout: "plot-latency"
18396
18397 -
18398   type: "plot"
18399   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18400   algorithm: "plot_latency_error_bars"
18401   output-file-type: ".html"
18402   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18403   data: "plot-vpp-throughput-latency-3n-skx"
18404   filter: "'NIC_Intel-X710' and
18405            '64B' and
18406            'ENCAP' and
18407            'NDRPDR' and
18408            '4T2C' and
18409            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18410            not 'DOT1Q' and
18411            not 'VHOST' and
18412            not 'IPSECHW'"
18413   parameters:
18414   - "latency"
18415   - "parent"
18416   - "tags"
18417   sort:
18418   - "L2BDMACLRN"
18419   - "L2XCFWD"
18420   - "LISP"
18421   layout:
18422     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18423     layout: "plot-latency"
18424
18425 ################################################################################
18426
18427 # Packet Latency - VPP IPv6 3n-hsw-x520
18428 -
18429   type: "plot"
18430   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18431   algorithm: "plot_latency_error_bars"
18432   output-file-type: ".html"
18433   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18434   data: "plot-vpp-throughput-latency-3n-hsw"
18435   filter: "'NIC_Intel-X520-DA2' and
18436            '78B' and
18437            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18438            'NDRPDR' and
18439            '1T1C' and
18440            'IP6FWD' and
18441            not 'SRv6' and
18442            not 'IPSEC' and
18443            not 'VHOST'"
18444   parameters:
18445   - "latency"
18446   - "parent"
18447   - "tags"
18448   sort:
18449   - "IP6BASE"
18450   - "FIB_20K"
18451   - "FIB_200K"
18452   - "FIB_2M"
18453   layout:
18454     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18455     layout: "plot-latency"
18456
18457 -
18458   type: "plot"
18459   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18460   algorithm: "plot_latency_error_bars"
18461   output-file-type: ".html"
18462   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18463   data: "plot-vpp-throughput-latency-3n-hsw"
18464   filter: "'NIC_Intel-X520-DA2' and
18465            '78B' and
18466            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18467            'NDRPDR' and
18468            '2T2C' and
18469            'IP6FWD' and
18470            not 'SRv6' and
18471            not 'IPSEC' and
18472            not 'VHOST'"
18473   parameters:
18474   - "latency"
18475   - "parent"
18476   - "tags"
18477   sort:
18478   - "IP6BASE"
18479   - "FIB_20K"
18480   - "FIB_200K"
18481   - "FIB_2M"
18482   layout:
18483     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18484     layout: "plot-latency"
18485
18486 # Packet Latency - VPP IPv6 3n-hsw-x710
18487 -
18488   type: "plot"
18489   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18490   algorithm: "plot_latency_error_bars"
18491   output-file-type: ".html"
18492   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18493   data: "plot-vpp-throughput-latency-3n-hsw"
18494   filter: "'NIC_Intel-X710' and
18495            '78B' and
18496            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18497            'NDRPDR' and
18498            '1T1C' and
18499            'IP6FWD' and
18500            not 'SRv6' and
18501            not 'IPSEC' and
18502            not 'VHOST'"
18503   parameters:
18504   - "latency"
18505   - "parent"
18506   - "tags"
18507   sort:
18508   - "IP6BASE"
18509   - "FIB_20K"
18510   - "FIB_200K"
18511   - "FIB_2M"
18512   layout:
18513     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18514     layout: "plot-latency"
18515
18516 -
18517   type: "plot"
18518   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18519   algorithm: "plot_latency_error_bars"
18520   output-file-type: ".html"
18521   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18522   data: "plot-vpp-throughput-latency-3n-hsw"
18523   filter: "'NIC_Intel-X710' and
18524            '78B' and
18525            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18526            'NDRPDR' and
18527            '2T2C' and
18528            'IP6FWD' and
18529            not 'SRv6' and
18530            not 'IPSEC' and
18531            not 'VHOST'"
18532   parameters:
18533   - "latency"
18534   - "parent"
18535   - "tags"
18536   sort:
18537   - "IP6BASE"
18538   - "FIB_20K"
18539   - "FIB_200K"
18540   - "FIB_2M"
18541   layout:
18542     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18543     layout: "plot-latency"
18544
18545 # Packet Latency - VPP IPv6 3n-hsw-xl710
18546 -
18547   type: "plot"
18548   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18549   algorithm: "plot_latency_error_bars"
18550   output-file-type: ".html"
18551   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18552   data: "plot-vpp-throughput-latency-3n-hsw"
18553   filter: "'NIC_Intel-XL710' and
18554            '78B' and
18555            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18556            'NDRPDR' and
18557            '1T1C' and
18558            'IP6FWD' and
18559            not 'SRv6' and
18560            not 'IPSEC' and
18561            not 'VHOST'"
18562   parameters:
18563   - "latency"
18564   - "parent"
18565   - "tags"
18566   sort:
18567   - "IP6BASE"
18568   - "FIB_20K"
18569   - "FIB_200K"
18570   - "FIB_2M"
18571   layout:
18572     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18573     layout: "plot-latency"
18574
18575 -
18576   type: "plot"
18577   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18578   algorithm: "plot_latency_error_bars"
18579   output-file-type: ".html"
18580   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18581   data: "plot-vpp-throughput-latency-3n-hsw"
18582   filter: "'NIC_Intel-XL710' and
18583            '78B' and
18584            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18585            'NDRPDR' and
18586            '2T2C' and
18587            'IP6FWD' and
18588            not 'SRv6' and
18589            not 'IPSEC' and
18590            not 'VHOST'"
18591   parameters:
18592   - "latency"
18593   - "parent"
18594   - "tags"
18595   sort:
18596   - "IP6BASE"
18597   - "FIB_20K"
18598   - "FIB_200K"
18599   - "FIB_2M"
18600   layout:
18601     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18602     layout: "plot-latency"
18603
18604 # Packet Latency - VPP IPv6 3n-skx-x710
18605 -
18606   type: "plot"
18607   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18608   algorithm: "plot_latency_error_bars"
18609   output-file-type: ".html"
18610   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18611   data: "plot-vpp-throughput-latency-3n-skx"
18612   filter: "'NIC_Intel-X710' and
18613            '78B' and
18614            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18615            'NDRPDR' and
18616            '2T1C' and
18617            'IP6FWD' and
18618            not 'SRv6' and
18619            not 'IPSEC' and
18620            not 'VHOST'"
18621   parameters:
18622   - "latency"
18623   - "parent"
18624   - "tags"
18625   sort:
18626   - "IP6BASE"
18627   - "FIB_20K"
18628   - "FIB_200K"
18629   - "FIB_2M"
18630   layout:
18631     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18632     layout: "plot-latency"
18633
18634 -
18635   type: "plot"
18636   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18637   algorithm: "plot_latency_error_bars"
18638   output-file-type: ".html"
18639   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18640   data: "plot-vpp-throughput-latency-3n-skx"
18641   filter: "'NIC_Intel-X710' and
18642            '78B' and
18643            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18644            'NDRPDR' and
18645            '4T2C' and
18646            'IP6FWD' and
18647            not 'SRv6' and
18648            not 'IPSEC' and
18649            not 'VHOST'"
18650   parameters:
18651   - "latency"
18652   - "parent"
18653   - "tags"
18654   sort:
18655   - "IP6BASE"
18656   - "FIB_20K"
18657   - "FIB_200K"
18658   - "FIB_2M"
18659   layout:
18660     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18661     layout: "plot-latency"
18662
18663 # Packet Latency - VPP IPv6 2n-skx-x710
18664 -
18665   type: "plot"
18666   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18667   algorithm: "plot_latency_error_bars"
18668   output-file-type: ".html"
18669   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18670   data: "plot-vpp-throughput-latency-2n-skx"
18671   filter: "'NIC_Intel-X710' and
18672            '78B' and
18673            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18674            'NDRPDR' and
18675            '2T1C' and
18676            'IP6FWD' and
18677            not 'SRv6' and
18678            not 'IPSEC' and
18679            not 'VHOST'"
18680   parameters:
18681   - "latency"
18682   - "parent"
18683   - "tags"
18684   sort:
18685   - "IP6BASE"
18686   - "FIB_20K"
18687   - "FIB_200K"
18688   - "FIB_2M"
18689   layout:
18690     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18691     layout: "plot-latency"
18692
18693 -
18694   type: "plot"
18695   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18696   algorithm: "plot_latency_error_bars"
18697   output-file-type: ".html"
18698   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18699   data: "plot-vpp-throughput-latency-2n-skx"
18700   filter: "'NIC_Intel-X710' and
18701            '78B' and
18702            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18703            'NDRPDR' and
18704            '4T2C' and
18705            'IP6FWD' and
18706            not 'SRv6' and
18707            not 'IPSEC' and
18708            not 'VHOST'"
18709   parameters:
18710   - "latency"
18711   - "parent"
18712   - "tags"
18713   sort:
18714   - "IP6BASE"
18715   - "FIB_20K"
18716   - "FIB_200K"
18717   - "FIB_2M"
18718   layout:
18719     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18720     layout: "plot-latency"
18721
18722 # Packet Latency - VPP IPv6 2n-skx-xxv710
18723 -
18724   type: "plot"
18725   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18726   algorithm: "plot_latency_error_bars"
18727   output-file-type: ".html"
18728   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18729   data: "plot-vpp-throughput-latency-2n-skx"
18730   filter: "'NIC_Intel-XXV710' and
18731            '78B' and
18732            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18733            'NDRPDR' and
18734            '2T1C' and
18735            'IP6FWD' and
18736            not 'SRv6' and
18737            not 'IPSEC' and
18738            not 'VHOST'"
18739   parameters:
18740   - "latency"
18741   - "parent"
18742   - "tags"
18743   sort:
18744   - "IP6BASE"
18745   - "FIB_20K"
18746   - "FIB_200K"
18747   - "FIB_2M"
18748   layout:
18749     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18750     layout: "plot-latency"
18751
18752 -
18753   type: "plot"
18754   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18755   algorithm: "plot_latency_error_bars"
18756   output-file-type: ".html"
18757   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18758   data: "plot-vpp-throughput-latency-2n-skx"
18759   filter: "'NIC_Intel-XXV710' and
18760            '78B' and
18761            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18762            'NDRPDR' and
18763            '4T2C' and
18764            'IP6FWD' and
18765            not 'SRv6' and
18766            not 'IPSEC' and
18767            not 'VHOST'"
18768   parameters:
18769   - "latency"
18770   - "parent"
18771   - "tags"
18772   sort:
18773   - "IP6BASE"
18774   - "FIB_20K"
18775   - "FIB_200K"
18776   - "FIB_2M"
18777   layout:
18778     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18779     layout: "plot-latency"
18780
18781 ################################################################################
18782
18783 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18784 -
18785   type: "plot"
18786   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18787   algorithm: "plot_latency_error_bars"
18788   output-file-type: ".html"
18789   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18790   data: "plot-vpp-throughput-latency-3n-hsw"
18791   filter: "'NIC_Intel-X520-DA2' and
18792            '78B' and
18793            'ENCAP' and
18794            'NDRPDR' and
18795            '1T1C' and
18796            'LISP' and
18797            not 'VHOST'"
18798   parameters:
18799   - "latency"
18800   - "parent"
18801   - "tags"
18802   sort:
18803   - "IP4UNRLAY"
18804   - "IP6UNRLAY"
18805   layout:
18806     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18807     layout: "plot-latency"
18808
18809 -
18810   type: "plot"
18811   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18812   algorithm: "plot_latency_error_bars"
18813   output-file-type: ".html"
18814   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18815   data: "plot-vpp-throughput-latency-3n-hsw"
18816   filter: "'NIC_Intel-X520-DA2' and
18817            '78B' and
18818            'ENCAP' and
18819            'NDRPDR' and
18820            '2T2C' and
18821            'LISP' and
18822            not 'VHOST'"
18823   parameters:
18824   - "latency"
18825   - "parent"
18826   - "tags"
18827   sort:
18828   - "IP4UNRLAY"
18829   - "IP6UNRLAY"
18830   layout:
18831     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18832     layout: "plot-latency"
18833
18834 ################################################################################
18835
18836 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18837 -
18838   type: "plot"
18839   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18840   algorithm: "plot_latency_error_bars"
18841   output-file-type: ".html"
18842   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18843   data: "plot-vpp-throughput-latency-3n-hsw"
18844   filter: "'NIC_Intel-XL710' and
18845            '64B' and
18846            'IP4FWD' and
18847            'NDRPDR' and
18848            'BASE' and
18849            '1T1C' and
18850            'IPSECHW' and
18851            ('IPSECTRAN' or 'IPSECTUN') and
18852            not 'VHOST'"
18853   parameters:
18854   - "latency"
18855   - "parent"
18856   - "tags"
18857   layout:
18858     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18859     layout: "plot-latency"
18860
18861 -
18862   type: "plot"
18863   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18864   algorithm: "plot_latency_error_bars"
18865   output-file-type: ".html"
18866   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18867   data: "plot-vpp-throughput-latency-3n-hsw"
18868   filter: "'NIC_Intel-XL710' and
18869            '64B' and
18870            'IP4FWD' and
18871            'NDRPDR' and
18872            'BASE' and
18873            '2T2C' and
18874            'IPSECHW' and
18875            ('IPSECTRAN' or 'IPSECTUN') and
18876            not 'VHOST'"
18877   parameters:
18878   - "latency"
18879   - "parent"
18880   - "tags"
18881   layout:
18882     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18883     layout: "plot-latency"
18884
18885 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18886 -
18887   type: "plot"
18888   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18889   algorithm: "plot_latency_error_bars"
18890   output-file-type: ".html"
18891   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18892   data: "plot-vpp-throughput-latency-3n-hsw"
18893   filter: "'NIC_Intel-XL710' and
18894            '64B' and
18895            'IP4FWD' and
18896            'NDRPDR' and
18897            'SCALE' and
18898            '1T1C' and
18899            'IPSECHW' and
18900            ('IPSECTRAN' or 'IPSECTUN') and
18901            not 'VHOST'"
18902   parameters:
18903   - "latency"
18904   - "parent"
18905   - "tags"
18906   layout:
18907     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
18908     layout: "plot-latency"
18909
18910 -
18911   type: "plot"
18912   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18913   algorithm: "plot_latency_error_bars"
18914   output-file-type: ".html"
18915   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18916   data: "plot-vpp-throughput-latency-3n-hsw"
18917   filter: "'NIC_Intel-XL710' and
18918            '64B' and
18919            'IP4FWD' and
18920            'NDRPDR' and
18921            'SCALE' and
18922            '2T2C' and
18923            'IPSECHW' and
18924            ('IPSECTRAN' or 'IPSECTUN') and
18925            not 'VHOST'"
18926   parameters:
18927   - "latency"
18928   - "parent"
18929   - "tags"
18930   layout:
18931     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18932     layout: "plot-latency"
18933
18934 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18935 -
18936   type: "plot"
18937   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18938   algorithm: "plot_latency_error_bars"
18939   output-file-type: ".html"
18940   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18941   data: "plot-vpp-throughput-latency-3n-hsw"
18942   filter: "'NIC_Intel-XL710' and
18943            '64B' and
18944            'IP4FWD' and
18945            'NDRPDR' and
18946            '1T1C' and
18947            'IPSECSW' and
18948            ('IPSECTRAN' or 'IPSECTUN') and
18949            not 'VHOST'"
18950   parameters:
18951   - "latency"
18952   - "parent"
18953   - "tags"
18954   layout:
18955     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
18956     layout: "plot-latency"
18957
18958 -
18959   type: "plot"
18960   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18961   algorithm: "plot_latency_error_bars"
18962   output-file-type: ".html"
18963   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18964   data: "plot-vpp-throughput-latency-3n-hsw"
18965   filter: "'NIC_Intel-XL710' and
18966            '64B' and
18967            'IP4FWD' and
18968            'NDRPDR' and
18969            '2T2C' and
18970            'IPSECSW' and
18971            ('IPSECTRAN' or 'IPSECTUN') and
18972            not 'VHOST'"
18973   parameters:
18974   - "latency"
18975   - "parent"
18976   - "tags"
18977   layout:
18978     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
18979     layout: "plot-latency"
18980
18981 ################################################################################
18982
18983 # Packet Latency - VPP SRv6 3n-hsw-x520
18984 -
18985   type: "plot"
18986   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18987   algorithm: "plot_latency_error_bars"
18988   output-file-type: ".html"
18989   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18990   data: "plot-vpp-throughput-latency-3n-hsw"
18991   filter: "'NIC_Intel-X520-DA2' and
18992            '78B' and
18993            'FEATURE' and
18994            'NDRPDR' and
18995            '1T1C' and
18996            'IP6FWD' and
18997            'SRv6'"
18998   parameters:
18999   - "latency"
19000   - "parent"
19001   - "tags"
19002   layout:
19003     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
19004     layout: "plot-latency"
19005
19006 -
19007   type: "plot"
19008   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19009   algorithm: "plot_latency_error_bars"
19010   output-file-type: ".html"
19011   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19012   data: "plot-vpp-throughput-latency-3n-hsw"
19013   filter: "'NIC_Intel-X520-DA2' and
19014            '78B' and
19015            'FEATURE' and
19016            'NDRPDR' and
19017            '2T2C' and
19018            'IP6FWD' and
19019            'SRv6'"
19020   parameters:
19021   - "latency"
19022   - "parent"
19023   - "tags"
19024   layout:
19025     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
19026     layout: "plot-latency"
19027
19028 ################################################################################
19029
19030 # Packet Latency - VPP vhost ip4 3n-hsw-x520
19031 -
19032   type: "plot"
19033   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19034   algorithm: "plot_latency_error_bars"
19035   output-file-type: ".html"
19036   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19037   data: "plot-vpp-throughput-latency-3n-hsw"
19038   filter: "'NIC_Intel-X520-DA2' and
19039            '64B' and
19040            'NDRPDR' and
19041            'ETH' and
19042            'IP4FWD' and
19043            '1T1C' and
19044            'VHOST_1024' and
19045            not 'VXLAN' and
19046            not 'DOT1Q'"
19047   parameters:
19048   - "latency"
19049   - "parent"
19050   - "tags"
19051   sort:
19052   - "not CFS_OPT"
19053   - "1VM"
19054   - "2VM"
19055   layout:
19056     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19057     layout: "plot-latency"
19058
19059 -
19060   type: "plot"
19061   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19062   algorithm: "plot_latency_error_bars"
19063   output-file-type: ".html"
19064   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19065   data: "plot-vpp-throughput-latency-3n-hsw"
19066   filter: "'NIC_Intel-X520-DA2' and
19067            '64B' and
19068            'NDRPDR' and
19069            'ETH' and
19070            'IP4FWD' and
19071            '2T2C' and
19072            'VHOST_1024' and
19073            not 'VXLAN' and
19074            not 'DOT1Q'"
19075   parameters:
19076   - "latency"
19077   - "parent"
19078   - "tags"
19079   sort:
19080   - "not CFS_OPT"
19081   - "1VM"
19082   - "2VM"
19083   layout:
19084     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19085     layout: "plot-latency"
19086
19087 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
19088 -
19089   type: "plot"
19090   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19091   algorithm: "plot_latency_error_bars"
19092   output-file-type: ".html"
19093   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19094   data: "plot-vpp-throughput-latency-3n-hsw"
19095   filter: "'NIC_Intel-X520-DA2' and
19096            '64B' and
19097            'NDRPDR' and
19098            ('ETH' or 'DOT1Q') and
19099            '1T1C' and
19100            'L2BDMACLRN' and
19101            'VHOST_1024' and
19102            not 'VXLAN' and
19103            not 'IP4FWD' and
19104            not '2VM'"
19105   parameters:
19106   - "latency"
19107   - "parent"
19108   - "tags"
19109 #  sort:
19110 #  - "VM"  # "not CFS_OPT"
19111 #  - "CFS_OPT"
19112 #  - "FIB_10K"
19113 #  - "FIB_100K"
19114 #  - "FIB_1M"
19115   layout:
19116     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19117     layout: "plot-latency"
19118
19119 -
19120   type: "plot"
19121   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19122   algorithm: "plot_latency_error_bars"
19123   output-file-type: ".html"
19124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19125   data: "plot-vpp-throughput-latency-3n-hsw"
19126   filter: "'NIC_Intel-X520-DA2' and
19127            '64B' and
19128            'NDRPDR' and
19129            ('ETH' or 'DOT1Q') and
19130            '2T2C' and
19131            'L2BDMACLRN' and
19132            'VHOST_1024' and
19133            not 'VXLAN' and
19134            not 'IP4FWD' and
19135            not '2VM'"
19136   parameters:
19137   - "latency"
19138   - "parent"
19139   - "tags"
19140 #  sort:
19141 #  - "VM"  # "not CFS_OPT"
19142 #  - "CFS_OPT"
19143 #  - "FIB_10K"
19144 #  - "FIB_100K"
19145 #  - "FIB_1M"
19146   layout:
19147     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19148     layout: "plot-latency"
19149
19150 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19151 -
19152   type: "plot"
19153   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19154   algorithm: "plot_latency_error_bars"
19155   output-file-type: ".html"
19156   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19157   data: "plot-vpp-throughput-latency-3n-hsw"
19158   filter: "'NIC_Intel-X520-DA2' and
19159            '64B' and
19160            'NDRPDR' and
19161            ('ETH' or 'DOT1Q') and
19162            'BASE' and
19163            '1T1C' and
19164            ('L2BDMACLRN' or 'L2XCFWD') and
19165            'VHOST_1024' and
19166            not 'VXLAN' and
19167            not 'IP4FWD' and
19168            not '2VM'"
19169   parameters:
19170   - "latency"
19171   - "parent"
19172   - "tags"
19173 #  sort:
19174 #  - "not CFS_OPT"
19175 #  - "L2XCFWD"
19176 #  - "not CFS_OPT"
19177 #  - "CFS_OPT"
19178   layout:
19179     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19180     layout: "plot-latency"
19181
19182 -
19183   type: "plot"
19184   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19185   algorithm: "plot_latency_error_bars"
19186   output-file-type: ".html"
19187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19188   data: "plot-vpp-throughput-latency-3n-hsw"
19189   filter: "'NIC_Intel-X520-DA2' and
19190            '64B' and
19191            'NDRPDR' and
19192            ('ETH' or 'DOT1Q') and
19193            'BASE' and
19194            '2T2C' and
19195            ('L2BDMACLRN' or 'L2XCFWD') and
19196            'VHOST_1024' and
19197            not 'VXLAN' and
19198            not 'IP4FWD' and
19199            not '2VM'"
19200   parameters:
19201   - "latency"
19202   - "parent"
19203   - "tags"
19204 #  sort:
19205 #  - "not CFS_OPT"
19206 #  - "L2XCFWD"
19207 #  - "not CFS_OPT"
19208 #  - "CFS_OPT"
19209   layout:
19210     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19211     layout: "plot-latency"
19212
19213 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19214 -
19215   type: "plot"
19216   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19217   algorithm: "plot_latency_error_bars"
19218   output-file-type: ".html"
19219   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19220   data: "plot-vpp-throughput-latency-3n-hsw"
19221   filter: "'NIC_Intel-X520-DA2' and
19222            '64B' and
19223            'NDRPDR' and
19224            ('ETH' or 'DOT1Q') and
19225            '1T1C' and
19226            ('L2BDMACLRN' or 'L2XCFWD') and
19227            'VHOST_1024' and
19228            not 'CFS_OPT' and
19229            not 'VXLAN' and
19230            not 'IP4FWD' and
19231            not 'LBOND'"
19232   parameters:
19233   - "latency"
19234   - "parent"
19235   - "tags"
19236 #  sort:
19237 #  - "1VM"
19238 #  - "L2XCFWD"
19239 #  - "1VM"
19240 #  - "L2BDMACLRN"
19241   layout:
19242     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19243     layout: "plot-latency"
19244
19245 -
19246   type: "plot"
19247   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19248   algorithm: "plot_latency_error_bars"
19249   output-file-type: ".html"
19250   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19251   data: "plot-vpp-throughput-latency-3n-hsw"
19252   filter: "'NIC_Intel-X520-DA2' and
19253            '64B' and
19254            'NDRPDR' and
19255            ('ETH' or 'DOT1Q') and
19256            '2T2C' and
19257            ('L2BDMACLRN' or 'L2XCFWD') and
19258            'VHOST_1024' and
19259            not 'CFS_OPT' and
19260            not 'VXLAN' and
19261            not 'IP4FWD' and
19262            not 'LBOND'"
19263   parameters:
19264   - "latency"
19265   - "parent"
19266   - "tags"
19267 #  sort:
19268 #  - "1VM"
19269 #  - "L2XCFWD"
19270 #  - "1VM"
19271 #  - "L2BDMACLRN"
19272   layout:
19273     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19274     layout: "plot-latency"
19275
19276 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19277 -
19278   type: "plot"
19279   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19280   algorithm: "plot_latency_error_bars"
19281   output-file-type: ".html"
19282   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19283   data: "plot-vpp-throughput-latency-3n-hsw"
19284   filter: "'NIC_Intel-X710' and
19285            '64B' and
19286            'NDRPDR' and
19287            'ETH' and
19288            'IP4FWD' and
19289            '1T1C' and
19290            'VHOST_1024' and
19291            not 'VXLAN' and
19292            not 'DOT1Q'"
19293   parameters:
19294   - "latency"
19295   - "parent"
19296   - "tags"
19297   sort:
19298   - "not CFS_OPT"
19299   - "1VM"
19300   - "2VM"
19301   layout:
19302     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19303     layout: "plot-latency"
19304
19305 -
19306   type: "plot"
19307   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19308   algorithm: "plot_latency_error_bars"
19309   output-file-type: ".html"
19310   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19311   data: "plot-vpp-throughput-latency-3n-hsw"
19312   filter: "'NIC_Intel-X710' and
19313            '64B' and
19314            'NDRPDR' and
19315            'ETH' and
19316            'IP4FWD' and
19317            '2T2C' and
19318            'VHOST_1024' and
19319            not 'VXLAN' and
19320            not 'DOT1Q'"
19321   parameters:
19322   - "latency"
19323   - "parent"
19324   - "tags"
19325   sort:
19326   - "not CFS_OPT"
19327   - "1VM"
19328   - "2VM"
19329   layout:
19330     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19331     layout: "plot-latency"
19332
19333 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19334 -
19335   type: "plot"
19336   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19337   algorithm: "plot_latency_error_bars"
19338   output-file-type: ".html"
19339   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19340   data: "plot-vpp-throughput-latency-3n-hsw"
19341   filter: "'NIC_Intel-X710' and
19342            '64B' and
19343            'NDRPDR' and
19344            ('ETH' or 'DOT1Q') and
19345            '1T1C' and
19346            'L2BDMACLRN' and
19347            'VHOST_1024' and
19348            not 'VXLAN' and
19349            not 'IP4FWD' and
19350            not '2VM'"
19351   parameters:
19352   - "latency"
19353   - "parent"
19354   - "tags"
19355 #  sort:
19356 #  - "VM"  # "not CFS_OPT"
19357 #  - "CFS_OPT"
19358 #  - "FIB_10K"
19359 #  - "FIB_100K"
19360 #  - "FIB_1M"
19361   layout:
19362     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19363     layout: "plot-latency"
19364
19365 -
19366   type: "plot"
19367   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19368   algorithm: "plot_latency_error_bars"
19369   output-file-type: ".html"
19370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19371   data: "plot-vpp-throughput-latency-3n-hsw"
19372   filter: "'NIC_Intel-X710' and
19373            '64B' and
19374            'NDRPDR' and
19375            ('ETH' or 'DOT1Q') and
19376            '2T2C' and
19377            'L2BDMACLRN' and
19378            'VHOST_1024' and
19379            not 'VXLAN' and
19380            not 'IP4FWD' and
19381            not '2VM'"
19382   parameters:
19383   - "latency"
19384   - "parent"
19385   - "tags"
19386 #  sort:
19387 #  - "VM"  # "not CFS_OPT"
19388 #  - "CFS_OPT"
19389 #  - "FIB_10K"
19390 #  - "FIB_100K"
19391 #  - "FIB_1M"
19392   layout:
19393     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19394     layout: "plot-latency"
19395
19396 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19397 -
19398   type: "plot"
19399   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19400   algorithm: "plot_latency_error_bars"
19401   output-file-type: ".html"
19402   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19403   data: "plot-vpp-throughput-latency-3n-hsw"
19404   filter: "'NIC_Intel-X710' and
19405            '64B' and
19406            'NDRPDR' and
19407            ('ETH' or 'DOT1Q') and
19408            'BASE' and
19409            '1T1C' and
19410            ('L2BDMACLRN' or 'L2XCFWD') and
19411            'VHOST_1024' and
19412            not 'VXLAN' and
19413            not 'IP4FWD' and
19414            not '2VM'"
19415   parameters:
19416   - "latency"
19417   - "parent"
19418   - "tags"
19419 #  sort:
19420 #  - "not CFS_OPT"
19421 #  - "L2XCFWD"
19422 #  - "not CFS_OPT"
19423 #  - "CFS_OPT"
19424   layout:
19425     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19426     layout: "plot-latency"
19427
19428 -
19429   type: "plot"
19430   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19431   algorithm: "plot_latency_error_bars"
19432   output-file-type: ".html"
19433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19434   data: "plot-vpp-throughput-latency-3n-hsw"
19435   filter: "'NIC_Intel-X710' and
19436            '64B' and
19437            'NDRPDR' and
19438            ('ETH' or 'DOT1Q') and
19439            'BASE' and
19440            '2T2C' and
19441            ('L2BDMACLRN' or 'L2XCFWD') and
19442            'VHOST_1024' and
19443            not 'VXLAN' and
19444            not 'IP4FWD' and
19445            not '2VM'"
19446   parameters:
19447   - "latency"
19448   - "parent"
19449   - "tags"
19450 #  sort:
19451 #  - "not CFS_OPT"
19452 #  - "L2XCFWD"
19453 #  - "not CFS_OPT"
19454 #  - "CFS_OPT"
19455   layout:
19456     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19457     layout: "plot-latency"
19458
19459 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19460 -
19461   type: "plot"
19462   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19463   algorithm: "plot_latency_error_bars"
19464   output-file-type: ".html"
19465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19466   data: "plot-vpp-throughput-latency-3n-hsw"
19467   filter: "'NIC_Intel-X710' and
19468            '64B' and
19469            'NDRPDR' and
19470            ('ETH' or 'DOT1Q') and
19471            '1T1C' and
19472            ('L2BDMACLRN' or 'L2XCFWD') and
19473            'VHOST_1024' and
19474            not 'CFS_OPT' and
19475            not 'VXLAN' and
19476            not 'IP4FWD' and
19477            not 'LBOND'"
19478   parameters:
19479   - "latency"
19480   - "parent"
19481   - "tags"
19482 #  sort:
19483 #  - "1VM"
19484 #  - "L2XCFWD"
19485 #  - "1VM"
19486 #  - "L2BDMACLRN"
19487   layout:
19488     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19489     layout: "plot-latency"
19490
19491 -
19492   type: "plot"
19493   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19494   algorithm: "plot_latency_error_bars"
19495   output-file-type: ".html"
19496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19497   data: "plot-vpp-throughput-latency-3n-hsw"
19498   filter: "'NIC_Intel-X710' and
19499            '64B' and
19500            'NDRPDR' and
19501            ('ETH' or 'DOT1Q') and
19502            '2T2C' and
19503            ('L2BDMACLRN' or 'L2XCFWD') and
19504            'VHOST_1024' and
19505            not 'CFS_OPT' and
19506            not 'VXLAN' and
19507            not 'IP4FWD' and
19508            not 'LBOND'"
19509   parameters:
19510   - "latency"
19511   - "parent"
19512   - "tags"
19513 #  sort:
19514 #  - "1VM"
19515 #  - "L2XCFWD"
19516 #  - "1VM"
19517 #  - "L2BDMACLRN"
19518   layout:
19519     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19520     layout: "plot-latency"
19521
19522 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19523 -
19524   type: "plot"
19525   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19526   algorithm: "plot_latency_error_bars"
19527   output-file-type: ".html"
19528   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19529   data: "plot-vpp-throughput-latency-3n-hsw"
19530   filter: "'NIC_Intel-XL710' and
19531            '64B' and
19532            'NDRPDR' and
19533            'ETH' and
19534            'IP4FWD' and
19535            '1T1C' and
19536            'VHOST_1024' and
19537            not 'VXLAN' and
19538            not 'DOT1Q'"
19539   parameters:
19540   - "latency"
19541   - "parent"
19542   - "tags"
19543   sort:
19544   - "not CFS_OPT"
19545   - "1VM"
19546   - "2VM"
19547   layout:
19548     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19549     layout: "plot-latency"
19550
19551 -
19552   type: "plot"
19553   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19554   algorithm: "plot_latency_error_bars"
19555   output-file-type: ".html"
19556   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19557   data: "plot-vpp-throughput-latency-3n-hsw"
19558   filter: "'NIC_Intel-XL710' and
19559            '64B' and
19560            'NDRPDR' and
19561            'ETH' and
19562            'IP4FWD' and
19563            '2T2C' and
19564            'VHOST_1024' and
19565            not 'VXLAN' and
19566            not 'DOT1Q'"
19567   parameters:
19568   - "latency"
19569   - "parent"
19570   - "tags"
19571   sort:
19572   - "not CFS_OPT"
19573   - "1VM"
19574   - "2VM"
19575   layout:
19576     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19577     layout: "plot-latency"
19578
19579 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19580 -
19581   type: "plot"
19582   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19583   algorithm: "plot_latency_error_bars"
19584   output-file-type: ".html"
19585   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19586   data: "plot-vpp-throughput-latency-3n-hsw"
19587   filter: "'NIC_Intel-XL710' and
19588            '64B' and
19589            'NDRPDR' and
19590            ('ETH' or 'DOT1Q') and
19591            '1T1C' and
19592            'L2BDMACLRN' and
19593            'VHOST_1024' and
19594            not 'VXLAN' and
19595            not 'IP4FWD' and
19596            not '2VM'"
19597   parameters:
19598   - "latency"
19599   - "parent"
19600   - "tags"
19601 #  sort:
19602 #  - "VM"  # "not CFS_OPT"
19603 #  - "CFS_OPT"
19604 #  - "FIB_10K"
19605 #  - "FIB_100K"
19606 #  - "FIB_1M"
19607   layout:
19608     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19609     layout: "plot-latency"
19610
19611 -
19612   type: "plot"
19613   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19614   algorithm: "plot_latency_error_bars"
19615   output-file-type: ".html"
19616   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19617   data: "plot-vpp-throughput-latency-3n-hsw"
19618   filter: "'NIC_Intel-XL710' and
19619            '64B' and
19620            'NDRPDR' and
19621            ('ETH' or 'DOT1Q') and
19622            '2T2C' and
19623            'L2BDMACLRN' and
19624            'VHOST_1024' and
19625            not 'VXLAN' and
19626            not 'IP4FWD' and
19627            not '2VM'"
19628   parameters:
19629   - "latency"
19630   - "parent"
19631   - "tags"
19632 #  sort:
19633 #  - "VM"  # "not CFS_OPT"
19634 #  - "CFS_OPT"
19635 #  - "FIB_10K"
19636 #  - "FIB_100K"
19637 #  - "FIB_1M"
19638   layout:
19639     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19640     layout: "plot-latency"
19641
19642 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19643 -
19644   type: "plot"
19645   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19646   algorithm: "plot_latency_error_bars"
19647   output-file-type: ".html"
19648   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19649   data: "plot-vpp-throughput-latency-3n-hsw"
19650   filter: "'NIC_Intel-XL710' and
19651            '64B' and
19652            'NDRPDR' and
19653            ('ETH' or 'DOT1Q') and
19654            'BASE' and
19655            '1T1C' and
19656            ('L2BDMACLRN' or 'L2XCFWD') and
19657            'VHOST_1024' and
19658            not 'VXLAN' and
19659            not 'IP4FWD' and
19660            not '2VM'"
19661   parameters:
19662   - "latency"
19663   - "parent"
19664   - "tags"
19665 #  sort:
19666 #  - "not CFS_OPT"
19667 #  - "L2XCFWD"
19668 #  - "not CFS_OPT"
19669 #  - "CFS_OPT"
19670   layout:
19671     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19672     layout: "plot-latency"
19673
19674 -
19675   type: "plot"
19676   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19677   algorithm: "plot_latency_error_bars"
19678   output-file-type: ".html"
19679   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19680   data: "plot-vpp-throughput-latency-3n-hsw"
19681   filter: "'NIC_Intel-XL710' and
19682            '64B' and
19683            'NDRPDR' and
19684            ('ETH' or 'DOT1Q') and
19685            'BASE' and
19686            '2T2C' and
19687            ('L2BDMACLRN' or 'L2XCFWD') and
19688            'VHOST_1024' and
19689            not 'VXLAN' and
19690            not 'IP4FWD' and
19691            not '2VM'"
19692   parameters:
19693   - "latency"
19694   - "parent"
19695   - "tags"
19696 #  sort:
19697 #  - "not CFS_OPT"
19698 #  - "L2XCFWD"
19699 #  - "not CFS_OPT"
19700 #  - "CFS_OPT"
19701   layout:
19702     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19703     layout: "plot-latency"
19704
19705 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19706 -
19707   type: "plot"
19708   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19709   algorithm: "plot_latency_error_bars"
19710   output-file-type: ".html"
19711   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19712   data: "plot-vpp-throughput-latency-3n-hsw"
19713   filter: "'NIC_Intel-XL710' and
19714            '64B' and
19715            'NDRPDR' and
19716            ('ETH' or 'DOT1Q') and
19717            '1T1C' and
19718            ('L2BDMACLRN' or 'L2XCFWD') and
19719            'VHOST_1024' and
19720            not 'CFS_OPT' and
19721            not 'VXLAN' and
19722            not 'IP4FWD'"
19723   parameters:
19724   - "latency"
19725   - "parent"
19726   - "tags"
19727 #  sort:
19728 #  - "1VM"
19729 #  - "L2XCFWD"
19730 #  - "1VM"
19731 #  - "L2BDMACLRN"
19732   layout:
19733     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19734     layout: "plot-latency"
19735
19736 -
19737   type: "plot"
19738   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19739   algorithm: "plot_latency_error_bars"
19740   output-file-type: ".html"
19741   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19742   data: "plot-vpp-throughput-latency-3n-hsw"
19743   filter: "'NIC_Intel-XL710' and
19744            '64B' and
19745            'NDRPDR' and
19746            ('ETH' or 'DOT1Q') and
19747            '2T2C' and
19748            ('L2BDMACLRN' or 'L2XCFWD') and
19749            'VHOST_1024' and
19750            not 'CFS_OPT' and
19751            not 'VXLAN' and
19752            not 'IP4FWD'"
19753   parameters:
19754   - "latency"
19755   - "parent"
19756   - "tags"
19757 #  sort:
19758 #  - "1VM"
19759 #  - "L2XCFWD"
19760 #  - "1VM"
19761 #  - "L2BDMACLRN"
19762   layout:
19763     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19764     layout: "plot-latency"
19765
19766 # Packet Latency - VPP vhost ip4 3n-skx-x710
19767 -
19768   type: "plot"
19769   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19770   algorithm: "plot_latency_error_bars"
19771   output-file-type: ".html"
19772   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19773   data: "plot-vpp-throughput-latency-3n-skx"
19774   filter: "'NIC_Intel-X710' and
19775            '64B' and
19776            'NDRPDR' and
19777            'ETH' and
19778            'IP4FWD' and
19779            '2T1C' and
19780            'VHOST_1024' and
19781            not 'VXLAN' and
19782            not 'DOT1Q'"
19783   parameters:
19784   - "latency"
19785   - "parent"
19786   - "tags"
19787   sort:
19788   - "not CFS_OPT"
19789   - "1VM"
19790   - "2VM"
19791   layout:
19792     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19793     layout: "plot-latency"
19794
19795 -
19796   type: "plot"
19797   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19798   algorithm: "plot_latency_error_bars"
19799   output-file-type: ".html"
19800   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19801   data: "plot-vpp-throughput-latency-3n-skx"
19802   filter: "'NIC_Intel-X710' and
19803            '64B' and
19804            'NDRPDR' and
19805            'ETH' and
19806            'IP4FWD' and
19807            '4T2C' and
19808            'VHOST_1024' and
19809            not 'VXLAN' and
19810            not 'DOT1Q'"
19811   parameters:
19812   - "latency"
19813   - "parent"
19814   - "tags"
19815   sort:
19816   - "not CFS_OPT"
19817   - "1VM"
19818   - "2VM"
19819   layout:
19820     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19821     layout: "plot-latency"
19822
19823 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19824 -
19825   type: "plot"
19826   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19827   algorithm: "plot_latency_error_bars"
19828   output-file-type: ".html"
19829   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19830   data: "plot-vpp-throughput-latency-3n-skx"
19831   filter: "'NIC_Intel-X710' and
19832            '64B' and
19833            'NDRPDR' and
19834            ('ETH' or 'DOT1Q') and
19835            '2T1C' and
19836            'L2BDMACLRN' and
19837            'VHOST_1024' and
19838            not 'VXLAN' and
19839            not 'IP4FWD' and
19840            not '2VM'"
19841   parameters:
19842   - "latency"
19843   - "parent"
19844   - "tags"
19845 #  sort:
19846 #  - "VM"  # "not CFS_OPT"
19847 #  - "CFS_OPT"
19848 #  - "FIB_10K"
19849 #  - "FIB_100K"
19850 #  - "FIB_1M"
19851   layout:
19852     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19853     layout: "plot-latency"
19854
19855 -
19856   type: "plot"
19857   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19858   algorithm: "plot_latency_error_bars"
19859   output-file-type: ".html"
19860   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19861   data: "plot-vpp-throughput-latency-3n-skx"
19862   filter: "'NIC_Intel-X710' and
19863            '64B' and
19864            'NDRPDR' and
19865            ('ETH' or 'DOT1Q') and
19866            '4T2C' and
19867            'L2BDMACLRN' and
19868            'VHOST_1024' and
19869            not 'VXLAN' and
19870            not 'IP4FWD' and
19871            not '2VM'"
19872   parameters:
19873   - "latency"
19874   - "parent"
19875   - "tags"
19876 #  sort:
19877 #  - "VM"  # "not CFS_OPT"
19878 #  - "CFS_OPT"
19879 #  - "FIB_10K"
19880 #  - "FIB_100K"
19881 #  - "FIB_1M"
19882   layout:
19883     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19884     layout: "plot-latency"
19885
19886 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19887 -
19888   type: "plot"
19889   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-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-2t1c-base-ndr-lat"
19893   data: "plot-vpp-throughput-latency-3n-skx"
19894   filter: "'NIC_Intel-X710' and
19895            '64B' and
19896            'NDRPDR' and
19897            ('ETH' or 'DOT1Q') and
19898            'BASE' and
19899            '2T1C' and
19900            ('L2BDMACLRN' or 'L2XCFWD') and
19901            'VHOST_1024' and
19902            not 'VXLAN' and
19903            not 'IP4FWD' and
19904            not '2VM' and
19905            not 'LBOND'"
19906   parameters:
19907   - "latency"
19908   - "parent"
19909   - "tags"
19910 #  sort:
19911 #  - "not CFS_OPT"
19912 #  - "L2XCFWD"
19913 #  - "not CFS_OPT"
19914 #  - "CFS_OPT"
19915   layout:
19916     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19917     layout: "plot-latency"
19918
19919 -
19920   type: "plot"
19921   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19922   algorithm: "plot_latency_error_bars"
19923   output-file-type: ".html"
19924   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19925   data: "plot-vpp-throughput-latency-3n-skx"
19926   filter: "'NIC_Intel-X710' and
19927            '64B' and
19928            'NDRPDR' and
19929            ('ETH' or 'DOT1Q') and
19930            'BASE' and
19931            '4T2C' and
19932            ('L2BDMACLRN' or 'L2XCFWD') and
19933            'VHOST_1024' and
19934            not 'VXLAN' and
19935            not 'IP4FWD' and
19936            not '2VM' and
19937            not 'LBOND'"
19938   parameters:
19939   - "latency"
19940   - "parent"
19941   - "tags"
19942 #  sort:
19943 #  - "not CFS_OPT"
19944 #  - "L2XCFWD"
19945 #  - "not CFS_OPT"
19946 #  - "CFS_OPT"
19947   layout:
19948     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
19949     layout: "plot-latency"
19950
19951 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
19952 -
19953   type: "plot"
19954   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19955   algorithm: "plot_latency_error_bars"
19956   output-file-type: ".html"
19957   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19958   data: "plot-vpp-throughput-latency-3n-skx"
19959   filter: "'NIC_Intel-X710' and
19960            '64B' and
19961            'NDRPDR' and
19962            ('ETH' or 'DOT1Q') and
19963            '2T1C' and
19964            ('L2BDMACLRN' or 'L2XCFWD') and
19965            'VHOST_1024' and
19966            not 'CFS_OPT' and
19967            not 'VXLAN' and
19968            not 'IP4FWD' and
19969            not 'LBOND'"
19970   parameters:
19971   - "latency"
19972   - "parent"
19973   - "tags"
19974 #  sort:
19975 #  - "1VM"
19976 #  - "L2XCFWD"
19977 #  - "1VM"
19978 #  - "L2BDMACLRN"
19979   layout:
19980     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
19981     layout: "plot-latency"
19982
19983 -
19984   type: "plot"
19985   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19986   algorithm: "plot_latency_error_bars"
19987   output-file-type: ".html"
19988   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19989   data: "plot-vpp-throughput-latency-3n-skx"
19990   filter: "'NIC_Intel-X710' and
19991            '64B' and
19992            'NDRPDR' and
19993            ('ETH' or 'DOT1Q') and
19994            '4T2C' and
19995            ('L2BDMACLRN' or 'L2XCFWD') and
19996            'VHOST_1024' and
19997            not 'CFS_OPT' and
19998            not 'VXLAN' and
19999            not 'IP4FWD' and
20000            not 'LBOND'"
20001   parameters:
20002   - "latency"
20003   - "parent"
20004   - "tags"
20005 #  sort:
20006 #  - "1VM"
20007 #  - "L2XCFWD"
20008 #  - "1VM"
20009 #  - "L2BDMACLRN"
20010   layout:
20011     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
20012     layout: "plot-latency"
20013
20014 # Packet Latency - VPP vhost ip4 2n-skx-x710
20015 -
20016   type: "plot"
20017   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20018   algorithm: "plot_latency_error_bars"
20019   output-file-type: ".html"
20020   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20021   data: "plot-vpp-throughput-latency-2n-skx"
20022   filter: "'NIC_Intel-X710' and
20023            '64B' and
20024            'NDRPDR' and
20025            'ETH' and
20026            'IP4FWD' and
20027            '2T1C' and
20028            'VHOST_1024' and
20029            not 'VXLAN' and
20030            not 'DOT1Q'"
20031   parameters:
20032   - "latency"
20033   - "parent"
20034   - "tags"
20035   sort:
20036   - "not CFS_OPT"
20037   - "1VM"
20038   - "2VM"
20039   layout:
20040     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20041     layout: "plot-latency"
20042
20043 -
20044   type: "plot"
20045   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20046   algorithm: "plot_latency_error_bars"
20047   output-file-type: ".html"
20048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20049   data: "plot-vpp-throughput-latency-2n-skx"
20050   filter: "'NIC_Intel-X710' and
20051            '64B' and
20052            'NDRPDR' and
20053            'ETH' and
20054            'IP4FWD' and
20055            '4T2C' and
20056            'VHOST_1024' and
20057            not 'VXLAN' and
20058            not 'DOT1Q'"
20059   parameters:
20060   - "latency"
20061   - "parent"
20062   - "tags"
20063   sort:
20064   - "not CFS_OPT"
20065   - "1VM"
20066   - "2VM"
20067   layout:
20068     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20069     layout: "plot-latency"
20070
20071 # Packet Latency - VPP vhost l2sw 2n-skx-x710
20072 -
20073   type: "plot"
20074   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20075   algorithm: "plot_latency_error_bars"
20076   output-file-type: ".html"
20077   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20078   data: "plot-vpp-throughput-latency-2n-skx"
20079   filter: "'NIC_Intel-X710' and
20080            '64B' and
20081            'NDRPDR' and
20082            ('ETH' or 'DOT1Q') and
20083            '2T1C' and
20084            'L2BDMACLRN' and
20085            'VHOST_1024' and
20086            not 'VXLAN' and
20087            not 'IP4FWD' and
20088            not '2VM'"
20089   parameters:
20090   - "latency"
20091   - "parent"
20092   - "tags"
20093 #  sort:
20094 #  - "VM"  # "not CFS_OPT"
20095 #  - "CFS_OPT"
20096 #  - "FIB_10K"
20097 #  - "FIB_100K"
20098 #  - "FIB_1M"
20099   layout:
20100     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20101     layout: "plot-latency"
20102
20103 -
20104   type: "plot"
20105   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20106   algorithm: "plot_latency_error_bars"
20107   output-file-type: ".html"
20108   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20109   data: "plot-vpp-throughput-latency-2n-skx"
20110   filter: "'NIC_Intel-X710' and
20111            '64B' and
20112            'NDRPDR' and
20113            ('ETH' or 'DOT1Q') and
20114            '4T2C' and
20115            'L2BDMACLRN' and
20116            'VHOST_1024' and
20117            not 'VXLAN' and
20118            not 'IP4FWD' and
20119            not '2VM'"
20120   parameters:
20121   - "latency"
20122   - "parent"
20123   - "tags"
20124 #  sort:
20125 #  - "VM"  # "not CFS_OPT"
20126 #  - "CFS_OPT"
20127 #  - "FIB_10K"
20128 #  - "FIB_100K"
20129 #  - "FIB_1M"
20130   layout:
20131     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20132     layout: "plot-latency"
20133
20134 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20135 -
20136   type: "plot"
20137   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20138   algorithm: "plot_latency_error_bars"
20139   output-file-type: ".html"
20140   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20141   data: "plot-vpp-throughput-latency-2n-skx"
20142   filter: "'NIC_Intel-X710' and
20143            '64B' and
20144            'NDRPDR' and
20145            ('ETH' or 'DOT1Q') and
20146            'BASE' and
20147            '2T1C' and
20148            ('L2BDMACLRN' or 'L2XCFWD') and
20149            'VHOST_1024' and
20150            not 'VXLAN' and
20151            not 'IP4FWD' and
20152            not '2VM'"
20153   parameters:
20154   - "latency"
20155   - "parent"
20156   - "tags"
20157 #  sort:
20158 #  - "not CFS_OPT"
20159 #  - "L2XCFWD"
20160 #  - "not CFS_OPT"
20161 #  - "CFS_OPT"
20162   layout:
20163     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20164     layout: "plot-latency"
20165
20166 -
20167   type: "plot"
20168   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20169   algorithm: "plot_latency_error_bars"
20170   output-file-type: ".html"
20171   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20172   data: "plot-vpp-throughput-latency-2n-skx"
20173   filter: "'NIC_Intel-X710' and
20174            '64B' and
20175            'NDRPDR' and
20176            ('ETH' or 'DOT1Q') and
20177            'BASE' and
20178            '4T2C' and
20179            ('L2BDMACLRN' or 'L2XCFWD') and
20180            'VHOST_1024' and
20181            not 'VXLAN' and
20182            not 'IP4FWD' and
20183            not '2VM'"
20184   parameters:
20185   - "latency"
20186   - "parent"
20187   - "tags"
20188 #  sort:
20189 #  - "not CFS_OPT"
20190 #  - "L2XCFWD"
20191 #  - "not CFS_OPT"
20192 #  - "CFS_OPT"
20193   layout:
20194     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20195     layout: "plot-latency"
20196
20197 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20198 -
20199   type: "plot"
20200   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20201   algorithm: "plot_latency_error_bars"
20202   output-file-type: ".html"
20203   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20204   data: "plot-vpp-throughput-latency-2n-skx"
20205   filter: "'NIC_Intel-X710' and
20206            '64B' and
20207            'NDRPDR' and
20208            ('ETH' or 'DOT1Q') and
20209            '2T1C' and
20210            ('L2BDMACLRN' or 'L2XCFWD') and
20211            'VHOST_1024' and
20212            not 'CFS_OPT' and
20213            not 'VXLAN' and
20214            not 'IP4FWD'"
20215   parameters:
20216   - "latency"
20217   - "parent"
20218   - "tags"
20219 #  sort:
20220 #  - "1VM"
20221 #  - "L2XCFWD"
20222 #  - "1VM"
20223 #  - "L2BDMACLRN"
20224   layout:
20225     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20226     layout: "plot-latency"
20227
20228 -
20229   type: "plot"
20230   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20231   algorithm: "plot_latency_error_bars"
20232   output-file-type: ".html"
20233   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20234   data: "plot-vpp-throughput-latency-2n-skx"
20235   filter: "'NIC_Intel-X710' and
20236            '64B' and
20237            'NDRPDR' and
20238            ('ETH' or 'DOT1Q') and
20239            '4T2C' and
20240            ('L2BDMACLRN' or 'L2XCFWD') and
20241            'VHOST_1024' and
20242            not 'CFS_OPT' and
20243            not 'VXLAN' and
20244            not 'IP4FWD'"
20245   parameters:
20246   - "latency"
20247   - "parent"
20248   - "tags"
20249 #  sort:
20250 #  - "1VM"
20251 #  - "L2XCFWD"
20252 #  - "1VM"
20253 #  - "L2BDMACLRN"
20254   layout:
20255     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20256     layout: "plot-latency"
20257
20258 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20259 -
20260   type: "plot"
20261   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20262   algorithm: "plot_latency_error_bars"
20263   output-file-type: ".html"
20264   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20265   data: "plot-vpp-throughput-latency-2n-skx"
20266   filter: "'NIC_Intel-XXV710' and
20267            '64B' and
20268            'NDRPDR' and
20269            'ETH' and
20270            'IP4FWD' and
20271            '2T1C' and
20272            'VHOST_1024' and
20273            not 'VXLAN' and
20274            not 'DOT1Q'"
20275   parameters:
20276   - "latency"
20277   - "parent"
20278   - "tags"
20279   sort:
20280   - "not CFS_OPT"
20281   - "1VM"
20282   - "2VM"
20283   layout:
20284     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20285     layout: "plot-latency"
20286
20287 -
20288   type: "plot"
20289   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20290   algorithm: "plot_latency_error_bars"
20291   output-file-type: ".html"
20292   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20293   data: "plot-vpp-throughput-latency-2n-skx"
20294   filter: "'NIC_Intel-XXV710' and
20295            '64B' and
20296            'NDRPDR' and
20297            'ETH' and
20298            'IP4FWD' and
20299            '4T2C' and
20300            'VHOST_1024' and
20301            not 'VXLAN' and
20302            not 'DOT1Q'"
20303   parameters:
20304   - "latency"
20305   - "parent"
20306   - "tags"
20307   sort:
20308   - "not CFS_OPT"
20309   - "1VM"
20310   - "2VM"
20311   layout:
20312     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20313     layout: "plot-latency"
20314
20315 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20316 -
20317   type: "plot"
20318   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20319   algorithm: "plot_latency_error_bars"
20320   output-file-type: ".html"
20321   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20322   data: "plot-vpp-throughput-latency-2n-skx"
20323   filter: "'NIC_Intel-XXV710' and
20324            '64B' and
20325            'NDRPDR' and
20326            ('ETH' or 'DOT1Q') and
20327            '2T1C' and
20328            'L2BDMACLRN' and
20329            'VHOST_1024' and
20330            not 'VXLAN' and
20331            not 'IP4FWD' and
20332            not '2VM'"
20333   parameters:
20334   - "latency"
20335   - "parent"
20336   - "tags"
20337 #  sort:
20338 #  - "VM"  # "not CFS_OPT"
20339 #  - "CFS_OPT"
20340 #  - "FIB_10K"
20341 #  - "FIB_100K"
20342 #  - "FIB_1M"
20343   layout:
20344     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20345     layout: "plot-latency"
20346
20347 -
20348   type: "plot"
20349   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20350   algorithm: "plot_latency_error_bars"
20351   output-file-type: ".html"
20352   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20353   data: "plot-vpp-throughput-latency-2n-skx"
20354   filter: "'NIC_Intel-XXV710' and
20355            '64B' and
20356            'NDRPDR' and
20357            ('ETH' or 'DOT1Q') and
20358            '4T2C' and
20359            'L2BDMACLRN' and
20360            'VHOST_1024' and
20361            not 'VXLAN' and
20362            not 'IP4FWD' and
20363            not '2VM'"
20364   parameters:
20365   - "latency"
20366   - "parent"
20367   - "tags"
20368 #  sort:
20369 #  - "VM"  # "not CFS_OPT"
20370 #  - "CFS_OPT"
20371 #  - "FIB_10K"
20372 #  - "FIB_100K"
20373 #  - "FIB_1M"
20374   layout:
20375     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20376     layout: "plot-latency"
20377
20378 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20379 -
20380   type: "plot"
20381   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20382   algorithm: "plot_latency_error_bars"
20383   output-file-type: ".html"
20384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20385   data: "plot-vpp-throughput-latency-2n-skx"
20386   filter: "'NIC_Intel-XXV710' and
20387            '64B' and
20388            'NDRPDR' and
20389            ('ETH' or 'DOT1Q') and
20390            'BASE' and
20391            '2T1C' and
20392            ('L2BDMACLRN' or 'L2XCFWD') and
20393            'VHOST_1024' and
20394            not 'VXLAN' and
20395            not 'IP4FWD' and
20396            not '2VM'"
20397   parameters:
20398   - "latency"
20399   - "parent"
20400   - "tags"
20401 #  sort:
20402 #  - "not CFS_OPT"
20403 #  - "L2XCFWD"
20404 #  - "not CFS_OPT"
20405 #  - "CFS_OPT"
20406   layout:
20407     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20408     layout: "plot-latency"
20409
20410 -
20411   type: "plot"
20412   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20413   algorithm: "plot_latency_error_bars"
20414   output-file-type: ".html"
20415   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20416   data: "plot-vpp-throughput-latency-2n-skx"
20417   filter: "'NIC_Intel-XXV710' and
20418            '64B' and
20419            'NDRPDR' and
20420            ('ETH' or 'DOT1Q') and
20421            'BASE' and
20422            '4T2C' and
20423            ('L2BDMACLRN' or 'L2XCFWD') and
20424            'VHOST_1024' and
20425            not 'VXLAN' and
20426            not 'IP4FWD' and
20427            not '2VM'"
20428   parameters:
20429   - "latency"
20430   - "parent"
20431   - "tags"
20432 #  sort:
20433 #  - "not CFS_OPT"
20434 #  - "L2XCFWD"
20435 #  - "not CFS_OPT"
20436 #  - "CFS_OPT"
20437   layout:
20438     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20439     layout: "plot-latency"
20440
20441 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20442 -
20443   type: "plot"
20444   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20445   algorithm: "plot_latency_error_bars"
20446   output-file-type: ".html"
20447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20448   data: "plot-vpp-throughput-latency-2n-skx"
20449   filter: "'NIC_Intel-XXV710' and
20450            '64B' and
20451            'NDRPDR' and
20452            ('ETH' or 'DOT1Q') and
20453            '2T1C' and
20454            ('L2BDMACLRN' or 'L2XCFWD') and
20455            'VHOST_1024' and
20456            not 'CFS_OPT' and
20457            not 'VXLAN' and
20458            not 'IP4FWD'"
20459   parameters:
20460   - "latency"
20461   - "parent"
20462   - "tags"
20463 #  sort:
20464 #  - "1VM"
20465 #  - "L2XCFWD"
20466 #  - "1VM"
20467 #  - "L2BDMACLRN"
20468   layout:
20469     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20470     layout: "plot-latency"
20471
20472 -
20473   type: "plot"
20474   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20475   algorithm: "plot_latency_error_bars"
20476   output-file-type: ".html"
20477   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20478   data: "plot-vpp-throughput-latency-2n-skx"
20479   filter: "'NIC_Intel-XXV710' and
20480            '64B' and
20481            'NDRPDR' and
20482            ('ETH' or 'DOT1Q') and
20483            '4T2C' and
20484            ('L2BDMACLRN' or 'L2XCFWD') and
20485            'VHOST_1024' and
20486            not 'CFS_OPT' and
20487            not 'VXLAN' and
20488            not 'IP4FWD'"
20489   parameters:
20490   - "latency"
20491   - "parent"
20492   - "tags"
20493 #  sort:
20494 #  - "1VM"
20495 #  - "L2XCFWD"
20496 #  - "1VM"
20497 #  - "L2BDMACLRN"
20498   layout:
20499     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20500     layout: "plot-latency"
20501
20502 ################################################################################
20503
20504 # Packet Latency - VPP VTS 3n-hsw-x520
20505 -
20506   type: "plot"
20507   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20508   algorithm: "plot_latency_error_bars"
20509   output-file-type: ".html"
20510   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20511   data: "plot-vpp-throughput-latency-3n-hsw"
20512   filter: "'NIC_Intel-X520-DA2' and
20513            '114B' and
20514            'NDRPDR' and
20515            '1T1C' and
20516            'VTS'"
20517   parameters:
20518   - "latency"
20519   - "parent"
20520   - "tags"
20521   layout:
20522     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20523     layout: "plot-latency"
20524
20525 -
20526   type: "plot"
20527   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20528   algorithm: "plot_latency_error_bars"
20529   output-file-type: ".html"
20530   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20531   data: "plot-vpp-throughput-latency-3n-hsw"
20532   filter: "'NIC_Intel-X520-DA2' and
20533            '114B' and
20534            'NDRPDR' and
20535            '2T2C' and
20536            'VTS'"
20537   parameters:
20538   - "latency"
20539   - "parent"
20540   - "tags"
20541   layout:
20542     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20543     layout: "plot-latency"
20544
20545 ################################################################################
20546
20547 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20548 -
20549   type: "plot"
20550   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20551   algorithm: "plot_latency_error_bars"
20552   output-file-type: ".html"
20553   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20554   data: "plot-dpdk-throughput-latency-3n-hsw"
20555   filter: "'NIC_Intel-X520-DA2' and
20556            '64B' and
20557            'BASE' and
20558            'NDRPDR' and
20559            '1T1C' and
20560            'IP4FWD'"
20561   parameters:
20562   - "latency"
20563   - "parent"
20564   - "tags"
20565   layout:
20566     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20567     layout: "plot-latency"
20568
20569 -
20570   type: "plot"
20571   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20572   algorithm: "plot_latency_error_bars"
20573   output-file-type: ".html"
20574   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20575   data: "plot-dpdk-throughput-latency-3n-hsw"
20576   filter: "'NIC_Intel-X520-DA2' and
20577            '64B' and
20578            'BASE' and
20579            'NDRPDR' and
20580            '2T2C' and
20581            'IP4FWD'"
20582   parameters:
20583   - "latency"
20584   - "parent"
20585   - "tags"
20586   layout:
20587     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20588     layout: "plot-latency"
20589
20590 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20591 -
20592   type: "plot"
20593   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20594   algorithm: "plot_latency_error_bars"
20595   output-file-type: ".html"
20596   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20597   data: "plot-dpdk-throughput-latency-3n-hsw"
20598   filter: "'NIC_Intel-X710' and
20599            '64B' and
20600            'BASE' and
20601            'NDRPDR' and
20602            '1T1C' and
20603            'IP4FWD'"
20604   parameters:
20605   - "latency"
20606   - "parent"
20607   - "tags"
20608   layout:
20609     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20610     layout: "plot-latency"
20611
20612 -
20613   type: "plot"
20614   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20615   algorithm: "plot_latency_error_bars"
20616   output-file-type: ".html"
20617   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20618   data: "plot-dpdk-throughput-latency-3n-hsw"
20619   filter: "'NIC_Intel-X710' and
20620            '64B' and
20621            'BASE' and
20622            'NDRPDR' and
20623            '2T2C' and
20624            'IP4FWD'"
20625   parameters:
20626   - "latency"
20627   - "parent"
20628   - "tags"
20629   layout:
20630     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20631     layout: "plot-latency"
20632
20633 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20634 -
20635   type: "plot"
20636   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20637   algorithm: "plot_latency_error_bars"
20638   output-file-type: ".html"
20639   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20640   data: "plot-dpdk-throughput-latency-3n-hsw"
20641   filter: "'NIC_Intel-XL710' and
20642            '64B' and
20643            'BASE' and
20644            'NDRPDR' and
20645            '1T1C' and
20646            'IP4FWD'"
20647   parameters:
20648   - "latency"
20649   - "parent"
20650   - "tags"
20651   layout:
20652     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20653     layout: "plot-latency"
20654
20655 -
20656   type: "plot"
20657   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20658   algorithm: "plot_latency_error_bars"
20659   output-file-type: ".html"
20660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20661   data: "plot-dpdk-throughput-latency-3n-hsw"
20662   filter: "'NIC_Intel-XL710' and
20663            '64B' and
20664            'BASE' and
20665            'NDRPDR' and
20666            '2T2C' and
20667            'IP4FWD'"
20668   parameters:
20669   - "latency"
20670   - "parent"
20671   - "tags"
20672   layout:
20673     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20674     layout: "plot-latency"
20675
20676 # Packet Latency - DPDK l3fwd 3n-skx-x710
20677 -
20678   type: "plot"
20679   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20680   algorithm: "plot_latency_error_bars"
20681   output-file-type: ".html"
20682   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20683   data: "plot-dpdk-throughput-latency-3n-skx"
20684   filter: "'NIC_Intel-X710' and
20685            '64B' and
20686            'BASE' and
20687            'NDRPDR' and
20688            '2T1C' and
20689            'IP4FWD'"
20690   parameters:
20691   - "latency"
20692   - "parent"
20693   - "tags"
20694   layout:
20695     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20696     layout: "plot-latency"
20697
20698 -
20699   type: "plot"
20700   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20701   algorithm: "plot_latency_error_bars"
20702   output-file-type: ".html"
20703   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20704   data: "plot-dpdk-throughput-latency-3n-skx"
20705   filter: "'NIC_Intel-X710' and
20706            '64B' and
20707            'BASE' and
20708            'NDRPDR' and
20709            '4T2C' and
20710            'IP4FWD'"
20711   parameters:
20712   - "latency"
20713   - "parent"
20714   - "tags"
20715   layout:
20716     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20717     layout: "plot-latency"
20718
20719 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20720 -
20721   type: "plot"
20722   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20723   algorithm: "plot_latency_error_bars"
20724   output-file-type: ".html"
20725   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20726   data: "plot-dpdk-throughput-latency-3n-skx"
20727   filter: "'NIC_Intel-XXV710' and
20728            '64B' and
20729            'BASE' and
20730            'NDRPDR' and
20731            '2T1C' and
20732            'IP4FWD'"
20733   parameters:
20734   - "latency"
20735   - "parent"
20736   - "tags"
20737   layout:
20738     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20739     layout: "plot-latency"
20740
20741 -
20742   type: "plot"
20743   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20744   algorithm: "plot_latency_error_bars"
20745   output-file-type: ".html"
20746   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20747   data: "plot-dpdk-throughput-latency-3n-skx"
20748   filter: "'NIC_Intel-XXV710' and
20749            '64B' and
20750            'BASE' and
20751            'NDRPDR' and
20752            '4T2C' and
20753            'IP4FWD'"
20754   parameters:
20755   - "latency"
20756   - "parent"
20757   - "tags"
20758   layout:
20759     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20760     layout: "plot-latency"
20761
20762 # Packet Latency - DPDK l3fwd 2n-skx-x710
20763 -
20764   type: "plot"
20765   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20766   algorithm: "plot_latency_error_bars"
20767   output-file-type: ".html"
20768   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20769   data: "plot-dpdk-throughput-latency-2n-skx"
20770   filter: "'NIC_Intel-X710' and
20771            '64B' and
20772            'BASE' and
20773            'NDRPDR' and
20774            '2T1C' and
20775            'IP4FWD'"
20776   parameters:
20777   - "latency"
20778   - "parent"
20779   - "tags"
20780   layout:
20781     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20782     layout: "plot-latency"
20783
20784 -
20785   type: "plot"
20786   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20787   algorithm: "plot_latency_error_bars"
20788   output-file-type: ".html"
20789   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20790   data: "plot-dpdk-throughput-latency-2n-skx"
20791   filter: "'NIC_Intel-X710' and
20792            '64B' and
20793            'BASE' and
20794            'NDRPDR' and
20795            '4T2C' and
20796            'IP4FWD'"
20797   parameters:
20798   - "latency"
20799   - "parent"
20800   - "tags"
20801   layout:
20802     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20803     layout: "plot-latency"
20804
20805 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20806 -
20807   type: "plot"
20808   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20809   algorithm: "plot_latency_error_bars"
20810   output-file-type: ".html"
20811   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20812   data: "plot-dpdk-throughput-latency-2n-skx"
20813   filter: "'NIC_Intel-XXV710' and
20814            '64B' and
20815            'BASE' and
20816            'NDRPDR' and
20817            '2T1C' and
20818            'IP4FWD'"
20819   parameters:
20820   - "latency"
20821   - "parent"
20822   - "tags"
20823   layout:
20824     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20825     layout: "plot-latency"
20826
20827 -
20828   type: "plot"
20829   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20830   algorithm: "plot_latency_error_bars"
20831   output-file-type: ".html"
20832   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20833   data: "plot-dpdk-throughput-latency-2n-skx"
20834   filter: "'NIC_Intel-XXV710' and
20835            '64B' and
20836            'BASE' and
20837            'NDRPDR' and
20838            '4T2C' and
20839            'IP4FWD'"
20840   parameters:
20841   - "latency"
20842   - "parent"
20843   - "tags"
20844   layout:
20845     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20846     layout: "plot-latency"
20847
20848 ################################################################################
20849
20850 # Packet Latency - DPDK testpmd 3n-hsw-x520
20851 -
20852   type: "plot"
20853   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20854   algorithm: "plot_latency_error_bars"
20855   output-file-type: ".html"
20856   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20857   data: "plot-dpdk-throughput-latency-3n-hsw"
20858   filter: "'NIC_Intel-X520-DA2' and
20859            '64B' and
20860            'BASE' and
20861            'NDRPDR' and
20862            '1T1C' and
20863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20864   parameters:
20865   - "latency"
20866   - "parent"
20867   - "tags"
20868   layout:
20869     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20870     layout: "plot-latency"
20871
20872 -
20873   type: "plot"
20874   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20875   algorithm: "plot_latency_error_bars"
20876   output-file-type: ".html"
20877   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20878   data: "plot-dpdk-throughput-latency-3n-hsw"
20879   filter: "'NIC_Intel-X520-DA2' and
20880            '64B' and
20881            'BASE' and
20882            'NDRPDR' and
20883            '2T2C' and
20884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20885   parameters:
20886   - "latency"
20887   - "parent"
20888   - "tags"
20889   layout:
20890     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20891     layout: "plot-latency"
20892
20893 # Packet Latency - DPDK testpmd 3n-hsw-x710
20894 -
20895   type: "plot"
20896   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20897   algorithm: "plot_latency_error_bars"
20898   output-file-type: ".html"
20899   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20900   data: "plot-dpdk-throughput-latency-3n-hsw"
20901   filter: "'NIC_Intel-X710' and
20902            '64B' and
20903            'BASE' and
20904            'NDRPDR' and
20905            '1T1C' and
20906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20907   parameters:
20908   - "latency"
20909   - "parent"
20910   - "tags"
20911   layout:
20912     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20913     layout: "plot-latency"
20914
20915 -
20916   type: "plot"
20917   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20918   algorithm: "plot_latency_error_bars"
20919   output-file-type: ".html"
20920   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20921   data: "plot-dpdk-throughput-latency-3n-hsw"
20922   filter: "'NIC_Intel-X710' and
20923            '64B' and
20924            'BASE' and
20925            'NDRPDR' and
20926            '2T2C' and
20927            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20928   parameters:
20929   - "latency"
20930   - "parent"
20931   - "tags"
20932   layout:
20933     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
20934     layout: "plot-latency"
20935
20936 # Packet Latency - DPDK testpmd 3n-hsw-xl710
20937 -
20938   type: "plot"
20939   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20940   algorithm: "plot_latency_error_bars"
20941   output-file-type: ".html"
20942   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20943   data: "plot-dpdk-throughput-latency-3n-hsw"
20944   filter: "'NIC_Intel-XL710' and
20945            '64B' and
20946            'BASE' and
20947            'NDRPDR' and
20948            '1T1C' and
20949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20950   parameters:
20951   - "latency"
20952   - "parent"
20953   - "tags"
20954   layout:
20955     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
20956     layout: "plot-latency"
20957
20958 -
20959   type: "plot"
20960   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20961   algorithm: "plot_latency_error_bars"
20962   output-file-type: ".html"
20963   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20964   data: "plot-dpdk-throughput-latency-3n-hsw"
20965   filter: "'NIC_Intel-XL710' and
20966            '64B' and
20967            'BASE' and
20968            'NDRPDR' and
20969            '2T2C' and
20970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20971   parameters:
20972   - "latency"
20973   - "parent"
20974   - "tags"
20975   layout:
20976     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
20977     layout: "plot-latency"
20978
20979 # Packet Latency - DPDK testpmd 3n-skx-x710
20980 -
20981   type: "plot"
20982   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20983   algorithm: "plot_latency_error_bars"
20984   output-file-type: ".html"
20985   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20986   data: "plot-dpdk-throughput-latency-3n-skx"
20987   filter: "'NIC_Intel-X710' and
20988            '64B' and
20989            'BASE' and
20990            'NDRPDR' and
20991            '2T1C' and
20992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20993   parameters:
20994   - "latency"
20995   - "parent"
20996   - "tags"
20997   layout:
20998     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
20999     layout: "plot-latency"
21000
21001 -
21002   type: "plot"
21003   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21004   algorithm: "plot_latency_error_bars"
21005   output-file-type: ".html"
21006   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21007   data: "plot-dpdk-throughput-latency-3n-skx"
21008   filter: "'NIC_Intel-X710' and
21009            '64B' and
21010            'BASE' and
21011            'NDRPDR' and
21012            '4T2C' and
21013            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21014   parameters:
21015   - "latency"
21016   - "parent"
21017   - "tags"
21018   layout:
21019     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21020     layout: "plot-latency"
21021
21022 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21023 -
21024   type: "plot"
21025   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21026   algorithm: "plot_latency_error_bars"
21027   output-file-type: ".html"
21028   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21029   data: "plot-dpdk-throughput-latency-3n-skx"
21030   filter: "'NIC_Intel-XXV710' and
21031            '64B' and
21032            'BASE' and
21033            'NDRPDR' and
21034            '2T1C' and
21035            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21036   parameters:
21037   - "latency"
21038   - "parent"
21039   - "tags"
21040   layout:
21041     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21042     layout: "plot-latency"
21043
21044 -
21045   type: "plot"
21046   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21047   algorithm: "plot_latency_error_bars"
21048   output-file-type: ".html"
21049   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21050   data: "plot-dpdk-throughput-latency-3n-skx"
21051   filter: "'NIC_Intel-XXV710' and
21052            '64B' and
21053            'BASE' and
21054            'NDRPDR' and
21055            '4T2C' and
21056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21057   parameters:
21058   - "latency"
21059   - "parent"
21060   - "tags"
21061   layout:
21062     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21063     layout: "plot-latency"
21064
21065 # Packet Latency - DPDK testpmd 2n-skx-x710
21066 -
21067   type: "plot"
21068   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21069   algorithm: "plot_latency_error_bars"
21070   output-file-type: ".html"
21071   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21072   data: "plot-dpdk-throughput-latency-2n-skx"
21073   filter: "'NIC_Intel-X710' and
21074            '64B' and
21075            'BASE' and
21076            'NDRPDR' and
21077            '2T1C' and
21078            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21079   parameters:
21080   - "latency"
21081   - "parent"
21082   - "tags"
21083   layout:
21084     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21085     layout: "plot-latency"
21086
21087 -
21088   type: "plot"
21089   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21090   algorithm: "plot_latency_error_bars"
21091   output-file-type: ".html"
21092   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21093   data: "plot-dpdk-throughput-latency-2n-skx"
21094   filter: "'NIC_Intel-X710' and
21095            '64B' and
21096            'BASE' and
21097            'NDRPDR' and
21098            '4T2C' and
21099            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21100   parameters:
21101   - "latency"
21102   - "parent"
21103   - "tags"
21104   layout:
21105     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21106     layout: "plot-latency"
21107
21108 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21109 -
21110   type: "plot"
21111   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21112   algorithm: "plot_latency_error_bars"
21113   output-file-type: ".html"
21114   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21115   data: "plot-dpdk-throughput-latency-2n-skx"
21116   filter: "'NIC_Intel-XXV710' and
21117            '64B' and
21118            'BASE' and
21119            'NDRPDR' and
21120            '2T1C' and
21121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21122   parameters:
21123   - "latency"
21124   - "parent"
21125   - "tags"
21126   layout:
21127     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21128     layout: "plot-latency"
21129
21130 -
21131   type: "plot"
21132   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21133   algorithm: "plot_latency_error_bars"
21134   output-file-type: ".html"
21135   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21136   data: "plot-dpdk-throughput-latency-2n-skx"
21137   filter: "'NIC_Intel-XXV710' and
21138            '64B' and
21139            'BASE' and
21140            'NDRPDR' and
21141            '4T2C' and
21142            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21143   parameters:
21144   - "latency"
21145   - "parent"
21146   - "tags"
21147   layout:
21148     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21149     layout: "plot-latency"
21150
21151 ################################################################################
21152
21153 # Speedup - VPP Container Memif 3n-hsw-x520
21154 -
21155   type: "plot"
21156   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21157   algorithm: "plot_throughput_speedup_analysis"
21158   output-file-type: ".html"
21159   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21160   data: "plot-throughput-speedup-analysis-3n-hsw"
21161   filter: "'NIC_Intel-X520-DA2' and
21162            '64B' and
21163            ('BASE' or 'SCALE') and
21164            'NDRPDR' and
21165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21166            not 'VHOST' and
21167            'MEMIF'"
21168   parameters:
21169   - "throughput"
21170   - "parent"
21171   - "tags"
21172   sort:
21173   - "L2XCFWD"
21174   - "L2XCFWD"
21175   - "L2XCFWD"
21176   - "L2BDMACLRN"
21177   - "L2BDMACLRN"
21178   - "L2BDMACLRN"
21179   layout:
21180     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21181     layout: "plot-throughput-speedup-analysis"
21182
21183 -
21184   type: "plot"
21185   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21186   algorithm: "plot_throughput_speedup_analysis"
21187   output-file-type: ".html"
21188   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21189   data: "plot-throughput-speedup-analysis-3n-hsw"
21190   filter: "'NIC_Intel-X520-DA2' and
21191            '64B' and
21192            ('BASE' or 'SCALE') and
21193            'NDRPDR' and
21194            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21195            not 'VHOST' and
21196            'MEMIF'"
21197   parameters:
21198   - "throughput"
21199   - "parent"
21200   - "tags"
21201   sort:
21202   - "L2XCFWD"
21203   - "L2XCFWD"
21204   - "L2XCFWD"
21205   - "L2BDMACLRN"
21206   - "L2BDMACLRN"
21207   - "L2BDMACLRN"
21208   layout:
21209     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21210     layout: "plot-throughput-speedup-analysis"
21211
21212 # Speedup - VPP Container Memif 3n-hsw-x710
21213 -
21214   type: "plot"
21215   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21216   algorithm: "plot_throughput_speedup_analysis"
21217   output-file-type: ".html"
21218   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21219   data: "plot-throughput-speedup-analysis-3n-hsw"
21220   filter: "'NIC_Intel-X710' and
21221            '64B' and
21222            ('BASE' or 'SCALE') and
21223            'NDRPDR' and
21224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21225            not 'VHOST' and
21226            'MEMIF'"
21227   parameters:
21228   - "throughput"
21229   - "parent"
21230   - "tags"
21231   sort:
21232   - "L2XCFWD"
21233   - "L2XCFWD"
21234   - "L2XCFWD"
21235   - "L2BDMACLRN"
21236   - "L2BDMACLRN"
21237   - "L2BDMACLRN"
21238   layout:
21239     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21240     layout: "plot-throughput-speedup-analysis"
21241
21242 -
21243   type: "plot"
21244   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21245   algorithm: "plot_throughput_speedup_analysis"
21246   output-file-type: ".html"
21247   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21248   data: "plot-throughput-speedup-analysis-3n-hsw"
21249   filter: "'NIC_Intel-X710' and
21250            '64B' and
21251            ('BASE' or 'SCALE') and
21252            'NDRPDR' and
21253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21254            not 'VHOST' and
21255            'MEMIF'"
21256   parameters:
21257   - "throughput"
21258   - "parent"
21259   - "tags"
21260   sort:
21261   - "L2XCFWD"
21262   - "L2XCFWD"
21263   - "L2XCFWD"
21264   - "L2BDMACLRN"
21265   - "L2BDMACLRN"
21266   - "L2BDMACLRN"
21267   layout:
21268     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21269     layout: "plot-throughput-speedup-analysis"
21270
21271 # Speedup - VPP Container Memif 3n-hsw-xl710
21272 -
21273   type: "plot"
21274   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21275   algorithm: "plot_throughput_speedup_analysis"
21276   output-file-type: ".html"
21277   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21278   data: "plot-throughput-speedup-analysis-3n-hsw"
21279   filter: "'NIC_Intel-XL710' and
21280            '64B' and
21281            ('BASE' or 'SCALE') and
21282            'NDRPDR' and
21283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21284            not 'VHOST' and
21285            'MEMIF'"
21286   parameters:
21287   - "throughput"
21288   - "parent"
21289   - "tags"
21290   sort:
21291   - "L2XCFWD"
21292   - "L2XCFWD"
21293   - "L2XCFWD"
21294   - "L2BDMACLRN"
21295   - "L2BDMACLRN"
21296   - "L2BDMACLRN"
21297   layout:
21298     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21299     layout: "plot-throughput-speedup-analysis"
21300
21301 -
21302   type: "plot"
21303   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21304   algorithm: "plot_throughput_speedup_analysis"
21305   output-file-type: ".html"
21306   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21307   data: "plot-throughput-speedup-analysis-3n-hsw"
21308   filter: "'NIC_Intel-XL710' and
21309            '64B' and
21310            ('BASE' or 'SCALE') and
21311            'NDRPDR' and
21312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21313            not 'VHOST' and
21314            'MEMIF'"
21315   parameters:
21316   - "throughput"
21317   - "parent"
21318   - "tags"
21319   sort:
21320   - "L2XCFWD"
21321   - "L2XCFWD"
21322   - "L2XCFWD"
21323   - "L2BDMACLRN"
21324   - "L2BDMACLRN"
21325   - "L2BDMACLRN"
21326   layout:
21327     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21328     layout: "plot-throughput-speedup-analysis"
21329
21330 # Speedup - VPP Container Memif 3n-skx-x710
21331 -
21332   type: "plot"
21333   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21334   algorithm: "plot_throughput_speedup_analysis"
21335   output-file-type: ".html"
21336   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21337   data: "plot-throughput-speedup-analysis-3n-skx"
21338   filter: "'NIC_Intel-X710' and
21339            '64B' and
21340            ('BASE' or 'SCALE') and
21341            'NDRPDR' and
21342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21343            not 'VHOST' and
21344            'MEMIF'"
21345   parameters:
21346   - "throughput"
21347   - "parent"
21348   - "tags"
21349   sort:
21350   - "L2XCFWD"
21351   - "L2XCFWD"
21352   - "L2XCFWD"
21353   - "L2BDMACLRN"
21354   - "L2BDMACLRN"
21355   - "L2BDMACLRN"
21356   layout:
21357     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21358     layout: "plot-throughput-speedup-analysis"
21359
21360 -
21361   type: "plot"
21362   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21363   algorithm: "plot_throughput_speedup_analysis"
21364   output-file-type: ".html"
21365   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21366   data: "plot-throughput-speedup-analysis-3n-skx"
21367   filter: "'NIC_Intel-X710' and
21368            '64B' and
21369            ('BASE' or 'SCALE') and
21370            'NDRPDR' and
21371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21372            not 'VHOST' and
21373             'MEMIF'"
21374   parameters:
21375   - "throughput"
21376   - "parent"
21377   - "tags"
21378   sort:
21379   - "L2XCFWD"
21380   - "L2XCFWD"
21381   - "L2XCFWD"
21382   - "L2BDMACLRN"
21383   - "L2BDMACLRN"
21384   - "L2BDMACLRN"
21385   layout:
21386     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21387     layout: "plot-throughput-speedup-analysis"
21388
21389 # Speedup - VPP Container Memif 2n-skx-x710
21390 -
21391   type: "plot"
21392   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21393   algorithm: "plot_throughput_speedup_analysis"
21394   output-file-type: ".html"
21395   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21396   data: "plot-throughput-speedup-analysis-2n-skx"
21397   filter: "'NIC_Intel-X710' and
21398            '64B' and
21399            ('BASE' or 'SCALE') and
21400            'NDRPDR' and
21401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21402            not 'VHOST' and
21403            'MEMIF'"
21404   parameters:
21405   - "throughput"
21406   - "parent"
21407   - "tags"
21408   sort:
21409   - "L2XCFWD"
21410   - "L2XCFWD"
21411   - "L2XCFWD"
21412   - "L2BDMACLRN"
21413   - "L2BDMACLRN"
21414   - "L2BDMACLRN"
21415   layout:
21416     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21417     layout: "plot-throughput-speedup-analysis"
21418
21419 -
21420   type: "plot"
21421   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21422   algorithm: "plot_throughput_speedup_analysis"
21423   output-file-type: ".html"
21424   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21425   data: "plot-throughput-speedup-analysis-2n-skx"
21426   filter: "'NIC_Intel-X710' and
21427            '64B' and
21428            ('BASE' or 'SCALE') and
21429            'NDRPDR' and
21430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21431            not 'VHOST' and
21432             'MEMIF'"
21433   parameters:
21434   - "throughput"
21435   - "parent"
21436   - "tags"
21437   sort:
21438   - "L2XCFWD"
21439   - "L2XCFWD"
21440   - "L2XCFWD"
21441   - "L2BDMACLRN"
21442   - "L2BDMACLRN"
21443   - "L2BDMACLRN"
21444   layout:
21445     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21446     layout: "plot-throughput-speedup-analysis"
21447
21448 # Speedup - VPP Container Memif 2n-skx-xxv710
21449 -
21450   type: "plot"
21451   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21452   algorithm: "plot_throughput_speedup_analysis"
21453   output-file-type: ".html"
21454   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21455   data: "plot-throughput-speedup-analysis-2n-skx"
21456   filter: "'NIC_Intel-XXV710' and
21457            '64B' and
21458            ('BASE' or 'SCALE') and
21459            'NDRPDR' and
21460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21461            not 'VHOST' and
21462            'MEMIF'"
21463   parameters:
21464   - "throughput"
21465   - "parent"
21466   - "tags"
21467   sort:
21468   - "L2XCFWD"
21469   - "L2XCFWD"
21470   - "L2XCFWD"
21471   - "L2BDMACLRN"
21472   - "L2BDMACLRN"
21473   - "L2BDMACLRN"
21474   layout:
21475     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21476     layout: "plot-throughput-speedup-analysis"
21477
21478 -
21479   type: "plot"
21480   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21481   algorithm: "plot_throughput_speedup_analysis"
21482   output-file-type: ".html"
21483   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21484   data: "plot-throughput-speedup-analysis-2n-skx"
21485   filter: "'NIC_Intel-XXV710' and
21486            '64B' and
21487            ('BASE' or 'SCALE') and
21488            'NDRPDR' and
21489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21490            not 'VHOST' and
21491             'MEMIF'"
21492   parameters:
21493   - "throughput"
21494   - "parent"
21495   - "tags"
21496   sort:
21497   - "L2XCFWD"
21498   - "L2XCFWD"
21499   - "L2XCFWD"
21500   - "L2BDMACLRN"
21501   - "L2BDMACLRN"
21502   - "L2BDMACLRN"
21503   layout:
21504     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21505     layout: "plot-throughput-speedup-analysis"
21506
21507 ################################################################################
21508
21509 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21510 -
21511   type: "plot"
21512   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21513   algorithm: "plot_throughput_speedup_analysis"
21514   output-file-type: ".html"
21515   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21516   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21517   filter: "'NIC_Intel-X520-DA2' and
21518            '64B' and
21519            ('BASE' or 'SCALE') and
21520            'NDRPDR' and
21521            'L2XCFWD' and
21522            not 'VHOST' and
21523            'MEMIF'"
21524   parameters:
21525   - "throughput"
21526   - "parent"
21527   - "tags"
21528   sort:
21529   - "1VNF"
21530   - "2VNF"
21531   - "4VNF"
21532   - "2VNF"
21533   - "4VNF"
21534   layout:
21535     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21536     layout: "plot-throughput-speedup-analysis"
21537
21538 -
21539   type: "plot"
21540   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21541   algorithm: "plot_throughput_speedup_analysis"
21542   output-file-type: ".html"
21543   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21544   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21545   filter: "'NIC_Intel-X520-DA2' and
21546            '64B' and
21547            ('BASE' or 'SCALE') and
21548            'NDRPDR' and
21549            'L2XCFWD' and
21550            not 'VHOST' and
21551            'MEMIF'"
21552   parameters:
21553   - "throughput"
21554   - "parent"
21555   - "tags"
21556   sort:
21557   - "1VNF"
21558   - "2VNF"
21559   - "4VNF"
21560   - "2VNF"
21561   - "4VNF"
21562   layout:
21563     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21564     layout: "plot-throughput-speedup-analysis"
21565
21566 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21567 -
21568   type: "plot"
21569   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21570   algorithm: "plot_throughput_speedup_analysis"
21571   output-file-type: ".html"
21572   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21573   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21574   filter: "'NIC_Intel-X520-DA2' and
21575            '64B' and
21576            ('BASE' or 'SCALE') and
21577            'NDRPDR' and
21578            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21579            not 'VHOST' and
21580            'MEMIF'"
21581   parameters:
21582   - "throughput"
21583   - "parent"
21584   - "tags"
21585   sort:
21586   - "1VNF"
21587   - "2VNF"
21588   - "4VNF"
21589   - "2VNF"
21590   - "4VNF"
21591   layout:
21592     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
21593     layout: "plot-throughput-speedup-analysis"
21594
21595 -
21596   type: "plot"
21597   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21598   algorithm: "plot_throughput_speedup_analysis"
21599   output-file-type: ".html"
21600   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21601   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21602   filter: "'NIC_Intel-X520-DA2' and
21603            '64B' and
21604            ('BASE' or 'SCALE') and
21605            'NDRPDR' and
21606            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21607            not 'VHOST' and
21608            'MEMIF'"
21609   parameters:
21610   - "throughput"
21611   - "parent"
21612   - "tags"
21613   sort:
21614   - "1VNF"
21615   - "2VNF"
21616   - "4VNF"
21617   - "2VNF"
21618   - "4VNF"
21619   layout:
21620     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
21621     layout: "plot-throughput-speedup-analysis"
21622
21623 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21624 -
21625   type: "plot"
21626   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21627   algorithm: "plot_throughput_speedup_analysis"
21628   output-file-type: ".html"
21629   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21630   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21631   filter: "'NIC_Intel-X710' and
21632            '64B' and
21633            ('BASE' or 'SCALE') and
21634            'NDRPDR' and
21635            'L2XCFWD' and
21636            not 'VHOST' and
21637            'MEMIF'"
21638   parameters:
21639   - "throughput"
21640   - "parent"
21641   - "tags"
21642   sort:
21643   - "1VNF"
21644   - "2VNF"
21645   - "4VNF"
21646   - "2VNF"
21647   - "4VNF"
21648   layout:
21649     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
21650     layout: "plot-throughput-speedup-analysis"
21651
21652 -
21653   type: "plot"
21654   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21655   algorithm: "plot_throughput_speedup_analysis"
21656   output-file-type: ".html"
21657   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21658   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21659   filter: "'NIC_Intel-X710' and
21660            '64B' and
21661            ('BASE' or 'SCALE') and
21662            'NDRPDR' and
21663            'L2XCFWD' and
21664            not 'VHOST' and
21665            'MEMIF'"
21666   parameters:
21667   - "throughput"
21668   - "parent"
21669   - "tags"
21670   sort:
21671   - "1VNF"
21672   - "2VNF"
21673   - "4VNF"
21674   - "2VNF"
21675   - "4VNF"
21676   layout:
21677     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
21678     layout: "plot-throughput-speedup-analysis"
21679
21680 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21681 -
21682   type: "plot"
21683   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21684   algorithm: "plot_throughput_speedup_analysis"
21685   output-file-type: ".html"
21686   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21687   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21688   filter: "'NIC_Intel-X710' and
21689            '64B' and
21690            ('BASE' or 'SCALE') and
21691            'NDRPDR' and
21692            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21693            not 'VHOST' and
21694            'MEMIF'"
21695   parameters:
21696   - "throughput"
21697   - "parent"
21698   - "tags"
21699   sort:
21700   - "1VNF"
21701   - "2VNF"
21702   - "4VNF"
21703   - "2VNF"
21704   - "4VNF"
21705   layout:
21706     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
21707     layout: "plot-throughput-speedup-analysis"
21708
21709 -
21710   type: "plot"
21711   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21712   algorithm: "plot_throughput_speedup_analysis"
21713   output-file-type: ".html"
21714   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21715   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21716   filter: "'NIC_Intel-X710' and
21717            '64B' and
21718            ('BASE' or 'SCALE') and
21719            'NDRPDR' and
21720            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21721            not 'VHOST' and
21722            'MEMIF'"
21723   parameters:
21724   - "throughput"
21725   - "parent"
21726   - "tags"
21727   sort:
21728   - "1VNF"
21729   - "2VNF"
21730   - "4VNF"
21731   - "2VNF"
21732   - "4VNF"
21733   layout:
21734     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
21735     layout: "plot-throughput-speedup-analysis"
21736
21737 ################################################################################
21738
21739 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21740 -
21741   type: "plot"
21742   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21743   algorithm: "plot_throughput_speedup_analysis"
21744   output-file-type: ".html"
21745   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21746   data: "plot-throughput-speedup-analysis-3n-hsw"
21747   filter: "'NIC_Intel-X520-DA2' and
21748            '64B' and
21749            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21750            'NDRPDR' and
21751            'IP4FWD' and
21752            not 'IPSEC' and
21753            not 'VHOST'"
21754   parameters:
21755   - "throughput"
21756   - "parent"
21757   - "tags"
21758   sort:
21759   - "IP4BASE"
21760   - "FIB_20K"
21761   - "FIB_200K"
21762   - "FIB_2M"
21763   layout:
21764     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21765     layout: "plot-throughput-speedup-analysis"
21766
21767 -
21768   type: "plot"
21769   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21770   algorithm: "plot_throughput_speedup_analysis"
21771   output-file-type: ".html"
21772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21773   data: "plot-throughput-speedup-analysis-3n-hsw"
21774   filter: "'NIC_Intel-X520-DA2' and
21775            '64B' and
21776            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21777            'NDRPDR' and
21778            'IP4FWD' and
21779            not 'IPSEC' and
21780            not 'VHOST'"
21781   parameters:
21782   - "throughput"
21783   - "parent"
21784   - "tags"
21785   sort:
21786   - "IP4BASE"
21787   - "FIB_20K"
21788   - "FIB_200K"
21789   - "FIB_2M"
21790   layout:
21791     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21792     layout: "plot-throughput-speedup-analysis"
21793
21794 # Speedup - VPP IPv4 3n-hsw-x520 features
21795 -
21796   type: "plot"
21797   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21798   algorithm: "plot_throughput_speedup_analysis"
21799   output-file-type: ".html"
21800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21801   data: "plot-throughput-speedup-analysis-3n-hsw"
21802   filter: "'NIC_Intel-X520-DA2' and
21803            '64B' and
21804            ('IP4BASE' or
21805             'POLICE_MARK' or
21806             'COPWHLIST' or
21807             ('NAT44' and 'BASE') or
21808             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21809            'NDRPDR' and
21810            'IP4FWD' and
21811            not 'IPSEC' and
21812            not 'VHOST'"
21813   parameters:
21814   - "throughput"
21815   - "parent"
21816   - "tags"
21817   sort:
21818   - "IP4BASE"
21819   - "NAT44"
21820   - "POLICE_MARK"
21821   - "COPWHLIST"
21822   - "IACL"
21823   - "OACL"
21824   layout:
21825     title: "ip4-3n-hsw-x520-64b-features-ndr"
21826     layout: "plot-throughput-speedup-analysis"
21827
21828 -
21829   type: "plot"
21830   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21831   algorithm: "plot_throughput_speedup_analysis"
21832   output-file-type: ".html"
21833   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21834   data: "plot-throughput-speedup-analysis-3n-hsw"
21835   filter: "'NIC_Intel-X520-DA2' and
21836            '64B' and
21837            ('IP4BASE' or
21838             'POLICE_MARK' or
21839             'COPWHLIST' or
21840             ('NAT44' and 'BASE') or
21841             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21842            'NDRPDR' and
21843            'IP4FWD' and
21844            not 'IPSEC' and
21845            not 'VHOST'"
21846   parameters:
21847   - "throughput"
21848   - "parent"
21849   - "tags"
21850   sort:
21851   - "IP4BASE"
21852   - "NAT44"
21853   - "POLICE_MARK"
21854   - "COPWHLIST"
21855   - "IACL"
21856   - "OACL"
21857   layout:
21858     title: "ip4-3n-hsw-x520-64b-features-pdr"
21859     layout: "plot-throughput-speedup-analysis"
21860
21861 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21862 -
21863   type: "plot"
21864   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21865   algorithm: "plot_throughput_speedup_analysis"
21866   output-file-type: ".html"
21867   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21868   data: "plot-throughput-speedup-analysis-3n-hsw"
21869   filter: "'NIC_Intel-X520-DA2' and
21870            '64B' and
21871            'NDRPDR' and
21872            'IP4FWD' and
21873            'NAT44' and
21874            not 'IPSEC' and
21875            not 'VHOST'"
21876   parameters:
21877   - "throughput"
21878   - "parent"
21879   - "tags"
21880   sort:
21881   - "BASE"
21882   - "BASE"
21883   - "SRC_USER_10"
21884   - "SRC_USER_100"
21885   - "SRC_USER_1000"
21886   - "SRC_USER_2000"
21887   layout:
21888     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21889     layout: "plot-throughput-speedup-analysis"
21890
21891 -
21892   type: "plot"
21893   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21894   algorithm: "plot_throughput_speedup_analysis"
21895   output-file-type: ".html"
21896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21897   data: "plot-throughput-speedup-analysis-3n-hsw"
21898   filter: "'NIC_Intel-X520-DA2' and
21899            '64B' and
21900            'NDRPDR' and
21901            'IP4FWD' and
21902            'NAT44' and
21903            not 'IPSEC' and
21904            not 'VHOST'"
21905   parameters:
21906   - "throughput"
21907   - "parent"
21908   - "tags"
21909   sort:
21910   - "BASE"
21911   - "BASE"
21912   - "SRC_USER_10"
21913   - "SRC_USER_100"
21914   - "SRC_USER_1000"
21915   - "SRC_USER_2000"
21916   layout:
21917     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
21918     layout: "plot-throughput-speedup-analysis"
21919
21920 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
21921 -
21922   type: "plot"
21923   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21924   algorithm: "plot_throughput_speedup_analysis"
21925   output-file-type: ".html"
21926   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21927   data: "plot-throughput-speedup-analysis-3n-hsw"
21928   filter: "'NIC_Intel-X520-DA2' and
21929            '64B' and
21930            'NDRPDR' and
21931            'IP4FWD' and
21932            'IACL' and
21933            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21934            not 'IPSEC' and
21935            not 'VHOST'"
21936   parameters:
21937   - "throughput"
21938   - "parent"
21939   - "tags"
21940   sort:
21941   - "ACL_STATELESS"
21942   - "ACL_STATEFUL"
21943   - "ACL_STATELESS"
21944   - "ACL_STATEFUL"
21945   layout:
21946     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
21947     layout: "plot-throughput-speedup-analysis"
21948
21949 -
21950   type: "plot"
21951   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21952   algorithm: "plot_throughput_speedup_analysis"
21953   output-file-type: ".html"
21954   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21955   data: "plot-throughput-speedup-analysis-3n-hsw"
21956   filter: "'NIC_Intel-X520-DA2' and
21957            '64B' and
21958            'NDRPDR' and
21959            'IP4FWD' and
21960            'IACL' and
21961            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21962            not 'IPSEC' and
21963            not 'VHOST'"
21964   parameters:
21965   - "throughput"
21966   - "parent"
21967   - "tags"
21968   sort:
21969   - "ACL_STATELESS"
21970   - "ACL_STATEFUL"
21971   - "ACL_STATELESS"
21972   - "ACL_STATEFUL"
21973   layout:
21974     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
21975     layout: "plot-throughput-speedup-analysis"
21976
21977 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
21978 -
21979   type: "plot"
21980   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21981   algorithm: "plot_throughput_speedup_analysis"
21982   output-file-type: ".html"
21983   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21984   data: "plot-throughput-speedup-analysis-3n-hsw"
21985   filter: "'NIC_Intel-X520-DA2' and
21986            '64B' and
21987            'NDRPDR' and
21988            'IP4FWD' and
21989            'OACL' and
21990            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21991            not 'IPSEC' and
21992            not 'VHOST'"
21993   parameters:
21994   - "throughput"
21995   - "parent"
21996   - "tags"
21997   sort:
21998   - "ACL_STATELESS"
21999   - "ACL_STATEFUL"
22000   - "ACL_STATELESS"
22001   - "ACL_STATEFUL"
22002   layout:
22003     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22004     layout: "plot-throughput-speedup-analysis"
22005
22006 -
22007   type: "plot"
22008   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22009   algorithm: "plot_throughput_speedup_analysis"
22010   output-file-type: ".html"
22011   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22012   data: "plot-throughput-speedup-analysis-3n-hsw"
22013   filter: "'NIC_Intel-X520-DA2' and
22014            '64B' and
22015            'NDRPDR' and
22016            'IP4FWD' and
22017            'OACL' and
22018            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22019            not 'IPSEC' and
22020            not 'VHOST'"
22021   parameters:
22022   - "throughput"
22023   - "parent"
22024   - "tags"
22025   sort:
22026   - "ACL_STATELESS"
22027   - "ACL_STATEFUL"
22028   - "ACL_STATELESS"
22029   - "ACL_STATEFUL"
22030   layout:
22031     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22032     layout: "plot-throughput-speedup-analysis"
22033
22034 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22035 -
22036   type: "plot"
22037   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22038   algorithm: "plot_throughput_speedup_analysis"
22039   output-file-type: ".html"
22040   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22041   data: "plot-throughput-speedup-analysis-3n-hsw"
22042   filter: "'NIC_Intel-X710' and
22043            '64B' and
22044            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22045            'NDRPDR' and
22046            'IP4FWD' and
22047            not 'IPSEC' and
22048            not 'VHOST'"
22049   parameters:
22050   - "throughput"
22051   - "parent"
22052   - "tags"
22053   sort:
22054   - "IP4BASE"
22055   - "FIB_20K"
22056   - "FIB_200K"
22057   - "FIB_2M"
22058   layout:
22059     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22060     layout: "plot-throughput-speedup-analysis"
22061
22062 -
22063   type: "plot"
22064   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22065   algorithm: "plot_throughput_speedup_analysis"
22066   output-file-type: ".html"
22067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22068   data: "plot-throughput-speedup-analysis-3n-hsw"
22069   filter: "'NIC_Intel-X710' and
22070            '64B' and
22071            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22072            'NDRPDR' and
22073            'IP4FWD' and
22074            not 'IPSEC' and
22075            not 'VHOST'"
22076   parameters:
22077   - "throughput"
22078   - "parent"
22079   - "tags"
22080   sort:
22081   - "IP4BASE"
22082   - "FIB_20K"
22083   - "FIB_200K"
22084   - "FIB_2M"
22085   layout:
22086     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22087     layout: "plot-throughput-speedup-analysis"
22088
22089 # Speedup - VPP IPv4 3n-hsw-x710 features
22090 -
22091   type: "plot"
22092   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22093   algorithm: "plot_throughput_speedup_analysis"
22094   output-file-type: ".html"
22095   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22096   data: "plot-throughput-speedup-analysis-3n-hsw"
22097   filter: "'NIC_Intel-X710' and
22098            '64B' and
22099            ('IP4BASE' or
22100             'POLICE_MARK' or
22101             'COPWHLIST' or
22102             ('NAT44' and 'BASE') or
22103             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22104            'NDRPDR' and
22105            'IP4FWD' and
22106            not 'IPSEC' and
22107            not 'VHOST'"
22108   parameters:
22109   - "throughput"
22110   - "parent"
22111   - "tags"
22112   sort:
22113   - "IP4BASE"
22114   - "NAT44"
22115   - "POLICE_MARK"
22116   - "COPWHLIST"
22117   - "IACL"
22118   - "OACL"
22119   layout:
22120     title: "ip4-3n-hsw-x710-64b-features-ndr"
22121     layout: "plot-throughput-speedup-analysis"
22122
22123 -
22124   type: "plot"
22125   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22126   algorithm: "plot_throughput_speedup_analysis"
22127   output-file-type: ".html"
22128   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22129   data: "plot-throughput-speedup-analysis-3n-hsw"
22130   filter: "'NIC_Intel-X710' and
22131            '64B' and
22132            ('IP4BASE' or
22133             'POLICE_MARK' or
22134             'COPWHLIST' or
22135             ('NAT44' and 'BASE') or
22136             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22137            'NDRPDR' and
22138            'IP4FWD' and
22139            not 'IPSEC' and
22140            not 'VHOST'"
22141   parameters:
22142   - "throughput"
22143   - "parent"
22144   - "tags"
22145   sort:
22146   - "IP4BASE"
22147   - "NAT44"
22148   - "POLICE_MARK"
22149   - "COPWHLIST"
22150   - "IACL"
22151   - "OACL"
22152   layout:
22153     title: "ip4-3n-hsw-x710-64b-features-pdr"
22154     layout: "plot-throughput-speedup-analysis"
22155
22156 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22157 -
22158   type: "plot"
22159   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22160   algorithm: "plot_throughput_speedup_analysis"
22161   output-file-type: ".html"
22162   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22163   data: "plot-throughput-speedup-analysis-3n-hsw"
22164   filter: "'NIC_Intel-X710' and
22165            '64B' and
22166            'NDRPDR' and
22167            'IP4FWD' and
22168            'NAT44' and
22169            not 'IPSEC' and
22170            not 'VHOST'"
22171   parameters:
22172   - "throughput"
22173   - "parent"
22174   - "tags"
22175   sort:
22176   - "BASE"
22177   - "BASE"
22178   - "SRC_USER_10"
22179   - "SRC_USER_100"
22180   - "SRC_USER_1000"
22181   - "SRC_USER_2000"
22182   layout:
22183     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22184     layout: "plot-throughput-speedup-analysis"
22185
22186 -
22187   type: "plot"
22188   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22189   algorithm: "plot_throughput_speedup_analysis"
22190   output-file-type: ".html"
22191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22192   data: "plot-throughput-speedup-analysis-3n-hsw"
22193   filter: "'NIC_Intel-X710' and
22194            '64B' and
22195            'NDRPDR' and
22196            'IP4FWD' and
22197            'NAT44' and
22198            not 'IPSEC' and
22199            not 'VHOST'"
22200   parameters:
22201   - "throughput"
22202   - "parent"
22203   - "tags"
22204   sort:
22205   - "BASE"
22206   - "BASE"
22207   - "SRC_USER_10"
22208   - "SRC_USER_100"
22209   - "SRC_USER_1000"
22210   - "SRC_USER_2000"
22211   layout:
22212     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22213     layout: "plot-throughput-speedup-analysis"
22214
22215 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22216 -
22217   type: "plot"
22218   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22219   algorithm: "plot_throughput_speedup_analysis"
22220   output-file-type: ".html"
22221   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22222   data: "plot-throughput-speedup-analysis-3n-hsw"
22223   filter: "'NIC_Intel-X710' and
22224            '64B' and
22225            'NDRPDR' and
22226            'IP4FWD' and
22227            'IACL' and
22228            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22229            not 'IPSEC' and
22230            not 'VHOST'"
22231   parameters:
22232   - "throughput"
22233   - "parent"
22234   - "tags"
22235   sort:
22236   - "ACL_STATELESS"
22237   - "ACL_STATEFUL"
22238   - "ACL_STATELESS"
22239   - "ACL_STATEFUL"
22240   layout:
22241     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22242     layout: "plot-throughput-speedup-analysis"
22243
22244 -
22245   type: "plot"
22246   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22247   algorithm: "plot_throughput_speedup_analysis"
22248   output-file-type: ".html"
22249   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22250   data: "plot-throughput-speedup-analysis-3n-hsw"
22251   filter: "'NIC_Intel-X710' and
22252            '64B' and
22253            'NDRPDR' and
22254            'IP4FWD' and
22255            'IACL' and
22256            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22257            not 'IPSEC' and
22258            not 'VHOST'"
22259   parameters:
22260   - "throughput"
22261   - "parent"
22262   - "tags"
22263   sort:
22264   - "ACL_STATELESS"
22265   - "ACL_STATEFUL"
22266   - "ACL_STATELESS"
22267   - "ACL_STATEFUL"
22268   layout:
22269     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22270     layout: "plot-throughput-speedup-analysis"
22271
22272 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22273 -
22274   type: "plot"
22275   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22276   algorithm: "plot_throughput_speedup_analysis"
22277   output-file-type: ".html"
22278   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22279   data: "plot-throughput-speedup-analysis-3n-hsw"
22280   filter: "'NIC_Intel-X710' and
22281            '64B' and
22282            'NDRPDR' and
22283            'IP4FWD' and
22284            'OACL' and
22285            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22286            not 'IPSEC' and
22287            not 'VHOST'"
22288   parameters:
22289   - "throughput"
22290   - "parent"
22291   - "tags"
22292   sort:
22293   - "ACL_STATELESS"
22294   - "ACL_STATEFUL"
22295   - "ACL_STATELESS"
22296   - "ACL_STATEFUL"
22297   layout:
22298     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
22299     layout: "plot-throughput-speedup-analysis"
22300
22301 -
22302   type: "plot"
22303   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22304   algorithm: "plot_throughput_speedup_analysis"
22305   output-file-type: ".html"
22306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22307   data: "plot-throughput-speedup-analysis-3n-hsw"
22308   filter: "'NIC_Intel-X710' and
22309            '64B' and
22310            'NDRPDR' and
22311            'IP4FWD' and
22312            'OACL' and
22313            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22314            not 'IPSEC' and
22315            not 'VHOST'"
22316   parameters:
22317   - "throughput"
22318   - "parent"
22319   - "tags"
22320   sort:
22321   - "ACL_STATELESS"
22322   - "ACL_STATEFUL"
22323   - "ACL_STATELESS"
22324   - "ACL_STATEFUL"
22325   layout:
22326     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
22327     layout: "plot-throughput-speedup-analysis"
22328
22329 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22330 -
22331   type: "plot"
22332   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22333   algorithm: "plot_throughput_speedup_analysis"
22334   output-file-type: ".html"
22335   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22336   data: "plot-throughput-speedup-analysis-3n-hsw"
22337   filter: "'NIC_Intel-XL710' and
22338            '64B' and
22339            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22340            'NDRPDR' and
22341            'IP4FWD' and
22342            not 'IPSEC' and
22343            not 'VHOST'"
22344   parameters:
22345   - "throughput"
22346   - "parent"
22347   - "tags"
22348   sort:
22349   - "IP4BASE"
22350   - "FIB_20K"
22351   - "FIB_200K"
22352   - "FIB_2M"
22353   layout:
22354     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22355     layout: "plot-throughput-speedup-analysis"
22356
22357 -
22358   type: "plot"
22359   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22360   algorithm: "plot_throughput_speedup_analysis"
22361   output-file-type: ".html"
22362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22363   data: "plot-throughput-speedup-analysis-3n-hsw"
22364   filter: "'NIC_Intel-XL710' and
22365            '64B' and
22366            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22367            'NDRPDR' and
22368            'IP4FWD' and
22369            not 'IPSEC' and
22370            not 'VHOST'"
22371   parameters:
22372   - "throughput"
22373   - "parent"
22374   - "tags"
22375   sort:
22376   - "IP4BASE"
22377   - "FIB_20K"
22378   - "FIB_200K"
22379   - "FIB_2M"
22380   layout:
22381     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22382     layout: "plot-throughput-speedup-analysis"
22383
22384 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22385 -
22386   type: "plot"
22387   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22388   algorithm: "plot_throughput_speedup_analysis"
22389   output-file-type: ".html"
22390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22391   data: "plot-throughput-speedup-analysis-3n-skx"
22392   filter: "'NIC_Intel-X710' and
22393            '64B' and
22394            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22395            'NDRPDR' and
22396            'IP4FWD' and
22397            not 'IPSEC' and
22398            not 'VHOST'"
22399   parameters:
22400   - "throughput"
22401   - "parent"
22402   - "tags"
22403   sort:
22404   - "IP4BASE"
22405   - "FIB_20K"
22406   - "FIB_200K"
22407   - "FIB_2M"
22408   layout:
22409     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22410     layout: "plot-throughput-speedup-analysis"
22411
22412 -
22413   type: "plot"
22414   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22415   algorithm: "plot_throughput_speedup_analysis"
22416   output-file-type: ".html"
22417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22418   data: "plot-throughput-speedup-analysis-3n-skx"
22419   filter: "'NIC_Intel-X710' and
22420            '64B' and
22421            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22422            'NDRPDR' and
22423            'IP4FWD' and
22424            not 'IPSEC' and
22425            not 'VHOST'"
22426   parameters:
22427   - "throughput"
22428   - "parent"
22429   - "tags"
22430   sort:
22431   - "IP4BASE"
22432   - "FIB_20K"
22433   - "FIB_200K"
22434   - "FIB_2M"
22435   layout:
22436     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22437     layout: "plot-throughput-speedup-analysis"
22438
22439 # Speedup - VPP IPv4 3n-skx-x710 features
22440 -
22441   type: "plot"
22442   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22443   algorithm: "plot_throughput_speedup_analysis"
22444   output-file-type: ".html"
22445   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22446   data: "plot-throughput-speedup-analysis-3n-skx"
22447   filter: "'NIC_Intel-X710' and
22448            '64B' and
22449            ('IP4BASE' or
22450             'POLICE_MARK' or
22451             'COPWHLIST' or
22452             ('NAT44' and 'BASE') or
22453             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22454            'NDRPDR' and
22455            'IP4FWD' and
22456            not 'IPSEC' and
22457            not 'VHOST'"
22458   parameters:
22459   - "throughput"
22460   - "parent"
22461   - "tags"
22462   sort:
22463   - "IP4BASE"
22464   - "NAT44"
22465   - "POLICE_MARK"
22466   - "COPWHLIST"
22467   - "IACL"
22468   - "OACL"
22469   layout:
22470     title: "ip4-3n-skx-x710-64b-features-ndr"
22471     layout: "plot-throughput-speedup-analysis"
22472
22473 -
22474   type: "plot"
22475   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22476   algorithm: "plot_throughput_speedup_analysis"
22477   output-file-type: ".html"
22478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22479   data: "plot-throughput-speedup-analysis-3n-skx"
22480   filter: "'NIC_Intel-X710' and
22481            '64B' and
22482            ('IP4BASE' or
22483             'POLICE_MARK' or
22484             'COPWHLIST' or
22485             ('NAT44' and 'BASE') or
22486             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22487            'NDRPDR' and
22488            'IP4FWD' and
22489            not 'IPSEC' and
22490            not 'VHOST'"
22491   parameters:
22492   - "throughput"
22493   - "parent"
22494   - "tags"
22495   sort:
22496   - "IP4BASE"
22497   - "NAT44"
22498   - "POLICE_MARK"
22499   - "COPWHLIST"
22500   - "IACL"
22501   - "OACL"
22502   layout:
22503     title: "ip4-3n-skx-x710-64b-features-pdr"
22504     layout: "plot-throughput-speedup-analysis"
22505
22506 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22507 -
22508   type: "plot"
22509   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22510   algorithm: "plot_throughput_speedup_analysis"
22511   output-file-type: ".html"
22512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22513   data: "plot-throughput-speedup-analysis-3n-skx"
22514   filter: "'NIC_Intel-X710' and
22515            '64B' and
22516            'NDRPDR' and
22517            'IP4FWD' and
22518            'NAT44' and
22519            not 'IPSEC' and
22520            not 'VHOST'"
22521   parameters:
22522   - "throughput"
22523   - "parent"
22524   - "tags"
22525   sort:
22526   - "BASE"
22527   - "BASE"
22528   - "SRC_USER_10"
22529   - "SRC_USER_100"
22530   - "SRC_USER_1000"
22531   - "SRC_USER_2000"
22532   layout:
22533     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22534     layout: "plot-throughput-speedup-analysis"
22535
22536 -
22537   type: "plot"
22538   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22539   algorithm: "plot_throughput_speedup_analysis"
22540   output-file-type: ".html"
22541   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22542   data: "plot-throughput-speedup-analysis-3n-skx"
22543   filter: "'NIC_Intel-X710' and
22544            '64B' and
22545            'NDRPDR' and
22546            'IP4FWD' and
22547            'NAT44' and
22548            not 'IPSEC' and
22549            not 'VHOST'"
22550   parameters:
22551   - "throughput"
22552   - "parent"
22553   - "tags"
22554   sort:
22555   - "BASE"
22556   - "BASE"
22557   - "SRC_USER_10"
22558   - "SRC_USER_100"
22559   - "SRC_USER_1000"
22560   - "SRC_USER_2000"
22561   layout:
22562     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22563     layout: "plot-throughput-speedup-analysis"
22564
22565 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22566 -
22567   type: "plot"
22568   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22569   algorithm: "plot_throughput_speedup_analysis"
22570   output-file-type: ".html"
22571   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22572   data: "plot-throughput-speedup-analysis-3n-skx"
22573   filter: "'NIC_Intel-X710' and
22574            '64B' and
22575            'NDRPDR' and
22576            'IP4FWD' and
22577            'IACL' and
22578            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22579            not 'IPSEC' and
22580            not 'VHOST'"
22581   parameters:
22582   - "throughput"
22583   - "parent"
22584   - "tags"
22585   sort:
22586   - "ACL_STATELESS"
22587   - "ACL_STATEFUL"
22588   - "ACL_STATELESS"
22589   - "ACL_STATEFUL"
22590   layout:
22591     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22592     layout: "plot-throughput-speedup-analysis"
22593
22594 -
22595   type: "plot"
22596   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22597   algorithm: "plot_throughput_speedup_analysis"
22598   output-file-type: ".html"
22599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22600   data: "plot-throughput-speedup-analysis-3n-skx"
22601   filter: "'NIC_Intel-X710' and
22602            '64B' and
22603            'NDRPDR' and
22604            'IP4FWD' and
22605            'IACL' and
22606            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22607            not 'IPSEC' and
22608            not 'VHOST'"
22609   parameters:
22610   - "throughput"
22611   - "parent"
22612   - "tags"
22613   sort:
22614   - "ACL_STATELESS"
22615   - "ACL_STATEFUL"
22616   - "ACL_STATELESS"
22617   - "ACL_STATEFUL"
22618   layout:
22619     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22620     layout: "plot-throughput-speedup-analysis"
22621
22622 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22623 -
22624   type: "plot"
22625   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22626   algorithm: "plot_throughput_speedup_analysis"
22627   output-file-type: ".html"
22628   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22629   data: "plot-throughput-speedup-analysis-3n-skx"
22630   filter: "'NIC_Intel-X710' and
22631            '64B' and
22632            'NDRPDR' and
22633            'IP4FWD' and
22634            'OACL' and
22635            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22636            not 'IPSEC' and
22637            not 'VHOST'"
22638   parameters:
22639   - "throughput"
22640   - "parent"
22641   - "tags"
22642   sort:
22643   - "ACL_STATELESS"
22644   - "ACL_STATEFUL"
22645   - "ACL_STATELESS"
22646   - "ACL_STATEFUL"
22647   layout:
22648     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
22649     layout: "plot-throughput-speedup-analysis"
22650
22651 -
22652   type: "plot"
22653   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22654   algorithm: "plot_throughput_speedup_analysis"
22655   output-file-type: ".html"
22656   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22657   data: "plot-throughput-speedup-analysis-3n-skx"
22658   filter: "'NIC_Intel-X710' and
22659            '64B' and
22660            'NDRPDR' and
22661            'IP4FWD' and
22662            'OACL' and
22663            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22664            not 'IPSEC' and
22665            not 'VHOST'"
22666   parameters:
22667   - "throughput"
22668   - "parent"
22669   - "tags"
22670   sort:
22671   - "ACL_STATELESS"
22672   - "ACL_STATEFUL"
22673   - "ACL_STATELESS"
22674   - "ACL_STATEFUL"
22675   layout:
22676     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
22677     layout: "plot-throughput-speedup-analysis"
22678
22679 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22680 -
22681   type: "plot"
22682   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22683   algorithm: "plot_throughput_speedup_analysis"
22684   output-file-type: ".html"
22685   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22686   data: "plot-throughput-speedup-analysis-2n-skx"
22687   filter: "'NIC_Intel-X710' and
22688            '64B' and
22689            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22690            'NDRPDR' and
22691            'IP4FWD' and
22692            not 'IPSEC' and
22693            not 'VHOST'"
22694   parameters:
22695   - "throughput"
22696   - "parent"
22697   - "tags"
22698   sort:
22699   - "IP4BASE"
22700   - "FIB_20K"
22701   - "FIB_200K"
22702   - "FIB_2M"
22703   layout:
22704     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22705     layout: "plot-throughput-speedup-analysis"
22706
22707 -
22708   type: "plot"
22709   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22710   algorithm: "plot_throughput_speedup_analysis"
22711   output-file-type: ".html"
22712   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22713   data: "plot-throughput-speedup-analysis-2n-skx"
22714   filter: "'NIC_Intel-X710' and
22715            '64B' and
22716            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22717            'NDRPDR' and
22718            'IP4FWD' and
22719            not 'IPSEC' and
22720            not 'VHOST'"
22721   parameters:
22722   - "throughput"
22723   - "parent"
22724   - "tags"
22725   sort:
22726   - "IP4BASE"
22727   - "FIB_20K"
22728   - "FIB_200K"
22729   - "FIB_2M"
22730   layout:
22731     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22732     layout: "plot-throughput-speedup-analysis"
22733
22734 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22735 -
22736   type: "plot"
22737   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22738   algorithm: "plot_throughput_speedup_analysis"
22739   output-file-type: ".html"
22740   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22741   data: "plot-throughput-speedup-analysis-2n-skx"
22742   filter: "'NIC_Intel-XXV710' and
22743            '64B' and
22744            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22745            'NDRPDR' and
22746            'IP4FWD' and
22747            not 'IPSEC' and
22748            not 'VHOST'"
22749   parameters:
22750   - "throughput"
22751   - "parent"
22752   - "tags"
22753   sort:
22754   - "IP4BASE"
22755   - "FIB_20K"
22756   - "FIB_200K"
22757   - "FIB_2M"
22758   layout:
22759     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22760     layout: "plot-throughput-speedup-analysis"
22761
22762 -
22763   type: "plot"
22764   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22765   algorithm: "plot_throughput_speedup_analysis"
22766   output-file-type: ".html"
22767   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22768   data: "plot-throughput-speedup-analysis-2n-skx"
22769   filter: "'NIC_Intel-XXV710' and
22770            '64B' and
22771            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22772            'NDRPDR' and
22773            'IP4FWD' and
22774            not 'IPSEC' and
22775            not 'VHOST'"
22776   parameters:
22777   - "throughput"
22778   - "parent"
22779   - "tags"
22780   sort:
22781   - "IP4BASE"
22782   - "FIB_20K"
22783   - "FIB_200K"
22784   - "FIB_2M"
22785   layout:
22786     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22787     layout: "plot-throughput-speedup-analysis"
22788
22789 ################################################################################
22790
22791 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22792 -
22793   type: "plot"
22794   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22795   algorithm: "plot_throughput_speedup_analysis"
22796   output-file-type: ".html"
22797   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22798   data: "plot-throughput-speedup-analysis-3n-hsw"
22799   filter: "'NIC_Intel-X520_DA2' and
22800            '64B' and
22801            'ENCAP' and
22802            'NDRPDR' and
22803            'VXLAN' and
22804            'L2BDMACLRN' and
22805            not 'VHOST' and
22806            not 'IPSECHW'"
22807   parameters:
22808   - "throughput"
22809   - "parent"
22810   - "tags"
22811   sort:
22812   - "not DOT1Q"
22813   - "VXLAN_1"
22814   - "VXLAN_10"
22815   - "VXLAN_100"
22816   - "VXLAN_1000"
22817   layout:
22818     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22819     layout: "plot-throughput-speedup-analysis"
22820
22821 -
22822   type: "plot"
22823   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22824   algorithm: "plot_throughput_speedup_analysis"
22825   output-file-type: ".html"
22826   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22827   data: "plot-throughput-speedup-analysis-3n-hsw"
22828   filter: "'NIC_Intel-X520_DA2' and
22829            '64B' and
22830            'ENCAP' and
22831            'NDRPDR' and
22832            'VXLAN' and
22833            'L2BDMACLRN' and
22834            not 'VHOST' and
22835            not 'IPSECHW'"
22836   parameters:
22837   - "throughput"
22838   - "parent"
22839   - "tags"
22840   sort:
22841   - "not DOT1Q"
22842   - "VXLAN_1"
22843   - "VXLAN_10"
22844   - "VXLAN_100"
22845   - "VXLAN_1000"
22846   layout:
22847     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22848     layout: "plot-throughput-speedup-analysis"
22849
22850 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22851 -
22852   type: "plot"
22853   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22854   algorithm: "plot_throughput_speedup_analysis"
22855   output-file-type: ".html"
22856   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22857   data: "plot-throughput-speedup-analysis-3n-hsw"
22858   filter: "'NIC_Intel-X520-DA2' and
22859            '64B' and
22860            'ENCAP' and
22861            'NDRPDR' and
22862            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22863            not 'DOT1Q' and
22864            not 'VHOST' and
22865            not 'IPSECHW'"
22866   parameters:
22867   - "throughput"
22868   - "parent"
22869   - "tags"
22870   sort:
22871   - "L2BDMACLRN"
22872   - "L2XCFWD"
22873   - "LISP"
22874   layout:
22875     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22876     layout: "plot-throughput-speedup-analysis"
22877
22878 -
22879   type: "plot"
22880   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22881   algorithm: "plot_throughput_speedup_analysis"
22882   output-file-type: ".html"
22883   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22884   data: "plot-throughput-speedup-analysis-3n-hsw"
22885   filter: "'NIC_Intel-X520-DA2' and
22886            '64B' and
22887            'ENCAP' and
22888            'NDRPDR' and
22889            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22890            not 'DOT1Q' and
22891            not 'VHOST' and
22892            not 'IPSECHW'"
22893   parameters:
22894   - "throughput"
22895   - "parent"
22896   - "tags"
22897   sort:
22898   - "L2BDMACLRN"
22899   - "L2XCFWD"
22900   - "LISP"
22901   layout:
22902     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22903     layout: "plot-throughput-speedup-analysis"
22904
22905 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22906 -
22907   type: "plot"
22908   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22909   algorithm: "plot_throughput_speedup_analysis"
22910   output-file-type: ".html"
22911   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22912   data: "plot-throughput-speedup-analysis-3n-hsw"
22913   filter: "'NIC_Intel-X710' and
22914            '64B' and
22915            'ENCAP' and
22916            'NDRPDR' and
22917            'VXLAN' and
22918            'L2BDMACLRN' and
22919            not 'VHOST' and
22920            not 'IPSECHW'"
22921   parameters:
22922   - "throughput"
22923   - "parent"
22924   - "tags"
22925   sort:
22926   - "not DOT1Q"
22927   - "VXLAN_1"
22928   - "VXLAN_10"
22929   - "VXLAN_100"
22930   - "VXLAN_1000"
22931   layout:
22932     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
22933     layout: "plot-throughput-speedup-analysis"
22934
22935 -
22936   type: "plot"
22937   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22938   algorithm: "plot_throughput_speedup_analysis"
22939   output-file-type: ".html"
22940   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22941   data: "plot-throughput-speedup-analysis-3n-hsw"
22942   filter: "'NIC_Intel-X710' and
22943            '64B' and
22944            'ENCAP' and
22945            'NDRPDR' and
22946            'VXLAN' and
22947            'L2BDMACLRN' and
22948            not 'VHOST' and
22949            not 'IPSECHW'"
22950   parameters:
22951   - "throughput"
22952   - "parent"
22953   - "tags"
22954   sort:
22955   - "not DOT1Q"
22956   - "VXLAN_1"
22957   - "VXLAN_10"
22958   - "VXLAN_100"
22959   - "VXLAN_1000"
22960   layout:
22961     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
22962     layout: "plot-throughput-speedup-analysis"
22963
22964 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
22965 -
22966   type: "plot"
22967   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22968   algorithm: "plot_throughput_speedup_analysis"
22969   output-file-type: ".html"
22970   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22971   data: "plot-throughput-speedup-analysis-3n-hsw"
22972   filter: "'NIC_Intel-X710' and
22973            '64B' and
22974            'ENCAP' and
22975            'NDRPDR' and
22976            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22977            not 'DOT1Q' and
22978            not 'VHOST' and
22979            not 'IPSECHW'"
22980   parameters:
22981   - "throughput"
22982   - "parent"
22983   - "tags"
22984   sort:
22985   - "L2BDMACLRN"
22986   - "L2XCFWD"
22987   - "LISP"
22988   layout:
22989     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
22990     layout: "plot-throughput-speedup-analysis"
22991
22992 -
22993   type: "plot"
22994   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22995   algorithm: "plot_throughput_speedup_analysis"
22996   output-file-type: ".html"
22997   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
22998   data: "plot-throughput-speedup-analysis-3n-hsw"
22999   filter: "'NIC_Intel-X710' and
23000            '64B' and
23001            'ENCAP' and
23002            'NDRPDR' and
23003            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23004            not 'DOT1Q' and
23005            not 'VHOST' and
23006            not 'IPSECHW'"
23007   parameters:
23008   - "throughput"
23009   - "parent"
23010   - "tags"
23011   sort:
23012   - "L2BDMACLRN"
23013   - "L2XCFWD"
23014   - "LISP"
23015   layout:
23016     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23017     layout: "plot-throughput-speedup-analysis"
23018
23019 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23020 -
23021   type: "plot"
23022   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23023   algorithm: "plot_throughput_speedup_analysis"
23024   output-file-type: ".html"
23025   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23026   data: "plot-throughput-speedup-analysis-3n-skx"
23027   filter: "'NIC_Intel-X710' and
23028            '64B' and
23029            'ENCAP' and
23030            'NDRPDR' and
23031            'VXLAN' and
23032            'L2BDMACLRN' and
23033            not 'VHOST' and
23034            not 'IPSECHW'"
23035   parameters:
23036   - "throughput"
23037   - "parent"
23038   - "tags"
23039   sort:
23040   - "not DOT1Q"
23041   - "VXLAN_1"
23042   - "VXLAN_10"
23043   - "VXLAN_100"
23044   - "VXLAN_1000"
23045   layout:
23046     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23047     layout: "plot-throughput-speedup-analysis"
23048
23049 -
23050   type: "plot"
23051   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23052   algorithm: "plot_throughput_speedup_analysis"
23053   output-file-type: ".html"
23054   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23055   data: "plot-throughput-speedup-analysis-3n-skx"
23056   filter: "'NIC_Intel-X710' and
23057            '64B' and
23058            'ENCAP' and
23059            'NDRPDR' and
23060            'VXLAN' and
23061            'L2BDMACLRN' and
23062            not 'VHOST' and
23063            not 'IPSECHW'"
23064   parameters:
23065   - "throughput"
23066   - "parent"
23067   - "tags"
23068   sort:
23069   - "not DOT1Q"
23070   - "VXLAN_1"
23071   - "VXLAN_10"
23072   - "VXLAN_100"
23073   - "VXLAN_1000"
23074   layout:
23075     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23076     layout: "plot-throughput-speedup-analysis"
23077
23078 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23079 -
23080   type: "plot"
23081   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23082   algorithm: "plot_throughput_speedup_analysis"
23083   output-file-type: ".html"
23084   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23085   data: "plot-throughput-speedup-analysis-3n-skx"
23086   filter: "'NIC_Intel-X710' and
23087            '64B' and
23088            'ENCAP' and
23089            'NDRPDR' and
23090            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23091            not 'DOT1Q' and
23092            not 'VHOST' and
23093            not 'IPSECHW'"
23094   parameters:
23095   - "throughput"
23096   - "parent"
23097   - "tags"
23098   sort:
23099   - "L2BDMACLRN"
23100   - "L2XCFWD"
23101   - "LISP"
23102   layout:
23103     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23104     layout: "plot-throughput-speedup-analysis"
23105
23106 -
23107   type: "plot"
23108   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23109   algorithm: "plot_throughput_speedup_analysis"
23110   output-file-type: ".html"
23111   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23112   data: "plot-throughput-speedup-analysis-3n-skx"
23113   filter: "'NIC_Intel-X710' and
23114            '64B' and
23115            'ENCAP' and
23116            'NDRPDR' and
23117            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23118            not 'DOT1Q' and
23119            not 'VHOST' and
23120            not 'IPSECHW'"
23121   parameters:
23122   - "throughput"
23123   - "parent"
23124   - "tags"
23125   sort:
23126   - "L2BDMACLRN"
23127   - "L2XCFWD"
23128   - "LISP"
23129   layout:
23130     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23131     layout: "plot-throughput-speedup-analysis"
23132
23133 ################################################################################
23134
23135 # Speedup - VPP IPv6 3n-hsw-x520
23136 -
23137   type: "plot"
23138   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23139   algorithm: "plot_throughput_speedup_analysis"
23140   output-file-type: ".html"
23141   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23142   data: "plot-throughput-speedup-analysis-3n-hsw"
23143   filter: "'NIC_Intel-X520-DA2' and
23144            '78B' and
23145            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23146            'NDRPDR' and
23147            'IP6FWD' and
23148            not 'SRv6' and
23149            not 'IPSEC' and
23150            not 'VHOST'"
23151   parameters:
23152   - "throughput"
23153   - "parent"
23154   - "tags"
23155   sort:
23156   - "IP6BASE"
23157   - "FIB_20K"
23158   - "FIB_200K"
23159   - "FIB_2M"
23160   layout:
23161     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23162     layout: "plot-throughput-speedup-analysis"
23163
23164 -
23165   type: "plot"
23166   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23167   algorithm: "plot_throughput_speedup_analysis"
23168   output-file-type: ".html"
23169   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23170   data: "plot-throughput-speedup-analysis-3n-hsw"
23171   filter: "'NIC_Intel-X520-DA2' and
23172            '78B' and
23173            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23174            'NDRPDR' and
23175            'IP6FWD' and
23176            not 'SRv6' and
23177            not 'IPSEC' and
23178            not 'VHOST'"
23179   parameters:
23180   - "throughput"
23181   - "parent"
23182   - "tags"
23183   sort:
23184   - "IP6BASE"
23185   - "FIB_20K"
23186   - "FIB_200K"
23187   - "FIB_2M"
23188   layout:
23189     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23190     layout: "plot-throughput-speedup-analysis"
23191
23192 # Speedup - VPP IPv6 3n-hsw-x520 features
23193 -
23194   type: "plot"
23195   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23196   algorithm: "plot_throughput_speedup_analysis"
23197   output-file-type: ".html"
23198   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23199   data: "plot-throughput-speedup-analysis-3n-hsw"
23200   filter: "'NIC_Intel-X520-DA2' and
23201            '78B' and
23202            ('IP6BASE' or
23203             'POLICE_MARK' or
23204             'COPWHLIST' or
23205             'IACLDST') and
23206            'NDRPDR' and
23207            'IP6FWD' and
23208            not 'SRv6' and
23209            not 'IPSEC' and
23210            not 'VHOST'"
23211   parameters:
23212   - "throughput"
23213   - "parent"
23214   - "tags"
23215   sort:
23216   - "IP6BASE"
23217   - "POLICE_MARK"
23218   - "COPWHLIST"
23219   - "IACLDST"
23220   layout:
23221     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23222     layout: "plot-throughput-speedup-analysis"
23223
23224 -
23225   type: "plot"
23226   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23227   algorithm: "plot_throughput_speedup_analysis"
23228   output-file-type: ".html"
23229   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23230   data: "plot-throughput-speedup-analysis-3n-hsw"
23231   filter: "'NIC_Intel-X520-DA2' and
23232            '78B' and
23233            ('IP6BASE' or
23234             'POLICE_MARK' or
23235             'COPWHLIST' or
23236             'IACLDST') and
23237            'NDRPDR' and
23238            'IP6FWD' and
23239            not 'SRv6' and
23240            not 'IPSEC' and
23241            not 'VHOST'"
23242   parameters:
23243   - "throughput"
23244   - "parent"
23245   - "tags"
23246   sort:
23247   - "IP6BASE"
23248   - "POLICE_MARK"
23249   - "COPWHLIST"
23250   - "IACLDST"
23251   layout:
23252     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23253     layout: "plot-throughput-speedup-analysis"
23254
23255 # Speedup - VPP IPv6 3n-hsw-x710
23256 -
23257   type: "plot"
23258   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23259   algorithm: "plot_throughput_speedup_analysis"
23260   output-file-type: ".html"
23261   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23262   data: "plot-throughput-speedup-analysis-3n-hsw"
23263   filter: "'NIC_Intel-X710' and
23264            '78B' and
23265            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23266            'NDRPDR' and
23267            'IP6FWD' and
23268            not 'SRv6' and
23269            not 'IPSEC' and
23270            not 'VHOST'"
23271   parameters:
23272   - "throughput"
23273   - "parent"
23274   - "tags"
23275   sort:
23276   - "IP6BASE"
23277   - "FIB_20K"
23278   - "FIB_200K"
23279   - "FIB_2M"
23280   layout:
23281     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23282     layout: "plot-throughput-speedup-analysis"
23283
23284 -
23285   type: "plot"
23286   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23287   algorithm: "plot_throughput_speedup_analysis"
23288   output-file-type: ".html"
23289   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23290   data: "plot-throughput-speedup-analysis-3n-hsw"
23291   filter: "'NIC_Intel-X710' and
23292            '78B' and
23293            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23294            'NDRPDR' and
23295            'IP6FWD' and
23296            not 'SRv6' and
23297            not 'IPSEC' and
23298            not 'VHOST'"
23299   parameters:
23300   - "throughput"
23301   - "parent"
23302   - "tags"
23303   sort:
23304   - "IP6BASE"
23305   - "FIB_20K"
23306   - "FIB_200K"
23307   - "FIB_2M"
23308   layout:
23309     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23310     layout: "plot-throughput-speedup-analysis"
23311
23312 # Speedup - VPP IPv6 3n-hsw-x710 features
23313 -
23314   type: "plot"
23315   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23316   algorithm: "plot_throughput_speedup_analysis"
23317   output-file-type: ".html"
23318   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23319   data: "plot-throughput-speedup-analysis-3n-hsw"
23320   filter: "'NIC_Intel-X710' and
23321            '78B' and
23322            ('IP6BASE' or
23323             'POLICE_MARK' or
23324             'COPWHLIST' or
23325             'IACLDST') and
23326            'NDRPDR' and
23327            'IP6FWD' and
23328            not 'SRv6' and
23329            not 'IPSEC' and
23330            not 'VHOST'"
23331   parameters:
23332   - "throughput"
23333   - "parent"
23334   - "tags"
23335   sort:
23336   - "IP6BASE"
23337   - "POLICE_MARK"
23338   - "COPWHLIST"
23339   - "IACLDST"
23340   layout:
23341     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23342     layout: "plot-throughput-speedup-analysis"
23343
23344 -
23345   type: "plot"
23346   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23347   algorithm: "plot_throughput_speedup_analysis"
23348   output-file-type: ".html"
23349   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23350   data: "plot-throughput-speedup-analysis-3n-hsw"
23351   filter: "'NIC_Intel-X710' and
23352            '78B' and
23353            ('IP6BASE' or
23354             'POLICE_MARK' or
23355             'COPWHLIST' or
23356             'IACLDST') and
23357            'NDRPDR' and
23358            'IP6FWD' and
23359            not 'SRv6' and
23360            not 'IPSEC' and
23361            not 'VHOST'"
23362   parameters:
23363   - "throughput"
23364   - "parent"
23365   - "tags"
23366   sort:
23367   - "IP6BASE"
23368   - "POLICE_MARK"
23369   - "COPWHLIST"
23370   - "IACLDST"
23371   layout:
23372     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23373     layout: "plot-throughput-speedup-analysis"
23374
23375 # Speedup - VPP IPv6 3n-hsw-xl710
23376 -
23377   type: "plot"
23378   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23379   algorithm: "plot_throughput_speedup_analysis"
23380   output-file-type: ".html"
23381   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23382   data: "plot-throughput-speedup-analysis-3n-hsw"
23383   filter: "'NIC_Intel-XL710' and
23384            '78B' and
23385            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23386            'NDRPDR' and
23387            'IP6FWD' and
23388            not 'SRv6' and
23389            not 'IPSEC' and
23390            not 'VHOST'"
23391   parameters:
23392   - "throughput"
23393   - "parent"
23394   - "tags"
23395   sort:
23396   - "IP6BASE"
23397   - "FIB_20K"
23398   - "FIB_200K"
23399   - "FIB_2M"
23400   layout:
23401     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23402     layout: "plot-throughput-speedup-analysis"
23403
23404 -
23405   type: "plot"
23406   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23407   algorithm: "plot_throughput_speedup_analysis"
23408   output-file-type: ".html"
23409   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23410   data: "plot-throughput-speedup-analysis-3n-hsw"
23411   filter: "'NIC_Intel-XL710' and
23412            '78B' and
23413            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23414            'NDRPDR' and
23415            'IP6FWD' and
23416            not 'SRv6' and
23417            not 'IPSEC' and
23418            not 'VHOST'"
23419   parameters:
23420   - "throughput"
23421   - "parent"
23422   - "tags"
23423   sort:
23424   - "IP6BASE"
23425   - "FIB_20K"
23426   - "FIB_200K"
23427   - "FIB_2M"
23428   layout:
23429     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23430     layout: "plot-throughput-speedup-analysis"
23431
23432 # Speedup - VPP IPv6 3n-skx-x710
23433 -
23434   type: "plot"
23435   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23436   algorithm: "plot_throughput_speedup_analysis"
23437   output-file-type: ".html"
23438   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23439   data: "plot-throughput-speedup-analysis-3n-skx"
23440   filter: "'NIC_Intel-X710' and
23441            '78B' and
23442            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23443            'NDRPDR' and
23444            'IP6FWD' and
23445            not 'SRv6' and
23446            not 'IPSEC' and
23447            not 'VHOST'"
23448   parameters:
23449   - "throughput"
23450   - "parent"
23451   - "tags"
23452   sort:
23453   - "IP6BASE"
23454   - "FIB_20K"
23455   - "FIB_200K"
23456   - "FIB_2M"
23457   layout:
23458     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23459     layout: "plot-throughput-speedup-analysis"
23460
23461 -
23462   type: "plot"
23463   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23464   algorithm: "plot_throughput_speedup_analysis"
23465   output-file-type: ".html"
23466   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23467   data: "plot-throughput-speedup-analysis-3n-skx"
23468   filter: "'NIC_Intel-X710' and
23469            '78B' and
23470            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23471            'NDRPDR' and
23472            'IP6FWD' and
23473            not 'SRv6' and
23474            not 'IPSEC' and
23475            not 'VHOST'"
23476   parameters:
23477   - "throughput"
23478   - "parent"
23479   - "tags"
23480   sort:
23481   - "IP6BASE"
23482   - "FIB_20K"
23483   - "FIB_200K"
23484   - "FIB_2M"
23485   layout:
23486     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23487     layout: "plot-throughput-speedup-analysis"
23488
23489 # Speedup - VPP IPv6 3n-skx-x710 features
23490 -
23491   type: "plot"
23492   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23493   algorithm: "plot_throughput_speedup_analysis"
23494   output-file-type: ".html"
23495   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23496   data: "plot-throughput-speedup-analysis-3n-skx"
23497   filter: "'NIC_Intel-X710' and
23498            '78B' and
23499            ('IP6BASE' or
23500             'POLICE_MARK' or
23501             'COPWHLIST' or
23502             'IACLDST') and
23503            'NDRPDR' and
23504            'IP6FWD' and
23505            not 'SRv6' and
23506            not 'IPSEC' and
23507            not 'VHOST'"
23508   parameters:
23509   - "throughput"
23510   - "parent"
23511   - "tags"
23512   sort:
23513   - "IP6BASE"
23514   - "POLICE_MARK"
23515   - "COPWHLIST"
23516   - "IACLDST"
23517   layout:
23518     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23519     layout: "plot-throughput-speedup-analysis"
23520
23521 -
23522   type: "plot"
23523   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23524   algorithm: "plot_throughput_speedup_analysis"
23525   output-file-type: ".html"
23526   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23527   data: "plot-throughput-speedup-analysis-3n-skx"
23528   filter: "'NIC_Intel-X710' and
23529            '78B' and
23530            ('IP6BASE' or
23531             'POLICE_MARK' or
23532             'COPWHLIST' or
23533             'IACLDST') and
23534            'NDRPDR' and
23535            'IP6FWD' and
23536            not 'SRv6' and
23537            not 'IPSEC' and
23538            not 'VHOST'"
23539   parameters:
23540   - "throughput"
23541   - "parent"
23542   - "tags"
23543   sort:
23544   - "IP6BASE"
23545   - "POLICE_MARK"
23546   - "COPWHLIST"
23547   - "IACLDST"
23548   layout:
23549     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23550     layout: "plot-throughput-speedup-analysis"
23551
23552 # Speedup - VPP IPv6 2n-skx-x710
23553 -
23554   type: "plot"
23555   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23556   algorithm: "plot_throughput_speedup_analysis"
23557   output-file-type: ".html"
23558   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23559   data: "plot-throughput-speedup-analysis-2n-skx"
23560   filter: "'NIC_Intel-X710' and
23561            '78B' and
23562            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23563            'NDRPDR' and
23564            'IP6FWD' and
23565            not 'SRv6' and
23566            not 'IPSEC' and
23567            not 'VHOST'"
23568   parameters:
23569   - "throughput"
23570   - "parent"
23571   - "tags"
23572   sort:
23573   - "IP6BASE"
23574   - "FIB_20K"
23575   - "FIB_200K"
23576   - "FIB_2M"
23577   layout:
23578     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23579     layout: "plot-throughput-speedup-analysis"
23580
23581 -
23582   type: "plot"
23583   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23584   algorithm: "plot_throughput_speedup_analysis"
23585   output-file-type: ".html"
23586   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23587   data: "plot-throughput-speedup-analysis-2n-skx"
23588   filter: "'NIC_Intel-X710' and
23589            '78B' and
23590            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23591            'NDRPDR' and
23592            'IP6FWD' and
23593            not 'SRv6' and
23594            not 'IPSEC' and
23595            not 'VHOST'"
23596   parameters:
23597   - "throughput"
23598   - "parent"
23599   - "tags"
23600   sort:
23601   - "IP6BASE"
23602   - "FIB_20K"
23603   - "FIB_200K"
23604   - "FIB_2M"
23605   layout:
23606     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23607     layout: "plot-throughput-speedup-analysis"
23608
23609 # Speedup - VPP IPv6 2n-skx-xxv710
23610 -
23611   type: "plot"
23612   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23613   algorithm: "plot_throughput_speedup_analysis"
23614   output-file-type: ".html"
23615   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23616   data: "plot-throughput-speedup-analysis-2n-skx"
23617   filter: "'NIC_Intel-XXV710' and
23618            '78B' and
23619            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23620            'NDRPDR' and
23621            'IP6FWD' and
23622            not 'SRv6' and
23623            not 'IPSEC' and
23624            not 'VHOST'"
23625   parameters:
23626   - "throughput"
23627   - "parent"
23628   - "tags"
23629   sort:
23630   - "IP6BASE"
23631   - "FIB_20K"
23632   - "FIB_200K"
23633   - "FIB_2M"
23634   layout:
23635     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
23636     layout: "plot-throughput-speedup-analysis"
23637
23638 -
23639   type: "plot"
23640   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23641   algorithm: "plot_throughput_speedup_analysis"
23642   output-file-type: ".html"
23643   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23644   data: "plot-throughput-speedup-analysis-2n-skx"
23645   filter: "'NIC_Intel-XXV710' and
23646            '78B' and
23647            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23648            'NDRPDR' and
23649            'IP6FWD' and
23650            not 'SRv6' and
23651            not 'IPSEC' and
23652            not 'VHOST'"
23653   parameters:
23654   - "throughput"
23655   - "parent"
23656   - "tags"
23657   sort:
23658   - "IP6BASE"
23659   - "FIB_20K"
23660   - "FIB_200K"
23661   - "FIB_2M"
23662   layout:
23663     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
23664     layout: "plot-throughput-speedup-analysis"
23665
23666 ################################################################################
23667
23668 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23669 -
23670   type: "plot"
23671   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23672   algorithm: "plot_throughput_speedup_analysis"
23673   output-file-type: ".html"
23674   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23675   data: "plot-throughput-speedup-analysis-3n-hsw"
23676   filter: "'NIC_Intel-X520-DA2' and
23677            '78B' and
23678            'ENCAP' and
23679            'NDRPDR' and
23680            'LISP' and
23681            not 'VHOST'"
23682   parameters:
23683   - "throughput"
23684   - "parent"
23685   - "tags"
23686   sort:
23687   - "IP4UNRLAY"
23688   - "IP6UNRLAY"
23689   layout:
23690     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23691     layout: "plot-throughput-speedup-analysis"
23692
23693 -
23694   type: "plot"
23695   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23696   algorithm: "plot_throughput_speedup_analysis"
23697   output-file-type: ".html"
23698   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23699   data: "plot-throughput-speedup-analysis-3n-hsw"
23700   filter: "'NIC_Intel-X520-DA2' and
23701            '78B' and
23702            'ENCAP' and
23703            'NDRPDR' and
23704            'LISP' and
23705            not 'VHOST'"
23706   parameters:
23707   - "throughput"
23708   - "parent"
23709   - "tags"
23710   sort:
23711   - "IP4UNRLAY"
23712   - "IP6UNRLAY"
23713   layout:
23714     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23715     layout: "plot-throughput-speedup-analysis"
23716
23717 ################################################################################
23718
23719 # Speedup - VPP IPSec 3n-hsw-xl710 base
23720 -
23721   type: "plot"
23722   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23723   algorithm: "plot_throughput_speedup_analysis"
23724   output-file-type: ".html"
23725   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23726   data: "plot-throughput-speedup-analysis-3n-hsw"
23727   filter: "'NIC_Intel-XL710' and
23728            '64B' and
23729            'IP4FWD' and
23730            'NDRPDR' and
23731            'BASE' and
23732            'IPSECHW' and
23733            ('IPSECTRAN' or 'IPSECTUN') and
23734            not 'VHOST'"
23735   parameters:
23736   - "throughput"
23737   - "parent"
23738   - "tags"
23739   layout:
23740     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23741     layout: "plot-throughput-speedup-analysis"
23742
23743 -
23744   type: "plot"
23745   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23746   algorithm: "plot_throughput_speedup_analysis"
23747   output-file-type: ".html"
23748   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23749   data: "plot-throughput-speedup-analysis-3n-hsw"
23750   filter: "'NIC_Intel-XL710' and
23751            '64B' and
23752            'IP4FWD' and
23753            'NDRPDR' and
23754            'BASE' and
23755            'IPSECHW' and
23756            ('IPSECTRAN' or 'IPSECTUN') and
23757            not 'VHOST'"
23758   parameters:
23759   - "throughput"
23760   - "parent"
23761   - "tags"
23762   layout:
23763     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23764     layout: "plot-throughput-speedup-analysis"
23765
23766 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23767 -
23768   type: "plot"
23769   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23770   algorithm: "plot_throughput_speedup_analysis"
23771   output-file-type: ".html"
23772   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23773   data: "plot-throughput-speedup-analysis-3n-hsw"
23774   filter: "'NIC_Intel-XL710' and
23775            '64B' and
23776            'IP4FWD' and
23777            'NDRPDR' and
23778            'SCALE' and
23779            'IPSECHW' and
23780            ('IPSECTRAN' or 'IPSECTUN') and
23781            not 'VHOST'"
23782   parameters:
23783   - "throughput"
23784   - "parent"
23785   - "tags"
23786   layout:
23787     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23788     layout: "plot-throughput-speedup-analysis"
23789
23790 -
23791   type: "plot"
23792   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23793   algorithm: "plot_throughput_speedup_analysis"
23794   output-file-type: ".html"
23795   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23796   data: "plot-throughput-speedup-analysis-3n-hsw"
23797   filter: "'NIC_Intel-XL710' and
23798            '64B' and
23799            'IP4FWD' and
23800            'NDRPDR' and
23801            'SCALE' and
23802            'IPSECHW' and
23803            ('IPSECTRAN' or 'IPSECTUN') and
23804            not 'VHOST'"
23805   parameters:
23806   - "throughput"
23807   - "parent"
23808   - "tags"
23809   layout:
23810     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23811     layout: "plot-throughput-speedup-analysis"
23812
23813 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23814 -
23815   type: "plot"
23816   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23817   algorithm: "plot_throughput_speedup_analysis"
23818   output-file-type: ".html"
23819   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23820   data: "plot-throughput-speedup-analysis-3n-hsw"
23821   filter: "'NIC_Intel-XL710' and
23822            '64B' and
23823            'IP4FWD' and
23824            'NDRPDR' and
23825            'IPSECSW' and
23826            ('IPSECTRAN' or 'IPSECTUN') and
23827            not 'VHOST'"
23828   parameters:
23829   - "throughput"
23830   - "parent"
23831   - "tags"
23832   layout:
23833     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23834     layout: "plot-throughput-speedup-analysis"
23835
23836 -
23837   type: "plot"
23838   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23839   algorithm: "plot_throughput_speedup_analysis"
23840   output-file-type: ".html"
23841   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23842   data: "plot-throughput-speedup-analysis-3n-hsw"
23843   filter: "'NIC_Intel-XL710' and
23844            '64B' and
23845            'IP4FWD' and
23846            'NDRPDR' and
23847            'IPSECSW' and
23848            ('IPSECTRAN' or 'IPSECTUN') and
23849            not 'VHOST'"
23850   parameters:
23851   - "throughput"
23852   - "parent"
23853   - "tags"
23854   layout:
23855     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23856     layout: "plot-throughput-speedup-analysis"
23857
23858 ################################################################################
23859
23860 # Speedup - VPP SRv6 3n-hsw-x520
23861 -
23862   type: "plot"
23863   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23864   algorithm: "plot_throughput_speedup_analysis"
23865   output-file-type: ".html"
23866   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23867   data: "plot-throughput-speedup-analysis-3n-hsw"
23868   filter: "'NIC_Intel-X520-DA2' and
23869            '78B' and
23870            'FEATURE' and
23871            'NDRPDR' and
23872            'IP6FWD' and
23873            'SRv6'"
23874   parameters:
23875   - "throughput"
23876   - "parent"
23877   - "tags"
23878   layout:
23879     title: "srv6-3n-hsw-x520-78b-features-ndr"
23880     layout: "plot-throughput-speedup-analysis"
23881
23882 -
23883   type: "plot"
23884   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23885   algorithm: "plot_throughput_speedup_analysis"
23886   output-file-type: ".html"
23887   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23888   data: "plot-throughput-speedup-analysis-3n-hsw"
23889   filter: "'NIC_Intel-X520-DA2' and
23890            '78B' and
23891            'FEATURE' and
23892            'NDRPDR' and
23893            'IP6FWD' and
23894            'SRv6'"
23895   parameters:
23896   - "throughput"
23897   - "parent"
23898   - "tags"
23899   layout:
23900     title: "srv6-3n-hsw-x520-78b-features-pdr"
23901     layout: "plot-throughput-speedup-analysis"
23902
23903 ################################################################################
23904
23905 # Speedup - VPP L2 3n-hsw-x520 base and scale
23906 -
23907   type: "plot"
23908   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23909   algorithm: "plot_throughput_speedup_analysis"
23910   output-file-type: ".html"
23911   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23912   data: "plot-throughput-speedup-analysis-3n-hsw"
23913   filter: "'NIC_Intel-X520-DA2' and
23914            '64B' and
23915            ('BASE' or 'SCALE') and
23916            'NDRPDR' and
23917            'ETH' and
23918            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23919            not 'VHOST' and
23920            not 'MEMIF'"
23921   parameters:
23922   - "throughput"
23923   - "parent"
23924   - "tags"
23925   sort:
23926   - "L2PATCH"
23927   - "L2XCBASE"
23928   - "BASE"
23929   - "FIB_10K"
23930   - "FIB_100K"
23931   - "FIB_1M"
23932   layout:
23933     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
23934     layout: "plot-throughput-speedup-analysis"
23935
23936 -
23937   type: "plot"
23938   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23939   algorithm: "plot_throughput_speedup_analysis"
23940   output-file-type: ".html"
23941   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23942   data: "plot-throughput-speedup-analysis-3n-hsw"
23943   filter: "'NIC_Intel-X520-DA2' and
23944            '64B' and
23945            ('BASE' or 'SCALE') and
23946            'NDRPDR' and
23947            'ETH' and
23948            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23949            not 'VHOST' and
23950            not 'MEMIF'"
23951   parameters:
23952   - "throughput"
23953   - "parent"
23954   - "tags"
23955   sort:
23956   - "L2PATCH"
23957   - "L2XCBASE"
23958   - "BASE"
23959   - "FIB_10K"
23960   - "FIB_100K"
23961   - "FIB_1M"
23962   layout:
23963     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
23964     layout: "plot-throughput-speedup-analysis"
23965
23966 # Speedup - VPP L2 3n-hsw-x520 features
23967 -
23968   type: "plot"
23969   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23970   algorithm: "plot_throughput_speedup_analysis"
23971   output-file-type: ".html"
23972   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23973   data: "plot-throughput-speedup-analysis-3n-hsw"
23974   filter: "'NIC_Intel-X520-DA2' and
23975            '64B' and
23976            'NDRPDR' and
23977            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23978            not 'ACL' and
23979            not 'VHOST' and
23980            not 'MEMIF'"
23981   parameters:
23982   - "throughput"
23983   - "parent"
23984   - "tags"
23985   sort:
23986   - "L2XCBASE"    # l2xcbase
23987   - "L2BDBASE"    # l2bdbase
23988   - "L2XCFWD"     # dot1q-l2xcbase
23989   - "L2BDMACLRN"  # dot1q-l2bdbase
23990   layout:
23991     title: "l2sw-3n-hsw-x520-64b-features-ndr"
23992     layout: "plot-throughput-speedup-analysis"
23993
23994 -
23995   type: "plot"
23996   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
23997   algorithm: "plot_throughput_speedup_analysis"
23998   output-file-type: ".html"
23999   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24000   data: "plot-throughput-speedup-analysis-3n-hsw"
24001   filter: "'NIC_Intel-X520-DA2' and
24002            '64B' and
24003            'NDRPDR' and
24004            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24005            not 'ACL' and
24006            not 'VHOST' and
24007            not 'MEMIF'"
24008   parameters:
24009   - "throughput"
24010   - "parent"
24011   - "tags"
24012   sort:
24013   - "L2XCBASE"    # l2xcbase
24014   - "L2BDBASE"    # l2bdbase
24015   - "L2XCFWD"     # dot1q-l2xcbase
24016   - "L2BDMACLRN"  # dot1q-l2bdbase
24017   layout:
24018     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24019     layout: "plot-throughput-speedup-analysis"
24020
24021 # Speedup - VPP L2 3n-hsw-x710 base and scale
24022 -
24023   type: "plot"
24024   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24025   algorithm: "plot_throughput_speedup_analysis"
24026   output-file-type: ".html"
24027   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24028   data: "plot-throughput-speedup-analysis-3n-hsw"
24029   filter: "'NIC_Intel-X710' and
24030            '64B' and
24031            ('BASE' or 'SCALE') and
24032            'NDRPDR' and
24033            'ETH' and
24034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24035            not 'VHOST' and
24036            not 'MEMIF'"
24037   parameters:
24038   - "throughput"
24039   - "parent"
24040   - "tags"
24041   sort:
24042   - "L2PATCH"
24043   - "L2XCBASE"
24044   - "BASE"
24045   - "FIB_10K"
24046   - "FIB_100K"
24047   - "FIB_1M"
24048   layout:
24049     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24050     layout: "plot-throughput-speedup-analysis"
24051
24052 -
24053   type: "plot"
24054   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24055   algorithm: "plot_throughput_speedup_analysis"
24056   output-file-type: ".html"
24057   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24058   data: "plot-throughput-speedup-analysis-3n-hsw"
24059   filter: "'NIC_Intel-X710' and
24060            '64B' and
24061            ('BASE' or 'SCALE') and
24062            'NDRPDR' and
24063            'ETH' and
24064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24065            not 'VHOST' and
24066            not 'MEMIF'"
24067   parameters:
24068   - "throughput"
24069   - "parent"
24070   - "tags"
24071   sort:
24072   - "L2PATCH"
24073   - "L2XCBASE"
24074   - "BASE"
24075   - "FIB_10K"
24076   - "FIB_100K"
24077   - "FIB_1M"
24078   layout:
24079     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24080     layout: "plot-throughput-speedup-analysis"
24081
24082 # Speedup - VPP L2 3n-hsw-x710 features
24083 -
24084   type: "plot"
24085   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24086   algorithm: "plot_throughput_speedup_analysis"
24087   output-file-type: ".html"
24088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24089   data: "plot-throughput-speedup-analysis-3n-hsw"
24090   filter: "'NIC_Intel-X710' and
24091            '64B' and
24092            'NDRPDR' and
24093            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24094            not 'ACL' and
24095            not 'VHOST' and
24096            not 'MEMIF'"
24097   parameters:
24098   - "throughput"
24099   - "parent"
24100   - "tags"
24101   sort:
24102   - "L2XCBASE"    # l2xcbase
24103   - "L2BDBASE"    # l2bdbase
24104   - "L2XCFWD"     # dot1q-l2xcbase
24105   - "L2BDMACLRN"  # dot1q-l2bdbase
24106   layout:
24107     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24108     layout: "plot-throughput-speedup-analysis"
24109
24110 -
24111   type: "plot"
24112   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24113   algorithm: "plot_throughput_speedup_analysis"
24114   output-file-type: ".html"
24115   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24116   data: "plot-throughput-speedup-analysis-3n-hsw"
24117   filter: "'NIC_Intel-X710' and
24118            '64B' and
24119            'NDRPDR' and
24120            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24121            not 'ACL' and
24122            not 'VHOST' and
24123            not 'MEMIF'"
24124   parameters:
24125   - "throughput"
24126   - "parent"
24127   - "tags"
24128   sort:
24129   - "L2XCBASE"    # l2xcbase
24130   - "L2BDBASE"    # l2bdbase
24131   - "L2XCFWD"     # dot1q-l2xcbase
24132   - "L2BDMACLRN"  # dot1q-l2bdbase
24133   layout:
24134     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24135     layout: "plot-throughput-speedup-analysis"
24136
24137 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24138 -
24139   type: "plot"
24140   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24141   algorithm: "plot_throughput_speedup_analysis"
24142   output-file-type: ".html"
24143   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24144   data: "plot-throughput-speedup-analysis-3n-hsw"
24145   filter: "'NIC_Intel-XL710' and
24146            '64B' and
24147            ('BASE' or 'SCALE') and
24148            'NDRPDR' and
24149            'ETH' and
24150            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24151            not 'VHOST' and
24152            not 'MEMIF'"
24153   parameters:
24154   - "throughput"
24155   - "parent"
24156   - "tags"
24157   sort:
24158   - "L2PATCH"
24159   - "L2XCBASE"
24160   - "BASE"
24161   - "FIB_10K"
24162   - "FIB_100K"
24163   - "FIB_1M"
24164   layout:
24165     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24166     layout: "plot-throughput-speedup-analysis"
24167
24168 -
24169   type: "plot"
24170   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24171   algorithm: "plot_throughput_speedup_analysis"
24172   output-file-type: ".html"
24173   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24174   data: "plot-throughput-speedup-analysis-3n-hsw"
24175   filter: "'NIC_Intel-XL710' and
24176            '64B' and
24177            ('BASE' or 'SCALE') and
24178            'NDRPDR' and
24179            'ETH' and
24180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24181            not 'VHOST' and
24182            not 'MEMIF'"
24183   parameters:
24184   - "throughput"
24185   - "parent"
24186   - "tags"
24187   sort:
24188   - "L2PATCH"
24189   - "L2XCBASE"
24190   - "BASE"
24191   - "FIB_10K"
24192   - "FIB_100K"
24193   - "FIB_1M"
24194   layout:
24195     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24196     layout: "plot-throughput-speedup-analysis"
24197
24198 # Speedup - VPP L2 3n-skx-x710 base and scale
24199 -
24200   type: "plot"
24201   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24202   algorithm: "plot_throughput_speedup_analysis"
24203   output-file-type: ".html"
24204   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24205   data: "plot-throughput-speedup-analysis-3n-skx"
24206   filter: "'NIC_Intel-X710' and
24207            '64B' and
24208            ('BASE' or 'SCALE') and
24209            'NDRPDR' and
24210            'ETH' and
24211            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24212            not 'VHOST' and
24213            not 'MEMIF'"
24214   parameters:
24215   - "throughput"
24216   - "parent"
24217   - "tags"
24218   sort:
24219   - "L2PATCH"
24220   - "L2XCBASE"
24221   - "BASE"
24222   - "FIB_10K"
24223   - "FIB_100K"
24224   - "FIB_1M"
24225   layout:
24226     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24227     layout: "plot-throughput-speedup-analysis"
24228
24229 -
24230   type: "plot"
24231   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24232   algorithm: "plot_throughput_speedup_analysis"
24233   output-file-type: ".html"
24234   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24235   data: "plot-throughput-speedup-analysis-3n-skx"
24236   filter: "'NIC_Intel-X710' and
24237            '64B' and
24238            ('BASE' or 'SCALE') and
24239            'NDRPDR' and
24240            'ETH' and
24241            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24242            not 'VHOST' and
24243            not 'MEMIF'"
24244   parameters:
24245   - "throughput"
24246   - "parent"
24247   - "tags"
24248   sort:
24249   - "L2PATCH"
24250   - "L2XCBASE"
24251   - "BASE"
24252   - "FIB_10K"
24253   - "FIB_100K"
24254   - "FIB_1M"
24255   layout:
24256     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24257     layout: "plot-throughput-speedup-analysis"
24258
24259 # Speedup - VPP L2 3n-skx-x710 features
24260 -
24261   type: "plot"
24262   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24263   algorithm: "plot_throughput_speedup_analysis"
24264   output-file-type: ".html"
24265   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24266   data: "plot-throughput-speedup-analysis-3n-skx"
24267   filter: "'NIC_Intel-X710' and
24268            '64B' and
24269            'NDRPDR' and
24270            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24271            not 'ACL' and
24272            not 'VHOST' and
24273            not 'MEMIF'"
24274   parameters:
24275   - "throughput"
24276   - "parent"
24277   - "tags"
24278   sort:
24279   - "L2XCBASE"    # l2xcbase
24280   - "L2BDBASE"    # l2bdbase
24281   - "L2XCFWD"     # dot1q-l2xcbase
24282   - "L2BDMACLRN"  # dot1q-l2bdbase
24283   layout:
24284     title: "l2sw-3n-skx-x710-64b-features-ndr"
24285     layout: "plot-throughput-speedup-analysis"
24286
24287 -
24288   type: "plot"
24289   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24290   algorithm: "plot_throughput_speedup_analysis"
24291   output-file-type: ".html"
24292   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24293   data: "plot-throughput-speedup-analysis-3n-skx"
24294   filter: "'NIC_Intel-X710' and
24295            '64B' and
24296            'NDRPDR' and
24297            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24298            not 'ACL' and
24299            not 'VHOST' and
24300            not 'MEMIF'"
24301   parameters:
24302   - "throughput"
24303   - "parent"
24304   - "tags"
24305   sort:
24306   - "L2XCBASE"    # l2xcbase
24307   - "L2BDBASE"    # l2bdbase
24308   - "L2XCFWD"     # dot1q-l2xcbase
24309   - "L2BDMACLRN"  # dot1q-l2bdbase
24310   layout:
24311     title: "l2sw-3n-skx-x710-64b-features-pdr"
24312     layout: "plot-throughput-speedup-analysis"
24313
24314 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24315 -
24316   type: "plot"
24317   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24318   algorithm: "plot_throughput_speedup_analysis"
24319   output-file-type: ".html"
24320   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24321   data: "plot-throughput-speedup-analysis-3n-skx"
24322   filter: "'NIC_Intel-XXV710' and
24323            '64B' and
24324            ('BASE' or 'SCALE') and
24325            'NDRPDR' and
24326            'ETH' and
24327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24328            not 'VHOST' and
24329            not 'MEMIF'"
24330   parameters:
24331   - "throughput"
24332   - "parent"
24333   - "tags"
24334   sort:
24335   - "L2PATCH"
24336   - "L2XCBASE"
24337   - "BASE"
24338   - "FIB_10K"
24339   - "FIB_100K"
24340   - "FIB_1M"
24341   layout:
24342     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24343     layout: "plot-throughput-speedup-analysis"
24344
24345 -
24346   type: "plot"
24347   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24348   algorithm: "plot_throughput_speedup_analysis"
24349   output-file-type: ".html"
24350   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24351   data: "plot-throughput-speedup-analysis-3n-skx"
24352   filter: "'NIC_Intel-XXV710' and
24353            '64B' and
24354            ('BASE' or 'SCALE') and
24355            'NDRPDR' and
24356            'ETH' and
24357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24358            not 'VHOST' and
24359            not 'MEMIF'"
24360   parameters:
24361   - "throughput"
24362   - "parent"
24363   - "tags"
24364   sort:
24365   - "L2PATCH"
24366   - "L2XCBASE"
24367   - "BASE"
24368   - "FIB_10K"
24369   - "FIB_100K"
24370   - "FIB_1M"
24371   layout:
24372     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24373     layout: "plot-throughput-speedup-analysis"
24374
24375 # Speedup - VPP L2 2n-skx-x710 base and scale
24376 -
24377   type: "plot"
24378   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24379   algorithm: "plot_throughput_speedup_analysis"
24380   output-file-type: ".html"
24381   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24382   data: "plot-throughput-speedup-analysis-2n-skx"
24383   filter: "'NIC_Intel-X710' and
24384            '64B' and
24385            ('BASE' or 'SCALE') and
24386            'NDRPDR' and
24387            'ETH' and
24388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24389            not 'VHOST' and
24390            not 'MEMIF'"
24391   parameters:
24392   - "throughput"
24393   - "parent"
24394   - "tags"
24395   sort:
24396   - "L2PATCH"
24397   - "L2XCBASE"
24398   - "BASE"
24399   - "FIB_10K"
24400   - "FIB_100K"
24401   - "FIB_1M"
24402   layout:
24403     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24404     layout: "plot-throughput-speedup-analysis"
24405
24406 -
24407   type: "plot"
24408   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24409   algorithm: "plot_throughput_speedup_analysis"
24410   output-file-type: ".html"
24411   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24412   data: "plot-throughput-speedup-analysis-2n-skx"
24413   filter: "'NIC_Intel-X710' and
24414            '64B' and
24415            ('BASE' or 'SCALE') and
24416            'NDRPDR' and
24417            'ETH' and
24418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24419            not 'VHOST' and
24420            not 'MEMIF'"
24421   parameters:
24422   - "throughput"
24423   - "parent"
24424   - "tags"
24425   sort:
24426   - "L2PATCH"
24427   - "L2XCBASE"
24428   - "BASE"
24429   - "FIB_10K"
24430   - "FIB_100K"
24431   - "FIB_1M"
24432   layout:
24433     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24434     layout: "plot-throughput-speedup-analysis"
24435
24436 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24437 -
24438   type: "plot"
24439   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24440   algorithm: "plot_throughput_speedup_analysis"
24441   output-file-type: ".html"
24442   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24443   data: "plot-throughput-speedup-analysis-2n-skx"
24444   filter: "'NIC_Intel-XXV710' and
24445            '64B' and
24446            ('BASE' or 'SCALE') and
24447            'NDRPDR' and
24448            'ETH' and
24449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24450            not 'VHOST' and
24451            not 'MEMIF'"
24452   parameters:
24453   - "throughput"
24454   - "parent"
24455   - "tags"
24456   sort:
24457   - "L2PATCH"
24458   - "L2XCBASE"
24459   - "BASE"
24460   - "FIB_10K"
24461   - "FIB_100K"
24462   - "FIB_1M"
24463   layout:
24464     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24465     layout: "plot-throughput-speedup-analysis"
24466
24467 -
24468   type: "plot"
24469   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24470   algorithm: "plot_throughput_speedup_analysis"
24471   output-file-type: ".html"
24472   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24473   data: "plot-throughput-speedup-analysis-2n-skx"
24474   filter: "'NIC_Intel-XXV710' and
24475            '64B' and
24476            ('BASE' or 'SCALE') and
24477            'NDRPDR' and
24478            'ETH' and
24479            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24480            not 'VHOST' and
24481            not 'MEMIF'"
24482   parameters:
24483   - "throughput"
24484   - "parent"
24485   - "tags"
24486   sort:
24487   - "L2PATCH"
24488   - "L2XCBASE"
24489   - "BASE"
24490   - "FIB_10K"
24491   - "FIB_100K"
24492   - "FIB_1M"
24493   layout:
24494     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24495     layout: "plot-throughput-speedup-analysis"
24496
24497 ################################################################################
24498
24499 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24500 -
24501   type: "plot"
24502   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24503   algorithm: "plot_throughput_speedup_analysis"
24504   output-file-type: ".html"
24505   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24506   data: "plot-throughput-speedup-analysis-3n-hsw"
24507   filter: "'NIC_Intel-X520-DA2' and
24508            '64B' and
24509            'NDRPDR' and
24510            'ETH' and
24511            'IP4FWD' and
24512            'VHOST_1024' and
24513            not 'VXLAN' and
24514            not 'DOT1Q'"
24515   parameters:
24516   - "throughput"
24517   - "parent"
24518   - "tags"
24519   sort:
24520   - "not CFS_OPT"
24521   - "1VM"
24522   - "2VM"
24523   layout:
24524     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24525     layout: "plot-throughput-speedup-analysis"
24526
24527 -
24528   type: "plot"
24529   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24530   algorithm: "plot_throughput_speedup_analysis"
24531   output-file-type: ".html"
24532   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24533   data: "plot-throughput-speedup-analysis-3n-hsw"
24534   filter: "'NIC_Intel-X520-DA2' and
24535            '64B' and
24536            'NDRPDR' and
24537            'ETH' and
24538            'IP4FWD' and
24539            'VHOST_1024' and
24540            not 'VXLAN' and
24541            not 'DOT1Q'"
24542   parameters:
24543   - "throughput"
24544   - "parent"
24545   - "tags"
24546   sort:
24547   - "not CFS_OPT"
24548   - "1VM"
24549   - "2VM"
24550   layout:
24551     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24552     layout: "plot-throughput-speedup-analysis"
24553
24554 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24555 -
24556   type: "plot"
24557   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24558   algorithm: "plot_throughput_speedup_analysis"
24559   output-file-type: ".html"
24560   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24561   data: "plot-throughput-speedup-analysis-3n-hsw"
24562   filter: "'NIC_Intel-X520-DA2' and
24563            '64B' and
24564            'NDRPDR' and
24565            ('ETH' or 'DOT1Q') and
24566            'VHOST_1024' and
24567            not 'VXLAN' and
24568            not 'IP4FWD' and
24569            not '2VM'"
24570   parameters:
24571   - "throughput"
24572   - "parent"
24573   - "tags"
24574 #  sort:
24575 #  - "VM"  # "not CFS_OPT"
24576 #  - "CFS_OPT"
24577 #  - "FIB_10K"
24578 #  - "FIB_100K"
24579 #  - "FIB_1M"
24580   layout:
24581     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24582     layout: "plot-throughput-speedup-analysis"
24583
24584 -
24585   type: "plot"
24586   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24587   algorithm: "plot_throughput_speedup_analysis"
24588   output-file-type: ".html"
24589   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24590   data: "plot-throughput-speedup-analysis-3n-hsw"
24591   filter: "'NIC_Intel-X520-DA2' and
24592            '64B' and
24593            'NDRPDR' and
24594            ('ETH' or 'DOT1Q') and
24595            'L2BDMACLRN' and
24596            'VHOST_1024' and
24597            not 'VXLAN' and
24598            not 'IP4FWD' and
24599            not '2VM'"
24600   parameters:
24601   - "throughput"
24602   - "parent"
24603   - "tags"
24604 #  sort:
24605 #  - "VM"  # "not CFS_OPT"
24606 #  - "CFS_OPT"
24607 #  - "FIB_10K"
24608 #  - "FIB_100K"
24609 #  - "FIB_1M"
24610   layout:
24611     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24612     layout: "plot-throughput-speedup-analysis"
24613
24614 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24615 -
24616   type: "plot"
24617   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24618   algorithm: "plot_throughput_speedup_analysis"
24619   output-file-type: ".html"
24620   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24621   data: "plot-throughput-speedup-analysis-3n-hsw"
24622   filter: "'NIC_Intel-X520-DA2' and
24623            '64B' and
24624            'NDRPDR' and
24625            ('ETH' or 'DOT1Q') and
24626            'BASE' and
24627            ('L2BDMACLRN' or 'L2XCFWD') and
24628            'VHOST_1024' and
24629            not 'VXLAN' and
24630            not 'IP4FWD' and
24631            not '2VM'"
24632   parameters:
24633   - "throughput"
24634   - "parent"
24635   - "tags"
24636 #  sort:
24637 #  - "not CFS_OPT"
24638 #  - "L2XCFWD"
24639 #  - "not CFS_OPT"
24640 #  - "CFS_OPT"
24641   layout:
24642     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24643     layout: "plot-throughput-speedup-analysis"
24644
24645 -
24646   type: "plot"
24647   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24648   algorithm: "plot_throughput_speedup_analysis"
24649   output-file-type: ".html"
24650   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24651   data: "plot-throughput-speedup-analysis-3n-hsw"
24652   filter: "'NIC_Intel-X520-DA2' and
24653            '64B' and
24654            'NDRPDR' and
24655            ('ETH' or 'DOT1Q') and
24656            'BASE' and
24657            ('L2BDMACLRN' or 'L2XCFWD') and
24658            'VHOST_1024' and
24659            not 'VXLAN' and
24660            not 'IP4FWD' and
24661            not '2VM'"
24662   parameters:
24663   - "throughput"
24664   - "parent"
24665   - "tags"
24666 #  sort:
24667 #  - "not CFS_OPT"
24668 #  - "L2XCFWD"
24669 #  - "not CFS_OPT"
24670 #  - "CFS_OPT"
24671   layout:
24672     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24673     layout: "plot-throughput-speedup-analysis"
24674
24675 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24676 -
24677   type: "plot"
24678   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24679   algorithm: "plot_throughput_speedup_analysis"
24680   output-file-type: ".html"
24681   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24682   data: "plot-throughput-speedup-analysis-3n-hsw"
24683   filter: "'NIC_Intel-X520-DA2' and
24684            '64B' and
24685            'NDRPDR' and
24686            ('ETH' or 'DOT1Q') and
24687            ('L2BDMACLRN' or 'L2XCFWD') and
24688            'VHOST_1024' and
24689            not 'CFS_OPT' and
24690            not 'VXLAN' and
24691            not 'IP4FWD' and
24692            not 'LBOND'"
24693   parameters:
24694   - "throughput"
24695   - "parent"
24696   - "tags"
24697 #  sort:
24698 #  - "1VM"
24699 #  - "L2XCFWD"
24700 #  - "1VM"
24701 #  - "L2BDMACLRN"
24702   layout:
24703     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24704     layout: "plot-throughput-speedup-analysis"
24705
24706 -
24707   type: "plot"
24708   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24709   algorithm: "plot_throughput_speedup_analysis"
24710   output-file-type: ".html"
24711   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24712   data: "plot-throughput-speedup-analysis-3n-hsw"
24713   filter: "'NIC_Intel-X520-DA2' and
24714            '64B' and
24715            'NDRPDR' and
24716            ('ETH' or 'DOT1Q') and
24717            ('L2BDMACLRN' or 'L2XCFWD') and
24718            'VHOST_1024' and
24719            not 'CFS_OPT' and
24720            not 'VXLAN' and
24721            not 'IP4FWD' and
24722            not 'LBOND'"
24723   parameters:
24724   - "throughput"
24725   - "parent"
24726   - "tags"
24727 #  sort:
24728 #  - "1VM"
24729 #  - "L2XCFWD"
24730 #  - "1VM"
24731 #  - "L2BDMACLRN"
24732   layout:
24733     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24734     layout: "plot-throughput-speedup-analysis"
24735
24736 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24737 -
24738   type: "plot"
24739   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24740   algorithm: "plot_throughput_speedup_analysis"
24741   output-file-type: ".html"
24742   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24743   data: "plot-throughput-speedup-analysis-3n-hsw"
24744   filter: "'NIC_Intel-X710' and
24745            '64B' and
24746            'NDRPDR' and
24747            'ETH' and
24748            'IP4FWD' and
24749            'VHOST_1024' and
24750            not 'VXLAN' and
24751            not 'DOT1Q'"
24752   parameters:
24753   - "throughput"
24754   - "parent"
24755   - "tags"
24756   sort:
24757   - "not CFS_OPT"
24758   - "1VM"
24759   - "2VM"
24760   layout:
24761     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24762     layout: "plot-throughput-speedup-analysis"
24763
24764 -
24765   type: "plot"
24766   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24767   algorithm: "plot_throughput_speedup_analysis"
24768   output-file-type: ".html"
24769   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24770   data: "plot-throughput-speedup-analysis-3n-hsw"
24771   filter: "'NIC_Intel-X710' and
24772            '64B' and
24773            'NDRPDR' and
24774            'ETH' and
24775            'IP4FWD' and
24776            'VHOST_1024' and
24777            not 'VXLAN' and
24778            not 'DOT1Q'"
24779   parameters:
24780   - "throughput"
24781   - "parent"
24782   - "tags"
24783   sort:
24784   - "not CFS_OPT"
24785   - "1VM"
24786   - "2VM"
24787   layout:
24788     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24789     layout: "plot-throughput-speedup-analysis"
24790
24791 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24792 -
24793   type: "plot"
24794   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24795   algorithm: "plot_throughput_speedup_analysis"
24796   output-file-type: ".html"
24797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24798   data: "plot-throughput-speedup-analysis-3n-hsw"
24799   filter: "'NIC_Intel-X710' and
24800            '64B' and
24801            'NDRPDR' and
24802            ('ETH' or 'DOT1Q') and
24803            'L2BDMACLRN' and
24804            'VHOST_1024' and
24805            not 'VXLAN' and
24806            not 'IP4FWD' and
24807            not '2VM'"
24808   parameters:
24809   - "throughput"
24810   - "parent"
24811   - "tags"
24812 #  sort:
24813 #  - "VM"  # "not CFS_OPT"
24814 #  - "CFS_OPT"
24815 #  - "FIB_10K"
24816 #  - "FIB_100K"
24817 #  - "FIB_1M"
24818   layout:
24819     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24820     layout: "plot-throughput-speedup-analysis"
24821
24822 -
24823   type: "plot"
24824   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24825   algorithm: "plot_throughput_speedup_analysis"
24826   output-file-type: ".html"
24827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24828   data: "plot-throughput-speedup-analysis-3n-hsw"
24829   filter: "'NIC_Intel-X710' and
24830            '64B' and
24831            'NDRPDR' and
24832            ('ETH' or 'DOT1Q') and
24833            'L2BDMACLRN' and
24834            'VHOST_1024' and
24835            not 'VXLAN' and
24836            not 'IP4FWD' and
24837            not '2VM'"
24838   parameters:
24839   - "throughput"
24840   - "parent"
24841   - "tags"
24842 #  sort:
24843 #  - "VM"  # "not CFS_OPT"
24844 #  - "CFS_OPT"
24845 #  - "FIB_10K"
24846 #  - "FIB_100K"
24847 #  - "FIB_1M"
24848   layout:
24849     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24850     layout: "plot-throughput-speedup-analysis"
24851
24852 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24853 -
24854   type: "plot"
24855   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24856   algorithm: "plot_throughput_speedup_analysis"
24857   output-file-type: ".html"
24858   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24859   data: "plot-throughput-speedup-analysis-3n-hsw"
24860   filter: "'NIC_Intel-X710' and
24861            '64B' and
24862            'NDRPDR' and
24863            ('ETH' or 'DOT1Q') and
24864            'BASE' and
24865            ('L2BDMACLRN' or 'L2XCFWD') and
24866            'VHOST_1024' and
24867            not 'VXLAN' and
24868            not 'IP4FWD' and
24869            not '2VM'"
24870   parameters:
24871   - "throughput"
24872   - "parent"
24873   - "tags"
24874 #  sort:
24875 #  - "not CFS_OPT"
24876 #  - "L2XCFWD"
24877 #  - "not CFS_OPT"
24878 #  - "CFS_OPT"
24879   layout:
24880     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24881     layout: "plot-throughput-speedup-analysis"
24882
24883 -
24884   type: "plot"
24885   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24886   algorithm: "plot_throughput_speedup_analysis"
24887   output-file-type: ".html"
24888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24889   data: "plot-throughput-speedup-analysis-3n-hsw"
24890   filter: "'NIC_Intel-X710' and
24891            '64B' and
24892            'NDRPDR' and
24893            ('ETH' or 'DOT1Q') and
24894            'BASE' and
24895            ('L2BDMACLRN' or 'L2XCFWD') and
24896            'VHOST_1024' and
24897            not 'VXLAN' and
24898            not 'IP4FWD' and
24899            not '2VM'"
24900   parameters:
24901   - "throughput"
24902   - "parent"
24903   - "tags"
24904 #  sort:
24905 #  - "not CFS_OPT"
24906 #  - "L2XCFWD"
24907 #  - "not CFS_OPT"
24908 #  - "CFS_OPT"
24909   layout:
24910     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
24911     layout: "plot-throughput-speedup-analysis"
24912
24913 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
24914 -
24915   type: "plot"
24916   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24917   algorithm: "plot_throughput_speedup_analysis"
24918   output-file-type: ".html"
24919   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24920   data: "plot-throughput-speedup-analysis-3n-hsw"
24921   filter: "'NIC_Intel-X710' and
24922            '64B' and
24923            'NDRPDR' and
24924            ('ETH' or 'DOT1Q') and
24925            ('L2BDMACLRN' or 'L2XCFWD') and
24926            'VHOST_1024' and
24927            not 'CFS_OPT' and
24928            not 'VXLAN' and
24929            not 'IP4FWD' and
24930            not 'LBOND'"
24931   parameters:
24932   - "throughput"
24933   - "parent"
24934   - "tags"
24935 #  sort:
24936 #  - "1VM"
24937 #  - "L2XCFWD"
24938 #  - "1VM"
24939 #  - "L2BDMACLRN"
24940   layout:
24941     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
24942     layout: "plot-throughput-speedup-analysis"
24943
24944 -
24945   type: "plot"
24946   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24947   algorithm: "plot_throughput_speedup_analysis"
24948   output-file-type: ".html"
24949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24950   data: "plot-throughput-speedup-analysis-3n-hsw"
24951   filter: "'NIC_Intel-X710' and
24952            '64B' and
24953            'NDRPDR' and
24954            ('ETH' or 'DOT1Q') and
24955            ('L2BDMACLRN' or 'L2XCFWD') and
24956            'VHOST_1024' and
24957            not 'CFS_OPT' and
24958            not 'VXLAN' and
24959            not 'IP4FWD' and
24960            not 'LBOND'"
24961   parameters:
24962   - "throughput"
24963   - "parent"
24964   - "tags"
24965 #  sort:
24966 #  - "1VM"
24967 #  - "L2XCFWD"
24968 #  - "1VM"
24969 #  - "L2BDMACLRN"
24970   layout:
24971     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
24972     layout: "plot-throughput-speedup-analysis"
24973
24974 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
24975 -
24976   type: "plot"
24977   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24978   algorithm: "plot_throughput_speedup_analysis"
24979   output-file-type: ".html"
24980   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24981   data: "plot-throughput-speedup-analysis-3n-hsw"
24982   filter: "'NIC_Intel-XL710' and
24983            '64B' and
24984            'NDRPDR' and
24985            'ETH' and
24986            'IP4FWD' and
24987            'VHOST_1024' and
24988            not 'VXLAN' and
24989            not 'DOT1Q'"
24990   parameters:
24991   - "throughput"
24992   - "parent"
24993   - "tags"
24994   sort:
24995   - "not CFS_OPT"
24996   - "1VM"
24997   - "2VM"
24998   layout:
24999     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25000     layout: "plot-throughput-speedup-analysis"
25001
25002 -
25003   type: "plot"
25004   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25005   algorithm: "plot_throughput_speedup_analysis"
25006   output-file-type: ".html"
25007   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25008   data: "plot-throughput-speedup-analysis-3n-hsw"
25009   filter: "'NIC_Intel-XL710' and
25010            '64B' and
25011            'NDRPDR' and
25012            'ETH' and
25013            'IP4FWD' and
25014            'VHOST_1024' and
25015            not 'VXLAN' and
25016            not 'DOT1Q'"
25017   parameters:
25018   - "throughput"
25019   - "parent"
25020   - "tags"
25021   sort:
25022   - "not CFS_OPT"
25023   - "1VM"
25024   - "2VM"
25025   layout:
25026     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25027     layout: "plot-throughput-speedup-analysis"
25028
25029 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
25030 -
25031   type: "plot"
25032   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25033   algorithm: "plot_throughput_speedup_analysis"
25034   output-file-type: ".html"
25035   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25036   data: "plot-throughput-speedup-analysis-3n-hsw"
25037   filter: "'NIC_Intel-XL710' and
25038            '64B' and
25039            'NDRPDR' and
25040            ('ETH' or 'DOT1Q') and
25041            'L2BDMACLRN' and
25042            'VHOST_1024' and
25043            not 'VXLAN' and
25044            not 'IP4FWD' and
25045            not '2VM'"
25046   parameters:
25047   - "throughput"
25048   - "parent"
25049   - "tags"
25050 #  sort:
25051 #  - "VM"  # "not CFS_OPT"
25052 #  - "CFS_OPT"
25053 #  - "FIB_10K"
25054 #  - "FIB_100K"
25055 #  - "FIB_1M"
25056   layout:
25057     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25058     layout: "plot-throughput-speedup-analysis"
25059
25060 -
25061   type: "plot"
25062   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25063   algorithm: "plot_throughput_speedup_analysis"
25064   output-file-type: ".html"
25065   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25066   data: "plot-throughput-speedup-analysis-3n-hsw"
25067   filter: "'NIC_Intel-XL710' and
25068            '64B' and
25069            'NDRPDR' and
25070            ('ETH' or 'DOT1Q') and
25071            'L2BDMACLRN' and
25072            'VHOST_1024' and
25073            not 'VXLAN' and
25074            not 'IP4FWD' and
25075            not '2VM'"
25076   parameters:
25077   - "throughput"
25078   - "parent"
25079   - "tags"
25080 #  sort:
25081 #  - "VM"  # "not CFS_OPT"
25082 #  - "CFS_OPT"
25083 #  - "FIB_10K"
25084 #  - "FIB_100K"
25085 #  - "FIB_1M"
25086   layout:
25087     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25088     layout: "plot-throughput-speedup-analysis"
25089
25090 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25091 -
25092   type: "plot"
25093   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25094   algorithm: "plot_throughput_speedup_analysis"
25095   output-file-type: ".html"
25096   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25097   data: "plot-throughput-speedup-analysis-3n-hsw"
25098   filter: "'NIC_Intel-XL710' and
25099            '64B' and
25100            'NDRPDR' and
25101            ('ETH' or 'DOT1Q') and
25102            'BASE' and
25103            ('L2BDMACLRN' or 'L2XCFWD') and
25104            'VHOST_1024' and
25105            not 'VXLAN' and
25106            not 'IP4FWD' and
25107            not '2VM'"
25108   parameters:
25109   - "throughput"
25110   - "parent"
25111   - "tags"
25112 #  sort:
25113 #  - "not CFS_OPT"
25114 #  - "L2XCFWD"
25115 #  - "not CFS_OPT"
25116 #  - "CFS_OPT"
25117   layout:
25118     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25119     layout: "plot-throughput-speedup-analysis"
25120
25121 -
25122   type: "plot"
25123   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25124   algorithm: "plot_throughput_speedup_analysis"
25125   output-file-type: ".html"
25126   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25127   data: "plot-throughput-speedup-analysis-3n-hsw"
25128   filter: "'NIC_Intel-XL710' and
25129            '64B' and
25130            'NDRPDR' and
25131            ('ETH' or 'DOT1Q') and
25132            'BASE' and
25133            ('L2BDMACLRN' or 'L2XCFWD') and
25134            'VHOST_1024' and
25135            not 'VXLAN' and
25136            not 'IP4FWD' and
25137            not '2VM'"
25138   parameters:
25139   - "throughput"
25140   - "parent"
25141   - "tags"
25142 #  sort:
25143 #  - "not CFS_OPT"
25144 #  - "L2XCFWD"
25145 #  - "not CFS_OPT"
25146 #  - "CFS_OPT"
25147   layout:
25148     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25149     layout: "plot-throughput-speedup-analysis"
25150
25151 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25152 -
25153   type: "plot"
25154   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25155   algorithm: "plot_throughput_speedup_analysis"
25156   output-file-type: ".html"
25157   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25158   data: "plot-throughput-speedup-analysis-3n-hsw"
25159   filter: "'NIC_Intel-XL710' and
25160            '64B' and
25161            'NDRPDR' and
25162            ('ETH' or 'DOT1Q') and
25163            ('L2BDMACLRN' or 'L2XCFWD') and
25164            'VHOST_1024' and
25165            not 'CFS_OPT' and
25166            not 'VXLAN' and
25167            not 'IP4FWD'"
25168   parameters:
25169   - "throughput"
25170   - "parent"
25171   - "tags"
25172 #  sort:
25173 #  - "1VM"
25174 #  - "L2XCFWD"
25175 #  - "1VM"
25176 #  - "L2BDMACLRN"
25177   layout:
25178     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25179     layout: "plot-throughput-speedup-analysis"
25180
25181 -
25182   type: "plot"
25183   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25184   algorithm: "plot_throughput_speedup_analysis"
25185   output-file-type: ".html"
25186   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25187   data: "plot-throughput-speedup-analysis-3n-hsw"
25188   filter: "'NIC_Intel-XL710' and
25189            '64B' and
25190            'NDRPDR' and
25191            ('ETH' or 'DOT1Q') and
25192            ('L2BDMACLRN' or 'L2XCFWD') and
25193            'VHOST_1024' and
25194            not 'CFS_OPT' and
25195            not 'VXLAN' and
25196            not 'IP4FWD'"
25197   parameters:
25198   - "throughput"
25199   - "parent"
25200   - "tags"
25201 #  sort:
25202 #  - "1VM"
25203 #  - "L2XCFWD"
25204 #  - "1VM"
25205 #  - "L2BDMACLRN"
25206   layout:
25207     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25208     layout: "plot-throughput-speedup-analysis"
25209
25210 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25211 -
25212   type: "plot"
25213   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25214   algorithm: "plot_throughput_speedup_analysis"
25215   output-file-type: ".html"
25216   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25217   data: "plot-throughput-speedup-analysis-3n-skx"
25218   filter: "'NIC_Intel-X710' and
25219            '64B' and
25220            'NDRPDR' and
25221            'ETH' and
25222            'IP4FWD' and
25223            'VHOST_1024' and
25224            not 'VXLAN' and
25225            not 'DOT1Q'"
25226   parameters:
25227   - "throughput"
25228   - "parent"
25229   - "tags"
25230   sort:
25231   - "not CFS_OPT"
25232   - "1VM"
25233   - "2VM"
25234   layout:
25235     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25236     layout: "plot-throughput-speedup-analysis"
25237
25238 -
25239   type: "plot"
25240   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25241   algorithm: "plot_throughput_speedup_analysis"
25242   output-file-type: ".html"
25243   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25244   data: "plot-throughput-speedup-analysis-3n-skx"
25245   filter: "'NIC_Intel-X710' and
25246            '64B' and
25247            'NDRPDR' and
25248            'ETH' and
25249            'IP4FWD' and
25250            'VHOST_1024' and
25251            not 'VXLAN' and
25252            not 'DOT1Q'"
25253   parameters:
25254   - "throughput"
25255   - "parent"
25256   - "tags"
25257   sort:
25258   - "not CFS_OPT"
25259   - "1VM"
25260   - "2VM"
25261   layout:
25262     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25263     layout: "plot-throughput-speedup-analysis"
25264
25265 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25266 -
25267   type: "plot"
25268   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25269   algorithm: "plot_throughput_speedup_analysis"
25270   output-file-type: ".html"
25271   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25272   data: "plot-throughput-speedup-analysis-3n-skx"
25273   filter: "'NIC_Intel-X710' and
25274            '64B' and
25275            'NDRPDR' and
25276            ('ETH' or 'DOT1Q') and
25277            'L2BDMACLRN' and
25278            'VHOST_1024' and
25279            not 'VXLAN' and
25280            not 'IP4FWD' and
25281            not '2VM'"
25282   parameters:
25283   - "throughput"
25284   - "parent"
25285   - "tags"
25286 #  sort:
25287 #  - "VM"  # "not CFS_OPT"
25288 #  - "CFS_OPT"
25289 #  - "FIB_10K"
25290 #  - "FIB_100K"
25291 #  - "FIB_1M"
25292   layout:
25293     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25294     layout: "plot-throughput-speedup-analysis"
25295
25296 -
25297   type: "plot"
25298   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25299   algorithm: "plot_throughput_speedup_analysis"
25300   output-file-type: ".html"
25301   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25302   data: "plot-throughput-speedup-analysis-3n-skx"
25303   filter: "'NIC_Intel-X710' and
25304            '64B' and
25305            'NDRPDR' and
25306            ('ETH' or 'DOT1Q') and
25307            'L2BDMACLRN' and
25308            'VHOST_1024' and
25309            not 'VXLAN' and
25310            not 'IP4FWD' and
25311            not '2VM'"
25312   parameters:
25313   - "throughput"
25314   - "parent"
25315   - "tags"
25316 #  sort:
25317 #  - "VM"  # "not CFS_OPT"
25318 #  - "CFS_OPT"
25319 #  - "FIB_10K"
25320 #  - "FIB_100K"
25321 #  - "FIB_1M"
25322   layout:
25323     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25324     layout: "plot-throughput-speedup-analysis"
25325
25326 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25327 -
25328   type: "plot"
25329   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25330   algorithm: "plot_throughput_speedup_analysis"
25331   output-file-type: ".html"
25332   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25333   data: "plot-throughput-speedup-analysis-3n-skx"
25334   filter: "'NIC_Intel-X710' and
25335            '64B' and
25336            'NDRPDR' and
25337            ('ETH' or 'DOT1Q') and
25338            'BASE' and
25339            ('L2BDMACLRN' or 'L2XCFWD') and
25340            'VHOST_1024' and
25341            not 'VXLAN' and
25342            not 'IP4FWD' and
25343            not '2VM' and
25344            not 'LBOND'"
25345   parameters:
25346   - "throughput"
25347   - "parent"
25348   - "tags"
25349 #  sort:
25350 #  - "not CFS_OPT"
25351 #  - "L2XCFWD"
25352 #  - "not CFS_OPT"
25353 #  - "CFS_OPT"
25354   layout:
25355     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25356     layout: "plot-throughput-speedup-analysis"
25357
25358 -
25359   type: "plot"
25360   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25361   algorithm: "plot_throughput_speedup_analysis"
25362   output-file-type: ".html"
25363   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25364   data: "plot-throughput-speedup-analysis-3n-skx"
25365   filter: "'NIC_Intel-X710' and
25366            '64B' and
25367            'NDRPDR' and
25368            ('ETH' or 'DOT1Q') and
25369            'BASE' and
25370            ('L2BDMACLRN' or 'L2XCFWD') and
25371            'VHOST_1024' and
25372            not 'VXLAN' and
25373            not 'IP4FWD' and
25374            not '2VM' and
25375            not 'LBOND'"
25376   parameters:
25377   - "throughput"
25378   - "parent"
25379   - "tags"
25380 #  sort:
25381 #  - "not CFS_OPT"
25382 #  - "L2XCFWD"
25383 #  - "not CFS_OPT"
25384 #  - "CFS_OPT"
25385   layout:
25386     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25387     layout: "plot-throughput-speedup-analysis"
25388
25389 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25390 -
25391   type: "plot"
25392   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25393   algorithm: "plot_throughput_speedup_analysis"
25394   output-file-type: ".html"
25395   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25396   data: "plot-throughput-speedup-analysis-3n-skx"
25397   filter: "'NIC_Intel-X710' and
25398            '64B' and
25399            'NDRPDR' and
25400            ('ETH' or 'DOT1Q') and
25401            ('L2BDMACLRN' or 'L2XCFWD') and
25402            'VHOST_1024' and
25403            not 'CFS_OPT' and
25404            not 'VXLAN' and
25405            not 'IP4FWD' and
25406            not 'LBOND'"
25407   parameters:
25408   - "throughput"
25409   - "parent"
25410   - "tags"
25411 #  sort:
25412 #  - "1VM"
25413 #  - "L2XCFWD"
25414 #  - "1VM"
25415 #  - "L2BDMACLRN"
25416   layout:
25417     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25418     layout: "plot-throughput-speedup-analysis"
25419
25420 -
25421   type: "plot"
25422   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25423   algorithm: "plot_throughput_speedup_analysis"
25424   output-file-type: ".html"
25425   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25426   data: "plot-throughput-speedup-analysis-3n-skx"
25427   filter: "'NIC_Intel-X710' and
25428            '64B' and
25429            'NDRPDR' and
25430            ('ETH' or 'DOT1Q') and
25431            ('L2BDMACLRN' or 'L2XCFWD') and
25432            'VHOST_1024' and
25433            not 'CFS_OPT' and
25434            not 'VXLAN' and
25435            not 'IP4FWD' and
25436            not 'LBOND'"
25437   parameters:
25438   - "throughput"
25439   - "parent"
25440   - "tags"
25441 #  sort:
25442 #  - "1VM"
25443 #  - "L2XCFWD"
25444 #  - "1VM"
25445 #  - "L2BDMACLRN"
25446   layout:
25447     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25448     layout: "plot-throughput-speedup-analysis"
25449
25450 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25451 -
25452   type: "plot"
25453   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25454   algorithm: "plot_throughput_speedup_analysis"
25455   output-file-type: ".html"
25456   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25457   data: "plot-throughput-speedup-analysis-2n-skx"
25458   filter: "'NIC_Intel-X710' and
25459            '64B' and
25460            'NDRPDR' and
25461            'ETH' and
25462            'IP4FWD' and
25463            'VHOST_1024' and
25464            not 'VXLAN' and
25465            not 'DOT1Q'"
25466   parameters:
25467   - "throughput"
25468   - "parent"
25469   - "tags"
25470   sort:
25471   - "not CFS_OPT"
25472   - "1VM"
25473   - "2VM"
25474   layout:
25475     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25476     layout: "plot-throughput-speedup-analysis"
25477
25478 -
25479   type: "plot"
25480   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25481   algorithm: "plot_throughput_speedup_analysis"
25482   output-file-type: ".html"
25483   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25484   data: "plot-throughput-speedup-analysis-2n-skx"
25485   filter: "'NIC_Intel-X710' and
25486            '64B' and
25487            'NDRPDR' and
25488            'ETH' and
25489            'IP4FWD' and
25490            'VHOST_1024' and
25491            not 'VXLAN' and
25492            not 'DOT1Q'"
25493   parameters:
25494   - "throughput"
25495   - "parent"
25496   - "tags"
25497   sort:
25498   - "not CFS_OPT"
25499   - "1VM"
25500   - "2VM"
25501   layout:
25502     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25503     layout: "plot-throughput-speedup-analysis"
25504
25505 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25506 -
25507   type: "plot"
25508   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25509   algorithm: "plot_throughput_speedup_analysis"
25510   output-file-type: ".html"
25511   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25512   data: "plot-throughput-speedup-analysis-2n-skx"
25513   filter: "'NIC_Intel-X710' and
25514            '64B' and
25515            'NDRPDR' and
25516            ('ETH' or 'DOT1Q') and
25517            'L2BDMACLRN' and
25518            'VHOST_1024' and
25519            not 'VXLAN' and
25520            not 'IP4FWD' and
25521            not '2VM'"
25522   parameters:
25523   - "throughput"
25524   - "parent"
25525   - "tags"
25526 #  sort:
25527 #  - "VM"  # "not CFS_OPT"
25528 #  - "CFS_OPT"
25529 #  - "FIB_10K"
25530 #  - "FIB_100K"
25531 #  - "FIB_1M"
25532   layout:
25533     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25534     layout: "plot-throughput-speedup-analysis"
25535
25536 -
25537   type: "plot"
25538   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25539   algorithm: "plot_throughput_speedup_analysis"
25540   output-file-type: ".html"
25541   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25542   data: "plot-throughput-speedup-analysis-2n-skx"
25543   filter: "'NIC_Intel-X710' and
25544            '64B' and
25545            'NDRPDR' and
25546            ('ETH' or 'DOT1Q') and
25547            'L2BDMACLRN' and
25548            'VHOST_1024' and
25549            not 'VXLAN' and
25550            not 'IP4FWD' and
25551            not '2VM'"
25552   parameters:
25553   - "throughput"
25554   - "parent"
25555   - "tags"
25556 #  sort:
25557 #  - "VM"  # "not CFS_OPT"
25558 #  - "CFS_OPT"
25559 #  - "FIB_10K"
25560 #  - "FIB_100K"
25561 #  - "FIB_1M"
25562   layout:
25563     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25564     layout: "plot-throughput-speedup-analysis"
25565
25566 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25567 -
25568   type: "plot"
25569   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25570   algorithm: "plot_throughput_speedup_analysis"
25571   output-file-type: ".html"
25572   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25573   data: "plot-throughput-speedup-analysis-2n-skx"
25574   filter: "'NIC_Intel-X710' and
25575            '64B' and
25576            'NDRPDR' and
25577            ('ETH' or 'DOT1Q') and
25578            'BASE' and
25579            ('L2BDMACLRN' or 'L2XCFWD') and
25580            'VHOST_1024' and
25581            not 'VXLAN' and
25582            not 'IP4FWD' and
25583            not '2VM'"
25584   parameters:
25585   - "throughput"
25586   - "parent"
25587   - "tags"
25588 #  sort:
25589 #  - "not CFS_OPT"
25590 #  - "L2XCFWD"
25591 #  - "not CFS_OPT"
25592 #  - "CFS_OPT"
25593   layout:
25594     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25595     layout: "plot-throughput-speedup-analysis"
25596
25597 -
25598   type: "plot"
25599   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25600   algorithm: "plot_throughput_speedup_analysis"
25601   output-file-type: ".html"
25602   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25603   data: "plot-throughput-speedup-analysis-2n-skx"
25604   filter: "'NIC_Intel-X710' and
25605            '64B' and
25606            'NDRPDR' and
25607            ('ETH' or 'DOT1Q') and
25608            'BASE' and
25609            ('L2BDMACLRN' or 'L2XCFWD') and
25610            'VHOST_1024' and
25611            not 'VXLAN' and
25612            not 'IP4FWD' and
25613            not '2VM'"
25614   parameters:
25615   - "throughput"
25616   - "parent"
25617   - "tags"
25618 #  sort:
25619 #  - "not CFS_OPT"
25620 #  - "L2XCFWD"
25621 #  - "not CFS_OPT"
25622 #  - "CFS_OPT"
25623   layout:
25624     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25625     layout: "plot-throughput-speedup-analysis"
25626
25627 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25628 -
25629   type: "plot"
25630   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25631   algorithm: "plot_throughput_speedup_analysis"
25632   output-file-type: ".html"
25633   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25634   data: "plot-throughput-speedup-analysis-2n-skx"
25635   filter: "'NIC_Intel-X710' and
25636            '64B' and
25637            'NDRPDR' and
25638            ('ETH' or 'DOT1Q') and
25639            ('L2BDMACLRN' or 'L2XCFWD') and
25640            'VHOST_1024' and
25641            not 'CFS_OPT' and
25642            not 'VXLAN' and
25643            not 'IP4FWD'"
25644   parameters:
25645   - "throughput"
25646   - "parent"
25647   - "tags"
25648 #  sort:
25649 #  - "1VM"
25650 #  - "L2XCFWD"
25651 #  - "1VM"
25652 #  - "L2BDMACLRN"
25653   layout:
25654     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25655     layout: "plot-throughput-speedup-analysis"
25656
25657 -
25658   type: "plot"
25659   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25660   algorithm: "plot_throughput_speedup_analysis"
25661   output-file-type: ".html"
25662   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25663   data: "plot-throughput-speedup-analysis-2n-skx"
25664   filter: "'NIC_Intel-X710' and
25665            '64B' and
25666            'NDRPDR' and
25667            ('ETH' or 'DOT1Q') and
25668            ('L2BDMACLRN' or 'L2XCFWD') and
25669            'VHOST_1024' and
25670            not 'CFS_OPT' and
25671            not 'VXLAN' and
25672            not 'IP4FWD'"
25673   parameters:
25674   - "throughput"
25675   - "parent"
25676   - "tags"
25677 #  sort:
25678 #  - "1VM"
25679 #  - "L2XCFWD"
25680 #  - "1VM"
25681 #  - "L2BDMACLRN"
25682   layout:
25683     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25684     layout: "plot-throughput-speedup-analysis"
25685
25686 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25687 -
25688   type: "plot"
25689   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25690   algorithm: "plot_throughput_speedup_analysis"
25691   output-file-type: ".html"
25692   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25693   data: "plot-throughput-speedup-analysis-2n-skx"
25694   filter: "'NIC_Intel-XXV710' and
25695            '64B' and
25696            'NDRPDR' and
25697            'ETH' and
25698            'IP4FWD' and
25699            'VHOST_1024' and
25700            not 'VXLAN' and
25701            not 'DOT1Q'"
25702   parameters:
25703   - "throughput"
25704   - "parent"
25705   - "tags"
25706   sort:
25707   - "not CFS_OPT"
25708   - "1VM"
25709   - "2VM"
25710   layout:
25711     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25712     layout: "plot-throughput-speedup-analysis"
25713
25714 -
25715   type: "plot"
25716   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25717   algorithm: "plot_throughput_speedup_analysis"
25718   output-file-type: ".html"
25719   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25720   data: "plot-throughput-speedup-analysis-2n-skx"
25721   filter: "'NIC_Intel-XXV710' and
25722            '64B' and
25723            'NDRPDR' and
25724            'ETH' and
25725            'IP4FWD' and
25726            'VHOST_1024' and
25727            not 'VXLAN' and
25728            not 'DOT1Q'"
25729   parameters:
25730   - "throughput"
25731   - "parent"
25732   - "tags"
25733   sort:
25734   - "not CFS_OPT"
25735   - "1VM"
25736   - "2VM"
25737   layout:
25738     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25739     layout: "plot-throughput-speedup-analysis"
25740
25741 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25742 -
25743   type: "plot"
25744   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25745   algorithm: "plot_throughput_speedup_analysis"
25746   output-file-type: ".html"
25747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25748   data: "plot-throughput-speedup-analysis-2n-skx"
25749   filter: "'NIC_Intel-XXV710' and
25750            '64B' and
25751            'NDRPDR' and
25752            ('ETH' or 'DOT1Q') and
25753            'L2BDMACLRN' and
25754            'VHOST_1024' and
25755            not 'VXLAN' and
25756            not 'IP4FWD' and
25757            not '2VM'"
25758   parameters:
25759   - "throughput"
25760   - "parent"
25761   - "tags"
25762 #  sort:
25763 #  - "VM"  # "not CFS_OPT"
25764 #  - "CFS_OPT"
25765 #  - "FIB_10K"
25766 #  - "FIB_100K"
25767 #  - "FIB_1M"
25768   layout:
25769     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25770     layout: "plot-throughput-speedup-analysis"
25771
25772 -
25773   type: "plot"
25774   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25775   algorithm: "plot_throughput_speedup_analysis"
25776   output-file-type: ".html"
25777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25778   data: "plot-throughput-speedup-analysis-2n-skx"
25779   filter: "'NIC_Intel-XXV710' and
25780            '64B' and
25781            'NDRPDR' and
25782            ('ETH' or 'DOT1Q') and
25783            'L2BDMACLRN' and
25784            'VHOST_1024' and
25785            not 'VXLAN' and
25786            not 'IP4FWD' and
25787            not '2VM'"
25788   parameters:
25789   - "throughput"
25790   - "parent"
25791   - "tags"
25792 #  sort:
25793 #  - "VM"  # "not CFS_OPT"
25794 #  - "CFS_OPT"
25795 #  - "FIB_10K"
25796 #  - "FIB_100K"
25797 #  - "FIB_1M"
25798   layout:
25799     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25800     layout: "plot-throughput-speedup-analysis"
25801
25802 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25803 -
25804   type: "plot"
25805   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25806   algorithm: "plot_throughput_speedup_analysis"
25807   output-file-type: ".html"
25808   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25809   data: "plot-throughput-speedup-analysis-2n-skx"
25810   filter: "'NIC_Intel-XXV710' and
25811            '64B' and
25812            'NDRPDR' and
25813            ('ETH' or 'DOT1Q') and
25814            'BASE' and
25815            ('L2BDMACLRN' or 'L2XCFWD') and
25816            'VHOST_1024' and
25817            not 'VXLAN' and
25818            not 'IP4FWD' and
25819            not '2VM'"
25820   parameters:
25821   - "throughput"
25822   - "parent"
25823   - "tags"
25824 #  sort:
25825 #  - "not CFS_OPT"
25826 #  - "L2XCFWD"
25827 #  - "not CFS_OPT"
25828 #  - "CFS_OPT"
25829   layout:
25830     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25831     layout: "plot-throughput-speedup-analysis"
25832
25833 -
25834   type: "plot"
25835   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25836   algorithm: "plot_throughput_speedup_analysis"
25837   output-file-type: ".html"
25838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25839   data: "plot-throughput-speedup-analysis-2n-skx"
25840   filter: "'NIC_Intel-XXV710' and
25841            '64B' and
25842            'NDRPDR' and
25843            ('ETH' or 'DOT1Q') and
25844            'BASE' and
25845            ('L2BDMACLRN' or 'L2XCFWD') and
25846            'VHOST_1024' and
25847            not 'VXLAN' and
25848            not 'IP4FWD' and
25849            not '2VM'"
25850   parameters:
25851   - "throughput"
25852   - "parent"
25853   - "tags"
25854 #  sort:
25855 #  - "not CFS_OPT"
25856 #  - "L2XCFWD"
25857 #  - "not CFS_OPT"
25858 #  - "CFS_OPT"
25859   layout:
25860     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25861     layout: "plot-throughput-speedup-analysis"
25862
25863 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25864 -
25865   type: "plot"
25866   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25867   algorithm: "plot_throughput_speedup_analysis"
25868   output-file-type: ".html"
25869   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25870   data: "plot-throughput-speedup-analysis-2n-skx"
25871   filter: "'NIC_Intel-XXV710' and
25872            '64B' and
25873            'NDRPDR' and
25874            ('ETH' or 'DOT1Q') and
25875            ('L2BDMACLRN' or 'L2XCFWD') and
25876            'VHOST_1024' and
25877            not 'CFS_OPT' and
25878            not 'VXLAN' and
25879            not 'IP4FWD'"
25880   parameters:
25881   - "throughput"
25882   - "parent"
25883   - "tags"
25884 #  sort:
25885 #  - "1VM"
25886 #  - "L2XCFWD"
25887 #  - "1VM"
25888 #  - "L2BDMACLRN"
25889   layout:
25890     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25891     layout: "plot-throughput-speedup-analysis"
25892
25893 -
25894   type: "plot"
25895   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25896   algorithm: "plot_throughput_speedup_analysis"
25897   output-file-type: ".html"
25898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25899   data: "plot-throughput-speedup-analysis-2n-skx"
25900   filter: "'NIC_Intel-XXV710' and
25901            '64B' and
25902            'NDRPDR' and
25903            ('ETH' or 'DOT1Q') and
25904            ('L2BDMACLRN' or 'L2XCFWD') and
25905            'VHOST_1024' and
25906            not 'CFS_OPT' and
25907            not 'VXLAN' and
25908            not 'IP4FWD'"
25909   parameters:
25910   - "throughput"
25911   - "parent"
25912   - "tags"
25913 #  sort:
25914 #  - "1VM"
25915 #  - "L2XCFWD"
25916 #  - "1VM"
25917 #  - "L2BDMACLRN"
25918   layout:
25919     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
25920     layout: "plot-throughput-speedup-analysis"
25921
25922 ################################################################################
25923
25924 # Speedup - VPP vts 3n-hsw-x520
25925 -
25926   type: "plot"
25927   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25928   algorithm: "plot_throughput_speedup_analysis"
25929   output-file-type: ".html"
25930   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25931   data: "plot-throughput-speedup-analysis-3n-hsw"
25932   filter: "'NIC_Intel-X520-DA2' and
25933            '114B' and
25934            'NDRPDR' and
25935            'VTS'"
25936   parameters:
25937   - "throughput"
25938   - "parent"
25939   - "tags"
25940   layout:
25941     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
25942     layout: "plot-throughput-speedup-analysis"
25943
25944 -
25945   type: "plot"
25946   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25947   algorithm: "plot_throughput_speedup_analysis"
25948   output-file-type: ".html"
25949   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25950   data: "plot-throughput-speedup-analysis-3n-hsw"
25951   filter: "'NIC_Intel-X520-DA2' and
25952            '114B' and
25953            'NDRPDR' and
25954            'VTS'"
25955   parameters:
25956   - "throughput"
25957   - "parent"
25958   - "tags"
25959   layout:
25960     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25961     layout: "plot-throughput-speedup-analysis"