Report: Fix legend in the graphs
[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       - 8   # NDRPDR sel
150       - 12  # NDRPDR sel
151       - 14  # NDRPDR sel
152       - 18  # NDRPDR sel
153       - 23  # NDRPDR sel
154       - 25  # NDRPDR sel
155       - 38  # NDRPDR sel
156       - 39  # NDRPDR sel
157       - 41  # NDRPDR sel
158       - 42  # NDRPDR sel
159
160     vpp-compare-testbeds:
161       csit-vpp-perf-verify-1810-3n-hsw:
162       - 8   # NDRPDR sel
163       - 12  # NDRPDR sel
164       - 14  # NDRPDR sel
165       - 18  # NDRPDR sel
166       - 23  # NDRPDR sel
167       - 25  # NDRPDR sel
168       - 38  # NDRPDR sel
169       - 39  # NDRPDR sel
170       - 41  # NDRPDR sel
171       - 42  # 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       - 8   # NDRPDR sel
251       - 12  # NDRPDR sel
252       - 14  # NDRPDR sel
253       - 18  # NDRPDR sel
254       - 23  # NDRPDR sel
255       - 25  # NDRPDR sel
256       - 38  # NDRPDR sel
257       - 39  # NDRPDR sel
258       - 41  # NDRPDR sel
259       - 42  # 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       - 8   # NDRPDR sel
291       - 12  # NDRPDR sel
292       - 14  # NDRPDR sel
293       - 18  # NDRPDR sel
294       - 23  # NDRPDR sel
295       - 25  # NDRPDR sel
296       - 38  # NDRPDR sel
297       - 39  # NDRPDR sel
298       - 41  # NDRPDR sel
299       - 42  # 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: 900
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     csit-vpp-perf-verify-1810-3n-hsw:
883     - 9   # MRR sel
884     - 20  # NDRPDR full
885     - 21  # NDRPDR full
886     - 22  # NDRPDR full
887     - 27  # NDRPDR full
888     - 8   # NDRPDR sel
889     - 12  # NDRPDR sel
890     - 14  # NDRPDR sel
891     - 18  # NDRPDR sel
892     - 23  # NDRPDR sel
893     - 25  # NDRPDR sel
894     - 38  # NDRPDR sel
895     - 39  # NDRPDR sel
896     - 41  # NDRPDR sel
897     - 42  # 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       - 42  # NDRPDR sel
1161   data: "vpp-performance-changes"
1162   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1163   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1164   parameters:
1165   - "name"
1166   - "parent"
1167   - "throughput"
1168
1169 # VPP Performance Changes 2t2c pdr
1170 -
1171   type: "table"
1172   title: "VPP Performance Changes 2t2c pdr"
1173   algorithm: "table_performance_comparison"
1174   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1175   history:
1176     -
1177       title: "rls1804"
1178       data:
1179         csit-vpp-perf-1804-all:
1180         - 21  # sel
1181         - 22  # sel
1182         - 23  # sel
1183         - 24  # sel
1184         - 27  # sel
1185         - 28  # sel
1186         - 29  # sel
1187         - 30  # sel
1188         - 31  # sel
1189         - 35  # sel
1190   reference:
1191     title: "rls1807"
1192     data:
1193       csit-vpp-perf-verify-1807-3n-hsw:
1194       - 11  # NDRPDR full 1
1195       - 22  # NDRPDR full 2
1196       - 45  # NDRPDR full 3
1197       - 46  # NDRPDR full 4
1198       - 15  # NDRPDR sel
1199       - 16  # NDRPDR sel
1200       - 19  # NDRPDR sel
1201       - 18  # NDRPDR sel
1202       - 20  # NDRPDR sel
1203       - 38  # NDRPDR sel
1204       - 40  # NDRPDR sel
1205       - 44  # NDRPDR sel
1206       - 47  # NDRPDR sel
1207   compare:
1208     title: "rls1810"
1209     data:
1210       csit-vpp-perf-verify-1810-3n-hsw:
1211       - 8   # NDRPDR sel
1212       - 12  # NDRPDR sel
1213       - 14  # NDRPDR sel
1214       - 18  # NDRPDR sel
1215       - 23  # NDRPDR sel
1216       - 25  # NDRPDR sel
1217       - 38  # NDRPDR sel
1218       - 39  # NDRPDR sel
1219       - 41  # NDRPDR sel
1220       - 42  # NDRPDR sel
1221   data: "vpp-performance-changes"
1222   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1223   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1224   parameters:
1225   - "name"
1226   - "parent"
1227   - "throughput"
1228
1229 # VPP Performance Changes 1t1c ndr
1230 -
1231   type: "table"
1232   title: "VPP Performance Changes 1t1c ndr"
1233   algorithm: "table_performance_comparison"
1234   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1235   history:
1236     -
1237       title: "rls1804"
1238       data:
1239         csit-vpp-perf-1804-all:
1240         - 21  # sel
1241         - 22  # sel
1242         - 23  # sel
1243         - 24  # sel
1244         - 27  # sel
1245         - 28  # sel
1246         - 29  # sel
1247         - 30  # sel
1248         - 31  # sel
1249         - 35  # sel
1250   reference:
1251     title: "rls1807"
1252     data:
1253       csit-vpp-perf-verify-1807-3n-hsw:
1254       - 11  # NDRPDR full 1
1255       - 22  # NDRPDR full 2
1256       - 45  # NDRPDR full 3
1257       - 46  # NDRPDR full 4
1258       - 15  # NDRPDR sel
1259       - 16  # NDRPDR sel
1260       - 19  # NDRPDR sel
1261       - 18  # NDRPDR sel
1262       - 20  # NDRPDR sel
1263       - 38  # NDRPDR sel
1264       - 40  # NDRPDR sel
1265       - 44  # NDRPDR sel
1266       - 47  # NDRPDR sel
1267   compare:
1268     title: "rls1810"
1269     data:
1270       csit-vpp-perf-verify-1810-3n-hsw:
1271       - 8   # NDRPDR sel
1272       - 12  # NDRPDR sel
1273       - 14  # NDRPDR sel
1274       - 18  # NDRPDR sel
1275       - 23  # NDRPDR sel
1276       - 25  # NDRPDR sel
1277       - 38  # NDRPDR sel
1278       - 39  # NDRPDR sel
1279       - 41  # NDRPDR sel
1280       - 42  # NDRPDR sel
1281   data: "vpp-performance-changes"
1282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1283   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1284   parameters:
1285   - "name"
1286   - "parent"
1287   - "throughput"
1288
1289 # VPP Performance Changes 2t2c ndr
1290 -
1291   type: "table"
1292   title: "VPP Performance Changes 2t2c ndr"
1293   algorithm: "table_performance_comparison"
1294   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1295   history:
1296     -
1297       title: "rls1804"
1298       data:
1299         csit-vpp-perf-1804-all:
1300         - 21  # sel
1301         - 22  # sel
1302         - 23  # sel
1303         - 24  # sel
1304         - 27  # sel
1305         - 28  # sel
1306         - 29  # sel
1307         - 30  # sel
1308         - 31  # sel
1309         - 35  # sel
1310   reference:
1311     title: "rls1807"
1312     data:
1313       csit-vpp-perf-verify-1807-3n-hsw:
1314       - 11  # NDRPDR full 1
1315       - 22  # NDRPDR full 2
1316       - 45  # NDRPDR full 3
1317       - 46  # NDRPDR full 4
1318       - 15  # NDRPDR sel
1319       - 16  # NDRPDR sel
1320       - 19  # NDRPDR sel
1321       - 18  # NDRPDR sel
1322       - 20  # NDRPDR sel
1323       - 38  # NDRPDR sel
1324       - 40  # NDRPDR sel
1325       - 44  # NDRPDR sel
1326       - 47  # NDRPDR sel
1327   compare:
1328     title: "rls1810"
1329     data:
1330       csit-vpp-perf-verify-1810-3n-hsw:
1331       - 8   # NDRPDR sel
1332       - 12  # NDRPDR sel
1333       - 14  # NDRPDR sel
1334       - 18  # NDRPDR sel
1335       - 23  # NDRPDR sel
1336       - 25  # NDRPDR sel
1337       - 38  # NDRPDR sel
1338       - 39  # NDRPDR sel
1339       - 41  # NDRPDR sel
1340       - 42  # NDRPDR sel
1341   data: "vpp-performance-changes"
1342   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1343   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1344   parameters:
1345   - "name"
1346   - "parent"
1347   - "throughput"
1348
1349 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1350 -
1351   type: "table"
1352   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1353   algorithm: "table_performance_comparison"
1354   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1355   reference:
1356     title: "3-Node Hsw"
1357     data:
1358       csit-vpp-perf-verify-1810-3n-hsw:
1359       - 8   # NDRPDR sel
1360       - 12  # NDRPDR sel
1361       - 14  # NDRPDR sel
1362       - 18  # NDRPDR sel
1363       - 23  # NDRPDR sel
1364       - 25  # NDRPDR sel
1365       - 38  # NDRPDR sel
1366       - 39  # NDRPDR sel
1367       - 41  # NDRPDR sel
1368       - 42  # NDRPDR sel
1369   compare:
1370     title: "3-Node Skx"
1371     data:
1372       csit-vpp-perf-verify-1810-3n-skx:
1373       - 10  # NDRPDR sel
1374       - 14  # NDRPDR sel
1375       - 15  # NDRPDR sel
1376       - 16  # NDRPDR sel
1377       - 17  # NDRPDR sel
1378       - 19  # NDRPDR sel
1379       - 20  # NDRPDR sel
1380       - 21  # NDRPDR sel
1381       - 22  # NDRPDR sel
1382       - 25  # NDRPDR sel
1383   data: "vpp-compare-testbeds"
1384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1385   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1386   parameters:
1387   - "name"
1388   - "parent"
1389   - "throughput"
1390
1391 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1392 -
1393   type: "table"
1394   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1395   algorithm: "table_performance_comparison"
1396   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1397   reference:
1398     title: "3-Node Hsw"
1399     data:
1400       csit-vpp-perf-verify-1810-3n-hsw:
1401       - 8   # NDRPDR sel
1402       - 12  # NDRPDR sel
1403       - 14  # NDRPDR sel
1404       - 18  # NDRPDR sel
1405       - 23  # NDRPDR sel
1406       - 25  # NDRPDR sel
1407       - 38  # NDRPDR sel
1408       - 39  # NDRPDR sel
1409       - 41  # NDRPDR sel
1410       - 42  # NDRPDR sel
1411   compare:
1412     title: "3-Node Skx"
1413     data:
1414       csit-vpp-perf-verify-1810-3n-skx:
1415       - 10  # NDRPDR sel
1416       - 14  # NDRPDR sel
1417       - 15  # NDRPDR sel
1418       - 16  # NDRPDR sel
1419       - 17  # NDRPDR sel
1420       - 19  # NDRPDR sel
1421       - 20  # NDRPDR sel
1422       - 21  # NDRPDR sel
1423       - 22  # NDRPDR sel
1424       - 25  # NDRPDR sel
1425   data: "vpp-compare-testbeds"
1426   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1427   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1428   parameters:
1429   - "name"
1430   - "parent"
1431   - "throughput"
1432
1433 # VPP Performance Changes - 1t1c MRR
1434 -
1435   type: "table"
1436   title: "VPP Performance Changes - 1t1c MRR"
1437   algorithm: "table_performance_comparison"
1438   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1439   history:
1440     -
1441       title: "rls1804"
1442       data:
1443         csit-vpp-perf-check-1804:
1444         - 6   # mrr - sel
1445         - 13  # mrr - sel
1446         - 14  # mrr - sel
1447         - 15  # mrr - sel
1448         - 16  # mrr - sel
1449         - 17  # mrr - sel
1450         - 19  # mrr - sel
1451         - 20  # mrr - sel
1452         - 21  # mrr - sel
1453         - 22  # mrr - sel
1454   reference:
1455     title: "rls1807"
1456     data:
1457       csit-vpp-perf-verify-1807-3n-hsw:
1458       - 8   # MRR full
1459       - 9   # MRR sel
1460       - 21  # MRR sel
1461       - 31  # MRR sel
1462       - 33  # MRR sel
1463       - 36  # MRR sel
1464       - 41  # MRR sel
1465       - 42  # MRR sel
1466       - 48  # MRR sel
1467   compare:
1468     title: "rls1810"
1469     data:
1470       csit-vpp-perf-verify-1810-3n-hsw:
1471       - 9   # MRR sel
1472   data: "vpp-performance-changes-mrr"
1473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1474   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1475   parameters:
1476   - "name"
1477   - "parent"
1478   - "result"
1479
1480 # VPP Performance Changes - 2t2c MRR
1481 -
1482   type: "table"
1483   title: "VPP Performance Changes - 2t2c MRR"
1484   algorithm: "table_performance_comparison"
1485   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1486   history:
1487     -
1488       title: "rls1804"
1489       data:
1490         csit-vpp-perf-check-1804:
1491         - 6   # mrr - sel
1492         - 13  # mrr - sel
1493         - 14  # mrr - sel
1494         - 15  # mrr - sel
1495         - 16  # mrr - sel
1496         - 17  # mrr - sel
1497         - 19  # mrr - sel
1498         - 20  # mrr - sel
1499         - 21  # mrr - sel
1500         - 22  # mrr - sel
1501   reference:
1502     title: "rls1807"
1503     data:
1504       csit-vpp-perf-verify-1807-3n-hsw:
1505       - 8   # MRR full
1506       - 9   # MRR sel
1507       - 21  # MRR sel
1508       - 31  # MRR sel
1509       - 33  # MRR sel
1510       - 36  # MRR sel
1511       - 41  # MRR sel
1512       - 42  # MRR sel
1513       - 48  # MRR sel
1514   compare:
1515     title: "rls1810"
1516     data:
1517       csit-vpp-perf-verify-1810-3n-hsw:
1518       - 9   # MRR sel
1519   data: "vpp-performance-changes-mrr"
1520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1521   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1522   parameters:
1523   - "name"
1524   - "parent"
1525   - "result"
1526
1527 # VPP Performance Changes - 4t4c MRR
1528 -
1529   type: "table"
1530   title: "VPP Performance Changes - 4t4c MRR"
1531   algorithm: "table_performance_comparison"
1532   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1533   history:
1534     -
1535       title: "rls1804"
1536       data:
1537         csit-vpp-perf-check-1804:
1538         - 6   # mrr - sel
1539         - 13  # mrr - sel
1540         - 14  # mrr - sel
1541         - 15  # mrr - sel
1542         - 16  # mrr - sel
1543         - 17  # mrr - sel
1544         - 19  # mrr - sel
1545         - 20  # mrr - sel
1546         - 21  # mrr - sel
1547         - 22  # mrr - sel
1548   reference:
1549     title: "rls1807"
1550     data:
1551       csit-vpp-perf-verify-1807-3n-hsw:
1552       - 8   # MRR full
1553       - 9   # MRR sel
1554       - 21  # MRR sel
1555       - 31  # MRR sel
1556       - 33  # MRR sel
1557       - 36  # MRR sel
1558       - 41  # MRR sel
1559       - 42  # MRR sel
1560       - 48  # MRR sel
1561   compare:
1562     title: "rls1810"
1563     data:
1564       csit-vpp-perf-verify-1810-3n-hsw:
1565       - 9   # MRR sel
1566   data: "vpp-performance-changes-mrr"
1567   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1568   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1569   parameters:
1570   - "name"
1571   - "parent"
1572   - "result"
1573
1574 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1575 -
1576   type: "table"
1577   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1578   algorithm: "table_performance_comparison"
1579   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1580   reference:
1581     title: "3-Node Hsw"
1582     data:
1583       csit-vpp-perf-verify-1810-3n-hsw:
1584       - 9   # MRR sel
1585   compare:
1586     title: "3-Node Skx"
1587     data:
1588       csit-vpp-perf-verify-1810-3n-skx:
1589       - 9   # MRR sel
1590       - 11  # MRR sel
1591       - 12  # MRR sel
1592       - 13  # MRR sel
1593   data: "vpp-compare-testbeds-mrr"
1594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1595   filter: "'NIC_Intel-X710' and 'MRR'"
1596   parameters:
1597   - "name"
1598   - "parent"
1599   - "result"
1600
1601 # Detailed Test Results - VPP Performance Results 3n-hsw
1602 -
1603   type: "table"
1604   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1605   algorithm: "table_merged_details"
1606   output-file-ext: ".csv"
1607   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1608   columns:
1609   -
1610     title: "Name"
1611     data: "data name"
1612   -
1613     title: "Status"
1614     data: "data msg"
1615   rows: "generated"
1616   data: "vpp-perf-results-3n-hsw"
1617   filter: "not 'NDRCHK' and not 'PDRCHK'"
1618   parameters:
1619   - "name"
1620   - "parent"
1621   - "msg"
1622
1623 # Detailed Test Results - VPP Performance Results 3n-skx
1624 -
1625   type: "table"
1626   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1627   algorithm: "table_merged_details"
1628   output-file-ext: ".csv"
1629   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1630   columns:
1631   -
1632     title: "Name"
1633     data: "data name"
1634   -
1635     title: "Status"
1636     data: "data msg"
1637   rows: "generated"
1638   data: "vpp-perf-results-3n-skx"
1639   filter: "not 'NDRCHK' and not 'PDRCHK'"
1640   parameters:
1641   - "name"
1642   - "parent"
1643   - "msg"
1644
1645 # Detailed Test Results - VPP Performance Results 2n-skx
1646 -
1647   type: "table"
1648   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1649   algorithm: "table_merged_details"
1650   output-file-ext: ".csv"
1651   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1652   columns:
1653   -
1654     title: "Name"
1655     data: "data name"
1656   -
1657     title: "Status"
1658     data: "data msg"
1659   rows: "generated"
1660   data: "vpp-perf-results-2n-skx"
1661   filter: "not 'NDRCHK' and not 'PDRCHK'"
1662   parameters:
1663   - "name"
1664   - "parent"
1665   - "msg"
1666
1667 # Test configuration - VPP Performance Test Configs 3n-hsw
1668 -
1669   type: "table"
1670   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1671   algorithm: "table_merged_details"
1672   output-file-ext: ".csv"
1673   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1674   columns:
1675   -
1676     title: "Name"
1677     data: "data name"
1678   -
1679     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1680     data: "data vat-history"
1681   rows: "generated"
1682   data: "vpp-perf-results-3n-hsw"
1683   filter: "not 'NDRCHK' and not 'PDRCHK'"
1684   parameters:
1685   - "parent"
1686   - "name"
1687   - "vat-history"
1688
1689 # Test configuration - VPP Performance Test Configs 3n-skx
1690 -
1691   type: "table"
1692   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1693   algorithm: "table_merged_details"
1694   output-file-ext: ".csv"
1695   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1696   columns:
1697   -
1698     title: "Name"
1699     data: "data name"
1700   -
1701     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1702     data: "data vat-history"
1703   rows: "generated"
1704   data: "vpp-perf-results-3n-skx"
1705   filter: "not 'NDRCHK' and not 'PDRCHK'"
1706   parameters:
1707   - "parent"
1708   - "name"
1709   - "vat-history"
1710
1711 # Test configuration - VPP Performance Test Configs 2n-skx
1712 -
1713   type: "table"
1714   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1715   algorithm: "table_merged_details"
1716   output-file-ext: ".csv"
1717   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1718   columns:
1719   -
1720     title: "Name"
1721     data: "data name"
1722   -
1723     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1724     data: "data vat-history"
1725   rows: "generated"
1726   data: "vpp-perf-results-2n-skx"
1727   filter: "not 'NDRCHK' and not 'PDRCHK'"
1728   parameters:
1729   - "parent"
1730   - "name"
1731   - "vat-history"
1732
1733 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1734 -
1735   type: "table"
1736   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1737   algorithm: "table_merged_details"
1738   output-file-ext: ".csv"
1739   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1740   columns:
1741   -
1742     title: "Name"
1743     data: "data name"
1744   -
1745     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1746     data: "data show-run"
1747   rows: "generated"
1748   data: "vpp-perf-results-3n-hsw"
1749   filter: "not 'NDRCHK' and not 'PDRCHK'"
1750   parameters:
1751   - "parent"
1752   - "name"
1753   - "show-run"
1754
1755 # Test Operational Data - VPP Performance Operational Data 3n-skx
1756 -
1757   type: "table"
1758   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1759   algorithm: "table_merged_details"
1760   output-file-ext: ".csv"
1761   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1762   columns:
1763   -
1764     title: "Name"
1765     data: "data name"
1766   -
1767     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1768     data: "data show-run"
1769   rows: "generated"
1770   data: "vpp-perf-results-3n-skx"
1771   filter: "not 'NDRCHK' and not 'PDRCHK'"
1772   parameters:
1773   - "parent"
1774   - "name"
1775   - "show-run"
1776
1777 # Test Operational Data - VPP Performance Operational Data 2n-skx
1778 -
1779   type: "table"
1780   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1781   algorithm: "table_merged_details"
1782   output-file-ext: ".csv"
1783   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1784   columns:
1785   -
1786     title: "Name"
1787     data: "data name"
1788   -
1789     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1790     data: "data show-run"
1791   rows: "generated"
1792   data: "vpp-perf-results-2n-skx"
1793   filter: "not 'NDRCHK' and not 'PDRCHK'"
1794   parameters:
1795   - "parent"
1796   - "name"
1797   - "show-run"
1798
1799 # Detailed Test Results - VPP MRR Results 3n-hsw
1800 -
1801   type: "table"
1802   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1803   algorithm: "table_details"
1804   output-file-ext: ".csv"
1805   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1806   columns:
1807   -
1808     title: "Name"
1809     data: "data name"
1810   -
1811     title: "Status"
1812     data: "data msg"
1813   rows: "generated"
1814   data: "vpp-mrr-results-3n-hsw"
1815   filter: "'MRR'"
1816   parameters:
1817   - "name"
1818   - "parent"
1819   - "msg"
1820
1821 # Detailed Test Results - VPP MRR Results 3n-skx
1822 -
1823   type: "table"
1824   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1825   algorithm: "table_details"
1826   output-file-ext: ".csv"
1827   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1828   columns:
1829   -
1830     title: "Name"
1831     data: "data name"
1832   -
1833     title: "Status"
1834     data: "data msg"
1835   rows: "generated"
1836   data: "vpp-mrr-results-3n-skx"
1837   filter: "'MRR'"
1838   parameters:
1839   - "name"
1840   - "parent"
1841   - "msg"
1842
1843 # Detailed Test Results - VPP MRR Results 2n-skx
1844 -
1845   type: "table"
1846   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1847   algorithm: "table_details"
1848   output-file-ext: ".csv"
1849   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1850   columns:
1851   -
1852     title: "Name"
1853     data: "data name"
1854   -
1855     title: "Status"
1856     data: "data msg"
1857   rows: "generated"
1858   data: "vpp-mrr-results-2n-skx"
1859   filter: "'MRR'"
1860   parameters:
1861   - "name"
1862   - "parent"
1863   - "msg"
1864
1865 # Test configuration - VPP MRR Test Configs 3n-hsw
1866 -
1867   type: "table"
1868   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1869   algorithm: "table_details"
1870   output-file-ext: ".csv"
1871   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1872   columns:
1873   -
1874     title: "Name"
1875     data: "data name"
1876   -
1877     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1878     data: "data vat-history"
1879   rows: "generated"
1880   data: "vpp-mrr-results-3n-hsw"
1881   filter: "'MRR'"
1882   parameters:
1883   - "parent"
1884   - "name"
1885   - "vat-history"
1886
1887 # Test configuration - VPP MRR Test Configs 3n-skx
1888 -
1889   type: "table"
1890   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1891   algorithm: "table_details"
1892   output-file-ext: ".csv"
1893   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1894   columns:
1895   -
1896     title: "Name"
1897     data: "data name"
1898   -
1899     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1900     data: "data vat-history"
1901   rows: "generated"
1902   data: "vpp-mrr-results-3n-skx"
1903   filter: "'MRR'"
1904   parameters:
1905   - "parent"
1906   - "name"
1907   - "vat-history"
1908
1909 # Test configuration - VPP MRR Test Configs 2n-skx
1910 -
1911   type: "table"
1912   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1913   algorithm: "table_details"
1914   output-file-ext: ".csv"
1915   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1916   columns:
1917   -
1918     title: "Name"
1919     data: "data name"
1920   -
1921     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1922     data: "data vat-history"
1923   rows: "generated"
1924   data: "vpp-mrr-results-2n-skx"
1925   filter: "'MRR'"
1926   parameters:
1927   - "parent"
1928   - "name"
1929   - "vat-history"
1930
1931 # Detailed Test Results - VPP Functional Results - Ubuntu
1932 -
1933   type: "table"
1934   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1935   algorithm: "table_details"
1936   output-file-ext: ".csv"
1937   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1938   columns:
1939   -
1940     title: "Name"
1941     data: "data name"
1942   -
1943     title: "Documentation"
1944     data: "data doc"
1945   -
1946     title: "Status"
1947     data: "data status"
1948   rows: "generated"
1949   data: "vpp-func-results-ubuntu"
1950   filter: "all"
1951   parameters:
1952   - "name"
1953   - "parent"
1954   - "doc"
1955   - "status"
1956
1957 # Detailed Test Results - VPP Functional Results - CentOS
1958 -
1959   type: "table"
1960   title: "Detailed Test Results - VPP Functional Results - CentOS"
1961   algorithm: "table_details"
1962   output-file-ext: ".csv"
1963   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1964   columns:
1965   -
1966     title: "Name"
1967     data: "data name"
1968   -
1969     title: "Documentation"
1970     data: "data doc"
1971   -
1972     title: "Status"
1973     data: "data status"
1974   rows: "generated"
1975   data:
1976     "vpp-func-results-centos"
1977   filter: "all"
1978   parameters:
1979   - "name"
1980   - "parent"
1981   - "doc"
1982   - "status"
1983
1984 # Test configuration - VPP Functional Test Configs - Ubuntu
1985 -
1986   type: "table"
1987   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1988   algorithm: "table_details"
1989   output-file-ext: ".csv"
1990   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1991   columns:
1992   -
1993     title: "Name"
1994     data: "data name"
1995   -
1996     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1997     data: "data vat-history"
1998   rows: "generated"
1999   data: "vpp-func-results-ubuntu"
2000   filter: "all"
2001   parameters:
2002   - "parent"
2003   - "name"
2004   - "vat-history"
2005
2006 # Test configuration - VPP Functional Test Configs - CentOS
2007 -
2008   type: "table"
2009   title: "Test configuration - VPP Functional Test Configs - CentOS"
2010   algorithm: "table_details"
2011   output-file-ext: ".csv"
2012   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2013   columns:
2014   -
2015     title: "Name"
2016     data: "data name"
2017   -
2018     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2019     data: "data vat-history"
2020   rows: "generated"
2021   data: "vpp-func-results-centos"
2022   filter: "all"
2023   parameters:
2024   - "parent"
2025   - "name"
2026   - "vat-history"
2027
2028 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2029 -
2030   type: "table"
2031   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2032   algorithm: "table_details"
2033   output-file-ext: ".csv"
2034   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2035   columns:
2036   -
2037     title: "Name"
2038     data: "data name"
2039   -
2040     title: "Status"
2041     data: "data msg"
2042   rows: "generated"
2043   data: "ligato-perf-results-3n-hsw"
2044   filter: "all"
2045   parameters:
2046   - "name"
2047   - "parent"
2048   - "msg"
2049
2050 # Detailed Test Results - VPP Device Results - Ubuntu
2051 -
2052   type: "table"
2053   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2054   algorithm: "table_details"
2055   output-file-ext: ".csv"
2056   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2057   columns:
2058   -
2059     title: "Name"
2060     data: "data name"
2061   -
2062     title: "Documentation"
2063     data: "data doc"
2064   -
2065     title: "Status"
2066     data: "data status"
2067   rows: "generated"
2068   data: "vpp-device-results-ubuntu"
2069   filter: "all"
2070   parameters:
2071   - "name"
2072   - "parent"
2073   - "doc"
2074   - "status"
2075
2076 # Test configuration - VPP Device Test Configs - Ubuntu
2077 -
2078   type: "table"
2079   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2080   algorithm: "table_details"
2081   output-file-ext: ".csv"
2082   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2083   columns:
2084   -
2085     title: "Name"
2086     data: "data name"
2087   -
2088     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2089     data: "data vat-history"
2090   rows: "generated"
2091   data: "vpp-device-results-ubuntu"
2092   filter: "all"
2093   parameters:
2094   - "parent"
2095   - "name"
2096   - "vat-history"
2097
2098 ################################################################################
2099
2100 # DPDK Performance Changes 1t1c pdr
2101 -
2102   type: "table"
2103   title: "DPDK Performance Changes 1t1c pdr"
2104   algorithm: "table_performance_comparison"
2105   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
2106   history:
2107     -
2108       title: "rls1804"
2109       data:
2110         csit-dpdk-perf-1804-all:
2111         - 4
2112         - 5
2113         - 6
2114         - 7
2115         - 8
2116         - 9
2117         - 10
2118         - 11
2119         - 12
2120         - 13
2121   reference:
2122     title: "rls1807"
2123     data:
2124       csit-dpdk-perf-verify-1807-3n-hsw:
2125       - 11
2126       - 12  # full
2127       - 14
2128       - 15
2129       - 16
2130       - 17
2131       - 20
2132       - 21
2133       - 22
2134       - 23
2135   compare:
2136     title: "rls1810"
2137     data:
2138       csit-dpdk-perf-verify-1810-3n-hsw:
2139       - 1   # NDRPDR sel
2140       - 2   # NDRPDR sel
2141       - 3   # NDRPDR sel
2142       - 4   # NDRPDR sel
2143       - 5   # NDRPDR sel
2144       - 6   # NDRPDR sel
2145       - 7   # NDRPDR sel
2146       - 8   # NDRPDR sel
2147       - 9   # NDRPDR sel
2148       - 10  # NDRPDR sel
2149   data: "dpdk-performance-changes"
2150   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2151   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2152   parameters:
2153   - "name"
2154   - "parent"
2155   - "throughput"
2156
2157 # DPDK Performance Changes 2t2c pdr
2158 -
2159   type: "table"
2160   title: "DPDK Performance Changes 2t2c pdr"
2161   algorithm: "table_performance_comparison"
2162   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2163   history:
2164     -
2165       title: "rls1804"
2166       data:
2167         csit-dpdk-perf-1804-all:
2168         - 4
2169         - 5
2170         - 6
2171         - 7
2172         - 8
2173         - 9
2174         - 10
2175         - 11
2176         - 12
2177         - 13
2178   reference:
2179     title: "rls1807"
2180     data:
2181       csit-dpdk-perf-verify-1807-3n-hsw:
2182       - 11
2183       - 12  # full
2184       - 14
2185       - 15
2186       - 16
2187       - 17
2188       - 20
2189       - 21
2190       - 22
2191       - 23
2192   compare:
2193     title: "rls1810"
2194     data:
2195       csit-dpdk-perf-verify-1810-3n-hsw:
2196       - 1   # NDRPDR sel
2197       - 2   # NDRPDR sel
2198       - 3   # NDRPDR sel
2199       - 4   # NDRPDR sel
2200       - 5   # NDRPDR sel
2201       - 6   # NDRPDR sel
2202       - 7   # NDRPDR sel
2203       - 8   # NDRPDR sel
2204       - 9   # NDRPDR sel
2205       - 10  # NDRPDR sel
2206   data: "dpdk-performance-changes"
2207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2208   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2209   parameters:
2210   - "name"
2211   - "parent"
2212   - "throughput"
2213
2214 # DPDK Performance Changes 1t1c ndr
2215 -
2216   type: "table"
2217   title: "DPDK Performance Changes 1t1c ndr"
2218   algorithm: "table_performance_comparison"
2219   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2220   history:
2221     -
2222       title: "rls1804"
2223       data:
2224         csit-dpdk-perf-1804-all:
2225         - 4
2226         - 5
2227         - 6
2228         - 7
2229         - 8
2230         - 9
2231         - 10
2232         - 11
2233         - 12
2234         - 13
2235   reference:
2236     title: "rls1807"
2237     data:
2238       csit-dpdk-perf-verify-1807-3n-hsw:
2239       - 11
2240       - 12  # full
2241       - 14
2242       - 15
2243       - 16
2244       - 17
2245       - 20
2246       - 21
2247       - 22
2248       - 23
2249   compare:
2250     title: "rls1810"
2251     data:
2252       csit-dpdk-perf-verify-1810-3n-hsw:
2253       - 1   # NDRPDR sel
2254       - 2   # NDRPDR sel
2255       - 3   # NDRPDR sel
2256       - 4   # NDRPDR sel
2257       - 5   # NDRPDR sel
2258       - 6   # NDRPDR sel
2259       - 7   # NDRPDR sel
2260       - 8   # NDRPDR sel
2261       - 9   # NDRPDR sel
2262       - 10  # NDRPDR sel
2263   data: "dpdk-performance-changes"
2264   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2265   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2266   parameters:
2267   - "name"
2268   - "parent"
2269   - "throughput"
2270
2271 # DPDK Performance Changes 2t2c ndr
2272 -
2273   type: "table"
2274   title: "DPDK Performance Changes 2t2c ndr"
2275   algorithm: "table_performance_comparison"
2276   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2277   history:
2278     -
2279       title: "rls1804"
2280       data:
2281         csit-dpdk-perf-1804-all:
2282         - 4
2283         - 5
2284         - 6
2285         - 7
2286         - 8
2287         - 9
2288         - 10
2289         - 11
2290         - 12
2291         - 13
2292   reference:
2293     title: "rls1807"
2294     data:
2295       csit-dpdk-perf-verify-1807-3n-hsw:
2296       - 11
2297       - 12  # full
2298       - 14
2299       - 15
2300       - 16
2301       - 17
2302       - 20
2303       - 21
2304       - 22
2305       - 23
2306   compare:
2307     title: "rls1810"
2308     data:
2309       csit-dpdk-perf-verify-1810-3n-hsw:
2310       - 1   # NDRPDR sel
2311       - 2   # NDRPDR sel
2312       - 3   # NDRPDR sel
2313       - 4   # NDRPDR sel
2314       - 5   # NDRPDR sel
2315       - 6   # NDRPDR sel
2316       - 7   # NDRPDR sel
2317       - 8   # NDRPDR sel
2318       - 9   # NDRPDR sel
2319       - 10  # NDRPDR sel
2320   data: "dpdk-performance-changes"
2321   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2322   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2323   parameters:
2324   - "name"
2325   - "parent"
2326   - "throughput"
2327
2328 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2329 -
2330   type: "table"
2331   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2332   algorithm: "table_performance_comparison"
2333   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2334   reference:
2335     title: "3-Node Hsw"
2336     data:
2337       csit-dpdk-perf-verify-1810-3n-hsw:
2338       - 1   # NDRPDR sel
2339       - 2   # NDRPDR sel
2340       - 3   # NDRPDR sel
2341       - 4   # NDRPDR sel
2342       - 5   # NDRPDR sel
2343       - 6   # NDRPDR sel
2344       - 7   # NDRPDR sel
2345       - 8   # NDRPDR sel
2346       - 9   # NDRPDR sel
2347       - 10  # NDRPDR sel
2348   compare:
2349     title: "3-Node Skx"
2350     data:
2351       csit-dpdk-perf-verify-1810-3n-skx:
2352       - 3   # NDRPDR sel
2353       - 4   # NDRPDR sel
2354       - 6   # NDRPDR sel
2355       - 7   # NDRPDR sel
2356       - 8   # NDRPDR sel
2357       - 9   # NDRPDR sel
2358       - 10  # NDRPDR sel
2359       - 11  # NDRPDR sel
2360       - 12  # NDRPDR sel
2361       - 13  # NDRPDR sel
2362   data: "dpdk-compare-testbeds"
2363   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2364   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2365   parameters:
2366   - "name"
2367   - "parent"
2368   - "throughput"
2369
2370 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2371 -
2372   type: "table"
2373   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2374   algorithm: "table_performance_comparison"
2375   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2376   reference:
2377     title: "3-Node Hsw"
2378     data:
2379       csit-dpdk-perf-verify-1810-3n-hsw:
2380       - 1   # NDRPDR sel
2381       - 2   # NDRPDR sel
2382       - 3   # NDRPDR sel
2383       - 4   # NDRPDR sel
2384       - 5   # NDRPDR sel
2385       - 6   # NDRPDR sel
2386       - 7   # NDRPDR sel
2387       - 8   # NDRPDR sel
2388       - 9   # NDRPDR sel
2389       - 10  # NDRPDR sel
2390   compare:
2391     title: "3-Node Skx"
2392     data:
2393       csit-dpdk-perf-verify-1810-3n-skx:
2394       - 3   # NDRPDR sel
2395       - 4   # NDRPDR sel
2396       - 6   # NDRPDR sel
2397       - 7   # NDRPDR sel
2398       - 8   # NDRPDR sel
2399       - 9   # NDRPDR sel
2400       - 10  # NDRPDR sel
2401       - 11  # NDRPDR sel
2402       - 12  # NDRPDR sel
2403       - 13  # NDRPDR sel
2404   data: "dpdk-compare-testbeds"
2405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2406   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2407   parameters:
2408   - "name"
2409   - "parent"
2410   - "throughput"
2411
2412 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2413 # NOTE: Not used in 18.10
2414 #-
2415 #  type: "table"
2416 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2417 #  algorithm: "table_performance_comparison"
2418 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2419 #  reference:
2420 #    title: "3-Node Hsw"
2421 #    data:
2422 #      csit-dpdk-perf-verify-1807-3n-hsw:
2423 #      - 11
2424 #      - 12  # full
2425 #      - 14
2426 #      - 15
2427 #      - 16
2428 #      - 17
2429 #      - 20
2430 #      - 21
2431 #      - 22
2432 #      - 23
2433 #  compare:
2434 #    title: "3-Node Skx"
2435 #    data:
2436 #      csit-dpdk-perf-verify-1807-3n-skx:
2437 #      - 1
2438 #      - 2
2439 #      - 3
2440 #      - 6
2441 #      - 7
2442 #      - 8
2443 #      - 9
2444 #      - 10
2445 #      - 11
2446 #      - 12
2447 #  data: "dpdk-compare-testbeds"
2448 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2449 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2450 #  parameters:
2451 #  - "name"
2452 #  - "parent"
2453 #  - "result"
2454
2455 # Detailed Test Results - DPDK Performance Results 3n-hsw
2456 -
2457   type: "table"
2458   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2459   algorithm: "table_details"
2460   output-file-ext: ".csv"
2461   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2462   columns:
2463   -
2464     title: "Name"
2465     data: "data name"
2466   -
2467     title: "Status"
2468     data: "data msg"
2469   rows: "generated"
2470   data: "dpdk-perf-results-3n-hsw"
2471   filter: "all"
2472   parameters:
2473   - "name"
2474   - "parent"
2475   - "msg"
2476
2477 # Detailed Test Results - DPDK Performance Results 3n-skx
2478 -
2479   type: "table"
2480   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2481   algorithm: "table_details"
2482   output-file-ext: ".csv"
2483   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2484   columns:
2485   -
2486     title: "Name"
2487     data: "data name"
2488   -
2489     title: "Status"
2490     data: "data msg"
2491   rows: "generated"
2492   data: "dpdk-perf-results-3n-skx"
2493   filter: "all"
2494   parameters:
2495   - "name"
2496   - "parent"
2497   - "msg"
2498
2499 # Detailed Test Results - DPDK Performance Results 2n-skx
2500 -
2501   type: "table"
2502   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2503   algorithm: "table_details"
2504   output-file-ext: ".csv"
2505   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2506   columns:
2507   -
2508     title: "Name"
2509     data: "data name"
2510   -
2511     title: "Status"
2512     data: "data msg"
2513   rows: "generated"
2514   data: "dpdk-perf-results-2n-skx"
2515   filter: "all"
2516   parameters:
2517   - "name"
2518   - "parent"
2519   - "msg"
2520
2521 ################################################################################
2522 # HoneyComb
2523 -
2524   type: "table"
2525   title: "Detailed Test Results - Honeycomb Functional Results"
2526   algorithm: "table_details"
2527   output-file-ext: ".csv"
2528   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2529   columns:
2530   -
2531     title: "Name"
2532     data: "data name"
2533   -
2534     title: "Documentation"
2535     data: "data doc"
2536   -
2537     title: "Status"
2538     data: "data status"
2539   rows: "generated"
2540   data:
2541     "hc-func-results"
2542   filter: "all"
2543   parameters:
2544   - "name"
2545   - "parent"
2546   - "doc"
2547   - "status"
2548
2549 ################################################################################
2550 # NSH SFC
2551 -
2552   type: "table"
2553   title: "Detailed Test Results - NSH SFC Functional Results"
2554   algorithm: "table_details"
2555   output-file-ext: ".csv"
2556   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2557   columns:
2558   -
2559     title: "Name"
2560     data: "data name"
2561   -
2562     title: "Documentation"
2563     data: "data doc"
2564   -
2565     title: "Status"
2566     data: "data status"
2567   rows: "generated"
2568   data:
2569     "nsh-func-results"
2570   filter: "all"
2571   parameters:
2572   - "name"
2573   - "parent"
2574   - "doc"
2575   - "status"
2576
2577 ################################################################################
2578 # DMM
2579 -
2580   type: "table"
2581   title: "Detailed Test Results - DMM Functional Results"
2582   algorithm: "table_details"
2583   output-file-ext: ".csv"
2584   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2585   columns:
2586   -
2587     title: "Name"
2588     data: "data name"
2589   -
2590     title: "Documentation"
2591     data: "data doc"
2592   -
2593     title: "Status"
2594     data: "data status"
2595   rows: "generated"
2596   data:
2597     "dmm-func-results"
2598   filter: "all"
2599   parameters:
2600   - "name"
2601   - "parent"
2602   - "doc"
2603   - "status"
2604
2605 ################################################################################
2606 ###                                F I L E S                                 ###
2607 ################################################################################
2608
2609 # VPP Performance Results 3n-hsw
2610 -
2611   type: "file"
2612   title: "VPP Performance Results 3n-hsw"
2613   algorithm: "file_test_results"
2614   output-file-ext: ".rst"
2615   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2616   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"
2617   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2618   data: "vpp-perf-results-3n-hsw"
2619   filter: "not 'NDRCHK' and not 'PDRCHK'"
2620   parameters:
2621   - "name"
2622   - "doc"
2623   - "level"
2624   - "parent"
2625   data-start-level: 3
2626
2627 # VPP Performance Results 3n-skx
2628 -
2629   type: "file"
2630   title: "VPP Performance Results 3n-skx"
2631   algorithm: "file_test_results"
2632   output-file-ext: ".rst"
2633   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2634   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"
2635   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2636   data: "vpp-perf-results-3n-skx"
2637   filter: "not 'NDRCHK' and not 'PDRCHK'"
2638   parameters:
2639   - "name"
2640   - "doc"
2641   - "level"
2642   - "parent"
2643   data-start-level: 3
2644
2645 # VPP Performance Results 2n-skx
2646 -
2647   type: "file"
2648   title: "VPP Performance Results 2n-skx"
2649   algorithm: "file_test_results"
2650   output-file-ext: ".rst"
2651   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2652   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"
2653   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2654   data: "vpp-perf-results-2n-skx"
2655   filter: "not 'NDRCHK' and not 'PDRCHK'"
2656   parameters:
2657   - "name"
2658   - "doc"
2659   - "level"
2660   - "parent"
2661   data-start-level: 3
2662
2663 # VPP Performance Configuration 3n-hsw
2664 -
2665   type: "file"
2666   title: "VPP Performance Configuration 3n-hsw"
2667   algorithm: "file_test_results"
2668   output-file-ext: ".rst"
2669   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2670   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"
2671   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2672   data: "vpp-perf-results-3n-hsw"
2673   filter: "not 'NDRCHK' and not 'PDRCHK'"
2674   parameters:
2675   - "name"
2676   - "doc"
2677   - "level"
2678   - "parent"
2679   data-start-level: 3
2680
2681 # VPP Performance Configuration 3n-skx
2682 -
2683   type: "file"
2684   title: "VPP Performance Configuration 3n-skx"
2685   algorithm: "file_test_results"
2686   output-file-ext: ".rst"
2687   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2688   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"
2689   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2690   data: "vpp-perf-results-3n-skx"
2691   filter: "not 'NDRCHK' and not 'PDRCHK'"
2692   parameters:
2693   - "name"
2694   - "doc"
2695   - "level"
2696   - "parent"
2697   data-start-level: 3
2698
2699 # VPP Performance Configuration 2n-skx
2700 -
2701   type: "file"
2702   title: "VPP Performance Configuration 2n-skx"
2703   algorithm: "file_test_results"
2704   output-file-ext: ".rst"
2705   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2706   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"
2707   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2708   data: "vpp-perf-results-2n-skx"
2709   filter: "not 'NDRCHK' and not 'PDRCHK'"
2710   parameters:
2711   - "name"
2712   - "doc"
2713   - "level"
2714   - "parent"
2715   data-start-level: 3
2716
2717 # VPP Performance Operational Data 3n-hsw
2718 -
2719   type: "file"
2720   title: "VPP Performance Operational Data 3n-hsw"
2721   algorithm: "file_test_results"
2722   output-file-ext: ".rst"
2723   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2724   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"
2725   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2726   data: "vpp-perf-results-3n-hsw"
2727   filter: "not 'NDRCHK' and not 'PDRCHK'"
2728   parameters:
2729   - "name"
2730   - "doc"
2731   - "level"
2732   - "parent"
2733   data-start-level: 3
2734
2735 # VPP Performance Operational Data 3n-skx
2736 -
2737   type: "file"
2738   title: "VPP Performance Operational Data 3n-skx"
2739   algorithm: "file_test_results"
2740   output-file-ext: ".rst"
2741   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2742   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"
2743   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2744   data: "vpp-perf-results-3n-skx"
2745   filter: "not 'NDRCHK' and not 'PDRCHK'"
2746   parameters:
2747   - "name"
2748   - "doc"
2749   - "level"
2750   - "parent"
2751   data-start-level: 3
2752
2753 # VPP Performance Operational Data 2n-skx
2754 -
2755   type: "file"
2756   title: "VPP Performance Operational Data 2n-skx"
2757   algorithm: "file_test_results"
2758   output-file-ext: ".rst"
2759   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2760   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"
2761   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2762   data: "vpp-perf-results-2n-skx"
2763   filter: "not 'NDRCHK' and not 'PDRCHK'"
2764   parameters:
2765   - "name"
2766   - "doc"
2767   - "level"
2768   - "parent"
2769   data-start-level: 3
2770
2771 # VPP MRR Results 3n-hsw
2772 -
2773   type: "file"
2774   title: "VPP MRR Results 3n-hsw"
2775   algorithm: "file_test_results"
2776   output-file-ext: ".rst"
2777   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2778   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"
2779   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2780   data: "vpp-mrr-results-3n-hsw"
2781   filter: "'MRR'"
2782   parameters:
2783   - "name"
2784   - "doc"
2785   - "level"
2786   - "parent"
2787   data-start-level: 3
2788
2789 # VPP MRR Results 3n-skx
2790 -
2791   type: "file"
2792   title: "VPP MRR Results 3n-skx"
2793   algorithm: "file_test_results"
2794   output-file-ext: ".rst"
2795   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2796   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"
2797   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2798   data: "vpp-mrr-results-3n-skx"
2799   filter: "'MRR'"
2800   parameters:
2801   - "name"
2802   - "doc"
2803   - "level"
2804   - "parent"
2805   data-start-level: 3
2806
2807 # VPP MRR Results 2n-skx
2808 -
2809   type: "file"
2810   title: "VPP MRR Results 2n-skx"
2811   algorithm: "file_test_results"
2812   output-file-ext: ".rst"
2813   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2814   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"
2815   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2816   data: "vpp-mrr-results-2n-skx"
2817   filter: "all"
2818   parameters:
2819   - "name"
2820   - "doc"
2821   - "level"
2822   - "parent"
2823   data-start-level: 3
2824
2825 # VPP MRR Configuration 3n-hsw
2826 -
2827   type: "file"
2828   title: "VPP MRR Configuration 3n-hsw"
2829   algorithm: "file_test_results"
2830   output-file-ext: ".rst"
2831   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2832   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"
2833   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2834   data: "vpp-mrr-results-3n-hsw"
2835   filter: "'MRR'"
2836   parameters:
2837   - "name"
2838   - "doc"
2839   - "level"
2840   - "parent"
2841   data-start-level: 3
2842
2843 # VPP MRR Configuration 3n-skx
2844 -
2845   type: "file"
2846   title: "VPP MRR Configuration 3n-skx"
2847   algorithm: "file_test_results"
2848   output-file-ext: ".rst"
2849   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2850   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"
2851   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2852   data: "vpp-mrr-results-3n-skx"
2853   filter: "'MRR'"
2854   parameters:
2855   - "name"
2856   - "doc"
2857   - "level"
2858   - "parent"
2859   data-start-level: 3
2860
2861 # VPP MRR Configuration 2n-skx
2862 -
2863   type: "file"
2864   title: "VPP MRR Configuration 2n-skx"
2865   algorithm: "file_test_results"
2866   output-file-ext: ".rst"
2867   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2868   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"
2869   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2870   data: "vpp-mrr-results-2n-skx"
2871   filter: "'MRR'"
2872   parameters:
2873   - "name"
2874   - "doc"
2875   - "level"
2876   - "parent"
2877   data-start-level: 3
2878
2879 # VPP Functional Results - Ubuntu
2880 -
2881   type: "file"
2882   title: "VPP Functional Results - Ubuntu"
2883   algorithm: "file_test_results"
2884   output-file-ext: ".rst"
2885   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2886   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"
2887   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2888   data: "vpp-func-results-ubuntu"
2889   filter: "all"
2890   parameters:
2891   - "name"
2892   - "doc"
2893   - "level"
2894   - "parent"
2895   data-start-level: 3
2896
2897 # VPP Functional Results - CentOS
2898 -
2899   type: "file"
2900   title: "VPP Functional Results - CentOS"
2901   algorithm: "file_test_results"
2902   output-file-ext: ".rst"
2903   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2904   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"
2905   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2906   data:
2907     "vpp-func-results-centos"
2908   filter: "all"
2909   parameters:
2910   - "name"
2911   - "doc"
2912   - "level"
2913   - "parent"
2914   data-start-level: 3
2915
2916 # VPP Functional Configuration - Ubuntu
2917 -
2918   type: "file"
2919   title: "VPP Functional Configuration - Ubuntu"
2920   algorithm: "file_test_results"
2921   output-file-ext: ".rst"
2922   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2923   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"
2924   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2925   data: "vpp-func-results-ubuntu"
2926   filter: "all"
2927   parameters:
2928   - "name"
2929   - "doc"
2930   - "level"
2931   - "parent"
2932   data-start-level: 3
2933
2934 # VPP Functional Configuration - CentOS
2935 -
2936   type: "file"
2937   title: "VPP Functional Configuration - CentOS"
2938   algorithm: "file_test_results"
2939   output-file-ext: ".rst"
2940   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2941   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"
2942   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2943   data:
2944     "vpp-func-results-centos"
2945   filter: "all"
2946   parameters:
2947   - "name"
2948   - "doc"
2949   - "level"
2950   - "parent"
2951   data-start-level: 3
2952
2953 # VPP Device Results - Ubuntu
2954 -
2955   type: "file"
2956   title: "VPP Device Results - Ubuntu"
2957   algorithm: "file_test_results"
2958   output-file-ext: ".rst"
2959   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2960   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"
2961   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2962   data: "vpp-device-results-ubuntu"
2963   filter: "all"
2964   parameters:
2965   - "name"
2966   - "doc"
2967   - "level"
2968   - "parent"
2969   data-start-level: 2
2970
2971 # VPP Device Configuration - Ubuntu
2972 -
2973   type: "file"
2974   title: "VPP Device Configuration - Ubuntu"
2975   algorithm: "file_test_results"
2976   output-file-ext: ".rst"
2977   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2978   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"
2979   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2980   data: "vpp-device-results-ubuntu"
2981   filter: "all"
2982   parameters:
2983   - "name"
2984   - "doc"
2985   - "level"
2986   - "parent"
2987   data-start-level: 2
2988
2989 # Container Orchestrated Performance Results 3n-hsw
2990 -
2991   type: "file"
2992   title: "Container Orchestrated Performance Results 3n-hsw"
2993   algorithm: "file_test_results"
2994   output-file-ext: ".rst"
2995   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2996   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"
2997   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2998   data: "ligato-perf-results-3n-hsw"
2999   filter: "all"
3000   parameters:
3001   - "name"
3002   - "doc"
3003   - "level"
3004   - "parent"
3005   data-start-level: 3
3006
3007 # DPDK Performance Results 3n-hsw
3008 -
3009   type: "file"
3010   title: "DPDK Performance Results 3n-hsw"
3011   algorithm: "file_test_results"
3012   output-file-ext: ".rst"
3013   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3014   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"
3015   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
3016   data: "dpdk-perf-results-3n-hsw"
3017   filter: "all"
3018   parameters:
3019   - "name"
3020   - "doc"
3021   - "level"
3022   - "parent"
3023   data-start-level: 3
3024
3025 # DPDK Performance Results 3n-skx
3026 -
3027   type: "file"
3028   title: "DPDK Performance Results 3n-skx"
3029   algorithm: "file_test_results"
3030   output-file-ext: ".rst"
3031   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3032   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"
3033   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
3034   data: "dpdk-perf-results-3n-skx"
3035   filter: "all"
3036   parameters:
3037   - "name"
3038   - "doc"
3039   - "level"
3040   - "parent"
3041   data-start-level: 3
3042
3043 # DPDK Performance Results 2n-skx
3044 -
3045   type: "file"
3046   title: "DPDK Performance Results 2n-skx"
3047   algorithm: "file_test_results"
3048   output-file-ext: ".rst"
3049   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3050   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"
3051   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
3052   data: "dpdk-perf-results-2n-skx"
3053   filter: "all"
3054   parameters:
3055   - "name"
3056   - "doc"
3057   - "level"
3058   - "parent"
3059   data-start-level: 3
3060
3061 # Honeycomb Functional Results
3062 -
3063   type: "file"
3064   title: "Honeycomb Functional Results"
3065   algorithm: "file_test_results"
3066   output-file-ext: ".rst"
3067   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
3068   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"
3069   dir-tables: "{DIR[DTR,FUNC,HC]}"
3070   data:
3071     "hc-func-results"
3072   filter: "all"
3073   parameters:
3074   - "name"
3075   - "doc"
3076   - "level"
3077   - "parent"
3078   data-start-level: 3
3079
3080 # NSH SFC Functional Results
3081 -
3082   type: "file"
3083   title: "NSH SFC Functional Results"
3084   algorithm: "file_test_results"
3085   output-file-ext: ".rst"
3086   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
3087   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"
3088   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
3089   data:
3090     "nsh-func-results"
3091   filter: "all"
3092   parameters:
3093   - "name"
3094   - "doc"
3095   - "level"
3096   - "parent"
3097   data-start-level: 3
3098
3099 # DMM Functional Results
3100 -
3101   type: "file"
3102   title: "DMM Functional Results"
3103   algorithm: "file_test_results"
3104   output-file-ext: ".rst"
3105   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3106   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"
3107   dir-tables: "{DIR[DTR,FUNC,DMM]}"
3108   data:
3109     "dmm-func-results"
3110   filter: "all"
3111   parameters:
3112   - "name"
3113   - "doc"
3114   - "level"
3115   - "parent"
3116   data-start-level: 3
3117
3118 ################################################################################
3119 ###                                P L O T S                                 ###
3120 ################################################################################
3121
3122 ################################################################################
3123 # Plots VPP HTTP Server Performance
3124 -
3125   type: "plot"
3126   title: "VPP HTTP Server Performance"
3127   algorithm: "plot_http_server_performance_box"
3128   output-file-type: ".html"
3129   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
3130   data:
3131     "plot-vpp-http-server-performance"
3132   # Keep this formatting, the filter is enclosed with " (quotation mark) and
3133   # each tag is enclosed with ' (apostrophe).
3134   filter: "'HTTP' and 'TCP_CPS'"
3135   parameters:
3136   - "result"
3137   - "name"
3138   traces:
3139     hoverinfo: "x+y"
3140     boxpoints: "outliers"
3141     whiskerwidth: 0
3142   layout:
3143     title: "VPP HTTP Server Performance"
3144     layout:
3145       "plot-cps"
3146
3147 -
3148   type: "plot"
3149   title: "VPP HTTP Server Performance"
3150   algorithm: "plot_http_server_performance_box"
3151   output-file-type: ".html"
3152   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
3153   data:
3154     "plot-vpp-http-server-performance"
3155   filter: "'HTTP' and 'TCP_RPS'"
3156   parameters:
3157   - "result"
3158   - "name"
3159   traces:
3160     hoverinfo: "x+y"
3161     boxpoints: "outliers"
3162     whiskerwidth: 0
3163   layout:
3164     title: "VPP HTTP Server Performance"
3165     layout:
3166       "plot-rps"
3167
3168 ################################################################################
3169
3170 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
3171 -
3172   type: "plot"
3173   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3174   algorithm: "plot_performance_box"
3175   output-file-type: ".html"
3176   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3177   data: "plot-vpp-throughput-latency-3n-hsw"
3178   filter: "'NIC_Intel-X520-DA2' and
3179            '64B' and
3180            ('BASE' or 'SCALE') and
3181            'NDRPDR' and
3182            'ETH' and
3183            '1T1C' and
3184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3185            not 'VHOST' and
3186            not 'MEMIF'"
3187   parameters:
3188   - "throughput"
3189   - "parent"
3190   - "tags"
3191   sort:
3192   - "L2PATCH"
3193   - "L2XCBASE"
3194   - "BASE"
3195   - "FIB_10K"
3196   - "FIB_100K"
3197   - "FIB_1M"
3198   traces:
3199     hoverinfo: "x+y"
3200     boxpoints: "outliers"
3201     whiskerwidth: 0
3202   layout:
3203     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3204     layout: "plot-throughput"
3205
3206 -
3207   type: "plot"
3208   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3209   algorithm: "plot_performance_box"
3210   output-file-type: ".html"
3211   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3212   data: "plot-vpp-throughput-latency-3n-hsw"
3213   filter: "'NIC_Intel-X520-DA2' and
3214            '64B' and
3215            ('BASE' or 'SCALE') and
3216            'NDRPDR' and
3217            'ETH' and
3218            '1T1C' and
3219            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3220            not 'VHOST' and
3221            not 'MEMIF'"
3222   parameters:
3223   - "throughput"
3224   - "parent"
3225   - "tags"
3226   sort:
3227   - "L2PATCH"
3228   - "L2XCBASE"
3229   - "BASE"
3230   - "FIB_10K"
3231   - "FIB_100K"
3232   - "FIB_1M"
3233   traces:
3234     hoverinfo: "x+y"
3235     boxpoints: "outliers"
3236     whiskerwidth: 0
3237   layout:
3238     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3239     layout: "plot-throughput"
3240
3241 -
3242   type: "plot"
3243   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3244   algorithm: "plot_performance_box"
3245   output-file-type: ".html"
3246   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3247   data: "plot-vpp-throughput-latency-3n-hsw"
3248   filter: "'NIC_Intel-X520-DA2' and
3249            '64B' and
3250            ('BASE' or 'SCALE') and
3251            'NDRPDR' and
3252            'ETH' and
3253            '2T2C' and
3254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3255            not 'VHOST' and
3256            not 'MEMIF'"
3257   parameters:
3258   - "throughput"
3259   - "parent"
3260   - "tags"
3261   sort:
3262   - "L2PATCH"
3263   - "L2XCBASE"
3264   - "BASE"
3265   - "FIB_10K"
3266   - "FIB_100K"
3267   - "FIB_1M"
3268   traces:
3269     hoverinfo: "x+y"
3270     boxpoints: "outliers"
3271     whiskerwidth: 0
3272   layout:
3273     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3274     layout: "plot-throughput"
3275
3276 -
3277   type: "plot"
3278   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3279   algorithm: "plot_performance_box"
3280   output-file-type: ".html"
3281   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3282   data: "plot-vpp-throughput-latency-3n-hsw"
3283   filter: "'NIC_Intel-X520-DA2' and
3284            '64B' and
3285            ('BASE' or 'SCALE') and
3286            'NDRPDR' and
3287            'ETH' and
3288            '2T2C' and
3289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3290            not 'VHOST' and
3291            not 'MEMIF'"
3292   parameters:
3293   - "throughput"
3294   - "parent"
3295   - "tags"
3296   sort:
3297   - "L2PATCH"
3298   - "L2XCBASE"
3299   - "BASE"
3300   - "FIB_10K"
3301   - "FIB_100K"
3302   - "FIB_1M"
3303   traces:
3304     hoverinfo: "x+y"
3305     boxpoints: "outliers"
3306     whiskerwidth: 0
3307   layout:
3308     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3309     layout: "plot-throughput"
3310
3311 # Packet Throughput - VPP L2 3n-hsw-x520 features
3312 -
3313   type: "plot"
3314   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3315   algorithm: "plot_performance_box"
3316   output-file-type: ".html"
3317   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3318   data: "plot-vpp-throughput-latency-3n-hsw"
3319   filter: "'NIC_Intel-X520-DA2' and
3320            '64B' and
3321            'NDRPDR' and
3322            '1T1C' and
3323            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3324            not 'ACL' and
3325            not 'VHOST' and
3326            not 'MEMIF'"
3327   parameters:
3328   - "throughput"
3329   - "parent"
3330   - "tags"
3331   sort:
3332   - "L2XCBASE"    # l2xcbase
3333   - "L2BDBASE"    # l2bdbase
3334   - "L2XCFWD"     # dot1q-l2xcbase
3335   - "L2BDMACLRN"  # dot1q-l2bdbase
3336   traces:
3337     hoverinfo: "x+y"
3338     boxpoints: "outliers"
3339     whiskerwidth: 0
3340   layout:
3341     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3342     layout: "plot-throughput"
3343
3344 -
3345   type: "plot"
3346   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3347   algorithm: "plot_performance_box"
3348   output-file-type: ".html"
3349   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3350   data: "plot-vpp-throughput-latency-3n-hsw"
3351   filter: "'NIC_Intel-X520-DA2' and
3352            '64B' and
3353            'NDRPDR' and
3354            '1T1C' and
3355            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3356            not 'ACL' and
3357            not 'VHOST' and
3358            not 'MEMIF'"
3359   parameters:
3360   - "throughput"
3361   - "parent"
3362   - "tags"
3363   sort:
3364   - "L2XCBASE"    # l2xcbase
3365   - "L2BDBASE"    # l2bdbase
3366   - "L2XCFWD"     # dot1q-l2xcbase
3367   - "L2BDMACLRN"  # dot1q-l2bdbase
3368   traces:
3369     hoverinfo: "x+y"
3370     boxpoints: "outliers"
3371     whiskerwidth: 0
3372   layout:
3373     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3374     layout: "plot-throughput"
3375
3376 -
3377   type: "plot"
3378   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3379   algorithm: "plot_performance_box"
3380   output-file-type: ".html"
3381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3382   data: "plot-vpp-throughput-latency-3n-hsw"
3383   filter: "'NIC_Intel-X520-DA2' and
3384            '64B' and
3385            'NDRPDR' and
3386            '2T2C' and
3387            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3388            not 'ACL' and
3389            not 'VHOST' and
3390            not 'MEMIF'"
3391   parameters:
3392   - "throughput"
3393   - "parent"
3394   - "tags"
3395   sort:
3396   - "L2XCBASE"    # l2xcbase
3397   - "L2BDBASE"    # l2bdbase
3398   - "L2XCFWD"     # dot1q-l2xcbase
3399   - "L2BDMACLRN"  # dot1q-l2bdbase
3400   traces:
3401     hoverinfo: "x+y"
3402     boxpoints: "outliers"
3403     whiskerwidth: 0
3404   layout:
3405     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3406     layout: "plot-throughput"
3407
3408 -
3409   type: "plot"
3410   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3411   algorithm: "plot_performance_box"
3412   output-file-type: ".html"
3413   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3414   data: "plot-vpp-throughput-latency-3n-hsw"
3415   filter: "'NIC_Intel-X520-DA2' and
3416            '64B' and
3417            'NDRPDR' and
3418            '2T2C' and
3419            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3420            not 'ACL' and
3421            not 'VHOST' and
3422            not 'MEMIF'"
3423   parameters:
3424   - "throughput"
3425   - "parent"
3426   - "tags"
3427   sort:
3428   - "L2XCBASE"    # l2xcbase
3429   - "L2BDBASE"    # l2bdbase
3430   - "L2XCFWD"     # dot1q-l2xcbase
3431   - "L2BDMACLRN"  # dot1q-l2bdbase
3432   traces:
3433     hoverinfo: "x+y"
3434     boxpoints: "outliers"
3435     whiskerwidth: 0
3436   layout:
3437     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3438     layout: "plot-throughput"
3439
3440 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3441 -
3442   type: "plot"
3443   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3444   algorithm: "plot_performance_box"
3445   output-file-type: ".html"
3446   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3447   data: "plot-vpp-throughput-latency-3n-hsw"
3448   filter: "'NIC_Intel-X710' and
3449            '64B' and
3450            ('BASE' or 'SCALE') and
3451            'NDRPDR' and
3452            'ETH' and
3453            '1T1C' and
3454            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3455            not 'VHOST' and
3456            not 'MEMIF'"
3457   parameters:
3458   - "throughput"
3459   - "parent"
3460   - "tags"
3461   sort:
3462   - "L2PATCH"
3463   - "L2XCBASE"
3464   - "BASE"
3465   - "FIB_10K"
3466   - "FIB_100K"
3467   - "FIB_1M"
3468   traces:
3469     hoverinfo: "x+y"
3470     boxpoints: "outliers"
3471     whiskerwidth: 0
3472   layout:
3473     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3474     layout: "plot-throughput"
3475
3476 -
3477   type: "plot"
3478   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3479   algorithm: "plot_performance_box"
3480   output-file-type: ".html"
3481   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3482   data: "plot-vpp-throughput-latency-3n-hsw"
3483   filter: "'NIC_Intel-X710' and
3484            '64B' and
3485            ('BASE' or 'SCALE') and
3486            'NDRPDR' and
3487            'ETH' and
3488            '1T1C' and
3489            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3490            not 'VHOST' and
3491            not 'MEMIF'"
3492   parameters:
3493   - "throughput"
3494   - "parent"
3495   - "tags"
3496   sort:
3497   - "L2PATCH"
3498   - "L2XCBASE"
3499   - "BASE"
3500   - "FIB_10K"
3501   - "FIB_100K"
3502   - "FIB_1M"
3503   traces:
3504     hoverinfo: "x+y"
3505     boxpoints: "outliers"
3506     whiskerwidth: 0
3507   layout:
3508     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3509     layout: "plot-throughput"
3510
3511 -
3512   type: "plot"
3513   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3514   algorithm: "plot_performance_box"
3515   output-file-type: ".html"
3516   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3517   data: "plot-vpp-throughput-latency-3n-hsw"
3518   filter: "'NIC_Intel-X710' and
3519            '64B' and
3520            ('BASE' or 'SCALE') and
3521            'NDRPDR' and
3522            'ETH' and
3523            '2T2C' and
3524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3525            not 'VHOST' and
3526            not 'MEMIF'"
3527   parameters:
3528   - "throughput"
3529   - "parent"
3530   - "tags"
3531   sort:
3532   - "L2PATCH"
3533   - "L2XCBASE"
3534   - "BASE"
3535   - "FIB_10K"
3536   - "FIB_100K"
3537   - "FIB_1M"
3538   traces:
3539     hoverinfo: "x+y"
3540     boxpoints: "outliers"
3541     whiskerwidth: 0
3542   layout:
3543     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3544     layout: "plot-throughput"
3545
3546 -
3547   type: "plot"
3548   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3549   algorithm: "plot_performance_box"
3550   output-file-type: ".html"
3551   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3552   data: "plot-vpp-throughput-latency-3n-hsw"
3553   filter: "'NIC_Intel-X710' and
3554            '64B' and
3555            ('BASE' or 'SCALE') and
3556            'NDRPDR' and
3557            'ETH' and
3558            '2T2C' and
3559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3560            not 'VHOST' and
3561            not 'MEMIF'"
3562   parameters:
3563   - "throughput"
3564   - "parent"
3565   - "tags"
3566   sort:
3567   - "L2PATCH"
3568   - "L2XCBASE"
3569   - "BASE"
3570   - "FIB_10K"
3571   - "FIB_100K"
3572   - "FIB_1M"
3573   traces:
3574     hoverinfo: "x+y"
3575     boxpoints: "outliers"
3576     whiskerwidth: 0
3577   layout:
3578     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3579     layout: "plot-throughput"
3580
3581 # Packet Throughput - VPP L2 3n-hsw-x710 features
3582 -
3583   type: "plot"
3584   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3585   algorithm: "plot_performance_box"
3586   output-file-type: ".html"
3587   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3588   data: "plot-vpp-throughput-latency-3n-hsw"
3589   filter: "'NIC_Intel-X710' and
3590            '64B' and
3591            'NDRPDR' and
3592            '1T1C' and
3593            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3594            not 'ACL' and
3595            not 'VHOST' and
3596            not 'MEMIF'"
3597   parameters:
3598   - "throughput"
3599   - "parent"
3600   - "tags"
3601   sort:
3602   - "L2XCBASE"    # l2xcbase
3603   - "L2BDBASE"    # l2bdbase
3604   - "L2XCFWD"     # dot1q-l2xcbase
3605   - "L2BDMACLRN"  # dot1q-l2bdbase
3606   traces:
3607     hoverinfo: "x+y"
3608     boxpoints: "outliers"
3609     whiskerwidth: 0
3610   layout:
3611     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3612     layout: "plot-throughput"
3613
3614 -
3615   type: "plot"
3616   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3617   algorithm: "plot_performance_box"
3618   output-file-type: ".html"
3619   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3620   data: "plot-vpp-throughput-latency-3n-hsw"
3621   filter: "'NIC_Intel-X710' and
3622            '64B' and
3623            'NDRPDR' and
3624            '1T1C' and
3625            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3626            not 'ACL' and
3627            not 'VHOST' and
3628            not 'MEMIF'"
3629   parameters:
3630   - "throughput"
3631   - "parent"
3632   - "tags"
3633   sort:
3634   - "L2XCBASE"    # l2xcbase
3635   - "L2BDBASE"    # l2bdbase
3636   - "L2XCFWD"     # dot1q-l2xcbase
3637   - "L2BDMACLRN"  # dot1q-l2bdbase
3638   traces:
3639     hoverinfo: "x+y"
3640     boxpoints: "outliers"
3641     whiskerwidth: 0
3642   layout:
3643     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3644     layout: "plot-throughput"
3645
3646 -
3647   type: "plot"
3648   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3649   algorithm: "plot_performance_box"
3650   output-file-type: ".html"
3651   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3652   data: "plot-vpp-throughput-latency-3n-hsw"
3653   filter: "'NIC_Intel-X710' and
3654            '64B' and
3655            'NDRPDR' and
3656            '2T2C' and
3657            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3658            not 'ACL' and
3659            not 'VHOST' and
3660            not 'MEMIF'"
3661   parameters:
3662   - "throughput"
3663   - "parent"
3664   - "tags"
3665   sort:
3666   - "L2XCBASE"    # l2xcbase
3667   - "L2BDBASE"    # l2bdbase
3668   - "L2XCFWD"     # dot1q-l2xcbase
3669   - "L2BDMACLRN"  # dot1q-l2bdbase
3670   traces:
3671     hoverinfo: "x+y"
3672     boxpoints: "outliers"
3673     whiskerwidth: 0
3674   layout:
3675     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3676     layout: "plot-throughput"
3677
3678 -
3679   type: "plot"
3680   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3681   algorithm: "plot_performance_box"
3682   output-file-type: ".html"
3683   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3684   data: "plot-vpp-throughput-latency-3n-hsw"
3685   filter: "'NIC_Intel-X710' and
3686            '64B' and
3687            'NDRPDR' and
3688            '2T2C' and
3689            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3690            not 'ACL' and
3691            not 'VHOST' and
3692            not 'MEMIF'"
3693   parameters:
3694   - "throughput"
3695   - "parent"
3696   - "tags"
3697   sort:
3698   - "L2XCBASE"    # l2xcbase
3699   - "L2BDBASE"    # l2bdbase
3700   - "L2XCFWD"     # dot1q-l2xcbase
3701   - "L2BDMACLRN"  # dot1q-l2bdbase
3702   traces:
3703     hoverinfo: "x+y"
3704     boxpoints: "outliers"
3705     whiskerwidth: 0
3706   layout:
3707     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3708     layout: "plot-throughput"
3709
3710 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3711 -
3712   type: "plot"
3713   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3714   algorithm: "plot_performance_box"
3715   output-file-type: ".html"
3716   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3717   data: "plot-vpp-throughput-latency-3n-hsw"
3718   filter: "'NIC_Intel-XL710' and
3719            '64B' and
3720            ('BASE' or 'SCALE') and
3721            'NDRPDR' and
3722            'ETH' and
3723            '1T1C' and
3724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3725            not 'VHOST' and
3726            not 'MEMIF'"
3727   parameters:
3728   - "throughput"
3729   - "parent"
3730   - "tags"
3731   sort:
3732   - "L2PATCH"
3733   - "L2XCBASE"
3734   - "BASE"
3735   - "FIB_10K"
3736   - "FIB_100K"
3737   - "FIB_1M"
3738   traces:
3739     hoverinfo: "x+y"
3740     boxpoints: "outliers"
3741     whiskerwidth: 0
3742   layout:
3743     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3744     layout: "plot-throughput"
3745
3746 -
3747   type: "plot"
3748   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3749   algorithm: "plot_performance_box"
3750   output-file-type: ".html"
3751   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3752   data: "plot-vpp-throughput-latency-3n-hsw"
3753   filter: "'NIC_Intel-XL710' and
3754            '64B' and
3755            ('BASE' or 'SCALE') and
3756            'NDRPDR' and
3757            'ETH' and
3758            '1T1C' and
3759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3760            not 'VHOST' and
3761            not 'MEMIF'"
3762   parameters:
3763   - "throughput"
3764   - "parent"
3765   - "tags"
3766   sort:
3767   - "L2PATCH"
3768   - "L2XCBASE"
3769   - "BASE"
3770   - "FIB_10K"
3771   - "FIB_100K"
3772   - "FIB_1M"
3773   traces:
3774     hoverinfo: "x+y"
3775     boxpoints: "outliers"
3776     whiskerwidth: 0
3777   layout:
3778     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3779     layout: "plot-throughput"
3780
3781 -
3782   type: "plot"
3783   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3784   algorithm: "plot_performance_box"
3785   output-file-type: ".html"
3786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3787   data: "plot-vpp-throughput-latency-3n-hsw"
3788   filter: "'NIC_Intel-XL710' and
3789            '64B' and
3790            ('BASE' or 'SCALE') and
3791            'NDRPDR' and
3792            'ETH' and
3793            '2T2C' and
3794            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3795            not 'VHOST' and
3796            not 'MEMIF'"
3797   parameters:
3798   - "throughput"
3799   - "parent"
3800   - "tags"
3801   sort:
3802   - "L2PATCH"
3803   - "L2XCBASE"
3804   - "BASE"
3805   - "FIB_10K"
3806   - "FIB_100K"
3807   - "FIB_1M"
3808   traces:
3809     hoverinfo: "x+y"
3810     boxpoints: "outliers"
3811     whiskerwidth: 0
3812   layout:
3813     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3814     layout: "plot-throughput"
3815
3816 -
3817   type: "plot"
3818   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3819   algorithm: "plot_performance_box"
3820   output-file-type: ".html"
3821   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3822   data: "plot-vpp-throughput-latency-3n-hsw"
3823   filter: "'NIC_Intel-XL710' and
3824            '64B' and
3825            ('BASE' or 'SCALE') and
3826            'NDRPDR' and
3827            'ETH' and
3828            '2T2C' and
3829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3830            not 'VHOST' and
3831            not 'MEMIF'"
3832   parameters:
3833   - "throughput"
3834   - "parent"
3835   - "tags"
3836   sort:
3837   - "L2PATCH"
3838   - "L2XCBASE"
3839   - "BASE"
3840   - "FIB_10K"
3841   - "FIB_100K"
3842   - "FIB_1M"
3843   traces:
3844     hoverinfo: "x+y"
3845     boxpoints: "outliers"
3846     whiskerwidth: 0
3847   layout:
3848     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3849     layout: "plot-throughput"
3850
3851 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3852 -
3853   type: "plot"
3854   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3855   algorithm: "plot_performance_box"
3856   output-file-type: ".html"
3857   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3858   data: "plot-vpp-throughput-latency-3n-skx"
3859   filter: "'NIC_Intel-X710' and
3860            '64B' and
3861            ('BASE' or 'SCALE') and
3862            'NDRPDR' and
3863            'ETH' and
3864            '2T1C' and
3865            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3866            not 'VHOST' and
3867            not 'MEMIF'"
3868   parameters:
3869   - "throughput"
3870   - "parent"
3871   - "tags"
3872   sort:
3873   - "L2PATCH"
3874   - "L2XCBASE"
3875   - "BASE"
3876   - "FIB_10K"
3877   - "FIB_100K"
3878   - "FIB_1M"
3879   traces:
3880     hoverinfo: "x+y"
3881     boxpoints: "outliers"
3882     whiskerwidth: 0
3883   layout:
3884     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3885     layout: "plot-throughput"
3886
3887 -
3888   type: "plot"
3889   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3890   algorithm: "plot_performance_box"
3891   output-file-type: ".html"
3892   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3893   data: "plot-vpp-throughput-latency-3n-skx"
3894   filter: "'NIC_Intel-X710' and
3895            '64B' and
3896            ('BASE' or 'SCALE') and
3897            'NDRPDR' and
3898            'ETH' and
3899            '2T1C' and
3900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3901            not 'VHOST' and
3902            not 'MEMIF'"
3903   parameters:
3904   - "throughput"
3905   - "parent"
3906   - "tags"
3907   sort:
3908   - "L2PATCH"
3909   - "L2XCBASE"
3910   - "BASE"
3911   - "FIB_10K"
3912   - "FIB_100K"
3913   - "FIB_1M"
3914   traces:
3915     hoverinfo: "x+y"
3916     boxpoints: "outliers"
3917     whiskerwidth: 0
3918   layout:
3919     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3920     layout: "plot-throughput"
3921
3922 -
3923   type: "plot"
3924   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3925   algorithm: "plot_performance_box"
3926   output-file-type: ".html"
3927   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3928   data: "plot-vpp-throughput-latency-3n-skx"
3929   filter: "'NIC_Intel-X710' and
3930            '64B' and
3931            ('BASE' or 'SCALE') and
3932            'NDRPDR' and
3933            'ETH' and
3934            '4T2C' and
3935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3936            not 'VHOST' and
3937            not 'MEMIF'"
3938   parameters:
3939   - "throughput"
3940   - "parent"
3941   - "tags"
3942   sort:
3943   - "L2PATCH"
3944   - "L2XCBASE"
3945   - "BASE"
3946   - "FIB_10K"
3947   - "FIB_100K"
3948   - "FIB_1M"
3949   traces:
3950     hoverinfo: "x+y"
3951     boxpoints: "outliers"
3952     whiskerwidth: 0
3953   layout:
3954     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3955     layout: "plot-throughput"
3956
3957 -
3958   type: "plot"
3959   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3960   algorithm: "plot_performance_box"
3961   output-file-type: ".html"
3962   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3963   data: "plot-vpp-throughput-latency-3n-skx"
3964   filter: "'NIC_Intel-X710' and
3965            '64B' and
3966            ('BASE' or 'SCALE') and
3967            'NDRPDR' and
3968            'ETH' and
3969            '4T2C' and
3970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3971            not 'VHOST' and
3972            not 'MEMIF'"
3973   parameters:
3974   - "throughput"
3975   - "parent"
3976   - "tags"
3977   sort:
3978   - "L2PATCH"
3979   - "L2XCBASE"
3980   - "BASE"
3981   - "FIB_10K"
3982   - "FIB_100K"
3983   - "FIB_1M"
3984   traces:
3985     hoverinfo: "x+y"
3986     boxpoints: "outliers"
3987     whiskerwidth: 0
3988   layout:
3989     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3990     layout: "plot-throughput"
3991
3992 # Packet Throughput - VPP L2 3n-skx-x710 features
3993 -
3994   type: "plot"
3995   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3996   algorithm: "plot_performance_box"
3997   output-file-type: ".html"
3998   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3999   data: "plot-vpp-throughput-latency-3n-skx"
4000   filter: "'NIC_Intel-X710' and
4001            '64B' and
4002            'NDRPDR' and
4003            '2T1C' and
4004            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4005            not 'ACL' and
4006            not 'VHOST' and
4007            not 'MEMIF'"
4008   parameters:
4009   - "throughput"
4010   - "parent"
4011   - "tags"
4012   sort:
4013   - "L2XCBASE"    # l2xcbase
4014   - "L2BDBASE"    # l2bdbase
4015   - "L2XCFWD"     # dot1q-l2xcbase
4016   - "L2BDMACLRN"  # dot1q-l2bdbase
4017   traces:
4018     hoverinfo: "x+y"
4019     boxpoints: "outliers"
4020     whiskerwidth: 0
4021   layout:
4022     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
4023     layout: "plot-throughput"
4024
4025 -
4026   type: "plot"
4027   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4028   algorithm: "plot_performance_box"
4029   output-file-type: ".html"
4030   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4031   data: "plot-vpp-throughput-latency-3n-skx"
4032   filter: "'NIC_Intel-X710' and
4033            '64B' and
4034            'NDRPDR' and
4035            '2T1C' and
4036            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4037            not 'ACL' and
4038            not 'VHOST' and
4039            not 'MEMIF'"
4040   parameters:
4041   - "throughput"
4042   - "parent"
4043   - "tags"
4044   sort:
4045   - "L2XCBASE"    # l2xcbase
4046   - "L2BDBASE"    # l2bdbase
4047   - "L2XCFWD"     # dot1q-l2xcbase
4048   - "L2BDMACLRN"  # dot1q-l2bdbase
4049   traces:
4050     hoverinfo: "x+y"
4051     boxpoints: "outliers"
4052     whiskerwidth: 0
4053   layout:
4054     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4055     layout: "plot-throughput"
4056
4057 -
4058   type: "plot"
4059   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4060   algorithm: "plot_performance_box"
4061   output-file-type: ".html"
4062   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4063   data: "plot-vpp-throughput-latency-3n-skx"
4064   filter: "'NIC_Intel-X710' and
4065            '64B' and
4066            'NDRPDR' and
4067            '4T2C' and
4068            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4069            not 'ACL' and
4070            not 'VHOST' and
4071            not 'MEMIF'"
4072   parameters:
4073   - "throughput"
4074   - "parent"
4075   - "tags"
4076   sort:
4077   - "L2XCBASE"    # l2xcbase
4078   - "L2BDBASE"    # l2bdbase
4079   - "L2XCFWD"     # dot1q-l2xcbase
4080   - "L2BDMACLRN"  # dot1q-l2bdbase
4081   traces:
4082     hoverinfo: "x+y"
4083     boxpoints: "outliers"
4084     whiskerwidth: 0
4085   layout:
4086     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4087     layout: "plot-throughput"
4088
4089 -
4090   type: "plot"
4091   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4092   algorithm: "plot_performance_box"
4093   output-file-type: ".html"
4094   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4095   data: "plot-vpp-throughput-latency-3n-skx"
4096   filter: "'NIC_Intel-X710' and
4097            '64B' and
4098            'NDRPDR' and
4099            '4T2C' and
4100            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4101            not 'ACL' and
4102            not 'VHOST' and
4103            not 'MEMIF'"
4104   parameters:
4105   - "throughput"
4106   - "parent"
4107   - "tags"
4108   sort:
4109   - "L2XCBASE"    # l2xcbase
4110   - "L2BDBASE"    # l2bdbase
4111   - "L2XCFWD"     # dot1q-l2xcbase
4112   - "L2BDMACLRN"  # dot1q-l2bdbase
4113   traces:
4114     hoverinfo: "x+y"
4115     boxpoints: "outliers"
4116     whiskerwidth: 0
4117   layout:
4118     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4119     layout: "plot-throughput"
4120
4121 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
4122 -
4123   type: "plot"
4124   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4125   algorithm: "plot_performance_box"
4126   output-file-type: ".html"
4127   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4128   data: "plot-vpp-throughput-latency-3n-skx"
4129   filter: "'NIC_Intel-XXV710' and
4130            '64B' and
4131            ('BASE' or 'SCALE') and
4132            'NDRPDR' and
4133            'ETH' and
4134            '2T1C' and
4135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4136            not 'VHOST' and
4137            not 'MEMIF'"
4138   parameters:
4139   - "throughput"
4140   - "parent"
4141   - "tags"
4142   sort:
4143   - "L2PATCH"
4144   - "L2XCBASE"
4145   - "BASE"
4146   - "FIB_10K"
4147   - "FIB_100K"
4148   - "FIB_1M"
4149   traces:
4150     hoverinfo: "x+y"
4151     boxpoints: "outliers"
4152     whiskerwidth: 0
4153   layout:
4154     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4155     layout: "plot-throughput"
4156
4157 -
4158   type: "plot"
4159   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4160   algorithm: "plot_performance_box"
4161   output-file-type: ".html"
4162   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4163   data: "plot-vpp-throughput-latency-3n-skx"
4164   filter: "'NIC_Intel-XXV710' and
4165            '64B' and
4166            ('BASE' or 'SCALE') and
4167            'NDRPDR' and
4168            'ETH' and
4169            '2T1C' and
4170            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4171            not 'VHOST' and
4172            not 'MEMIF'"
4173   parameters:
4174   - "throughput"
4175   - "parent"
4176   - "tags"
4177   sort:
4178   - "L2PATCH"
4179   - "L2XCBASE"
4180   - "BASE"
4181   - "FIB_10K"
4182   - "FIB_100K"
4183   - "FIB_1M"
4184   traces:
4185     hoverinfo: "x+y"
4186     boxpoints: "outliers"
4187     whiskerwidth: 0
4188   layout:
4189     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4190     layout: "plot-throughput"
4191
4192 -
4193   type: "plot"
4194   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4195   algorithm: "plot_performance_box"
4196   output-file-type: ".html"
4197   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4198   data: "plot-vpp-throughput-latency-3n-skx"
4199   filter: "'NIC_Intel-XXV710' and
4200            '64B' and
4201            ('BASE' or 'SCALE') and
4202            'NDRPDR' and
4203            'ETH' and
4204            '4T2C' and
4205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4206            not 'VHOST' and
4207            not 'MEMIF'"
4208   parameters:
4209   - "throughput"
4210   - "parent"
4211   - "tags"
4212   sort:
4213   - "L2PATCH"
4214   - "L2XCBASE"
4215   - "BASE"
4216   - "FIB_10K"
4217   - "FIB_100K"
4218   - "FIB_1M"
4219   traces:
4220     hoverinfo: "x+y"
4221     boxpoints: "outliers"
4222     whiskerwidth: 0
4223   layout:
4224     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4225     layout: "plot-throughput"
4226
4227 -
4228   type: "plot"
4229   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4230   algorithm: "plot_performance_box"
4231   output-file-type: ".html"
4232   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4233   data: "plot-vpp-throughput-latency-3n-skx"
4234   filter: "'NIC_Intel-XXV710' and
4235            '64B' and
4236            ('BASE' or 'SCALE') and
4237            'NDRPDR' and
4238            'ETH' and
4239            '4T2C' and
4240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4241            not 'VHOST' and
4242            not 'MEMIF'"
4243   parameters:
4244   - "throughput"
4245   - "parent"
4246   - "tags"
4247   sort:
4248   - "L2PATCH"
4249   - "L2XCBASE"
4250   - "BASE"
4251   - "FIB_10K"
4252   - "FIB_100K"
4253   - "FIB_1M"
4254   traces:
4255     hoverinfo: "x+y"
4256     boxpoints: "outliers"
4257     whiskerwidth: 0
4258   layout:
4259     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4260     layout: "plot-throughput"
4261
4262 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4263 -
4264   type: "plot"
4265   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4266   algorithm: "plot_performance_box"
4267   output-file-type: ".html"
4268   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4269   data: "plot-vpp-throughput-latency-2n-skx"
4270   filter: "'NIC_Intel-X710' and
4271            '64B' and
4272            ('BASE' or 'SCALE') and
4273            'NDRPDR' and
4274            'ETH' and
4275            '2T1C' and
4276            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4277            not 'VHOST' and
4278            not 'MEMIF'"
4279   parameters:
4280   - "throughput"
4281   - "parent"
4282   - "tags"
4283   sort:
4284   - "L2PATCH"
4285   - "L2XCBASE"
4286   - "BASE"
4287   - "FIB_10K"
4288   - "FIB_100K"
4289   - "FIB_1M"
4290   traces:
4291     hoverinfo: "x+y"
4292     boxpoints: "outliers"
4293     whiskerwidth: 0
4294   layout:
4295     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4296     layout: "plot-throughput"
4297
4298 -
4299   type: "plot"
4300   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4301   algorithm: "plot_performance_box"
4302   output-file-type: ".html"
4303   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4304   data: "plot-vpp-throughput-latency-2n-skx"
4305   filter: "'NIC_Intel-X710' and
4306            '64B' and
4307            ('BASE' or 'SCALE') and
4308            'NDRPDR' and
4309            'ETH' and
4310            '2T1C' and
4311            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4312            not 'VHOST' and
4313            not 'MEMIF'"
4314   parameters:
4315   - "throughput"
4316   - "parent"
4317   - "tags"
4318   sort:
4319   - "L2PATCH"
4320   - "L2XCBASE"
4321   - "BASE"
4322   - "FIB_10K"
4323   - "FIB_100K"
4324   - "FIB_1M"
4325   traces:
4326     hoverinfo: "x+y"
4327     boxpoints: "outliers"
4328     whiskerwidth: 0
4329   layout:
4330     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4331     layout: "plot-throughput"
4332
4333 -
4334   type: "plot"
4335   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4336   algorithm: "plot_performance_box"
4337   output-file-type: ".html"
4338   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4339   data: "plot-vpp-throughput-latency-2n-skx"
4340   filter: "'NIC_Intel-X710' and
4341            '64B' and
4342            ('BASE' or 'SCALE') and
4343            'NDRPDR' and
4344            'ETH' and
4345            '4T2C' and
4346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4347            not 'VHOST' and
4348            not 'MEMIF'"
4349   parameters:
4350   - "throughput"
4351   - "parent"
4352   - "tags"
4353   sort:
4354   - "L2PATCH"
4355   - "L2XCBASE"
4356   - "BASE"
4357   - "FIB_10K"
4358   - "FIB_100K"
4359   - "FIB_1M"
4360   traces:
4361     hoverinfo: "x+y"
4362     boxpoints: "outliers"
4363     whiskerwidth: 0
4364   layout:
4365     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4366     layout: "plot-throughput"
4367
4368 -
4369   type: "plot"
4370   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4371   algorithm: "plot_performance_box"
4372   output-file-type: ".html"
4373   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4374   data: "plot-vpp-throughput-latency-2n-skx"
4375   filter: "'NIC_Intel-X710' and
4376            '64B' and
4377            ('BASE' or 'SCALE') and
4378            'NDRPDR' and
4379            'ETH' and
4380            '4T2C' and
4381            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4382            not 'VHOST' and
4383            not 'MEMIF'"
4384   parameters:
4385   - "throughput"
4386   - "parent"
4387   - "tags"
4388   sort:
4389   - "L2PATCH"
4390   - "L2XCBASE"
4391   - "BASE"
4392   - "FIB_10K"
4393   - "FIB_100K"
4394   - "FIB_1M"
4395   traces:
4396     hoverinfo: "x+y"
4397     boxpoints: "outliers"
4398     whiskerwidth: 0
4399   layout:
4400     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4401     layout: "plot-throughput"
4402
4403 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4404 -
4405   type: "plot"
4406   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4407   algorithm: "plot_performance_box"
4408   output-file-type: ".html"
4409   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4410   data: "plot-vpp-throughput-latency-2n-skx"
4411   filter: "'NIC_Intel-XXV710' and
4412            '64B' and
4413            ('BASE' or 'SCALE') and
4414            'NDRPDR' and
4415            'ETH' and
4416            '2T1C' and
4417            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4418            not 'VHOST' and
4419            not 'MEMIF'"
4420   parameters:
4421   - "throughput"
4422   - "parent"
4423   - "tags"
4424   sort:
4425   - "L2PATCH"
4426   - "L2XCBASE"
4427   - "BASE"
4428   - "FIB_10K"
4429   - "FIB_100K"
4430   - "FIB_1M"
4431   traces:
4432     hoverinfo: "x+y"
4433     boxpoints: "outliers"
4434     whiskerwidth: 0
4435   layout:
4436     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4437     layout: "plot-throughput"
4438
4439 -
4440   type: "plot"
4441   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4442   algorithm: "plot_performance_box"
4443   output-file-type: ".html"
4444   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4445   data: "plot-vpp-throughput-latency-2n-skx"
4446   filter: "'NIC_Intel-XXV710' and
4447            '64B' and
4448            ('BASE' or 'SCALE') and
4449            'NDRPDR' and
4450            'ETH' and
4451            '2T1C' and
4452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4453            not 'VHOST' and
4454            not 'MEMIF'"
4455   parameters:
4456   - "throughput"
4457   - "parent"
4458   - "tags"
4459   sort:
4460   - "L2PATCH"
4461   - "L2XCBASE"
4462   - "BASE"
4463   - "FIB_10K"
4464   - "FIB_100K"
4465   - "FIB_1M"
4466   traces:
4467     hoverinfo: "x+y"
4468     boxpoints: "outliers"
4469     whiskerwidth: 0
4470   layout:
4471     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4472     layout: "plot-throughput"
4473
4474 -
4475   type: "plot"
4476   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4477   algorithm: "plot_performance_box"
4478   output-file-type: ".html"
4479   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4480   data: "plot-vpp-throughput-latency-2n-skx"
4481   filter: "'NIC_Intel-XXV710' and
4482            '64B' and
4483            ('BASE' or 'SCALE') and
4484            'NDRPDR' and
4485            'ETH' and
4486            '4T2C' and
4487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4488            not 'VHOST' and
4489            not 'MEMIF'"
4490   parameters:
4491   - "throughput"
4492   - "parent"
4493   - "tags"
4494   sort:
4495   - "L2PATCH"
4496   - "L2XCBASE"
4497   - "BASE"
4498   - "FIB_10K"
4499   - "FIB_100K"
4500   - "FIB_1M"
4501   traces:
4502     hoverinfo: "x+y"
4503     boxpoints: "outliers"
4504     whiskerwidth: 0
4505   layout:
4506     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4507     layout: "plot-throughput"
4508
4509 -
4510   type: "plot"
4511   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4512   algorithm: "plot_performance_box"
4513   output-file-type: ".html"
4514   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4515   data: "plot-vpp-throughput-latency-2n-skx"
4516   filter: "'NIC_Intel-XXV710' and
4517            '64B' and
4518            ('BASE' or 'SCALE') and
4519            'NDRPDR' and
4520            'ETH' and
4521            '4T2C' and
4522            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4523            not 'VHOST' and
4524            not 'MEMIF'"
4525   parameters:
4526   - "throughput"
4527   - "parent"
4528   - "tags"
4529   sort:
4530   - "L2PATCH"
4531   - "L2XCBASE"
4532   - "BASE"
4533   - "FIB_10K"
4534   - "FIB_100K"
4535   - "FIB_1M"
4536   traces:
4537     hoverinfo: "x+y"
4538     boxpoints: "outliers"
4539     whiskerwidth: 0
4540   layout:
4541     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4542     layout: "plot-throughput"
4543
4544 ################################################################################
4545
4546 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4547 -
4548   type: "plot"
4549   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4550   algorithm: "plot_performance_box"
4551   output-file-type: ".html"
4552   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4553   data: "plot-vpp-throughput-latency-3n-hsw"
4554   filter: "'NIC_Intel-X520-DA2' and
4555            '64B' and
4556            ('BASE' or 'SCALE') and
4557            'NDRPDR' and
4558            '1T1C' and
4559            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4560            not 'VHOST' and
4561            'MEMIF'"
4562   parameters:
4563   - "throughput"
4564   - "parent"
4565   - "tags"
4566   sort:
4567   - "L2XCFWD"
4568   - "L2XCFWD"
4569   - "L2XCFWD"
4570   - "L2BDMACLRN"
4571   - "L2BDMACLRN"
4572   - "L2BDMACLRN"
4573   traces:
4574     hoverinfo: "x+y"
4575     boxpoints: "outliers"
4576     whiskerwidth: 0
4577   layout:
4578     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4579     layout: "plot-throughput"
4580
4581 -
4582   type: "plot"
4583   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4584   algorithm: "plot_performance_box"
4585   output-file-type: ".html"
4586   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4587   data: "plot-vpp-throughput-latency-3n-hsw"
4588   filter: "'NIC_Intel-X520-DA2' and
4589            '64B' and
4590            ('BASE' or 'SCALE') and
4591            'NDRPDR' and
4592            '1T1C' and
4593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4594            not 'VHOST' and
4595            'MEMIF'"
4596   parameters:
4597   - "throughput"
4598   - "parent"
4599   - "tags"
4600   sort:
4601   - "L2XCFWD"
4602   - "L2XCFWD"
4603   - "L2XCFWD"
4604   - "L2BDMACLRN"
4605   - "L2BDMACLRN"
4606   - "L2BDMACLRN"
4607   traces:
4608     hoverinfo: "x+y"
4609     boxpoints: "outliers"
4610     whiskerwidth: 0
4611   layout:
4612     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4613     layout: "plot-throughput"
4614
4615 -
4616   type: "plot"
4617   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4618   algorithm: "plot_performance_box"
4619   output-file-type: ".html"
4620   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4621   data: "plot-vpp-throughput-latency-3n-hsw"
4622   filter: "'NIC_Intel-X520-DA2' and
4623            '64B' and
4624            ('BASE' or 'SCALE') and
4625            'NDRPDR' and
4626            '2T2C' and
4627            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4628            not 'VHOST' and
4629            'MEMIF'"
4630   parameters:
4631   - "throughput"
4632   - "parent"
4633   - "tags"
4634   sort:
4635   - "L2XCFWD"
4636   - "L2XCFWD"
4637   - "L2XCFWD"
4638   - "L2BDMACLRN"
4639   - "L2BDMACLRN"
4640   - "L2BDMACLRN"
4641   traces:
4642     hoverinfo: "x+y"
4643     boxpoints: "outliers"
4644     whiskerwidth: 0
4645   layout:
4646     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4647     layout: "plot-throughput"
4648
4649 -
4650   type: "plot"
4651   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4652   algorithm: "plot_performance_box"
4653   output-file-type: ".html"
4654   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4655   data: "plot-vpp-throughput-latency-3n-hsw"
4656   filter: "'NIC_Intel-X520-DA2' and
4657            '64B' and
4658            ('BASE' or 'SCALE') and
4659            'NDRPDR' and
4660            '2T2C' and
4661            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4662            not 'VHOST' and
4663            'MEMIF'"
4664   parameters:
4665   - "throughput"
4666   - "parent"
4667   - "tags"
4668   sort:
4669   - "L2XCFWD"
4670   - "L2XCFWD"
4671   - "L2XCFWD"
4672   - "L2BDMACLRN"
4673   - "L2BDMACLRN"
4674   - "L2BDMACLRN"
4675   traces:
4676     hoverinfo: "x+y"
4677     boxpoints: "outliers"
4678     whiskerwidth: 0
4679   layout:
4680     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4681     layout: "plot-throughput"
4682
4683 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4684 -
4685   type: "plot"
4686   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4687   algorithm: "plot_performance_box"
4688   output-file-type: ".html"
4689   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4690   data: "plot-vpp-throughput-latency-3n-hsw"
4691   filter: "'NIC_Intel-X710' and
4692            '64B' and
4693            ('BASE' or 'SCALE') and
4694            'NDRPDR' and
4695            '1T1C' and
4696            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4697            not 'VHOST' and
4698            'MEMIF'"
4699   parameters:
4700   - "throughput"
4701   - "parent"
4702   - "tags"
4703   sort:
4704   - "L2XCFWD"
4705   - "L2XCFWD"
4706   - "L2XCFWD"
4707   - "L2BDMACLRN"
4708   - "L2BDMACLRN"
4709   - "L2BDMACLRN"
4710   traces:
4711     hoverinfo: "x+y"
4712     boxpoints: "outliers"
4713     whiskerwidth: 0
4714   layout:
4715     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4716     layout: "plot-throughput"
4717
4718 -
4719   type: "plot"
4720   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4721   algorithm: "plot_performance_box"
4722   output-file-type: ".html"
4723   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4724   data: "plot-vpp-throughput-latency-3n-hsw"
4725   filter: "'NIC_Intel-X710' and
4726            '64B' and
4727            ('BASE' or 'SCALE') and
4728            'NDRPDR' and
4729            '1T1C' and
4730            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4731            not 'VHOST' and
4732            'MEMIF'"
4733   parameters:
4734   - "throughput"
4735   - "parent"
4736   - "tags"
4737   sort:
4738   - "L2XCFWD"
4739   - "L2XCFWD"
4740   - "L2XCFWD"
4741   - "L2BDMACLRN"
4742   - "L2BDMACLRN"
4743   - "L2BDMACLRN"
4744   traces:
4745     hoverinfo: "x+y"
4746     boxpoints: "outliers"
4747     whiskerwidth: 0
4748   layout:
4749     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4750     layout: "plot-throughput"
4751
4752 -
4753   type: "plot"
4754   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4755   algorithm: "plot_performance_box"
4756   output-file-type: ".html"
4757   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4758   data: "plot-vpp-throughput-latency-3n-hsw"
4759   filter: "'NIC_Intel-X710' and
4760            '64B' and
4761            ('BASE' or 'SCALE') and
4762            'NDRPDR' and
4763            '2T2C' and
4764            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4765            not 'VHOST' and
4766            'MEMIF'"
4767   parameters:
4768   - "throughput"
4769   - "parent"
4770   - "tags"
4771   sort:
4772   - "L2XCFWD"
4773   - "L2XCFWD"
4774   - "L2XCFWD"
4775   - "L2BDMACLRN"
4776   - "L2BDMACLRN"
4777   - "L2BDMACLRN"
4778   traces:
4779     hoverinfo: "x+y"
4780     boxpoints: "outliers"
4781     whiskerwidth: 0
4782   layout:
4783     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4784     layout: "plot-throughput"
4785
4786 -
4787   type: "plot"
4788   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4789   algorithm: "plot_performance_box"
4790   output-file-type: ".html"
4791   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4792   data: "plot-vpp-throughput-latency-3n-hsw"
4793   filter: "'NIC_Intel-X710' and
4794            '64B' and
4795            ('BASE' or 'SCALE') and
4796            'NDRPDR' and
4797            '2T2C' and
4798            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4799            not 'VHOST' and
4800            'MEMIF'"
4801   parameters:
4802   - "throughput"
4803   - "parent"
4804   - "tags"
4805   sort:
4806   - "L2XCFWD"
4807   - "L2XCFWD"
4808   - "L2XCFWD"
4809   - "L2BDMACLRN"
4810   - "L2BDMACLRN"
4811   - "L2BDMACLRN"
4812   traces:
4813     hoverinfo: "x+y"
4814     boxpoints: "outliers"
4815     whiskerwidth: 0
4816   layout:
4817     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4818     layout: "plot-throughput"
4819
4820 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4821 -
4822   type: "plot"
4823   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4824   algorithm: "plot_performance_box"
4825   output-file-type: ".html"
4826   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4827   data: "plot-vpp-throughput-latency-3n-hsw"
4828   filter: "'NIC_Intel-XL710' and
4829            '64B' and
4830            ('BASE' or 'SCALE') and
4831            'NDRPDR' and
4832            '1T1C' and
4833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4834            not 'VHOST' and
4835            'MEMIF'"
4836   parameters:
4837   - "throughput"
4838   - "parent"
4839   - "tags"
4840   sort:
4841   - "L2XCFWD"
4842   - "L2XCFWD"
4843   - "L2XCFWD"
4844   - "L2BDMACLRN"
4845   - "L2BDMACLRN"
4846   - "L2BDMACLRN"
4847   traces:
4848     hoverinfo: "x+y"
4849     boxpoints: "outliers"
4850     whiskerwidth: 0
4851   layout:
4852     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4853     layout: "plot-throughput"
4854
4855 -
4856   type: "plot"
4857   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4858   algorithm: "plot_performance_box"
4859   output-file-type: ".html"
4860   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4861   data: "plot-vpp-throughput-latency-3n-hsw"
4862   filter: "'NIC_Intel-XL710' and
4863            '64B' and
4864            ('BASE' or 'SCALE') and
4865            'NDRPDR' and
4866            '1T1C' and
4867            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4868            not 'VHOST' and
4869            'MEMIF'"
4870   parameters:
4871   - "throughput"
4872   - "parent"
4873   - "tags"
4874   sort:
4875   - "L2XCFWD"
4876   - "L2XCFWD"
4877   - "L2XCFWD"
4878   - "L2BDMACLRN"
4879   - "L2BDMACLRN"
4880   - "L2BDMACLRN"
4881   traces:
4882     hoverinfo: "x+y"
4883     boxpoints: "outliers"
4884     whiskerwidth: 0
4885   layout:
4886     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4887     layout: "plot-throughput"
4888
4889 -
4890   type: "plot"
4891   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4892   algorithm: "plot_performance_box"
4893   output-file-type: ".html"
4894   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4895   data: "plot-vpp-throughput-latency-3n-hsw"
4896   filter: "'NIC_Intel-XL710' and
4897            '64B' and
4898            ('BASE' or 'SCALE') and
4899            'NDRPDR' and
4900            '2T2C' and
4901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4902            not 'VHOST' and
4903            'MEMIF'"
4904   parameters:
4905   - "throughput"
4906   - "parent"
4907   - "tags"
4908   sort:
4909   - "L2XCFWD"
4910   - "L2XCFWD"
4911   - "L2XCFWD"
4912   - "L2BDMACLRN"
4913   - "L2BDMACLRN"
4914   - "L2BDMACLRN"
4915   traces:
4916     hoverinfo: "x+y"
4917     boxpoints: "outliers"
4918     whiskerwidth: 0
4919   layout:
4920     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4921     layout: "plot-throughput"
4922
4923 -
4924   type: "plot"
4925   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4926   algorithm: "plot_performance_box"
4927   output-file-type: ".html"
4928   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4929   data: "plot-vpp-throughput-latency-3n-hsw"
4930   filter: "'NIC_Intel-XL710' and
4931            '64B' and
4932            ('BASE' or 'SCALE') and
4933            'NDRPDR' and
4934            '2T2C' and
4935            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4936            not 'VHOST' and
4937            'MEMIF'"
4938   parameters:
4939   - "throughput"
4940   - "parent"
4941   - "tags"
4942   sort:
4943   - "L2XCFWD"
4944   - "L2XCFWD"
4945   - "L2XCFWD"
4946   - "L2BDMACLRN"
4947   - "L2BDMACLRN"
4948   - "L2BDMACLRN"
4949   traces:
4950     hoverinfo: "x+y"
4951     boxpoints: "outliers"
4952     whiskerwidth: 0
4953   layout:
4954     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4955     layout: "plot-throughput"
4956
4957 # Packet Throughput - VPP Container Memif 3n-skx-x710
4958 -
4959   type: "plot"
4960   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4961   algorithm: "plot_performance_box"
4962   output-file-type: ".html"
4963   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4964   data: "plot-vpp-throughput-latency-3n-skx"
4965   filter: "'NIC_Intel-X710' and
4966            '64B' and
4967            ('BASE' or 'SCALE') and
4968            'NDRPDR' and
4969            '2T1C' and
4970            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4971            not 'VHOST' and
4972            'MEMIF'"
4973   parameters:
4974   - "throughput"
4975   - "parent"
4976   - "tags"
4977   sort:
4978   - "L2XCFWD"
4979   - "L2XCFWD"
4980   - "L2XCFWD"
4981   - "L2BDMACLRN"
4982   - "L2BDMACLRN"
4983   - "L2BDMACLRN"
4984   traces:
4985     hoverinfo: "x+y"
4986     boxpoints: "outliers"
4987     whiskerwidth: 0
4988   layout:
4989     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4990     layout: "plot-throughput"
4991
4992 -
4993   type: "plot"
4994   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4995   algorithm: "plot_performance_box"
4996   output-file-type: ".html"
4997   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4998   data: "plot-vpp-throughput-latency-3n-skx"
4999   filter: "'NIC_Intel-X710' and
5000            '64B' and
5001            ('BASE' or 'SCALE') and
5002            'NDRPDR' and
5003            '2T1C' and
5004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5005            not 'VHOST' and
5006            'MEMIF'"
5007   parameters:
5008   - "throughput"
5009   - "parent"
5010   - "tags"
5011   sort:
5012   - "L2XCFWD"
5013   - "L2XCFWD"
5014   - "L2XCFWD"
5015   - "L2BDMACLRN"
5016   - "L2BDMACLRN"
5017   - "L2BDMACLRN"
5018   traces:
5019     hoverinfo: "x+y"
5020     boxpoints: "outliers"
5021     whiskerwidth: 0
5022   layout:
5023     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5024     layout: "plot-throughput"
5025
5026 -
5027   type: "plot"
5028   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5029   algorithm: "plot_performance_box"
5030   output-file-type: ".html"
5031   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5032   data: "plot-vpp-throughput-latency-3n-skx"
5033   filter: "'NIC_Intel-X710' and
5034            '64B' and
5035            ('BASE' or 'SCALE') and
5036            'NDRPDR' and
5037            '4T2C' and
5038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5039            not 'VHOST' and
5040            'MEMIF'"
5041   parameters:
5042   - "throughput"
5043   - "parent"
5044   - "tags"
5045   sort:
5046   - "L2XCFWD"
5047   - "L2XCFWD"
5048   - "L2XCFWD"
5049   - "L2BDMACLRN"
5050   - "L2BDMACLRN"
5051   - "L2BDMACLRN"
5052   traces:
5053     hoverinfo: "x+y"
5054     boxpoints: "outliers"
5055     whiskerwidth: 0
5056   layout:
5057     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5058     layout: "plot-throughput"
5059
5060 -
5061   type: "plot"
5062   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5063   algorithm: "plot_performance_box"
5064   output-file-type: ".html"
5065   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5066   data: "plot-vpp-throughput-latency-3n-skx"
5067   filter: "'NIC_Intel-X710' and
5068            '64B' and
5069            ('BASE' or 'SCALE') and
5070            'NDRPDR' and
5071            '4T2C' and
5072            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5073            not 'VHOST' and
5074            'MEMIF'"
5075   parameters:
5076   - "throughput"
5077   - "parent"
5078   - "tags"
5079   sort:
5080   - "L2XCFWD"
5081   - "L2XCFWD"
5082   - "L2XCFWD"
5083   - "L2BDMACLRN"
5084   - "L2BDMACLRN"
5085   - "L2BDMACLRN"
5086   traces:
5087     hoverinfo: "x+y"
5088     boxpoints: "outliers"
5089     whiskerwidth: 0
5090   layout:
5091     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5092     layout: "plot-throughput"
5093
5094 # Packet Throughput - VPP Container Memif 2n-skx-x710
5095 -
5096   type: "plot"
5097   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5098   algorithm: "plot_performance_box"
5099   output-file-type: ".html"
5100   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5101   data: "plot-vpp-throughput-latency-2n-skx"
5102   filter: "'NIC_Intel-X710' and
5103            '64B' and
5104            ('BASE' or 'SCALE') and
5105            'NDRPDR' and
5106            '2T1C' and
5107            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5108            not 'VHOST' and
5109            'MEMIF'"
5110   parameters:
5111   - "throughput"
5112   - "parent"
5113   - "tags"
5114   sort:
5115   - "L2XCFWD"
5116   - "L2XCFWD"
5117   - "L2XCFWD"
5118   - "L2BDMACLRN"
5119   - "L2BDMACLRN"
5120   - "L2BDMACLRN"
5121   traces:
5122     hoverinfo: "x+y"
5123     boxpoints: "outliers"
5124     whiskerwidth: 0
5125   layout:
5126     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5127     layout: "plot-throughput"
5128
5129 -
5130   type: "plot"
5131   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5132   algorithm: "plot_performance_box"
5133   output-file-type: ".html"
5134   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5135   data: "plot-vpp-throughput-latency-2n-skx"
5136   filter: "'NIC_Intel-X710' and
5137            '64B' and
5138            ('BASE' or 'SCALE') and
5139            'NDRPDR' and
5140            '2T1C' and
5141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5142            not 'VHOST' and
5143            'MEMIF'"
5144   parameters:
5145   - "throughput"
5146   - "parent"
5147   - "tags"
5148   sort:
5149   - "L2XCFWD"
5150   - "L2XCFWD"
5151   - "L2XCFWD"
5152   - "L2BDMACLRN"
5153   - "L2BDMACLRN"
5154   - "L2BDMACLRN"
5155   traces:
5156     hoverinfo: "x+y"
5157     boxpoints: "outliers"
5158     whiskerwidth: 0
5159   layout:
5160     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5161     layout: "plot-throughput"
5162
5163 -
5164   type: "plot"
5165   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5166   algorithm: "plot_performance_box"
5167   output-file-type: ".html"
5168   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5169   data: "plot-vpp-throughput-latency-2n-skx"
5170   filter: "'NIC_Intel-X710' and
5171            '64B' and
5172            ('BASE' or 'SCALE') and
5173            'NDRPDR' and
5174            '4T2C' and
5175            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5176            not 'VHOST' and
5177            'MEMIF'"
5178   parameters:
5179   - "throughput"
5180   - "parent"
5181   - "tags"
5182   sort:
5183   - "L2XCFWD"
5184   - "L2XCFWD"
5185   - "L2XCFWD"
5186   - "L2BDMACLRN"
5187   - "L2BDMACLRN"
5188   - "L2BDMACLRN"
5189   traces:
5190     hoverinfo: "x+y"
5191     boxpoints: "outliers"
5192     whiskerwidth: 0
5193   layout:
5194     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5195     layout: "plot-throughput"
5196
5197 -
5198   type: "plot"
5199   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5200   algorithm: "plot_performance_box"
5201   output-file-type: ".html"
5202   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5203   data: "plot-vpp-throughput-latency-2n-skx"
5204   filter: "'NIC_Intel-X710' and
5205            '64B' and
5206            ('BASE' or 'SCALE') and
5207            'NDRPDR' and
5208            '4T2C' and
5209            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5210            not 'VHOST' and
5211            'MEMIF'"
5212   parameters:
5213   - "throughput"
5214   - "parent"
5215   - "tags"
5216   sort:
5217   - "L2XCFWD"
5218   - "L2XCFWD"
5219   - "L2XCFWD"
5220   - "L2BDMACLRN"
5221   - "L2BDMACLRN"
5222   - "L2BDMACLRN"
5223   traces:
5224     hoverinfo: "x+y"
5225     boxpoints: "outliers"
5226     whiskerwidth: 0
5227   layout:
5228     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5229     layout: "plot-throughput"
5230
5231 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5232 -
5233   type: "plot"
5234   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5235   algorithm: "plot_performance_box"
5236   output-file-type: ".html"
5237   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5238   data: "plot-vpp-throughput-latency-2n-skx"
5239   filter: "'NIC_Intel-XXV710' and
5240            '64B' and
5241            ('BASE' or 'SCALE') and
5242            'NDRPDR' and
5243            '2T1C' and
5244            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5245            not 'VHOST' and
5246            'MEMIF'"
5247   parameters:
5248   - "throughput"
5249   - "parent"
5250   - "tags"
5251   sort:
5252   - "L2XCFWD"
5253   - "L2XCFWD"
5254   - "L2XCFWD"
5255   - "L2BDMACLRN"
5256   - "L2BDMACLRN"
5257   - "L2BDMACLRN"
5258   traces:
5259     hoverinfo: "x+y"
5260     boxpoints: "outliers"
5261     whiskerwidth: 0
5262   layout:
5263     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5264     layout: "plot-throughput"
5265
5266 -
5267   type: "plot"
5268   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5269   algorithm: "plot_performance_box"
5270   output-file-type: ".html"
5271   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5272   data: "plot-vpp-throughput-latency-2n-skx"
5273   filter: "'NIC_Intel-XXV710' and
5274            '64B' and
5275            ('BASE' or 'SCALE') and
5276            'NDRPDR' and
5277            '2T1C' and
5278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5279            not 'VHOST' and
5280            'MEMIF'"
5281   parameters:
5282   - "throughput"
5283   - "parent"
5284   - "tags"
5285   sort:
5286   - "L2XCFWD"
5287   - "L2XCFWD"
5288   - "L2XCFWD"
5289   - "L2BDMACLRN"
5290   - "L2BDMACLRN"
5291   - "L2BDMACLRN"
5292   traces:
5293     hoverinfo: "x+y"
5294     boxpoints: "outliers"
5295     whiskerwidth: 0
5296   layout:
5297     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5298     layout: "plot-throughput"
5299
5300 -
5301   type: "plot"
5302   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5303   algorithm: "plot_performance_box"
5304   output-file-type: ".html"
5305   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5306   data: "plot-vpp-throughput-latency-2n-skx"
5307   filter: "'NIC_Intel-XXV710' and
5308            '64B' and
5309            ('BASE' or 'SCALE') and
5310            'NDRPDR' and
5311            '4T2C' and
5312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5313            not 'VHOST' and
5314            'MEMIF'"
5315   parameters:
5316   - "throughput"
5317   - "parent"
5318   - "tags"
5319   sort:
5320   - "L2XCFWD"
5321   - "L2XCFWD"
5322   - "L2XCFWD"
5323   - "L2BDMACLRN"
5324   - "L2BDMACLRN"
5325   - "L2BDMACLRN"
5326   traces:
5327     hoverinfo: "x+y"
5328     boxpoints: "outliers"
5329     whiskerwidth: 0
5330   layout:
5331     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5332     layout: "plot-throughput"
5333
5334 -
5335   type: "plot"
5336   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5337   algorithm: "plot_performance_box"
5338   output-file-type: ".html"
5339   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5340   data: "plot-vpp-throughput-latency-2n-skx"
5341   filter: "'NIC_Intel-XXV710' and
5342            '64B' and
5343            ('BASE' or 'SCALE') and
5344            'NDRPDR' and
5345            '4T2C' and
5346            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5347            not 'VHOST' and
5348            'MEMIF'"
5349   parameters:
5350   - "throughput"
5351   - "parent"
5352   - "tags"
5353   sort:
5354   - "L2XCFWD"
5355   - "L2XCFWD"
5356   - "L2XCFWD"
5357   - "L2BDMACLRN"
5358   - "L2BDMACLRN"
5359   - "L2BDMACLRN"
5360   traces:
5361     hoverinfo: "x+y"
5362     boxpoints: "outliers"
5363     whiskerwidth: 0
5364   layout:
5365     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5366     layout: "plot-throughput"
5367
5368 ################################################################################
5369
5370 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5371 -
5372   type: "plot"
5373   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5374   algorithm: "plot_performance_box"
5375   output-file-type: ".html"
5376   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5377   data: "plot-ligato-throughput-latency-3n-hsw"
5378   filter: "'NIC_Intel-X520-DA2' and
5379            '64B' and
5380            ('BASE' or 'SCALE') and
5381            'NDRPDR' and
5382            '1T1C' and
5383            'L2XCFWD' and
5384            not 'VHOST' and
5385            'MEMIF'"
5386   parameters:
5387   - "throughput"
5388   - "parent"
5389   - "tags"
5390   sort:
5391   - "1VNF"
5392   - "2VNF"
5393   - "4VNF"
5394   - "2VNF"
5395   - "4VNF"
5396   traces:
5397     hoverinfo: "x+y"
5398     boxpoints: "outliers"
5399     whiskerwidth: 0
5400   layout:
5401     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5402     layout: "plot-throughput"
5403
5404 -
5405   type: "plot"
5406   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5407   algorithm: "plot_performance_box"
5408   output-file-type: ".html"
5409   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5410   data: "plot-ligato-throughput-latency-3n-hsw"
5411   filter: "'NIC_Intel-X520-DA2' and
5412            '64B' and
5413            ('BASE' or 'SCALE') and
5414            'NDRPDR' and
5415            '1T1C' and
5416            'L2XCFWD' and
5417            not 'VHOST' and
5418            'MEMIF'"
5419   parameters:
5420   - "throughput"
5421   - "parent"
5422   - "tags"
5423   sort:
5424   - "1VNF"
5425   - "2VNF"
5426   - "4VNF"
5427   - "2VNF"
5428   - "4VNF"
5429   traces:
5430     hoverinfo: "x+y"
5431     boxpoints: "outliers"
5432     whiskerwidth: 0
5433   layout:
5434     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5435     layout: "plot-throughput"
5436
5437 -
5438   type: "plot"
5439   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5440   algorithm: "plot_performance_box"
5441   output-file-type: ".html"
5442   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5443   data: "plot-ligato-throughput-latency-3n-hsw"
5444   filter: "'NIC_Intel-X520-DA2' and
5445            '64B' and
5446            ('BASE' or 'SCALE') and
5447            'NDRPDR' and
5448            '2T2C' and
5449            'L2XCFWD' and
5450            not 'VHOST' and
5451            'MEMIF'"
5452   parameters:
5453   - "throughput"
5454   - "parent"
5455   - "tags"
5456   sort:
5457   - "1VNF"
5458   - "2VNF"
5459   - "4VNF"
5460   - "2VNF"
5461   - "4VNF"
5462   traces:
5463     hoverinfo: "x+y"
5464     boxpoints: "outliers"
5465     whiskerwidth: 0
5466   layout:
5467     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5468     layout: "plot-throughput"
5469
5470 -
5471   type: "plot"
5472   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5473   algorithm: "plot_performance_box"
5474   output-file-type: ".html"
5475   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5476   data: "plot-ligato-throughput-latency-3n-hsw"
5477   filter: "'NIC_Intel-X520-DA2' and
5478            '64B' and
5479            ('BASE' or 'SCALE') and
5480            'NDRPDR' and
5481            '2T2C' and
5482            'L2XCFWD' and
5483            not 'VHOST' and
5484            'MEMIF'"
5485   parameters:
5486   - "throughput"
5487   - "parent"
5488   - "tags"
5489   sort:
5490   - "1VNF"
5491   - "2VNF"
5492   - "4VNF"
5493   - "2VNF"
5494   - "4VNF"
5495   traces:
5496     hoverinfo: "x+y"
5497     boxpoints: "outliers"
5498     whiskerwidth: 0
5499   layout:
5500     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5501     layout: "plot-throughput"
5502
5503 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5504 -
5505   type: "plot"
5506   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5507   algorithm: "plot_performance_box"
5508   output-file-type: ".html"
5509   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5510   data: "plot-ligato-throughput-latency-3n-hsw"
5511   filter: "'NIC_Intel-X520-DA2' and
5512            '64B' and
5513            ('BASE' or 'SCALE') and
5514            'NDRPDR' and
5515            '1T1C' and
5516            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5517            not 'VHOST' and
5518            'MEMIF'"
5519   parameters:
5520   - "throughput"
5521   - "parent"
5522   - "tags"
5523   sort:
5524   - "1VNF"
5525   - "2VNF"
5526   - "4VNF"
5527   - "2VNF"
5528   - "4VNF"
5529   traces:
5530     hoverinfo: "x+y"
5531     boxpoints: "outliers"
5532     whiskerwidth: 0
5533   layout:
5534     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5535     layout: "plot-throughput"
5536
5537 -
5538   type: "plot"
5539   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5540   algorithm: "plot_performance_box"
5541   output-file-type: ".html"
5542   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5543   data: "plot-ligato-throughput-latency-3n-hsw"
5544   filter: "'NIC_Intel-X520-DA2' and
5545            '64B' and
5546            ('BASE' or 'SCALE') and
5547            'NDRPDR' and
5548            '1T1C' and
5549            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5550            not 'VHOST' and
5551            'MEMIF'"
5552   parameters:
5553   - "throughput"
5554   - "parent"
5555   - "tags"
5556   sort:
5557   - "1VNF"
5558   - "2VNF"
5559   - "4VNF"
5560   - "2VNF"
5561   - "4VNF"
5562   traces:
5563     hoverinfo: "x+y"
5564     boxpoints: "outliers"
5565     whiskerwidth: 0
5566   layout:
5567     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5568     layout: "plot-throughput"
5569
5570 -
5571   type: "plot"
5572   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5573   algorithm: "plot_performance_box"
5574   output-file-type: ".html"
5575   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5576   data: "plot-ligato-throughput-latency-3n-hsw"
5577   filter: "'NIC_Intel-X520-DA2' and
5578            '64B' and
5579            ('BASE' or 'SCALE') and
5580            'NDRPDR' and
5581            '2T2C' and
5582            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5583            not 'VHOST' and
5584            'MEMIF'"
5585   parameters:
5586   - "throughput"
5587   - "parent"
5588   - "tags"
5589   sort:
5590   - "1VNF"
5591   - "2VNF"
5592   - "4VNF"
5593   - "2VNF"
5594   - "4VNF"
5595   traces:
5596     hoverinfo: "x+y"
5597     boxpoints: "outliers"
5598     whiskerwidth: 0
5599   layout:
5600     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5601     layout: "plot-throughput"
5602
5603 -
5604   type: "plot"
5605   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5606   algorithm: "plot_performance_box"
5607   output-file-type: ".html"
5608   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5609   data: "plot-ligato-throughput-latency-3n-hsw"
5610   filter: "'NIC_Intel-X520-DA2' and
5611            '64B' and
5612            ('BASE' or 'SCALE') and
5613            'NDRPDR' and
5614            '2T2C' and
5615            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5616            not 'VHOST' and
5617            'MEMIF'"
5618   parameters:
5619   - "throughput"
5620   - "parent"
5621   - "tags"
5622   sort:
5623   - "1VNF"
5624   - "2VNF"
5625   - "4VNF"
5626   - "2VNF"
5627   - "4VNF"
5628   traces:
5629     hoverinfo: "x+y"
5630     boxpoints: "outliers"
5631     whiskerwidth: 0
5632   layout:
5633     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5634     layout: "plot-throughput"
5635
5636 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5637 -
5638   type: "plot"
5639   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5640   algorithm: "plot_performance_box"
5641   output-file-type: ".html"
5642   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5643   data: "plot-ligato-throughput-latency-3n-hsw"
5644   filter: "'NIC_Intel-X710' and
5645            '64B' and
5646            ('BASE' or 'SCALE') and
5647            'NDRPDR' and
5648            '1T1C' and
5649            'L2XCFWD' and
5650            not 'VHOST' and
5651            'MEMIF'"
5652   parameters:
5653   - "throughput"
5654   - "parent"
5655   - "tags"
5656   sort:
5657   - "1VNF"
5658   - "2VNF"
5659   - "4VNF"
5660   - "2VNF"
5661   - "4VNF"
5662   traces:
5663     hoverinfo: "x+y"
5664     boxpoints: "outliers"
5665     whiskerwidth: 0
5666   layout:
5667     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5668     layout: "plot-throughput"
5669
5670 -
5671   type: "plot"
5672   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5673   algorithm: "plot_performance_box"
5674   output-file-type: ".html"
5675   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5676   data: "plot-ligato-throughput-latency-3n-hsw"
5677   filter: "'NIC_Intel-X710' and
5678            '64B' and
5679            ('BASE' or 'SCALE') and
5680            'NDRPDR' and
5681            '1T1C' and
5682            'L2XCFWD' and
5683            not 'VHOST' and
5684            'MEMIF'"
5685   parameters:
5686   - "throughput"
5687   - "parent"
5688   - "tags"
5689   sort:
5690   - "1VNF"
5691   - "2VNF"
5692   - "4VNF"
5693   - "2VNF"
5694   - "4VNF"
5695   traces:
5696     hoverinfo: "x+y"
5697     boxpoints: "outliers"
5698     whiskerwidth: 0
5699   layout:
5700     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5701     layout: "plot-throughput"
5702
5703 -
5704   type: "plot"
5705   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5706   algorithm: "plot_performance_box"
5707   output-file-type: ".html"
5708   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5709   data: "plot-ligato-throughput-latency-3n-hsw"
5710   filter: "'NIC_Intel-X710' and
5711            '64B' and
5712            ('BASE' or 'SCALE') and
5713            'NDRPDR' and
5714            '2T2C' and
5715            'L2XCFWD' and
5716            not 'VHOST' and
5717            'MEMIF'"
5718   parameters:
5719   - "throughput"
5720   - "parent"
5721   - "tags"
5722   sort:
5723   - "1VNF"
5724   - "2VNF"
5725   - "4VNF"
5726   - "2VNF"
5727   - "4VNF"
5728   traces:
5729     hoverinfo: "x+y"
5730     boxpoints: "outliers"
5731     whiskerwidth: 0
5732   layout:
5733     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5734     layout: "plot-throughput"
5735
5736 -
5737   type: "plot"
5738   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5739   algorithm: "plot_performance_box"
5740   output-file-type: ".html"
5741   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5742   data: "plot-ligato-throughput-latency-3n-hsw"
5743   filter: "'NIC_Intel-X710' and
5744            '64B' and
5745            ('BASE' or 'SCALE') and
5746            'NDRPDR' and
5747            '2T2C' and
5748            'L2XCFWD' and
5749            not 'VHOST' and
5750            'MEMIF'"
5751   parameters:
5752   - "throughput"
5753   - "parent"
5754   - "tags"
5755   sort:
5756   - "1VNF"
5757   - "2VNF"
5758   - "4VNF"
5759   - "2VNF"
5760   - "4VNF"
5761   traces:
5762     hoverinfo: "x+y"
5763     boxpoints: "outliers"
5764     whiskerwidth: 0
5765   layout:
5766     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5767     layout: "plot-throughput"
5768
5769 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5770 -
5771   type: "plot"
5772   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5773   algorithm: "plot_performance_box"
5774   output-file-type: ".html"
5775   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5776   data: "plot-ligato-throughput-latency-3n-hsw"
5777   filter: "'NIC_Intel-X710' and
5778            '64B' and
5779            ('BASE' or 'SCALE') and
5780            'NDRPDR' and
5781            '1T1C' and
5782            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5783            not 'VHOST' and
5784            'MEMIF'"
5785   parameters:
5786   - "throughput"
5787   - "parent"
5788   - "tags"
5789   sort:
5790   - "1VNF"
5791   - "2VNF"
5792   - "4VNF"
5793   - "2VNF"
5794   - "4VNF"
5795   traces:
5796     hoverinfo: "x+y"
5797     boxpoints: "outliers"
5798     whiskerwidth: 0
5799   layout:
5800     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5801     layout: "plot-throughput"
5802
5803 -
5804   type: "plot"
5805   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5806   algorithm: "plot_performance_box"
5807   output-file-type: ".html"
5808   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5809   data: "plot-ligato-throughput-latency-3n-hsw"
5810   filter: "'NIC_Intel-X710' and
5811            '64B' and
5812            ('BASE' or 'SCALE') and
5813            'NDRPDR' and
5814            '1T1C' and
5815            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5816            not 'VHOST' and
5817            'MEMIF'"
5818   parameters:
5819   - "throughput"
5820   - "parent"
5821   - "tags"
5822   sort:
5823   - "1VNF"
5824   - "2VNF"
5825   - "4VNF"
5826   - "2VNF"
5827   - "4VNF"
5828   traces:
5829     hoverinfo: "x+y"
5830     boxpoints: "outliers"
5831     whiskerwidth: 0
5832   layout:
5833     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5834     layout: "plot-throughput"
5835
5836 -
5837   type: "plot"
5838   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5839   algorithm: "plot_performance_box"
5840   output-file-type: ".html"
5841   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5842   data: "plot-ligato-throughput-latency-3n-hsw"
5843   filter: "'NIC_Intel-X710' and
5844            '64B' and
5845            ('BASE' or 'SCALE') and
5846            'NDRPDR' and
5847            '2T2C' and
5848            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5849            not 'VHOST' and
5850            'MEMIF'"
5851   parameters:
5852   - "throughput"
5853   - "parent"
5854   - "tags"
5855   sort:
5856   - "1VNF"
5857   - "2VNF"
5858   - "4VNF"
5859   - "2VNF"
5860   - "4VNF"
5861   traces:
5862     hoverinfo: "x+y"
5863     boxpoints: "outliers"
5864     whiskerwidth: 0
5865   layout:
5866     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5867     layout: "plot-throughput"
5868
5869 -
5870   type: "plot"
5871   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5872   algorithm: "plot_performance_box"
5873   output-file-type: ".html"
5874   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5875   data: "plot-ligato-throughput-latency-3n-hsw"
5876   filter: "'NIC_Intel-X710' and
5877            '64B' and
5878            ('BASE' or 'SCALE') and
5879            'NDRPDR' and
5880            '2T2C' and
5881            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5882            not 'VHOST' and
5883            'MEMIF'"
5884   parameters:
5885   - "throughput"
5886   - "parent"
5887   - "tags"
5888   sort:
5889   - "1VNF"
5890   - "2VNF"
5891   - "4VNF"
5892   - "2VNF"
5893   - "4VNF"
5894   traces:
5895     hoverinfo: "x+y"
5896     boxpoints: "outliers"
5897     whiskerwidth: 0
5898   layout:
5899     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5900     layout: "plot-throughput"
5901
5902 ################################################################################
5903
5904 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5905 -
5906   type: "plot"
5907   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5908   algorithm: "plot_performance_box"
5909   output-file-type: ".html"
5910   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5911   data: "plot-vpp-throughput-latency-3n-hsw"
5912   filter: "'NIC_Intel-X520-DA2' and
5913            '64B' and
5914            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5915            'NDRPDR' and
5916            '1T1C' and
5917            'IP4FWD' and
5918            not 'IPSEC' and
5919            not 'VHOST'"
5920   parameters:
5921   - "throughput"
5922   - "parent"
5923   - "tags"
5924   sort:
5925   - "IP4BASE"
5926   - "FIB_20K"
5927   - "FIB_200K"
5928   - "FIB_2M"
5929   traces:
5930     hoverinfo: "x+y"
5931     boxpoints: "outliers"
5932     whiskerwidth: 0
5933   layout:
5934     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5935     layout: "plot-throughput"
5936
5937 -
5938   type: "plot"
5939   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5940   algorithm: "plot_performance_box"
5941   output-file-type: ".html"
5942   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5943   data: "plot-vpp-throughput-latency-3n-hsw"
5944   filter: "'NIC_Intel-X520-DA2' and
5945            '64B' and
5946            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5947            'NDRPDR' and
5948            '1T1C' and
5949            'IP4FWD' and
5950            not 'IPSEC' and
5951            not 'VHOST'"
5952   parameters:
5953   - "throughput"
5954   - "parent"
5955   - "tags"
5956   sort:
5957   - "IP4BASE"
5958   - "FIB_20K"
5959   - "FIB_200K"
5960   - "FIB_2M"
5961   traces:
5962     hoverinfo: "x+y"
5963     boxpoints: "outliers"
5964     whiskerwidth: 0
5965   layout:
5966     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5967     layout: "plot-throughput"
5968
5969 -
5970   type: "plot"
5971   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5972   algorithm: "plot_performance_box"
5973   output-file-type: ".html"
5974   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5975   data: "plot-vpp-throughput-latency-3n-hsw"
5976   filter: "'NIC_Intel-X520-DA2' and
5977            '64B' and
5978            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5979            'NDRPDR' and
5980            '2T2C' and
5981            'IP4FWD' and
5982            not 'IPSEC' and
5983            not 'VHOST'"
5984   parameters:
5985   - "throughput"
5986   - "parent"
5987   - "tags"
5988   sort:
5989   - "IP4BASE"
5990   - "FIB_20K"
5991   - "FIB_200K"
5992   - "FIB_2M"
5993   traces:
5994     hoverinfo: "x+y"
5995     boxpoints: "outliers"
5996     whiskerwidth: 0
5997   layout:
5998     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5999     layout: "plot-throughput"
6000
6001 -
6002   type: "plot"
6003   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6004   algorithm: "plot_performance_box"
6005   output-file-type: ".html"
6006   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6007   data: "plot-vpp-throughput-latency-3n-hsw"
6008   filter: "'NIC_Intel-X520-DA2' and
6009            '64B' and
6010            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6011            'NDRPDR' and
6012            '2T2C' and
6013            'IP4FWD' and
6014            not 'IPSEC' and
6015            not 'VHOST'"
6016   parameters:
6017   - "throughput"
6018   - "parent"
6019   - "tags"
6020   sort:
6021   - "IP4BASE"
6022   - "FIB_20K"
6023   - "FIB_200K"
6024   - "FIB_2M"
6025   traces:
6026     hoverinfo: "x+y"
6027     boxpoints: "outliers"
6028     whiskerwidth: 0
6029   layout:
6030     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6031     layout: "plot-throughput"
6032
6033 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
6034 -
6035   type: "plot"
6036   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6037   algorithm: "plot_performance_box"
6038   output-file-type: ".html"
6039   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6040   data: "plot-vpp-throughput-latency-3n-hsw"
6041   filter: "'NIC_Intel-X520-DA2' and
6042            '64B' and
6043            ('IP4BASE' or
6044             'POLICE_MARK' or
6045             'COPWHLIST' or
6046             ('NAT44' and 'BASE') or
6047             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6048            'NDRPDR' and
6049            '1T1C' and
6050            'IP4FWD' and
6051            not 'IPSEC' and
6052            not 'VHOST'"
6053   parameters:
6054   - "throughput"
6055   - "parent"
6056   - "tags"
6057   sort:
6058   - "IP4BASE"
6059   - "NAT44"
6060   - "POLICE_MARK"
6061   - "COPWHLIST"
6062   - "IACL"
6063   - "OACL"
6064   traces:
6065     hoverinfo: "x+y"
6066     boxpoints: "outliers"
6067     whiskerwidth: 0
6068   layout:
6069     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6070     layout: "plot-throughput"
6071
6072 -
6073   type: "plot"
6074   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6075   algorithm: "plot_performance_box"
6076   output-file-type: ".html"
6077   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6078   data: "plot-vpp-throughput-latency-3n-hsw"
6079   filter: "'NIC_Intel-X520-DA2' and
6080            '64B' and
6081            ('IP4BASE' or
6082             'POLICE_MARK' or
6083             'COPWHLIST' or
6084             ('NAT44' and 'BASE') or
6085             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6086            'NDRPDR' and
6087            '1T1C' and
6088            'IP4FWD' and
6089            not 'IPSEC' and
6090            not 'VHOST'"
6091   parameters:
6092   - "throughput"
6093   - "parent"
6094   - "tags"
6095   sort:
6096   - "IP4BASE"
6097   - "NAT44"
6098   - "POLICE_MARK"
6099   - "COPWHLIST"
6100   - "IACL"
6101   - "OACL"
6102   traces:
6103     hoverinfo: "x+y"
6104     boxpoints: "outliers"
6105     whiskerwidth: 0
6106   layout:
6107     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6108     layout: "plot-throughput"
6109
6110 -
6111   type: "plot"
6112   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6113   algorithm: "plot_performance_box"
6114   output-file-type: ".html"
6115   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6116   data: "plot-vpp-throughput-latency-3n-hsw"
6117   filter: "'NIC_Intel-X520-DA2' and
6118            '64B' and
6119            ('IP4BASE' or
6120             'POLICE_MARK' or
6121             'COPWHLIST' or
6122             ('NAT44' and 'BASE') or
6123             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6124            'NDRPDR' and
6125            '2T2C' and
6126            'IP4FWD' and
6127            not 'IPSEC' and
6128            not 'VHOST'"
6129   parameters:
6130   - "throughput"
6131   - "parent"
6132   - "tags"
6133   sort:
6134   - "IP4BASE"
6135   - "NAT44"
6136   - "POLICE_MARK"
6137   - "COPWHLIST"
6138   - "IACL"
6139   - "OACL"
6140   traces:
6141     hoverinfo: "x+y"
6142     boxpoints: "outliers"
6143     whiskerwidth: 0
6144   layout:
6145     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6146     layout: "plot-throughput"
6147
6148 -
6149   type: "plot"
6150   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6151   algorithm: "plot_performance_box"
6152   output-file-type: ".html"
6153   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6154   data: "plot-vpp-throughput-latency-3n-hsw"
6155   filter: "'NIC_Intel-X520-DA2' and
6156            '64B' and
6157            ('IP4BASE' or
6158             'POLICE_MARK' or
6159             'COPWHLIST' or
6160             ('NAT44' and 'BASE') or
6161             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6162            'NDRPDR' and
6163            '2T2C' and
6164            'IP4FWD' and
6165            not 'IPSEC' and
6166            not 'VHOST'"
6167   parameters:
6168   - "throughput"
6169   - "parent"
6170   - "tags"
6171   sort:
6172   - "IP4BASE"
6173   - "NAT44"
6174   - "POLICE_MARK"
6175   - "COPWHLIST"
6176   - "IACL"
6177   - "OACL"
6178   traces:
6179     hoverinfo: "x+y"
6180     boxpoints: "outliers"
6181     whiskerwidth: 0
6182   layout:
6183     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6184     layout: "plot-throughput"
6185
6186 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6187 -
6188   type: "plot"
6189   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6190   algorithm: "plot_performance_box"
6191   output-file-type: ".html"
6192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6193   data: "plot-vpp-throughput-latency-3n-hsw"
6194   filter: "'NIC_Intel-X520-DA2' and
6195            '64B' and
6196            'NDRPDR' and
6197            '1T1C' and
6198            'IP4FWD' and
6199            'NAT44' and
6200            not 'IPSEC' and
6201            not 'VHOST'"
6202   parameters:
6203   - "throughput"
6204   - "parent"
6205   - "tags"
6206   sort:
6207   - "BASE"
6208   - "BASE"
6209   - "SRC_USER_10"
6210   - "SRC_USER_100"
6211   - "SRC_USER_1000"
6212   - "SRC_USER_2000"
6213   traces:
6214     hoverinfo: "x+y"
6215     boxpoints: "outliers"
6216     whiskerwidth: 0
6217   layout:
6218     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6219     layout: "plot-throughput"
6220
6221 -
6222   type: "plot"
6223   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6224   algorithm: "plot_performance_box"
6225   output-file-type: ".html"
6226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6227   data: "plot-vpp-throughput-latency-3n-hsw"
6228   filter: "'NIC_Intel-X520-DA2' and
6229            '64B' and
6230            'NDRPDR' and
6231            '1T1C' and
6232            'IP4FWD' and
6233            'NAT44' and
6234            not 'IPSEC' and
6235            not 'VHOST'"
6236   parameters:
6237   - "throughput"
6238   - "parent"
6239   - "tags"
6240   sort:
6241   - "BASE"
6242   - "BASE"
6243   - "SRC_USER_10"
6244   - "SRC_USER_100"
6245   - "SRC_USER_1000"
6246   - "SRC_USER_2000"
6247   traces:
6248     hoverinfo: "x+y"
6249     boxpoints: "outliers"
6250     whiskerwidth: 0
6251   layout:
6252     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6253     layout: "plot-throughput"
6254
6255 -
6256   type: "plot"
6257   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6258   algorithm: "plot_performance_box"
6259   output-file-type: ".html"
6260   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6261   data: "plot-vpp-throughput-latency-3n-hsw"
6262   filter: "'NIC_Intel-X520-DA2' and
6263            '64B' and
6264            'NDRPDR' and
6265            '2T2C' and
6266            'IP4FWD' and
6267            'NAT44' and
6268            not 'IPSEC' and
6269            not 'VHOST'"
6270   parameters:
6271   - "throughput"
6272   - "parent"
6273   - "tags"
6274   sort:
6275   - "BASE"
6276   - "BASE"
6277   - "SRC_USER_10"
6278   - "SRC_USER_100"
6279   - "SRC_USER_1000"
6280   - "SRC_USER_2000"
6281   traces:
6282     hoverinfo: "x+y"
6283     boxpoints: "outliers"
6284     whiskerwidth: 0
6285   layout:
6286     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6287     layout: "plot-throughput"
6288
6289 -
6290   type: "plot"
6291   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6292   algorithm: "plot_performance_box"
6293   output-file-type: ".html"
6294   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6295   data: "plot-vpp-throughput-latency-3n-hsw"
6296   filter: "'NIC_Intel-X520-DA2' and
6297            '64B' and
6298            'NDRPDR' and
6299            '2T2C' and
6300            'IP4FWD' and
6301            'NAT44' and
6302            not 'IPSEC' and
6303            not 'VHOST'"
6304   parameters:
6305   - "throughput"
6306   - "parent"
6307   - "tags"
6308   sort:
6309   - "BASE"
6310   - "BASE"
6311   - "SRC_USER_10"
6312   - "SRC_USER_100"
6313   - "SRC_USER_1000"
6314   - "SRC_USER_2000"
6315   traces:
6316     hoverinfo: "x+y"
6317     boxpoints: "outliers"
6318     whiskerwidth: 0
6319   layout:
6320     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6321     layout: "plot-throughput"
6322
6323 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6324 -
6325   type: "plot"
6326   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6327   algorithm: "plot_performance_box"
6328   output-file-type: ".html"
6329   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6330   data: "plot-vpp-throughput-latency-3n-hsw"
6331   filter: "'NIC_Intel-X520-DA2' and
6332            '64B' and
6333            'NDRPDR' and
6334            '1T1C' and
6335            'IP4FWD' and
6336            'IACL' and
6337            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6338            not 'IPSEC' and
6339            not 'VHOST'"
6340   parameters:
6341   - "throughput"
6342   - "parent"
6343   - "tags"
6344   sort:
6345   - "ACL_STATELESS"
6346   - "ACL_STATEFUL"
6347   - "ACL_STATELESS"
6348   - "ACL_STATEFUL"
6349   traces:
6350     hoverinfo: "x+y"
6351     boxpoints: "outliers"
6352     whiskerwidth: 0
6353   layout:
6354     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6355     layout: "plot-throughput"
6356
6357 -
6358   type: "plot"
6359   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6360   algorithm: "plot_performance_box"
6361   output-file-type: ".html"
6362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6363   data: "plot-vpp-throughput-latency-3n-hsw"
6364   filter: "'NIC_Intel-X520-DA2' and
6365            '64B' and
6366            'NDRPDR' and
6367            '1T1C' and
6368            'IP4FWD' and
6369            'IACL' and
6370            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6371            not 'IPSEC' and
6372            not 'VHOST'"
6373   parameters:
6374   - "throughput"
6375   - "parent"
6376   - "tags"
6377   sort:
6378   - "ACL_STATELESS"
6379   - "ACL_STATEFUL"
6380   - "ACL_STATELESS"
6381   - "ACL_STATEFUL"
6382   traces:
6383     hoverinfo: "x+y"
6384     boxpoints: "outliers"
6385     whiskerwidth: 0
6386   layout:
6387     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6388     layout: "plot-throughput"
6389
6390 -
6391   type: "plot"
6392   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6393   algorithm: "plot_performance_box"
6394   output-file-type: ".html"
6395   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6396   data: "plot-vpp-throughput-latency-3n-hsw"
6397   filter: "'NIC_Intel-X520-DA2' and
6398            '64B' and
6399            'NDRPDR' and
6400            '2T2C' and
6401            'IP4FWD' and
6402            'IACL' and
6403            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6404            not 'IPSEC' and
6405            not 'VHOST'"
6406   parameters:
6407   - "throughput"
6408   - "parent"
6409   - "tags"
6410   sort:
6411   - "ACL_STATELESS"
6412   - "ACL_STATEFUL"
6413   - "ACL_STATELESS"
6414   - "ACL_STATEFUL"
6415   traces:
6416     hoverinfo: "x+y"
6417     boxpoints: "outliers"
6418     whiskerwidth: 0
6419   layout:
6420     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6421     layout: "plot-throughput"
6422
6423 -
6424   type: "plot"
6425   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6426   algorithm: "plot_performance_box"
6427   output-file-type: ".html"
6428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6429   data: "plot-vpp-throughput-latency-3n-hsw"
6430   filter: "'NIC_Intel-X520-DA2' and
6431            '64B' and
6432            'NDRPDR' and
6433            '2T2C' and
6434            'IP4FWD' and
6435            'IACL' and
6436            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6437            not 'IPSEC' and
6438            not 'VHOST'"
6439   parameters:
6440   - "throughput"
6441   - "parent"
6442   - "tags"
6443   sort:
6444   - "ACL_STATELESS"
6445   - "ACL_STATEFUL"
6446   - "ACL_STATELESS"
6447   - "ACL_STATEFUL"
6448   traces:
6449     hoverinfo: "x+y"
6450     boxpoints: "outliers"
6451     whiskerwidth: 0
6452   layout:
6453     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6454     layout: "plot-throughput"
6455
6456 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6457 -
6458   type: "plot"
6459   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6460   algorithm: "plot_performance_box"
6461   output-file-type: ".html"
6462   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6463   data: "plot-vpp-throughput-latency-3n-hsw"
6464   filter: "'NIC_Intel-X520-DA2' and
6465            '64B' and
6466            'NDRPDR' and
6467            '1T1C' and
6468            'IP4FWD' and
6469            'OACL' and
6470            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6471            not 'IPSEC' and
6472            not 'VHOST'"
6473   parameters:
6474   - "throughput"
6475   - "parent"
6476   - "tags"
6477   sort:
6478   - "ACL_STATELESS"
6479   - "ACL_STATEFUL"
6480   - "ACL_STATELESS"
6481   - "ACL_STATEFUL"
6482   traces:
6483     hoverinfo: "x+y"
6484     boxpoints: "outliers"
6485     whiskerwidth: 0
6486   layout:
6487     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6488     layout: "plot-throughput"
6489
6490 -
6491   type: "plot"
6492   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6493   algorithm: "plot_performance_box"
6494   output-file-type: ".html"
6495   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6496   data: "plot-vpp-throughput-latency-3n-hsw"
6497   filter: "'NIC_Intel-X520-DA2' and
6498            '64B' and
6499            'NDRPDR' and
6500            '1T1C' and
6501            'IP4FWD' and
6502            'OACL' and
6503            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6504            not 'IPSEC' and
6505            not 'VHOST'"
6506   parameters:
6507   - "throughput"
6508   - "parent"
6509   - "tags"
6510   sort:
6511   - "ACL_STATELESS"
6512   - "ACL_STATEFUL"
6513   - "ACL_STATELESS"
6514   - "ACL_STATEFUL"
6515   traces:
6516     hoverinfo: "x+y"
6517     boxpoints: "outliers"
6518     whiskerwidth: 0
6519   layout:
6520     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6521     layout: "plot-throughput"
6522
6523 -
6524   type: "plot"
6525   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6526   algorithm: "plot_performance_box"
6527   output-file-type: ".html"
6528   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6529   data: "plot-vpp-throughput-latency-3n-hsw"
6530   filter: "'NIC_Intel-X520-DA2' and
6531            '64B' and
6532            'NDRPDR' and
6533            '2T2C' and
6534            'IP4FWD' and
6535            'OACL' and
6536            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6537            not 'IPSEC' and
6538            not 'VHOST'"
6539   parameters:
6540   - "throughput"
6541   - "parent"
6542   - "tags"
6543   sort:
6544   - "ACL_STATELESS"
6545   - "ACL_STATEFUL"
6546   - "ACL_STATELESS"
6547   - "ACL_STATEFUL"
6548   traces:
6549     hoverinfo: "x+y"
6550     boxpoints: "outliers"
6551     whiskerwidth: 0
6552   layout:
6553     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6554     layout: "plot-throughput"
6555
6556 -
6557   type: "plot"
6558   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6559   algorithm: "plot_performance_box"
6560   output-file-type: ".html"
6561   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6562   data: "plot-vpp-throughput-latency-3n-hsw"
6563   filter: "'NIC_Intel-X520-DA2' and
6564            '64B' and
6565            'NDRPDR' and
6566            '2T2C' and
6567            'IP4FWD' and
6568            'OACL' and
6569            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6570            not 'IPSEC' and
6571            not 'VHOST'"
6572   parameters:
6573   - "throughput"
6574   - "parent"
6575   - "tags"
6576   sort:
6577   - "ACL_STATELESS"
6578   - "ACL_STATEFUL"
6579   - "ACL_STATELESS"
6580   - "ACL_STATEFUL"
6581   traces:
6582     hoverinfo: "x+y"
6583     boxpoints: "outliers"
6584     whiskerwidth: 0
6585   layout:
6586     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6587     layout: "plot-throughput"
6588
6589 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6590 -
6591   type: "plot"
6592   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6593   algorithm: "plot_performance_box"
6594   output-file-type: ".html"
6595   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6596   data: "plot-vpp-throughput-latency-3n-hsw"
6597   filter: "'NIC_Intel-X710' and
6598            '64B' and
6599            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6600            'NDRPDR' and
6601            '1T1C' and
6602            'IP4FWD' and
6603            not 'IPSEC' and
6604            not 'VHOST'"
6605   parameters:
6606   - "throughput"
6607   - "parent"
6608   - "tags"
6609   sort:
6610   - "IP4BASE"
6611   - "FIB_20K"
6612   - "FIB_200K"
6613   - "FIB_2M"
6614   traces:
6615     hoverinfo: "x+y"
6616     boxpoints: "outliers"
6617     whiskerwidth: 0
6618   layout:
6619     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6620     layout: "plot-throughput"
6621
6622 -
6623   type: "plot"
6624   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6625   algorithm: "plot_performance_box"
6626   output-file-type: ".html"
6627   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6628   data: "plot-vpp-throughput-latency-3n-hsw"
6629   filter: "'NIC_Intel-X710' and
6630            '64B' and
6631            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6632            'NDRPDR' and
6633            '1T1C' and
6634            'IP4FWD' and
6635            not 'IPSEC' and
6636            not 'VHOST'"
6637   parameters:
6638   - "throughput"
6639   - "parent"
6640   - "tags"
6641   sort:
6642   - "IP4BASE"
6643   - "FIB_20K"
6644   - "FIB_200K"
6645   - "FIB_2M"
6646   traces:
6647     hoverinfo: "x+y"
6648     boxpoints: "outliers"
6649     whiskerwidth: 0
6650   layout:
6651     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6652     layout: "plot-throughput"
6653
6654 -
6655   type: "plot"
6656   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6657   algorithm: "plot_performance_box"
6658   output-file-type: ".html"
6659   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6660   data: "plot-vpp-throughput-latency-3n-hsw"
6661   filter: "'NIC_Intel-X710' and
6662            '64B' and
6663            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6664            'NDRPDR' and
6665            '2T2C' and
6666            'IP4FWD' and
6667            not 'IPSEC' and
6668            not 'VHOST'"
6669   parameters:
6670   - "throughput"
6671   - "parent"
6672   - "tags"
6673   sort:
6674   - "IP4BASE"
6675   - "FIB_20K"
6676   - "FIB_200K"
6677   - "FIB_2M"
6678   traces:
6679     hoverinfo: "x+y"
6680     boxpoints: "outliers"
6681     whiskerwidth: 0
6682   layout:
6683     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6684     layout: "plot-throughput"
6685
6686 -
6687   type: "plot"
6688   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6689   algorithm: "plot_performance_box"
6690   output-file-type: ".html"
6691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6692   data: "plot-vpp-throughput-latency-3n-hsw"
6693   filter: "'NIC_Intel-X710' and
6694            '64B' and
6695            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6696            'NDRPDR' and
6697            '2T2C' and
6698            'IP4FWD' and
6699            not 'IPSEC' and
6700            not 'VHOST'"
6701   parameters:
6702   - "throughput"
6703   - "parent"
6704   - "tags"
6705   sort:
6706   - "IP4BASE"
6707   - "FIB_20K"
6708   - "FIB_200K"
6709   - "FIB_2M"
6710   traces:
6711     hoverinfo: "x+y"
6712     boxpoints: "outliers"
6713     whiskerwidth: 0
6714   layout:
6715     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6716     layout: "plot-throughput"
6717
6718 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6719 -
6720   type: "plot"
6721   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6722   algorithm: "plot_performance_box"
6723   output-file-type: ".html"
6724   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6725   data: "plot-vpp-throughput-latency-3n-hsw"
6726   filter: "'NIC_Intel-X710' and
6727            '64B' and
6728            ('IP4BASE' or
6729             'POLICE_MARK' or
6730             'COPWHLIST' or
6731             ('NAT44' and 'BASE') or
6732             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6733            'NDRPDR' and
6734            '1T1C' and
6735            'IP4FWD' and
6736            not 'IPSEC' and
6737            not 'VHOST'"
6738   parameters:
6739   - "throughput"
6740   - "parent"
6741   - "tags"
6742   sort:
6743   - "IP4BASE"
6744   - "NAT44"
6745   - "POLICE_MARK"
6746   - "COPWHLIST"
6747   - "IACL"
6748   - "OACL"
6749   traces:
6750     hoverinfo: "x+y"
6751     boxpoints: "outliers"
6752     whiskerwidth: 0
6753   layout:
6754     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6755     layout: "plot-throughput"
6756
6757 -
6758   type: "plot"
6759   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6760   algorithm: "plot_performance_box"
6761   output-file-type: ".html"
6762   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6763   data: "plot-vpp-throughput-latency-3n-hsw"
6764   filter: "'NIC_Intel-X710' and
6765            '64B' and
6766            ('IP4BASE' or
6767             'POLICE_MARK' or
6768             'COPWHLIST' or
6769             ('NAT44' and 'BASE') or
6770             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6771            'NDRPDR' and
6772            '1T1C' and
6773            'IP4FWD' and
6774            not 'IPSEC' and
6775            not 'VHOST'"
6776   parameters:
6777   - "throughput"
6778   - "parent"
6779   - "tags"
6780   sort:
6781   - "IP4BASE"
6782   - "NAT44"
6783   - "POLICE_MARK"
6784   - "COPWHLIST"
6785   - "IACL"
6786   - "OACL"
6787   traces:
6788     hoverinfo: "x+y"
6789     boxpoints: "outliers"
6790     whiskerwidth: 0
6791   layout:
6792     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6793     layout: "plot-throughput"
6794
6795 -
6796   type: "plot"
6797   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6798   algorithm: "plot_performance_box"
6799   output-file-type: ".html"
6800   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6801   data: "plot-vpp-throughput-latency-3n-hsw"
6802   filter: "'NIC_Intel-X710' and
6803            '64B' and
6804            ('IP4BASE' or
6805             'POLICE_MARK' or
6806             'COPWHLIST' or
6807             ('NAT44' and 'BASE') or
6808             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6809            'NDRPDR' and
6810            '2T2C' and
6811            'IP4FWD' and
6812            not 'IPSEC' and
6813            not 'VHOST'"
6814   parameters:
6815   - "throughput"
6816   - "parent"
6817   - "tags"
6818   sort:
6819   - "IP4BASE"
6820   - "NAT44"
6821   - "POLICE_MARK"
6822   - "COPWHLIST"
6823   - "IACL"
6824   - "OACL"
6825   traces:
6826     hoverinfo: "x+y"
6827     boxpoints: "outliers"
6828     whiskerwidth: 0
6829   layout:
6830     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6831     layout: "plot-throughput"
6832
6833 -
6834   type: "plot"
6835   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6836   algorithm: "plot_performance_box"
6837   output-file-type: ".html"
6838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6839   data: "plot-vpp-throughput-latency-3n-hsw"
6840   filter: "'NIC_Intel-X710' and
6841            '64B' and
6842            ('IP4BASE' or
6843             'POLICE_MARK' or
6844             'COPWHLIST' or
6845             ('NAT44' and 'BASE') or
6846             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6847            'NDRPDR' and
6848            '2T2C' and
6849            'IP4FWD' and
6850            not 'IPSEC' and
6851            not 'VHOST'"
6852   parameters:
6853   - "throughput"
6854   - "parent"
6855   - "tags"
6856   sort:
6857   - "IP4BASE"
6858   - "NAT44"
6859   - "POLICE_MARK"
6860   - "COPWHLIST"
6861   - "IACL"
6862   - "OACL"
6863   traces:
6864     hoverinfo: "x+y"
6865     boxpoints: "outliers"
6866     whiskerwidth: 0
6867   layout:
6868     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6869     layout: "plot-throughput"
6870
6871 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6872 -
6873   type: "plot"
6874   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6875   algorithm: "plot_performance_box"
6876   output-file-type: ".html"
6877   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6878   data: "plot-vpp-throughput-latency-3n-skx"
6879   filter: "'NIC_Intel-X710' and
6880            '64B' and
6881            'NDRPDR' and
6882            '2T1C' and
6883            'IP4FWD' and
6884            'NAT44' and
6885            not 'IPSEC' and
6886            not 'VHOST'"
6887   parameters:
6888   - "throughput"
6889   - "parent"
6890   - "tags"
6891   sort:
6892   - "BASE"
6893   - "BASE"
6894   - "SRC_USER_10"
6895   - "SRC_USER_100"
6896   - "SRC_USER_1000"
6897   - "SRC_USER_2000"
6898   traces:
6899     hoverinfo: "x+y"
6900     boxpoints: "outliers"
6901     whiskerwidth: 0
6902   layout:
6903     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6904     layout: "plot-throughput"
6905
6906 -
6907   type: "plot"
6908   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6909   algorithm: "plot_performance_box"
6910   output-file-type: ".html"
6911   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6912   data: "plot-vpp-throughput-latency-3n-skx"
6913   filter: "'NIC_Intel-X710' and
6914            '64B' and
6915            'NDRPDR' and
6916            '2T1C' and
6917            'IP4FWD' and
6918            'NAT44' and
6919            not 'IPSEC' and
6920            not 'VHOST'"
6921   parameters:
6922   - "throughput"
6923   - "parent"
6924   - "tags"
6925   sort:
6926   - "BASE"
6927   - "BASE"
6928   - "SRC_USER_10"
6929   - "SRC_USER_100"
6930   - "SRC_USER_1000"
6931   - "SRC_USER_2000"
6932   traces:
6933     hoverinfo: "x+y"
6934     boxpoints: "outliers"
6935     whiskerwidth: 0
6936   layout:
6937     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6938     layout: "plot-throughput"
6939
6940 -
6941   type: "plot"
6942   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6943   algorithm: "plot_performance_box"
6944   output-file-type: ".html"
6945   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6946   data: "plot-vpp-throughput-latency-3n-skx"
6947   filter: "'NIC_Intel-X710' and
6948            '64B' and
6949            'NDRPDR' and
6950            '4T2C' and
6951            'IP4FWD' and
6952            'NAT44' and
6953            not 'IPSEC' and
6954            not 'VHOST'"
6955   parameters:
6956   - "throughput"
6957   - "parent"
6958   - "tags"
6959   sort:
6960   - "BASE"
6961   - "BASE"
6962   - "SRC_USER_10"
6963   - "SRC_USER_100"
6964   - "SRC_USER_1000"
6965   - "SRC_USER_2000"
6966   traces:
6967     hoverinfo: "x+y"
6968     boxpoints: "outliers"
6969     whiskerwidth: 0
6970   layout:
6971     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6972     layout: "plot-throughput"
6973
6974 -
6975   type: "plot"
6976   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6977   algorithm: "plot_performance_box"
6978   output-file-type: ".html"
6979   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6980   data: "plot-vpp-throughput-latency-3n-skx"
6981   filter: "'NIC_Intel-X710' and
6982            '64B' and
6983            'NDRPDR' and
6984            '4T2C' and
6985            'IP4FWD' and
6986            'NAT44' and
6987            not 'IPSEC' and
6988            not 'VHOST'"
6989   parameters:
6990   - "throughput"
6991   - "parent"
6992   - "tags"
6993   sort:
6994   - "BASE"
6995   - "BASE"
6996   - "SRC_USER_10"
6997   - "SRC_USER_100"
6998   - "SRC_USER_1000"
6999   - "SRC_USER_2000"
7000   traces:
7001     hoverinfo: "x+y"
7002     boxpoints: "outliers"
7003     whiskerwidth: 0
7004   layout:
7005     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
7006     layout: "plot-throughput"
7007
7008 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
7009 -
7010   type: "plot"
7011   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7012   algorithm: "plot_performance_box"
7013   output-file-type: ".html"
7014   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7015   data: "plot-vpp-throughput-latency-3n-skx"
7016   filter: "'NIC_Intel-X710' and
7017            '64B' and
7018            'NDRPDR' and
7019            '2T1C' and
7020            'IP4FWD' and
7021            'IACL' and
7022            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7023            not 'IPSEC' and
7024            not 'VHOST'"
7025   parameters:
7026   - "throughput"
7027   - "parent"
7028   - "tags"
7029   sort:
7030   - "ACL_STATELESS"
7031   - "ACL_STATEFUL"
7032   - "ACL_STATELESS"
7033   - "ACL_STATEFUL"
7034   traces:
7035     hoverinfo: "x+y"
7036     boxpoints: "outliers"
7037     whiskerwidth: 0
7038   layout:
7039     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7040     layout: "plot-throughput"
7041
7042 -
7043   type: "plot"
7044   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7045   algorithm: "plot_performance_box"
7046   output-file-type: ".html"
7047   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7048   data: "plot-vpp-throughput-latency-3n-skx"
7049   filter: "'NIC_Intel-X710' and
7050            '64B' and
7051            'NDRPDR' and
7052            '2T1C' and
7053            'IP4FWD' and
7054            'IACL' and
7055            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7056            not 'IPSEC' and
7057            not 'VHOST'"
7058   parameters:
7059   - "throughput"
7060   - "parent"
7061   - "tags"
7062   sort:
7063   - "ACL_STATELESS"
7064   - "ACL_STATEFUL"
7065   - "ACL_STATELESS"
7066   - "ACL_STATEFUL"
7067   traces:
7068     hoverinfo: "x+y"
7069     boxpoints: "outliers"
7070     whiskerwidth: 0
7071   layout:
7072     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7073     layout: "plot-throughput"
7074
7075 -
7076   type: "plot"
7077   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7078   algorithm: "plot_performance_box"
7079   output-file-type: ".html"
7080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7081   data: "plot-vpp-throughput-latency-3n-skx"
7082   filter: "'NIC_Intel-X710' and
7083            '64B' and
7084            'NDRPDR' and
7085            '4T2C' and
7086            'IP4FWD' and
7087            'IACL' and
7088            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7089            not 'IPSEC' and
7090            not 'VHOST'"
7091   parameters:
7092   - "throughput"
7093   - "parent"
7094   - "tags"
7095   sort:
7096   - "ACL_STATELESS"
7097   - "ACL_STATEFUL"
7098   - "ACL_STATELESS"
7099   - "ACL_STATEFUL"
7100   traces:
7101     hoverinfo: "x+y"
7102     boxpoints: "outliers"
7103     whiskerwidth: 0
7104   layout:
7105     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7106     layout: "plot-throughput"
7107
7108 -
7109   type: "plot"
7110   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7111   algorithm: "plot_performance_box"
7112   output-file-type: ".html"
7113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7114   data: "plot-vpp-throughput-latency-3n-skx"
7115   filter: "'NIC_Intel-X710' and
7116            '64B' and
7117            'NDRPDR' and
7118            '4T2C' and
7119            'IP4FWD' and
7120            'IACL' and
7121            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7122            not 'IPSEC' and
7123            not 'VHOST'"
7124   parameters:
7125   - "throughput"
7126   - "parent"
7127   - "tags"
7128   sort:
7129   - "ACL_STATELESS"
7130   - "ACL_STATEFUL"
7131   - "ACL_STATELESS"
7132   - "ACL_STATEFUL"
7133   traces:
7134     hoverinfo: "x+y"
7135     boxpoints: "outliers"
7136     whiskerwidth: 0
7137   layout:
7138     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7139     layout: "plot-throughput"
7140
7141 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
7142 -
7143   type: "plot"
7144   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7145   algorithm: "plot_performance_box"
7146   output-file-type: ".html"
7147   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7148   data: "plot-vpp-throughput-latency-3n-skx"
7149   filter: "'NIC_Intel-X710' and
7150            '64B' and
7151            'NDRPDR' and
7152            '2T1C' and
7153            'IP4FWD' and
7154            'OACL' and
7155            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7156            not 'IPSEC' and
7157            not 'VHOST'"
7158   parameters:
7159   - "throughput"
7160   - "parent"
7161   - "tags"
7162   sort:
7163   - "ACL_STATELESS"
7164   - "ACL_STATEFUL"
7165   - "ACL_STATELESS"
7166   - "ACL_STATEFUL"
7167   traces:
7168     hoverinfo: "x+y"
7169     boxpoints: "outliers"
7170     whiskerwidth: 0
7171   layout:
7172     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7173     layout: "plot-throughput"
7174
7175 -
7176   type: "plot"
7177   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7178   algorithm: "plot_performance_box"
7179   output-file-type: ".html"
7180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7181   data: "plot-vpp-throughput-latency-3n-skx"
7182   filter: "'NIC_Intel-X710' and
7183            '64B' and
7184            'NDRPDR' and
7185            '2T1C' and
7186            'IP4FWD' and
7187            'OACL' and
7188            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7189            not 'IPSEC' and
7190            not 'VHOST'"
7191   parameters:
7192   - "throughput"
7193   - "parent"
7194   - "tags"
7195   sort:
7196   - "ACL_STATELESS"
7197   - "ACL_STATEFUL"
7198   - "ACL_STATELESS"
7199   - "ACL_STATEFUL"
7200   traces:
7201     hoverinfo: "x+y"
7202     boxpoints: "outliers"
7203     whiskerwidth: 0
7204   layout:
7205     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7206     layout: "plot-throughput"
7207
7208 -
7209   type: "plot"
7210   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7211   algorithm: "plot_performance_box"
7212   output-file-type: ".html"
7213   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7214   data: "plot-vpp-throughput-latency-3n-skx"
7215   filter: "'NIC_Intel-X710' and
7216            '64B' and
7217            'NDRPDR' and
7218            '4T2C' and
7219            'IP4FWD' and
7220            'OACL' and
7221            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7222            not 'IPSEC' and
7223            not 'VHOST'"
7224   parameters:
7225   - "throughput"
7226   - "parent"
7227   - "tags"
7228   sort:
7229   - "ACL_STATELESS"
7230   - "ACL_STATEFUL"
7231   - "ACL_STATELESS"
7232   - "ACL_STATEFUL"
7233   traces:
7234     hoverinfo: "x+y"
7235     boxpoints: "outliers"
7236     whiskerwidth: 0
7237   layout:
7238     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7239     layout: "plot-throughput"
7240
7241 -
7242   type: "plot"
7243   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7244   algorithm: "plot_performance_box"
7245   output-file-type: ".html"
7246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7247   data: "plot-vpp-throughput-latency-3n-skx"
7248   filter: "'NIC_Intel-X710' and
7249            '64B' and
7250            'NDRPDR' and
7251            '4T2C' and
7252            'IP4FWD' and
7253            'OACL' and
7254            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7255            not 'IPSEC' and
7256            not 'VHOST'"
7257   parameters:
7258   - "throughput"
7259   - "parent"
7260   - "tags"
7261   sort:
7262   - "ACL_STATELESS"
7263   - "ACL_STATEFUL"
7264   - "ACL_STATELESS"
7265   - "ACL_STATEFUL"
7266   traces:
7267     hoverinfo: "x+y"
7268     boxpoints: "outliers"
7269     whiskerwidth: 0
7270   layout:
7271     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7272     layout: "plot-throughput"
7273
7274 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7275 -
7276   type: "plot"
7277   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7278   algorithm: "plot_performance_box"
7279   output-file-type: ".html"
7280   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7281   data: "plot-vpp-throughput-latency-3n-hsw"
7282   filter: "'NIC_Intel-XL710' and
7283            '64B' and
7284            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7285            'NDRPDR' and
7286            '1T1C' and
7287            'IP4FWD' and
7288            not 'IPSEC' and
7289            not 'VHOST'"
7290   parameters:
7291   - "throughput"
7292   - "parent"
7293   - "tags"
7294   sort:
7295   - "IP4BASE"
7296   - "FIB_20K"
7297   - "FIB_200K"
7298   - "FIB_2M"
7299   traces:
7300     hoverinfo: "x+y"
7301     boxpoints: "outliers"
7302     whiskerwidth: 0
7303   layout:
7304     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7305     layout: "plot-throughput"
7306
7307 -
7308   type: "plot"
7309   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7310   algorithm: "plot_performance_box"
7311   output-file-type: ".html"
7312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7313   data: "plot-vpp-throughput-latency-3n-hsw"
7314   filter: "'NIC_Intel-XL710' and
7315            '64B' and
7316            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7317            'NDRPDR' and
7318            '1T1C' and
7319            'IP4FWD' and
7320            not 'IPSEC' and
7321            not 'VHOST'"
7322   parameters:
7323   - "throughput"
7324   - "parent"
7325   - "tags"
7326   sort:
7327   - "IP4BASE"
7328   - "FIB_20K"
7329   - "FIB_200K"
7330   - "FIB_2M"
7331   traces:
7332     hoverinfo: "x+y"
7333     boxpoints: "outliers"
7334     whiskerwidth: 0
7335   layout:
7336     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7337     layout: "plot-throughput"
7338
7339 -
7340   type: "plot"
7341   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7342   algorithm: "plot_performance_box"
7343   output-file-type: ".html"
7344   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7345   data: "plot-vpp-throughput-latency-3n-hsw"
7346   filter: "'NIC_Intel-XL710' and
7347            '64B' and
7348            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7349            'NDRPDR' and
7350            '2T2C' and
7351            'IP4FWD' and
7352            not 'IPSEC' and
7353            not 'VHOST'"
7354   parameters:
7355   - "throughput"
7356   - "parent"
7357   - "tags"
7358   sort:
7359   - "IP4BASE"
7360   - "FIB_20K"
7361   - "FIB_200K"
7362   - "FIB_2M"
7363   traces:
7364     hoverinfo: "x+y"
7365     boxpoints: "outliers"
7366     whiskerwidth: 0
7367   layout:
7368     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7369     layout: "plot-throughput"
7370
7371 -
7372   type: "plot"
7373   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7374   algorithm: "plot_performance_box"
7375   output-file-type: ".html"
7376   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7377   data: "plot-vpp-throughput-latency-3n-hsw"
7378   filter: "'NIC_Intel-XL710' and
7379            '64B' and
7380            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7381            'NDRPDR' and
7382            '2T2C' and
7383            'IP4FWD' and
7384            not 'IPSEC' and
7385            not 'VHOST'"
7386   parameters:
7387   - "throughput"
7388   - "parent"
7389   - "tags"
7390   sort:
7391   - "IP4BASE"
7392   - "FIB_20K"
7393   - "FIB_200K"
7394   - "FIB_2M"
7395   traces:
7396     hoverinfo: "x+y"
7397     boxpoints: "outliers"
7398     whiskerwidth: 0
7399   layout:
7400     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7401     layout: "plot-throughput"
7402
7403 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7404 -
7405   type: "plot"
7406   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7407   algorithm: "plot_performance_box"
7408   output-file-type: ".html"
7409   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7410   data: "plot-vpp-throughput-latency-3n-skx"
7411   filter: "'NIC_Intel-X710' and
7412            '64B' and
7413            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7414            'NDRPDR' and
7415            '2T1C' and
7416            'IP4FWD' and
7417            not 'IPSEC' and
7418            not 'VHOST'"
7419   parameters:
7420   - "throughput"
7421   - "parent"
7422   - "tags"
7423   sort:
7424   - "IP4BASE"
7425   - "FIB_20K"
7426   - "FIB_200K"
7427   - "FIB_2M"
7428   traces:
7429     hoverinfo: "x+y"
7430     boxpoints: "outliers"
7431     whiskerwidth: 0
7432   layout:
7433     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7434     layout: "plot-throughput"
7435
7436 -
7437   type: "plot"
7438   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7439   algorithm: "plot_performance_box"
7440   output-file-type: ".html"
7441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7442   data: "plot-vpp-throughput-latency-3n-skx"
7443   filter: "'NIC_Intel-X710' and
7444            '64B' and
7445            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7446            'NDRPDR' and
7447            '2T1C' and
7448            'IP4FWD' and
7449            not 'IPSEC' and
7450            not 'VHOST'"
7451   parameters:
7452   - "throughput"
7453   - "parent"
7454   - "tags"
7455   sort:
7456   - "IP4BASE"
7457   - "FIB_20K"
7458   - "FIB_200K"
7459   - "FIB_2M"
7460   traces:
7461     hoverinfo: "x+y"
7462     boxpoints: "outliers"
7463     whiskerwidth: 0
7464   layout:
7465     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7466     layout: "plot-throughput"
7467
7468 -
7469   type: "plot"
7470   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7471   algorithm: "plot_performance_box"
7472   output-file-type: ".html"
7473   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7474   data: "plot-vpp-throughput-latency-3n-skx"
7475   filter: "'NIC_Intel-X710' and
7476            '64B' and
7477            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7478            'NDRPDR' and
7479            '4T2C' and
7480            'IP4FWD' and
7481            not 'IPSEC' and
7482            not 'VHOST'"
7483   parameters:
7484   - "throughput"
7485   - "parent"
7486   - "tags"
7487   sort:
7488   - "IP4BASE"
7489   - "FIB_20K"
7490   - "FIB_200K"
7491   - "FIB_2M"
7492   traces:
7493     hoverinfo: "x+y"
7494     boxpoints: "outliers"
7495     whiskerwidth: 0
7496   layout:
7497     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7498     layout: "plot-throughput"
7499
7500 -
7501   type: "plot"
7502   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7503   algorithm: "plot_performance_box"
7504   output-file-type: ".html"
7505   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7506   data: "plot-vpp-throughput-latency-3n-skx"
7507   filter: "'NIC_Intel-X710' and
7508            '64B' and
7509            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7510            'NDRPDR' and
7511            '4T2C' and
7512            'IP4FWD' and
7513            not 'IPSEC' and
7514            not 'VHOST'"
7515   parameters:
7516   - "throughput"
7517   - "parent"
7518   - "tags"
7519   sort:
7520   - "IP4BASE"
7521   - "FIB_20K"
7522   - "FIB_200K"
7523   - "FIB_2M"
7524   traces:
7525     hoverinfo: "x+y"
7526     boxpoints: "outliers"
7527     whiskerwidth: 0
7528   layout:
7529     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7530     layout: "plot-throughput"
7531
7532 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7533 -
7534   type: "plot"
7535   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7536   algorithm: "plot_performance_box"
7537   output-file-type: ".html"
7538   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7539   data: "plot-vpp-throughput-latency-3n-skx"
7540   filter: "'NIC_Intel-X710' and
7541            '64B' and
7542            ('IP4BASE' or
7543             'POLICE_MARK' or
7544             'COPWHLIST' or
7545             ('NAT44' and 'BASE') or
7546             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7547            'NDRPDR' and
7548            '2T1C' and
7549            'IP4FWD' and
7550            not 'IPSEC' and
7551            not 'VHOST'"
7552   parameters:
7553   - "throughput"
7554   - "parent"
7555   - "tags"
7556   sort:
7557   - "IP4BASE"
7558   - "NAT44"
7559   - "POLICE_MARK"
7560   - "COPWHLIST"
7561   - "IACL"
7562   - "OACL"
7563   traces:
7564     hoverinfo: "x+y"
7565     boxpoints: "outliers"
7566     whiskerwidth: 0
7567   layout:
7568     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7569     layout: "plot-throughput"
7570
7571 -
7572   type: "plot"
7573   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7574   algorithm: "plot_performance_box"
7575   output-file-type: ".html"
7576   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7577   data: "plot-vpp-throughput-latency-3n-skx"
7578   filter: "'NIC_Intel-X710' and
7579            '64B' and
7580            ('IP4BASE' or
7581             'POLICE_MARK' or
7582             'COPWHLIST' or
7583             ('NAT44' and 'BASE') or
7584             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7585            'NDRPDR' and
7586            '2T1C' and
7587            'IP4FWD' and
7588            not 'IPSEC' and
7589            not 'VHOST'"
7590   parameters:
7591   - "throughput"
7592   - "parent"
7593   - "tags"
7594   sort:
7595   - "IP4BASE"
7596   - "NAT44"
7597   - "POLICE_MARK"
7598   - "COPWHLIST"
7599   - "IACL"
7600   - "OACL"
7601   traces:
7602     hoverinfo: "x+y"
7603     boxpoints: "outliers"
7604     whiskerwidth: 0
7605   layout:
7606     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7607     layout: "plot-throughput"
7608
7609 -
7610   type: "plot"
7611   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7612   algorithm: "plot_performance_box"
7613   output-file-type: ".html"
7614   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7615   data: "plot-vpp-throughput-latency-3n-skx"
7616   filter: "'NIC_Intel-X710' and
7617            '64B' and
7618            ('IP4BASE' or
7619             'POLICE_MARK' or
7620             'COPWHLIST' or
7621             ('NAT44' and 'BASE') or
7622             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7623            'NDRPDR' and
7624            '4T2C' and
7625            'IP4FWD' and
7626            not 'IPSEC' and
7627            not 'VHOST'"
7628   parameters:
7629   - "throughput"
7630   - "parent"
7631   - "tags"
7632   sort:
7633   - "IP4BASE"
7634   - "NAT44"
7635   - "POLICE_MARK"
7636   - "COPWHLIST"
7637   - "IACL"
7638   - "OACL"
7639   traces:
7640     hoverinfo: "x+y"
7641     boxpoints: "outliers"
7642     whiskerwidth: 0
7643   layout:
7644     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7645     layout: "plot-throughput"
7646
7647 -
7648   type: "plot"
7649   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7650   algorithm: "plot_performance_box"
7651   output-file-type: ".html"
7652   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7653   data: "plot-vpp-throughput-latency-3n-skx"
7654   filter: "'NIC_Intel-X710' and
7655            '64B' and
7656            ('IP4BASE' or
7657             'POLICE_MARK' or
7658             'COPWHLIST' or
7659             ('NAT44' and 'BASE') or
7660             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7661            'NDRPDR' and
7662            '4T2C' and
7663            'IP4FWD' and
7664            not 'IPSEC' and
7665            not 'VHOST'"
7666   parameters:
7667   - "throughput"
7668   - "parent"
7669   - "tags"
7670   sort:
7671   - "IP4BASE"
7672   - "NAT44"
7673   - "POLICE_MARK"
7674   - "COPWHLIST"
7675   - "IACL"
7676   - "OACL"
7677   traces:
7678     hoverinfo: "x+y"
7679     boxpoints: "outliers"
7680     whiskerwidth: 0
7681   layout:
7682     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7683     layout: "plot-throughput"
7684
7685 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7686 -
7687   type: "plot"
7688   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7689   algorithm: "plot_performance_box"
7690   output-file-type: ".html"
7691   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7692   data: "plot-vpp-throughput-latency-3n-hsw"
7693   filter: "'NIC_Intel-X710' and
7694            '64B' and
7695            'NDRPDR' and
7696            '1T1C' and
7697            'IP4FWD' and
7698            'NAT44' and
7699            not 'IPSEC' and
7700            not 'VHOST'"
7701   parameters:
7702   - "throughput"
7703   - "parent"
7704   - "tags"
7705   sort:
7706   - "BASE"
7707   - "BASE"
7708   - "SRC_USER_10"
7709   - "SRC_USER_100"
7710   - "SRC_USER_1000"
7711   - "SRC_USER_2000"
7712   traces:
7713     hoverinfo: "x+y"
7714     boxpoints: "outliers"
7715     whiskerwidth: 0
7716   layout:
7717     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7718     layout: "plot-throughput"
7719
7720 -
7721   type: "plot"
7722   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7723   algorithm: "plot_performance_box"
7724   output-file-type: ".html"
7725   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7726   data: "plot-vpp-throughput-latency-3n-hsw"
7727   filter: "'NIC_Intel-X710' and
7728            '64B' and
7729            'NDRPDR' and
7730            '1T1C' and
7731            'IP4FWD' and
7732            'NAT44' and
7733            not 'IPSEC' and
7734            not 'VHOST'"
7735   parameters:
7736   - "throughput"
7737   - "parent"
7738   - "tags"
7739   sort:
7740   - "BASE"
7741   - "BASE"
7742   - "SRC_USER_10"
7743   - "SRC_USER_100"
7744   - "SRC_USER_1000"
7745   - "SRC_USER_2000"
7746   traces:
7747     hoverinfo: "x+y"
7748     boxpoints: "outliers"
7749     whiskerwidth: 0
7750   layout:
7751     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7752     layout: "plot-throughput"
7753
7754 -
7755   type: "plot"
7756   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7757   algorithm: "plot_performance_box"
7758   output-file-type: ".html"
7759   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7760   data: "plot-vpp-throughput-latency-3n-hsw"
7761   filter: "'NIC_Intel-X710' and
7762            '64B' and
7763            'NDRPDR' and
7764            '2T2C' and
7765            'IP4FWD' and
7766            'NAT44' and
7767            not 'IPSEC' and
7768            not 'VHOST'"
7769   parameters:
7770   - "throughput"
7771   - "parent"
7772   - "tags"
7773   sort:
7774   - "BASE"
7775   - "BASE"
7776   - "SRC_USER_10"
7777   - "SRC_USER_100"
7778   - "SRC_USER_1000"
7779   - "SRC_USER_2000"
7780   traces:
7781     hoverinfo: "x+y"
7782     boxpoints: "outliers"
7783     whiskerwidth: 0
7784   layout:
7785     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7786     layout: "plot-throughput"
7787
7788 -
7789   type: "plot"
7790   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7791   algorithm: "plot_performance_box"
7792   output-file-type: ".html"
7793   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7794   data: "plot-vpp-throughput-latency-3n-hsw"
7795   filter: "'NIC_Intel-X710' and
7796            '64B' and
7797            'NDRPDR' and
7798            '2T2C' and
7799            'IP4FWD' and
7800            'NAT44' and
7801            not 'IPSEC' and
7802            not 'VHOST'"
7803   parameters:
7804   - "throughput"
7805   - "parent"
7806   - "tags"
7807   sort:
7808   - "BASE"
7809   - "BASE"
7810   - "SRC_USER_10"
7811   - "SRC_USER_100"
7812   - "SRC_USER_1000"
7813   - "SRC_USER_2000"
7814   traces:
7815     hoverinfo: "x+y"
7816     boxpoints: "outliers"
7817     whiskerwidth: 0
7818   layout:
7819     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7820     layout: "plot-throughput"
7821
7822 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7823 -
7824   type: "plot"
7825   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7826   algorithm: "plot_performance_box"
7827   output-file-type: ".html"
7828   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7829   data: "plot-vpp-throughput-latency-3n-hsw"
7830   filter: "'NIC_Intel-X710' and
7831            '64B' and
7832            'NDRPDR' and
7833            '1T1C' and
7834            'IP4FWD' and
7835            'IACL' and
7836            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7837            not 'IPSEC' and
7838            not 'VHOST'"
7839   parameters:
7840   - "throughput"
7841   - "parent"
7842   - "tags"
7843   sort:
7844   - "ACL_STATELESS"
7845   - "ACL_STATEFUL"
7846   - "ACL_STATELESS"
7847   - "ACL_STATEFUL"
7848   traces:
7849     hoverinfo: "x+y"
7850     boxpoints: "outliers"
7851     whiskerwidth: 0
7852   layout:
7853     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7854     layout: "plot-throughput"
7855
7856 -
7857   type: "plot"
7858   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7859   algorithm: "plot_performance_box"
7860   output-file-type: ".html"
7861   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7862   data: "plot-vpp-throughput-latency-3n-hsw"
7863   filter: "'NIC_Intel-X710' and
7864            '64B' and
7865            'NDRPDR' and
7866            '1T1C' and
7867            'IP4FWD' and
7868            'IACL' and
7869            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7870            not 'IPSEC' and
7871            not 'VHOST'"
7872   parameters:
7873   - "throughput"
7874   - "parent"
7875   - "tags"
7876   sort:
7877   - "ACL_STATELESS"
7878   - "ACL_STATEFUL"
7879   - "ACL_STATELESS"
7880   - "ACL_STATEFUL"
7881   traces:
7882     hoverinfo: "x+y"
7883     boxpoints: "outliers"
7884     whiskerwidth: 0
7885   layout:
7886     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7887     layout: "plot-throughput"
7888
7889 -
7890   type: "plot"
7891   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7892   algorithm: "plot_performance_box"
7893   output-file-type: ".html"
7894   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7895   data: "plot-vpp-throughput-latency-3n-hsw"
7896   filter: "'NIC_Intel-X710' and
7897            '64B' and
7898            'NDRPDR' and
7899            '2T2C' and
7900            'IP4FWD' and
7901            'IACL' and
7902            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7903            not 'IPSEC' and
7904            not 'VHOST'"
7905   parameters:
7906   - "throughput"
7907   - "parent"
7908   - "tags"
7909   sort:
7910   - "ACL_STATELESS"
7911   - "ACL_STATEFUL"
7912   - "ACL_STATELESS"
7913   - "ACL_STATEFUL"
7914   traces:
7915     hoverinfo: "x+y"
7916     boxpoints: "outliers"
7917     whiskerwidth: 0
7918   layout:
7919     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7920     layout: "plot-throughput"
7921
7922 -
7923   type: "plot"
7924   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7925   algorithm: "plot_performance_box"
7926   output-file-type: ".html"
7927   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7928   data: "plot-vpp-throughput-latency-3n-hsw"
7929   filter: "'NIC_Intel-X710' and
7930            '64B' and
7931            'NDRPDR' and
7932            '2T2C' and
7933            'IP4FWD' and
7934            'IACL' and
7935            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7936            not 'IPSEC' and
7937            not 'VHOST'"
7938   parameters:
7939   - "throughput"
7940   - "parent"
7941   - "tags"
7942   sort:
7943   - "ACL_STATELESS"
7944   - "ACL_STATEFUL"
7945   - "ACL_STATELESS"
7946   - "ACL_STATEFUL"
7947   traces:
7948     hoverinfo: "x+y"
7949     boxpoints: "outliers"
7950     whiskerwidth: 0
7951   layout:
7952     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7953     layout: "plot-throughput"
7954
7955 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7956 -
7957   type: "plot"
7958   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7959   algorithm: "plot_performance_box"
7960   output-file-type: ".html"
7961   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7962   data: "plot-vpp-throughput-latency-3n-hsw"
7963   filter: "'NIC_Intel-X710' and
7964            '64B' and
7965            'NDRPDR' and
7966            '1T1C' and
7967            'IP4FWD' and
7968            'OACL' and
7969            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7970            not 'IPSEC' and
7971            not 'VHOST'"
7972   parameters:
7973   - "throughput"
7974   - "parent"
7975   - "tags"
7976   sort:
7977   - "ACL_STATELESS"
7978   - "ACL_STATEFUL"
7979   - "ACL_STATELESS"
7980   - "ACL_STATEFUL"
7981   traces:
7982     hoverinfo: "x+y"
7983     boxpoints: "outliers"
7984     whiskerwidth: 0
7985   layout:
7986     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7987     layout: "plot-throughput"
7988
7989 -
7990   type: "plot"
7991   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7992   algorithm: "plot_performance_box"
7993   output-file-type: ".html"
7994   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7995   data: "plot-vpp-throughput-latency-3n-hsw"
7996   filter: "'NIC_Intel-X710' and
7997            '64B' and
7998            'NDRPDR' and
7999            '1T1C' and
8000            'IP4FWD' and
8001            'OACL' and
8002            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8003            not 'IPSEC' and
8004            not 'VHOST'"
8005   parameters:
8006   - "throughput"
8007   - "parent"
8008   - "tags"
8009   sort:
8010   - "ACL_STATELESS"
8011   - "ACL_STATEFUL"
8012   - "ACL_STATELESS"
8013   - "ACL_STATEFUL"
8014   traces:
8015     hoverinfo: "x+y"
8016     boxpoints: "outliers"
8017     whiskerwidth: 0
8018   layout:
8019     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
8020     layout: "plot-throughput"
8021
8022 -
8023   type: "plot"
8024   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8025   algorithm: "plot_performance_box"
8026   output-file-type: ".html"
8027   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8028   data: "plot-vpp-throughput-latency-3n-hsw"
8029   filter: "'NIC_Intel-X710' and
8030            '64B' and
8031            'NDRPDR' and
8032            '2T2C' and
8033            'IP4FWD' and
8034            'OACL' and
8035            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8036            not 'IPSEC' and
8037            not 'VHOST'"
8038   parameters:
8039   - "throughput"
8040   - "parent"
8041   - "tags"
8042   sort:
8043   - "ACL_STATELESS"
8044   - "ACL_STATEFUL"
8045   - "ACL_STATELESS"
8046   - "ACL_STATEFUL"
8047   traces:
8048     hoverinfo: "x+y"
8049     boxpoints: "outliers"
8050     whiskerwidth: 0
8051   layout:
8052     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8053     layout: "plot-throughput"
8054
8055 -
8056   type: "plot"
8057   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8058   algorithm: "plot_performance_box"
8059   output-file-type: ".html"
8060   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8061   data: "plot-vpp-throughput-latency-3n-hsw"
8062   filter: "'NIC_Intel-X710' and
8063            '64B' and
8064            'NDRPDR' and
8065            '2T2C' and
8066            'IP4FWD' and
8067            'OACL' and
8068            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8069            not 'IPSEC' and
8070            not 'VHOST'"
8071   parameters:
8072   - "throughput"
8073   - "parent"
8074   - "tags"
8075   sort:
8076   - "ACL_STATELESS"
8077   - "ACL_STATEFUL"
8078   - "ACL_STATELESS"
8079   - "ACL_STATEFUL"
8080   traces:
8081     hoverinfo: "x+y"
8082     boxpoints: "outliers"
8083     whiskerwidth: 0
8084   layout:
8085     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8086     layout: "plot-throughput"
8087
8088 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
8089 -
8090   type: "plot"
8091   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8092   algorithm: "plot_performance_box"
8093   output-file-type: ".html"
8094   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8095   data: "plot-vpp-throughput-latency-2n-skx"
8096   filter: "'NIC_Intel-X710' and
8097            '64B' and
8098            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8099            'NDRPDR' and
8100            '2T1C' and
8101            'IP4FWD' and
8102            not 'IPSEC' and
8103            not 'VHOST'"
8104   parameters:
8105   - "throughput"
8106   - "parent"
8107   - "tags"
8108   sort:
8109   - "IP4BASE"
8110   - "FIB_20K"
8111   - "FIB_200K"
8112   - "FIB_2M"
8113   traces:
8114     hoverinfo: "x+y"
8115     boxpoints: "outliers"
8116     whiskerwidth: 0
8117   layout:
8118     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8119     layout: "plot-throughput"
8120
8121 -
8122   type: "plot"
8123   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8124   algorithm: "plot_performance_box"
8125   output-file-type: ".html"
8126   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8127   data: "plot-vpp-throughput-latency-2n-skx"
8128   filter: "'NIC_Intel-X710' and
8129            '64B' and
8130            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8131            'NDRPDR' and
8132            '2T1C' and
8133            'IP4FWD' and
8134            not 'IPSEC' and
8135            not 'VHOST'"
8136   parameters:
8137   - "throughput"
8138   - "parent"
8139   - "tags"
8140   sort:
8141   - "IP4BASE"
8142   - "FIB_20K"
8143   - "FIB_200K"
8144   - "FIB_2M"
8145   traces:
8146     hoverinfo: "x+y"
8147     boxpoints: "outliers"
8148     whiskerwidth: 0
8149   layout:
8150     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8151     layout: "plot-throughput"
8152
8153 -
8154   type: "plot"
8155   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8156   algorithm: "plot_performance_box"
8157   output-file-type: ".html"
8158   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8159   data: "plot-vpp-throughput-latency-2n-skx"
8160   filter: "'NIC_Intel-X710' and
8161            '64B' and
8162            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8163            'NDRPDR' and
8164            '4T2C' and
8165            'IP4FWD' and
8166            not 'IPSEC' and
8167            not 'VHOST'"
8168   parameters:
8169   - "throughput"
8170   - "parent"
8171   - "tags"
8172   sort:
8173   - "IP4BASE"
8174   - "FIB_20K"
8175   - "FIB_200K"
8176   - "FIB_2M"
8177   traces:
8178     hoverinfo: "x+y"
8179     boxpoints: "outliers"
8180     whiskerwidth: 0
8181   layout:
8182     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8183     layout: "plot-throughput"
8184
8185 -
8186   type: "plot"
8187   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8188   algorithm: "plot_performance_box"
8189   output-file-type: ".html"
8190   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8191   data: "plot-vpp-throughput-latency-2n-skx"
8192   filter: "'NIC_Intel-X710' and
8193            '64B' and
8194            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8195            'NDRPDR' and
8196            '4T2C' and
8197            'IP4FWD' and
8198            not 'IPSEC' and
8199            not 'VHOST'"
8200   parameters:
8201   - "throughput"
8202   - "parent"
8203   - "tags"
8204   sort:
8205   - "IP4BASE"
8206   - "FIB_20K"
8207   - "FIB_200K"
8208   - "FIB_2M"
8209   traces:
8210     hoverinfo: "x+y"
8211     boxpoints: "outliers"
8212     whiskerwidth: 0
8213   layout:
8214     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8215     layout: "plot-throughput"
8216
8217 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8218 -
8219   type: "plot"
8220   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8221   algorithm: "plot_performance_box"
8222   output-file-type: ".html"
8223   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8224   data: "plot-vpp-throughput-latency-2n-skx"
8225   filter: "'NIC_Intel-XXV710' and
8226            '64B' and
8227            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8228            'NDRPDR' and
8229            '2T1C' and
8230            'IP4FWD' and
8231            not 'IPSEC' and
8232            not 'VHOST'"
8233   parameters:
8234   - "throughput"
8235   - "parent"
8236   - "tags"
8237   sort:
8238   - "IP4BASE"
8239   - "FIB_20K"
8240   - "FIB_200K"
8241   - "FIB_2M"
8242   traces:
8243     hoverinfo: "x+y"
8244     boxpoints: "outliers"
8245     whiskerwidth: 0
8246   layout:
8247     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8248     layout: "plot-throughput"
8249
8250 -
8251   type: "plot"
8252   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8253   algorithm: "plot_performance_box"
8254   output-file-type: ".html"
8255   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8256   data: "plot-vpp-throughput-latency-2n-skx"
8257   filter: "'NIC_Intel-XXV710' and
8258            '64B' and
8259            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8260            'NDRPDR' and
8261            '2T1C' and
8262            'IP4FWD' and
8263            not 'IPSEC' and
8264            not 'VHOST'"
8265   parameters:
8266   - "throughput"
8267   - "parent"
8268   - "tags"
8269   sort:
8270   - "IP4BASE"
8271   - "FIB_20K"
8272   - "FIB_200K"
8273   - "FIB_2M"
8274   traces:
8275     hoverinfo: "x+y"
8276     boxpoints: "outliers"
8277     whiskerwidth: 0
8278   layout:
8279     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8280     layout: "plot-throughput"
8281
8282 -
8283   type: "plot"
8284   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8285   algorithm: "plot_performance_box"
8286   output-file-type: ".html"
8287   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8288   data: "plot-vpp-throughput-latency-2n-skx"
8289   filter: "'NIC_Intel-XXV710' and
8290            '64B' and
8291            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8292            'NDRPDR' and
8293            '4T2C' and
8294            'IP4FWD' and
8295            not 'IPSEC' and
8296            not 'VHOST'"
8297   parameters:
8298   - "throughput"
8299   - "parent"
8300   - "tags"
8301   sort:
8302   - "IP4BASE"
8303   - "FIB_20K"
8304   - "FIB_200K"
8305   - "FIB_2M"
8306   traces:
8307     hoverinfo: "x+y"
8308     boxpoints: "outliers"
8309     whiskerwidth: 0
8310   layout:
8311     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8312     layout: "plot-throughput"
8313
8314 -
8315   type: "plot"
8316   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8317   algorithm: "plot_performance_box"
8318   output-file-type: ".html"
8319   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8320   data: "plot-vpp-throughput-latency-2n-skx"
8321   filter: "'NIC_Intel-XXV710' and
8322            '64B' and
8323            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8324            'NDRPDR' and
8325            '4T2C' and
8326            'IP4FWD' and
8327            not 'IPSEC' and
8328            not 'VHOST'"
8329   parameters:
8330   - "throughput"
8331   - "parent"
8332   - "tags"
8333   sort:
8334   - "IP4BASE"
8335   - "FIB_20K"
8336   - "FIB_200K"
8337   - "FIB_2M"
8338   traces:
8339     hoverinfo: "x+y"
8340     boxpoints: "outliers"
8341     whiskerwidth: 0
8342   layout:
8343     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8344     layout: "plot-throughput"
8345
8346 ################################################################################
8347
8348 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8349 -
8350   type: "plot"
8351   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8352   algorithm: "plot_performance_box"
8353   output-file-type: ".html"
8354   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8355   data: "plot-vpp-throughput-latency-3n-hsw"
8356   filter: "'NIC_Intel-X520-DA2' and
8357            '64B' and
8358            'ENCAP' and
8359            'NDRPDR' and
8360            '1T1C' and
8361            'VXLAN' and
8362            'L2BDMACLRN' and
8363            not 'VHOST' and
8364            not 'IPSECHW'"
8365   parameters:
8366   - "throughput"
8367   - "parent"
8368   - "tags"
8369   sort:
8370   - "not DOT1Q"
8371   - "VXLAN_1"
8372   - "VXLAN_10"
8373   - "VXLAN_100"
8374   - "VXLAN_1000"
8375   traces:
8376     hoverinfo: "x+y"
8377     boxpoints: "outliers"
8378     whiskerwidth: 0
8379   layout:
8380     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8381     layout: "plot-throughput"
8382
8383 -
8384   type: "plot"
8385   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8386   algorithm: "plot_performance_box"
8387   output-file-type: ".html"
8388   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8389   data: "plot-vpp-throughput-latency-3n-hsw"
8390   filter: "'NIC_Intel-X520-DA2' and
8391            '64B' and
8392            'ENCAP' and
8393            'NDRPDR' and
8394            '1T1C' and
8395            'VXLAN' and
8396            'L2BDMACLRN' and
8397            not 'VHOST' and
8398            not 'IPSECHW'"
8399   parameters:
8400   - "throughput"
8401   - "parent"
8402   - "tags"
8403   sort:
8404   - "not DOT1Q"
8405   - "VXLAN_1"
8406   - "VXLAN_10"
8407   - "VXLAN_100"
8408   - "VXLAN_1000"
8409   traces:
8410     hoverinfo: "x+y"
8411     boxpoints: "outliers"
8412     whiskerwidth: 0
8413   layout:
8414     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8415     layout: "plot-throughput"
8416
8417 -
8418   type: "plot"
8419   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8420   algorithm: "plot_performance_box"
8421   output-file-type: ".html"
8422   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8423   data: "plot-vpp-throughput-latency-3n-hsw"
8424   filter: "'NIC_Intel-X520-DA2' and
8425            '64B' and
8426            'ENCAP' and
8427            'NDRPDR' and
8428            '2T2C' and
8429            'VXLAN' and
8430            'L2BDMACLRN' and
8431            not 'VHOST' and
8432            not 'IPSECHW'"
8433   parameters:
8434   - "throughput"
8435   - "parent"
8436   - "tags"
8437   sort:
8438   - "not DOT1Q"
8439   - "VXLAN_1"
8440   - "VXLAN_10"
8441   - "VXLAN_100"
8442   - "VXLAN_1000"
8443   traces:
8444     hoverinfo: "x+y"
8445     boxpoints: "outliers"
8446     whiskerwidth: 0
8447   layout:
8448     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8449     layout: "plot-throughput"
8450
8451 -
8452   type: "plot"
8453   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8454   algorithm: "plot_performance_box"
8455   output-file-type: ".html"
8456   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8457   data: "plot-vpp-throughput-latency-3n-hsw"
8458   filter: "'NIC_Intel-X520-DA2' and
8459            '64B' and
8460            'ENCAP' and
8461            'NDRPDR' and
8462            '2T2C' and
8463            'VXLAN' and
8464            'L2BDMACLRN' and
8465            not 'VHOST' and
8466            not 'IPSECHW'"
8467   parameters:
8468   - "throughput"
8469   - "parent"
8470   - "tags"
8471   sort:
8472   - "not DOT1Q"
8473   - "VXLAN_1"
8474   - "VXLAN_10"
8475   - "VXLAN_100"
8476   - "VXLAN_1000"
8477   traces:
8478     hoverinfo: "x+y"
8479     boxpoints: "outliers"
8480     whiskerwidth: 0
8481   layout:
8482     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8483     layout: "plot-throughput"
8484
8485 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8486 -
8487   type: "plot"
8488   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8489   algorithm: "plot_performance_box"
8490   output-file-type: ".html"
8491   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8492   data: "plot-vpp-throughput-latency-3n-hsw"
8493   filter: "'NIC_Intel-X520-DA2' and
8494            '64B' and
8495            'ENCAP' and
8496            'NDRPDR' and
8497            '1T1C' and
8498            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8499            not 'DOT1Q' and
8500            not 'VHOST' and
8501            not 'IPSECHW'"
8502   parameters:
8503   - "throughput"
8504   - "parent"
8505   - "tags"
8506   sort:
8507   - "L2BDMACLRN"
8508   - "L2XCFWD"
8509   - "LISP"
8510   traces:
8511     hoverinfo: "x+y"
8512     boxpoints: "outliers"
8513     whiskerwidth: 0
8514   layout:
8515     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8516     layout: "plot-throughput"
8517
8518 -
8519   type: "plot"
8520   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8521   algorithm: "plot_performance_box"
8522   output-file-type: ".html"
8523   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8524   data: "plot-vpp-throughput-latency-3n-hsw"
8525   filter: "'NIC_Intel-X520-DA2' and
8526            '64B' and
8527            'ENCAP' and
8528            'NDRPDR' and
8529            '2T2C' and
8530            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8531            not 'DOT1Q' and
8532            not 'VHOST' and
8533            not 'IPSECHW'"
8534   parameters:
8535   - "throughput"
8536   - "parent"
8537   - "tags"
8538   sort:
8539   - "L2BDMACLRN"
8540   - "L2XCFWD"
8541   - "LISP"
8542   traces:
8543     hoverinfo: "x+y"
8544     boxpoints: "outliers"
8545     whiskerwidth: 0
8546   layout:
8547     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8548     layout: "plot-throughput"
8549
8550 -
8551   type: "plot"
8552   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8553   algorithm: "plot_performance_box"
8554   output-file-type: ".html"
8555   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8556   data: "plot-vpp-throughput-latency-3n-hsw"
8557   filter: "'NIC_Intel-X520-DA2' and
8558            '64B' and
8559            'ENCAP' and
8560            'NDRPDR' and
8561            '1T1C' and
8562            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8563            not 'DOT1Q' and
8564            not 'VHOST' and
8565            not 'IPSECHW'"
8566   parameters:
8567   - "throughput"
8568   - "parent"
8569   - "tags"
8570   sort:
8571   - "L2BDMACLRN"
8572   - "L2XCFWD"
8573   - "LISP"
8574   traces:
8575     hoverinfo: "x+y"
8576     boxpoints: "outliers"
8577     whiskerwidth: 0
8578   layout:
8579     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8580     layout: "plot-throughput"
8581
8582 -
8583   type: "plot"
8584   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8585   algorithm: "plot_performance_box"
8586   output-file-type: ".html"
8587   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8588   data: "plot-vpp-throughput-latency-3n-hsw"
8589   filter: "'NIC_Intel-X520-DA2' and
8590            '64B' and
8591            'ENCAP' and
8592            'NDRPDR' and
8593            '2T2C' and
8594            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8595            not 'DOT1Q' and
8596            not 'VHOST' and
8597            not 'IPSECHW'"
8598   parameters:
8599   - "throughput"
8600   - "parent"
8601   - "tags"
8602   sort:
8603   - "L2BDMACLRN"
8604   - "L2XCFWD"
8605   - "LISP"
8606   traces:
8607     hoverinfo: "x+y"
8608     boxpoints: "outliers"
8609     whiskerwidth: 0
8610   layout:
8611     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8612     layout: "plot-throughput"
8613
8614 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8615 -
8616   type: "plot"
8617   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8618   algorithm: "plot_performance_box"
8619   output-file-type: ".html"
8620   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8621   data: "plot-vpp-throughput-latency-3n-hsw"
8622   filter: "'NIC_Intel-X710' and
8623            '64B' and
8624            'ENCAP' and
8625            'NDRPDR' and
8626            '1T1C' and
8627            'VXLAN' and
8628            'L2BDMACLRN' and
8629            not 'VHOST' and
8630            not 'IPSECHW'"
8631   parameters:
8632   - "throughput"
8633   - "parent"
8634   - "tags"
8635   sort:
8636   - "not DOT1Q"
8637   - "VXLAN_1"
8638   - "VXLAN_10"
8639   - "VXLAN_100"
8640   - "VXLAN_1000"
8641   traces:
8642     hoverinfo: "x+y"
8643     boxpoints: "outliers"
8644     whiskerwidth: 0
8645   layout:
8646     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8647     layout: "plot-throughput"
8648
8649 -
8650   type: "plot"
8651   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8652   algorithm: "plot_performance_box"
8653   output-file-type: ".html"
8654   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8655   data: "plot-vpp-throughput-latency-3n-hsw"
8656   filter: "'NIC_Intel-X710' and
8657            '64B' and
8658            'ENCAP' and
8659            'NDRPDR' and
8660            '1T1C' and
8661            'VXLAN' and
8662            'L2BDMACLRN' and
8663            not 'VHOST' and
8664            not 'IPSECHW'"
8665   parameters:
8666   - "throughput"
8667   - "parent"
8668   - "tags"
8669   sort:
8670   - "not DOT1Q"
8671   - "VXLAN_1"
8672   - "VXLAN_10"
8673   - "VXLAN_100"
8674   - "VXLAN_1000"
8675   traces:
8676     hoverinfo: "x+y"
8677     boxpoints: "outliers"
8678     whiskerwidth: 0
8679   layout:
8680     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8681     layout: "plot-throughput"
8682
8683 -
8684   type: "plot"
8685   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8686   algorithm: "plot_performance_box"
8687   output-file-type: ".html"
8688   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8689   data: "plot-vpp-throughput-latency-3n-hsw"
8690   filter: "'NIC_Intel-X710' and
8691            '64B' and
8692            'ENCAP' and
8693            'NDRPDR' and
8694            '2T2C' and
8695            'VXLAN' and
8696            'L2BDMACLRN' and
8697            not 'VHOST' and
8698            not 'IPSECHW'"
8699   parameters:
8700   - "throughput"
8701   - "parent"
8702   - "tags"
8703   sort:
8704   - "not DOT1Q"
8705   - "VXLAN_1"
8706   - "VXLAN_10"
8707   - "VXLAN_100"
8708   - "VXLAN_1000"
8709   traces:
8710     hoverinfo: "x+y"
8711     boxpoints: "outliers"
8712     whiskerwidth: 0
8713   layout:
8714     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8715     layout: "plot-throughput"
8716
8717 -
8718   type: "plot"
8719   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8720   algorithm: "plot_performance_box"
8721   output-file-type: ".html"
8722   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8723   data: "plot-vpp-throughput-latency-3n-hsw"
8724   filter: "'NIC_Intel-X710' and
8725            '64B' and
8726            'ENCAP' and
8727            'NDRPDR' and
8728            '2T2C' and
8729            'VXLAN' and
8730            'L2BDMACLRN' and
8731            not 'VHOST' and
8732            not 'IPSECHW'"
8733   parameters:
8734   - "throughput"
8735   - "parent"
8736   - "tags"
8737   sort:
8738   - "not DOT1Q"
8739   - "VXLAN_1"
8740   - "VXLAN_10"
8741   - "VXLAN_100"
8742   - "VXLAN_1000"
8743   traces:
8744     hoverinfo: "x+y"
8745     boxpoints: "outliers"
8746     whiskerwidth: 0
8747   layout:
8748     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8749     layout: "plot-throughput"
8750
8751 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8752 -
8753   type: "plot"
8754   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8755   algorithm: "plot_performance_box"
8756   output-file-type: ".html"
8757   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8758   data: "plot-vpp-throughput-latency-3n-hsw"
8759   filter: "'NIC_Intel-X710' and
8760            '64B' and
8761            'ENCAP' and
8762            'NDRPDR' and
8763            '1T1C' and
8764            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8765            not 'DOT1Q' and
8766            not 'VHOST' and
8767            not 'IPSECHW'"
8768   parameters:
8769   - "throughput"
8770   - "parent"
8771   - "tags"
8772   sort:
8773   - "L2BDMACLRN"
8774   - "L2XCFWD"
8775   - "LISP"
8776   traces:
8777     hoverinfo: "x+y"
8778     boxpoints: "outliers"
8779     whiskerwidth: 0
8780   layout:
8781     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8782     layout: "plot-throughput"
8783
8784 -
8785   type: "plot"
8786   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8787   algorithm: "plot_performance_box"
8788   output-file-type: ".html"
8789   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8790   data: "plot-vpp-throughput-latency-3n-hsw"
8791   filter: "'NIC_Intel-X710' and
8792            '64B' and
8793            'ENCAP' and
8794            'NDRPDR' and
8795            '2T2C' and
8796            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8797            not 'DOT1Q' and
8798            not 'VHOST' and
8799            not 'IPSECHW'"
8800   parameters:
8801   - "throughput"
8802   - "parent"
8803   - "tags"
8804   sort:
8805   - "L2BDMACLRN"
8806   - "L2XCFWD"
8807   - "LISP"
8808   traces:
8809     hoverinfo: "x+y"
8810     boxpoints: "outliers"
8811     whiskerwidth: 0
8812   layout:
8813     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8814     layout: "plot-throughput"
8815
8816 -
8817   type: "plot"
8818   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8819   algorithm: "plot_performance_box"
8820   output-file-type: ".html"
8821   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8822   data: "plot-vpp-throughput-latency-3n-hsw"
8823   filter: "'NIC_Intel-X710' and
8824            '64B' and
8825            'ENCAP' and
8826            'NDRPDR' and
8827            '1T1C' and
8828            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8829            not 'DOT1Q' and
8830            not 'VHOST' and
8831            not 'IPSECHW'"
8832   parameters:
8833   - "throughput"
8834   - "parent"
8835   - "tags"
8836   sort:
8837   - "L2BDMACLRN"
8838   - "L2XCFWD"
8839   - "LISP"
8840   traces:
8841     hoverinfo: "x+y"
8842     boxpoints: "outliers"
8843     whiskerwidth: 0
8844   layout:
8845     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8846     layout: "plot-throughput"
8847
8848 -
8849   type: "plot"
8850   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8851   algorithm: "plot_performance_box"
8852   output-file-type: ".html"
8853   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8854   data: "plot-vpp-throughput-latency-3n-hsw"
8855   filter: "'NIC_Intel-X710' and
8856            '64B' and
8857            'ENCAP' and
8858            'NDRPDR' and
8859            '2T2C' and
8860            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8861            not 'DOT1Q' and
8862            not 'VHOST' and
8863            not 'IPSECHW'"
8864   parameters:
8865   - "throughput"
8866   - "parent"
8867   - "tags"
8868   sort:
8869   - "L2BDMACLRN"
8870   - "L2XCFWD"
8871   - "LISP"
8872   traces:
8873     hoverinfo: "x+y"
8874     boxpoints: "outliers"
8875     whiskerwidth: 0
8876   layout:
8877     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8878     layout: "plot-throughput"
8879
8880 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8881 -
8882   type: "plot"
8883   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8884   algorithm: "plot_performance_box"
8885   output-file-type: ".html"
8886   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8887   data: "plot-vpp-throughput-latency-3n-skx"
8888   filter: "'NIC_Intel-X710' and
8889            '64B' and
8890            'ENCAP' and
8891            'NDRPDR' and
8892            '2T1C' and
8893            'VXLAN' and
8894            'L2BDMACLRN' and
8895            not 'VHOST' and
8896            not 'IPSECHW'"
8897   parameters:
8898   - "throughput"
8899   - "parent"
8900   - "tags"
8901   sort:
8902   - "not DOT1Q"
8903   - "VXLAN_1"
8904   - "VXLAN_10"
8905   - "VXLAN_100"
8906   - "VXLAN_1000"
8907   traces:
8908     hoverinfo: "x+y"
8909     boxpoints: "outliers"
8910     whiskerwidth: 0
8911   layout:
8912     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8913     layout: "plot-throughput"
8914
8915 -
8916   type: "plot"
8917   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8918   algorithm: "plot_performance_box"
8919   output-file-type: ".html"
8920   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8921   data: "plot-vpp-throughput-latency-3n-skx"
8922   filter: "'NIC_Intel-X710' and
8923            '64B' and
8924            'ENCAP' and
8925            'NDRPDR' and
8926            '2T1C' and
8927            'VXLAN' and
8928            'L2BDMACLRN' and
8929            not 'VHOST' and
8930            not 'IPSECHW'"
8931   parameters:
8932   - "throughput"
8933   - "parent"
8934   - "tags"
8935   sort:
8936   - "not DOT1Q"
8937   - "VXLAN_1"
8938   - "VXLAN_10"
8939   - "VXLAN_100"
8940   - "VXLAN_1000"
8941   traces:
8942     hoverinfo: "x+y"
8943     boxpoints: "outliers"
8944     whiskerwidth: 0
8945   layout:
8946     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8947     layout: "plot-throughput"
8948
8949 -
8950   type: "plot"
8951   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8952   algorithm: "plot_performance_box"
8953   output-file-type: ".html"
8954   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8955   data: "plot-vpp-throughput-latency-3n-skx"
8956   filter: "'NIC_Intel-X710' and
8957            '64B' and
8958            'ENCAP' and
8959            'NDRPDR' and
8960            '4T2C' and
8961            'VXLAN' and
8962            'L2BDMACLRN' and
8963            not 'VHOST' and
8964            not 'IPSECHW'"
8965   parameters:
8966   - "throughput"
8967   - "parent"
8968   - "tags"
8969   sort:
8970   - "not DOT1Q"
8971   - "VXLAN_1"
8972   - "VXLAN_10"
8973   - "VXLAN_100"
8974   - "VXLAN_1000"
8975   traces:
8976     hoverinfo: "x+y"
8977     boxpoints: "outliers"
8978     whiskerwidth: 0
8979   layout:
8980     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8981     layout: "plot-throughput"
8982
8983 -
8984   type: "plot"
8985   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8986   algorithm: "plot_performance_box"
8987   output-file-type: ".html"
8988   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8989   data: "plot-vpp-throughput-latency-3n-skx"
8990   filter: "'NIC_Intel-X710' and
8991            '64B' and
8992            'ENCAP' and
8993            'NDRPDR' and
8994            '4T2C' and
8995            'VXLAN' and
8996            'L2BDMACLRN' and
8997            not 'VHOST' and
8998            not 'IPSECHW'"
8999   parameters:
9000   - "throughput"
9001   - "parent"
9002   - "tags"
9003   sort:
9004   - "not DOT1Q"
9005   - "VXLAN_1"
9006   - "VXLAN_10"
9007   - "VXLAN_100"
9008   - "VXLAN_1000"
9009   traces:
9010     hoverinfo: "x+y"
9011     boxpoints: "outliers"
9012     whiskerwidth: 0
9013   layout:
9014     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9015     layout: "plot-throughput"
9016
9017 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
9018 -
9019   type: "plot"
9020   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9021   algorithm: "plot_performance_box"
9022   output-file-type: ".html"
9023   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9024   data: "plot-vpp-throughput-latency-3n-skx"
9025   filter: "'NIC_Intel-X710' and
9026            '64B' and
9027            'ENCAP' and
9028            'NDRPDR' and
9029            '2T1C' and
9030            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9031            not 'DOT1Q' and
9032            not 'VHOST' and
9033            not 'IPSECHW'"
9034   parameters:
9035   - "throughput"
9036   - "parent"
9037   - "tags"
9038   sort:
9039   - "L2BDMACLRN"
9040   - "L2XCFWD"
9041   - "LISP"
9042   traces:
9043     hoverinfo: "x+y"
9044     boxpoints: "outliers"
9045     whiskerwidth: 0
9046   layout:
9047     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9048     layout: "plot-throughput"
9049
9050 -
9051   type: "plot"
9052   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9053   algorithm: "plot_performance_box"
9054   output-file-type: ".html"
9055   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9056   data: "plot-vpp-throughput-latency-3n-skx"
9057   filter: "'NIC_Intel-X710' and
9058            '64B' and
9059            'ENCAP' and
9060            'NDRPDR' and
9061            '4T2C' and
9062            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9063            not 'DOT1Q' and
9064            not 'VHOST' and
9065            not 'IPSECHW'"
9066   parameters:
9067   - "throughput"
9068   - "parent"
9069   - "tags"
9070   sort:
9071   - "L2BDMACLRN"
9072   - "L2XCFWD"
9073   - "LISP"
9074   traces:
9075     hoverinfo: "x+y"
9076     boxpoints: "outliers"
9077     whiskerwidth: 0
9078   layout:
9079     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9080     layout: "plot-throughput"
9081
9082 -
9083   type: "plot"
9084   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9085   algorithm: "plot_performance_box"
9086   output-file-type: ".html"
9087   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9088   data: "plot-vpp-throughput-latency-3n-skx"
9089   filter: "'NIC_Intel-X710' and
9090            '64B' and
9091            'ENCAP' and
9092            'NDRPDR' and
9093            '2T1C' and
9094            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9095            not 'DOT1Q' and
9096            not 'VHOST' and
9097            not 'IPSECHW'"
9098   parameters:
9099   - "throughput"
9100   - "parent"
9101   - "tags"
9102   sort:
9103   - "L2BDMACLRN"
9104   - "L2XCFWD"
9105   - "LISP"
9106   traces:
9107     hoverinfo: "x+y"
9108     boxpoints: "outliers"
9109     whiskerwidth: 0
9110   layout:
9111     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9112     layout: "plot-throughput"
9113
9114 -
9115   type: "plot"
9116   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9117   algorithm: "plot_performance_box"
9118   output-file-type: ".html"
9119   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9120   data: "plot-vpp-throughput-latency-3n-skx"
9121   filter: "'NIC_Intel-X710' and
9122            '64B' and
9123            'ENCAP' and
9124            'NDRPDR' and
9125            '4T2C' and
9126            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9127            not 'DOT1Q' and
9128            not 'VHOST' and
9129            not 'IPSECHW'"
9130   parameters:
9131   - "throughput"
9132   - "parent"
9133   - "tags"
9134   sort:
9135   - "L2BDMACLRN"
9136   - "L2XCFWD"
9137   - "LISP"
9138   traces:
9139     hoverinfo: "x+y"
9140     boxpoints: "outliers"
9141     whiskerwidth: 0
9142   layout:
9143     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9144     layout: "plot-throughput"
9145
9146 ################################################################################
9147
9148 # Packet Throughput - VPP IPv6 3n-hsw-x520
9149 -
9150   type: "plot"
9151   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9152   algorithm: "plot_performance_box"
9153   output-file-type: ".html"
9154   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9155   data: "plot-vpp-throughput-latency-3n-hsw"
9156   filter: "'NIC_Intel-X520-DA2' and
9157            '78B' and
9158            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9159            'NDRPDR' and
9160            '1T1C' and
9161            'IP6FWD' and
9162            not 'SRv6' and
9163            not 'IPSEC' and
9164            not 'VHOST'"
9165   parameters:
9166   - "throughput"
9167   - "parent"
9168   - "tags"
9169   sort:
9170   - "IP6BASE"
9171   - "FIB_20K"
9172   - "FIB_200K"
9173   - "FIB_2M"
9174   traces:
9175     hoverinfo: "x+y"
9176     boxpoints: "outliers"
9177     whiskerwidth: 0
9178   layout:
9179     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9180     layout: "plot-throughput"
9181
9182 -
9183   type: "plot"
9184   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9185   algorithm: "plot_performance_box"
9186   output-file-type: ".html"
9187   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9188   data: "plot-vpp-throughput-latency-3n-hsw"
9189   filter: "'NIC_Intel-X520-DA2' and
9190            '78B' and
9191            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9192            'NDRPDR' and
9193            '1T1C' and
9194            'IP6FWD' and
9195            not 'SRv6' and
9196            not 'IPSEC' and
9197            not 'VHOST'"
9198   parameters:
9199   - "throughput"
9200   - "parent"
9201   - "tags"
9202   sort:
9203   - "IP6BASE"
9204   - "FIB_20K"
9205   - "FIB_200K"
9206   - "FIB_2M"
9207   traces:
9208     hoverinfo: "x+y"
9209     boxpoints: "outliers"
9210     whiskerwidth: 0
9211   layout:
9212     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9213     layout: "plot-throughput"
9214
9215 -
9216   type: "plot"
9217   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9218   algorithm: "plot_performance_box"
9219   output-file-type: ".html"
9220   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9221   data: "plot-vpp-throughput-latency-3n-hsw"
9222   filter: "'NIC_Intel-X520-DA2' and
9223            '78B' and
9224            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9225            'NDRPDR' and
9226            '2T2C' and
9227            'IP6FWD' and
9228            not 'SRv6' and
9229            not 'IPSEC' and
9230            not 'VHOST'"
9231   parameters:
9232   - "throughput"
9233   - "parent"
9234   - "tags"
9235   sort:
9236   - "IP6BASE"
9237   - "FIB_20K"
9238   - "FIB_200K"
9239   - "FIB_2M"
9240   traces:
9241     hoverinfo: "x+y"
9242     boxpoints: "outliers"
9243     whiskerwidth: 0
9244   layout:
9245     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9246     layout: "plot-throughput"
9247
9248 -
9249   type: "plot"
9250   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9251   algorithm: "plot_performance_box"
9252   output-file-type: ".html"
9253   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9254   data: "plot-vpp-throughput-latency-3n-hsw"
9255   filter: "'NIC_Intel-X520-DA2' and
9256            '78B' and
9257            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9258            'NDRPDR' and
9259            '2T2C' and
9260            'IP6FWD' and
9261            not 'SRv6' and
9262            not 'IPSEC' and
9263            not 'VHOST'"
9264   parameters:
9265   - "throughput"
9266   - "parent"
9267   - "tags"
9268   sort:
9269   - "IP6BASE"
9270   - "FIB_20K"
9271   - "FIB_200K"
9272   - "FIB_2M"
9273   traces:
9274     hoverinfo: "x+y"
9275     boxpoints: "outliers"
9276     whiskerwidth: 0
9277   layout:
9278     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9279     layout: "plot-throughput"
9280
9281 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9282 -
9283   type: "plot"
9284   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9285   algorithm: "plot_performance_box"
9286   output-file-type: ".html"
9287   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9288   data: "plot-vpp-throughput-latency-3n-hsw"
9289   filter: "'NIC_Intel-X520-DA2' and
9290            '78B' and
9291            ('IP6BASE' or
9292             'POLICE_MARK' or
9293             'COPWHLIST' or
9294             'IACLDST') and
9295            'NDRPDR' and
9296            '1T1C' and
9297            'IP6FWD' and
9298            not 'SRv6' and
9299            not 'IPSEC' and
9300            not 'VHOST'"
9301   parameters:
9302   - "throughput"
9303   - "parent"
9304   - "tags"
9305   sort:
9306   - "IP6BASE"
9307   - "POLICE_MARK"
9308   - "COPWHLIST"
9309   - "IACLDST"
9310   traces:
9311     hoverinfo: "x+y"
9312     boxpoints: "outliers"
9313     whiskerwidth: 0
9314   layout:
9315     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9316     layout: "plot-throughput"
9317
9318 -
9319   type: "plot"
9320   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9321   algorithm: "plot_performance_box"
9322   output-file-type: ".html"
9323   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9324   data: "plot-vpp-throughput-latency-3n-hsw"
9325   filter: "'NIC_Intel-X520-DA2' and
9326            '78B' and
9327            ('IP6BASE' or
9328             'POLICE_MARK' or
9329             'COPWHLIST' or
9330             'IACLDST') and
9331            'NDRPDR' and
9332            '2T2C' and
9333            'IP6FWD' and
9334            not 'SRv6' and
9335            not 'IPSEC' and
9336            not 'VHOST'"
9337   parameters:
9338   - "throughput"
9339   - "parent"
9340   - "tags"
9341   sort:
9342   - "IP6BASE"
9343   - "POLICE_MARK"
9344   - "COPWHLIST"
9345   - "IACLDST"
9346   traces:
9347     hoverinfo: "x+y"
9348     boxpoints: "outliers"
9349     whiskerwidth: 0
9350   layout:
9351     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9352     layout: "plot-throughput"
9353
9354 -
9355   type: "plot"
9356   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9357   algorithm: "plot_performance_box"
9358   output-file-type: ".html"
9359   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9360   data: "plot-vpp-throughput-latency-3n-hsw"
9361   filter: "'NIC_Intel-X520-DA2' and
9362            '78B' and
9363            ('IP6BASE' or
9364             'POLICE_MARK' or
9365             'COPWHLIST' or
9366             'IACLDST') and
9367            'NDRPDR' and
9368            '1T1C' and
9369            'IP6FWD' and
9370            not 'SRv6' and
9371            not 'IPSEC' and
9372            not 'VHOST'"
9373   parameters:
9374   - "throughput"
9375   - "parent"
9376   - "tags"
9377   sort:
9378   - "IP6BASE"
9379   - "POLICE_MARK"
9380   - "COPWHLIST"
9381   - "IACLDST"
9382   traces:
9383     hoverinfo: "x+y"
9384     boxpoints: "outliers"
9385     whiskerwidth: 0
9386   layout:
9387     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9388     layout: "plot-throughput"
9389
9390 -
9391   type: "plot"
9392   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9393   algorithm: "plot_performance_box"
9394   output-file-type: ".html"
9395   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9396   data: "plot-vpp-throughput-latency-3n-hsw"
9397   filter: "'NIC_Intel-X520-DA2' and
9398            '78B' and
9399            ('IP6BASE' or
9400             'POLICE_MARK' or
9401             'COPWHLIST' or
9402             'IACLDST') and
9403            'NDRPDR' and
9404            '2T2C' and
9405            'IP6FWD' and
9406            not 'SRv6' and
9407            not 'IPSEC' and
9408            not 'VHOST'"
9409   parameters:
9410   - "throughput"
9411   - "parent"
9412   - "tags"
9413   sort:
9414   - "IP6BASE"
9415   - "POLICE_MARK"
9416   - "COPWHLIST"
9417   - "IACLDST"
9418   traces:
9419     hoverinfo: "x+y"
9420     boxpoints: "outliers"
9421     whiskerwidth: 0
9422   layout:
9423     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9424     layout: "plot-throughput"
9425
9426 # Packet Throughput - VPP IPv6 3n-hsw-x710
9427 -
9428   type: "plot"
9429   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9430   algorithm: "plot_performance_box"
9431   output-file-type: ".html"
9432   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9433   data: "plot-vpp-throughput-latency-3n-hsw"
9434   filter: "'NIC_Intel-X710' and
9435            '78B' and
9436            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9437            'NDRPDR' and
9438            '1T1C' and
9439            'IP6FWD' and
9440            not 'SRv6' and
9441            not 'IPSEC' and
9442            not 'VHOST'"
9443   parameters:
9444   - "throughput"
9445   - "parent"
9446   - "tags"
9447   sort:
9448   - "IP6BASE"
9449   - "FIB_20K"
9450   - "FIB_200K"
9451   - "FIB_2M"
9452   traces:
9453     hoverinfo: "x+y"
9454     boxpoints: "outliers"
9455     whiskerwidth: 0
9456   layout:
9457     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9458     layout: "plot-throughput"
9459
9460 -
9461   type: "plot"
9462   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9463   algorithm: "plot_performance_box"
9464   output-file-type: ".html"
9465   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9466   data: "plot-vpp-throughput-latency-3n-hsw"
9467   filter: "'NIC_Intel-X710' and
9468            '78B' and
9469            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9470            'NDRPDR' and
9471            '1T1C' and
9472            'IP6FWD' and
9473            not 'SRv6' and
9474            not 'IPSEC' and
9475            not 'VHOST'"
9476   parameters:
9477   - "throughput"
9478   - "parent"
9479   - "tags"
9480   sort:
9481   - "IP6BASE"
9482   - "FIB_20K"
9483   - "FIB_200K"
9484   - "FIB_2M"
9485   traces:
9486     hoverinfo: "x+y"
9487     boxpoints: "outliers"
9488     whiskerwidth: 0
9489   layout:
9490     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9491     layout: "plot-throughput"
9492
9493 -
9494   type: "plot"
9495   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9496   algorithm: "plot_performance_box"
9497   output-file-type: ".html"
9498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9499   data: "plot-vpp-throughput-latency-3n-hsw"
9500   filter: "'NIC_Intel-X710' and
9501            '78B' and
9502            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9503            'NDRPDR' and
9504            '2T2C' and
9505            'IP6FWD' and
9506            not 'SRv6' and
9507            not 'IPSEC' and
9508            not 'VHOST'"
9509   parameters:
9510   - "throughput"
9511   - "parent"
9512   - "tags"
9513   sort:
9514   - "IP6BASE"
9515   - "FIB_20K"
9516   - "FIB_200K"
9517   - "FIB_2M"
9518   traces:
9519     hoverinfo: "x+y"
9520     boxpoints: "outliers"
9521     whiskerwidth: 0
9522   layout:
9523     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9524     layout: "plot-throughput"
9525
9526 -
9527   type: "plot"
9528   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9529   algorithm: "plot_performance_box"
9530   output-file-type: ".html"
9531   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9532   data: "plot-vpp-throughput-latency-3n-hsw"
9533   filter: "'NIC_Intel-X710' and
9534            '78B' and
9535            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9536            'NDRPDR' and
9537            '2T2C' and
9538            'IP6FWD' and
9539            not 'SRv6' and
9540            not 'IPSEC' and
9541            not 'VHOST'"
9542   parameters:
9543   - "throughput"
9544   - "parent"
9545   - "tags"
9546   sort:
9547   - "IP6BASE"
9548   - "FIB_20K"
9549   - "FIB_200K"
9550   - "FIB_2M"
9551   traces:
9552     hoverinfo: "x+y"
9553     boxpoints: "outliers"
9554     whiskerwidth: 0
9555   layout:
9556     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9557     layout: "plot-throughput"
9558
9559 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9560 -
9561   type: "plot"
9562   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9563   algorithm: "plot_performance_box"
9564   output-file-type: ".html"
9565   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9566   data: "plot-vpp-throughput-latency-3n-hsw"
9567   filter: "'NIC_Intel-X710' and
9568            '78B' and
9569            ('IP6BASE' or
9570             'POLICE_MARK' or
9571             'COPWHLIST' or
9572             'IACLDST') and
9573            'NDRPDR' and
9574            '1T1C' and
9575            'IP6FWD' and
9576            not 'SRv6' and
9577            not 'IPSEC' and
9578            not 'VHOST'"
9579   parameters:
9580   - "throughput"
9581   - "parent"
9582   - "tags"
9583   sort:
9584   - "IP6BASE"
9585   - "POLICE_MARK"
9586   - "COPWHLIST"
9587   - "IACLDST"
9588   traces:
9589     hoverinfo: "x+y"
9590     boxpoints: "outliers"
9591     whiskerwidth: 0
9592   layout:
9593     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9594     layout: "plot-throughput"
9595
9596 -
9597   type: "plot"
9598   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9599   algorithm: "plot_performance_box"
9600   output-file-type: ".html"
9601   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9602   data: "plot-vpp-throughput-latency-3n-hsw"
9603   filter: "'NIC_Intel-X710' and
9604            '78B' and
9605            ('IP6BASE' or
9606             'POLICE_MARK' or
9607             'COPWHLIST' or
9608             'IACLDST') and
9609            'NDRPDR' and
9610            '2T2C' and
9611            'IP6FWD' and
9612            not 'SRv6' and
9613            not 'IPSEC' and
9614            not 'VHOST'"
9615   parameters:
9616   - "throughput"
9617   - "parent"
9618   - "tags"
9619   sort:
9620   - "IP6BASE"
9621   - "POLICE_MARK"
9622   - "COPWHLIST"
9623   - "IACLDST"
9624   traces:
9625     hoverinfo: "x+y"
9626     boxpoints: "outliers"
9627     whiskerwidth: 0
9628   layout:
9629     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9630     layout: "plot-throughput"
9631
9632 -
9633   type: "plot"
9634   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9635   algorithm: "plot_performance_box"
9636   output-file-type: ".html"
9637   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9638   data: "plot-vpp-throughput-latency-3n-hsw"
9639   filter: "'NIC_Intel-X710' and
9640            '78B' and
9641            ('IP6BASE' or
9642             'POLICE_MARK' or
9643             'COPWHLIST' or
9644             'IACLDST') and
9645            'NDRPDR' and
9646            '1T1C' and
9647            'IP6FWD' and
9648            not 'SRv6' and
9649            not 'IPSEC' and
9650            not 'VHOST'"
9651   parameters:
9652   - "throughput"
9653   - "parent"
9654   - "tags"
9655   sort:
9656   - "IP6BASE"
9657   - "POLICE_MARK"
9658   - "COPWHLIST"
9659   - "IACLDST"
9660   traces:
9661     hoverinfo: "x+y"
9662     boxpoints: "outliers"
9663     whiskerwidth: 0
9664   layout:
9665     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9666     layout: "plot-throughput"
9667
9668 -
9669   type: "plot"
9670   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9671   algorithm: "plot_performance_box"
9672   output-file-type: ".html"
9673   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9674   data: "plot-vpp-throughput-latency-3n-hsw"
9675   filter: "'NIC_Intel-X710' and
9676            '78B' and
9677            ('IP6BASE' or
9678             'POLICE_MARK' or
9679             'COPWHLIST' or
9680             'IACLDST') and
9681            'NDRPDR' and
9682            '2T2C' and
9683            'IP6FWD' and
9684            not 'SRv6' and
9685            not 'IPSEC' and
9686            not 'VHOST'"
9687   parameters:
9688   - "throughput"
9689   - "parent"
9690   - "tags"
9691   sort:
9692   - "IP6BASE"
9693   - "POLICE_MARK"
9694   - "COPWHLIST"
9695   - "IACLDST"
9696   traces:
9697     hoverinfo: "x+y"
9698     boxpoints: "outliers"
9699     whiskerwidth: 0
9700   layout:
9701     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9702     layout: "plot-throughput"
9703
9704 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9705 -
9706   type: "plot"
9707   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9708   algorithm: "plot_performance_box"
9709   output-file-type: ".html"
9710   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9711   data: "plot-vpp-throughput-latency-3n-hsw"
9712   filter: "'NIC_Intel-XL710' and
9713            '78B' and
9714            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9715            'NDRPDR' and
9716            '1T1C' and
9717            'IP6FWD' and
9718            not 'SRv6' and
9719            not 'IPSEC' and
9720            not 'VHOST'"
9721   parameters:
9722   - "throughput"
9723   - "parent"
9724   - "tags"
9725   sort:
9726   - "IP6BASE"
9727   - "FIB_20K"
9728   - "FIB_200K"
9729   - "FIB_2M"
9730   traces:
9731     hoverinfo: "x+y"
9732     boxpoints: "outliers"
9733     whiskerwidth: 0
9734   layout:
9735     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9736     layout: "plot-throughput"
9737
9738 -
9739   type: "plot"
9740   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9741   algorithm: "plot_performance_box"
9742   output-file-type: ".html"
9743   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9744   data: "plot-vpp-throughput-latency-3n-hsw"
9745   filter: "'NIC_Intel-XL710' and
9746            '78B' and
9747            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9748            'NDRPDR' and
9749            '1T1C' and
9750            'IP6FWD' and
9751            not 'SRv6' and
9752            not 'IPSEC' and
9753            not 'VHOST'"
9754   parameters:
9755   - "throughput"
9756   - "parent"
9757   - "tags"
9758   sort:
9759   - "IP6BASE"
9760   - "FIB_20K"
9761   - "FIB_200K"
9762   - "FIB_2M"
9763   traces:
9764     hoverinfo: "x+y"
9765     boxpoints: "outliers"
9766     whiskerwidth: 0
9767   layout:
9768     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9769     layout: "plot-throughput"
9770
9771 -
9772   type: "plot"
9773   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9774   algorithm: "plot_performance_box"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9777   data: "plot-vpp-throughput-latency-3n-hsw"
9778   filter: "'NIC_Intel-XL710' and
9779            '78B' and
9780            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9781            'NDRPDR' and
9782            '2T2C' and
9783            'IP6FWD' and
9784            not 'SRv6' and
9785            not 'IPSEC' and
9786            not 'VHOST'"
9787   parameters:
9788   - "throughput"
9789   - "parent"
9790   - "tags"
9791   sort:
9792   - "IP6BASE"
9793   - "FIB_20K"
9794   - "FIB_200K"
9795   - "FIB_2M"
9796   traces:
9797     hoverinfo: "x+y"
9798     boxpoints: "outliers"
9799     whiskerwidth: 0
9800   layout:
9801     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9802     layout: "plot-throughput"
9803
9804 -
9805   type: "plot"
9806   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9807   algorithm: "plot_performance_box"
9808   output-file-type: ".html"
9809   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9810   data: "plot-vpp-throughput-latency-3n-hsw"
9811   filter: "'NIC_Intel-XL710' and
9812            '78B' and
9813            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9814            'NDRPDR' and
9815            '2T2C' and
9816            'IP6FWD' and
9817            not 'SRv6' and
9818            not 'IPSEC' and
9819            not 'VHOST'"
9820   parameters:
9821   - "throughput"
9822   - "parent"
9823   - "tags"
9824   sort:
9825   - "IP6BASE"
9826   - "FIB_20K"
9827   - "FIB_200K"
9828   - "FIB_2M"
9829   traces:
9830     hoverinfo: "x+y"
9831     boxpoints: "outliers"
9832     whiskerwidth: 0
9833   layout:
9834     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9835     layout: "plot-throughput"
9836
9837 # Packet Throughput - VPP IPv6 3n-skx-x710
9838 -
9839   type: "plot"
9840   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9841   algorithm: "plot_performance_box"
9842   output-file-type: ".html"
9843   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9844   data: "plot-vpp-throughput-latency-3n-skx"
9845   filter: "'NIC_Intel-X710' and
9846            '78B' and
9847            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9848            'NDRPDR' and
9849            '2T1C' and
9850            'IP6FWD' and
9851            not 'SRv6' and
9852            not 'IPSEC' and
9853            not 'VHOST'"
9854   parameters:
9855   - "throughput"
9856   - "parent"
9857   - "tags"
9858   sort:
9859   - "IP6BASE"
9860   - "FIB_20K"
9861   - "FIB_200K"
9862   - "FIB_2M"
9863   traces:
9864     hoverinfo: "x+y"
9865     boxpoints: "outliers"
9866     whiskerwidth: 0
9867   layout:
9868     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9869     layout: "plot-throughput"
9870
9871 -
9872   type: "plot"
9873   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9874   algorithm: "plot_performance_box"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9877   data: "plot-vpp-throughput-latency-3n-skx"
9878   filter: "'NIC_Intel-X710' and
9879            '78B' and
9880            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9881            'NDRPDR' and
9882            '2T1C' and
9883            'IP6FWD' and
9884            not 'SRv6' and
9885            not 'IPSEC' and
9886            not 'VHOST'"
9887   parameters:
9888   - "throughput"
9889   - "parent"
9890   - "tags"
9891   sort:
9892   - "IP6BASE"
9893   - "FIB_20K"
9894   - "FIB_200K"
9895   - "FIB_2M"
9896   traces:
9897     hoverinfo: "x+y"
9898     boxpoints: "outliers"
9899     whiskerwidth: 0
9900   layout:
9901     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9902     layout: "plot-throughput"
9903
9904 -
9905   type: "plot"
9906   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9907   algorithm: "plot_performance_box"
9908   output-file-type: ".html"
9909   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9910   data: "plot-vpp-throughput-latency-3n-skx"
9911   filter: "'NIC_Intel-X710' and
9912            '78B' and
9913            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9914            'NDRPDR' and
9915            '4T2C' and
9916            'IP6FWD' and
9917            not 'SRv6' and
9918            not 'IPSEC' and
9919            not 'VHOST'"
9920   parameters:
9921   - "throughput"
9922   - "parent"
9923   - "tags"
9924   sort:
9925   - "IP6BASE"
9926   - "FIB_20K"
9927   - "FIB_200K"
9928   - "FIB_2M"
9929   traces:
9930     hoverinfo: "x+y"
9931     boxpoints: "outliers"
9932     whiskerwidth: 0
9933   layout:
9934     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9935     layout: "plot-throughput"
9936
9937 -
9938   type: "plot"
9939   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9940   algorithm: "plot_performance_box"
9941   output-file-type: ".html"
9942   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9943   data: "plot-vpp-throughput-latency-3n-skx"
9944   filter: "'NIC_Intel-X710' and
9945            '78B' and
9946            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9947            'NDRPDR' and
9948            '4T2C' and
9949            'IP6FWD' and
9950            not 'SRv6' and
9951            not 'IPSEC' and
9952            not 'VHOST'"
9953   parameters:
9954   - "throughput"
9955   - "parent"
9956   - "tags"
9957   sort:
9958   - "IP6BASE"
9959   - "FIB_20K"
9960   - "FIB_200K"
9961   - "FIB_2M"
9962   traces:
9963     hoverinfo: "x+y"
9964     boxpoints: "outliers"
9965     whiskerwidth: 0
9966   layout:
9967     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9968     layout: "plot-throughput"
9969
9970 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9971 -
9972   type: "plot"
9973   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9974   algorithm: "plot_performance_box"
9975   output-file-type: ".html"
9976   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9977   data: "plot-vpp-throughput-latency-3n-skx"
9978   filter: "'NIC_Intel-X710' and
9979            '78B' and
9980            ('IP6BASE' or
9981             'POLICE_MARK' or
9982             'COPWHLIST' or
9983             'IACLDST') and
9984            'NDRPDR' and
9985            '2T1C' and
9986            'IP6FWD' and
9987            not 'SRv6' and
9988            not 'IPSEC' and
9989            not 'VHOST'"
9990   parameters:
9991   - "throughput"
9992   - "parent"
9993   - "tags"
9994   sort:
9995   - "IP6BASE"
9996   - "POLICE_MARK"
9997   - "COPWHLIST"
9998   - "IACLDST"
9999   traces:
10000     hoverinfo: "x+y"
10001     boxpoints: "outliers"
10002     whiskerwidth: 0
10003   layout:
10004     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
10005     layout: "plot-throughput"
10006
10007 -
10008   type: "plot"
10009   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10010   algorithm: "plot_performance_box"
10011   output-file-type: ".html"
10012   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10013   data: "plot-vpp-throughput-latency-3n-hsw"
10014   filter: "'NIC_Intel-X710' and
10015            '78B' and
10016            ('IP6BASE' or
10017             'POLICE_MARK' or
10018             'COPWHLIST' or
10019             'IACLDST') and
10020            'NDRPDR' and
10021            '4T2C' and
10022            'IP6FWD' and
10023            not 'SRv6' and
10024            not 'IPSEC' and
10025            not 'VHOST'"
10026   parameters:
10027   - "throughput"
10028   - "parent"
10029   - "tags"
10030   sort:
10031   - "IP6BASE"
10032   - "POLICE_MARK"
10033   - "COPWHLIST"
10034   - "IACLDST"
10035   traces:
10036     hoverinfo: "x+y"
10037     boxpoints: "outliers"
10038     whiskerwidth: 0
10039   layout:
10040     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10041     layout: "plot-throughput"
10042
10043 -
10044   type: "plot"
10045   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10046   algorithm: "plot_performance_box"
10047   output-file-type: ".html"
10048   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10049   data: "plot-vpp-throughput-latency-3n-skx"
10050   filter: "'NIC_Intel-X710' and
10051            '78B' and
10052            ('IP6BASE' or
10053             'POLICE_MARK' or
10054             'COPWHLIST' or
10055             'IACLDST') and
10056            'NDRPDR' and
10057            '2T1C' and
10058            'IP6FWD' and
10059            not 'SRv6' and
10060            not 'IPSEC' and
10061            not 'VHOST'"
10062   parameters:
10063   - "throughput"
10064   - "parent"
10065   - "tags"
10066   sort:
10067   - "IP6BASE"
10068   - "POLICE_MARK"
10069   - "COPWHLIST"
10070   - "IACLDST"
10071   traces:
10072     hoverinfo: "x+y"
10073     boxpoints: "outliers"
10074     whiskerwidth: 0
10075   layout:
10076     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10077     layout: "plot-throughput"
10078
10079 -
10080   type: "plot"
10081   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10082   algorithm: "plot_performance_box"
10083   output-file-type: ".html"
10084   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10085   data: "plot-vpp-throughput-latency-3n-skx"
10086   filter: "'NIC_Intel-X710' and
10087            '78B' and
10088            ('IP6BASE' or
10089             'POLICE_MARK' or
10090             'COPWHLIST' or
10091             'IACLDST') and
10092            'NDRPDR' and
10093            '4T2C' and
10094            'IP6FWD' and
10095            not 'SRv6' and
10096            not 'IPSEC' and
10097            not 'VHOST'"
10098   parameters:
10099   - "throughput"
10100   - "parent"
10101   - "tags"
10102   sort:
10103   - "IP6BASE"
10104   - "POLICE_MARK"
10105   - "COPWHLIST"
10106   - "IACLDST"
10107   traces:
10108     hoverinfo: "x+y"
10109     boxpoints: "outliers"
10110     whiskerwidth: 0
10111   layout:
10112     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10113     layout: "plot-throughput"
10114
10115 # Packet Throughput - VPP IPv6 2n-skx-x710
10116 -
10117   type: "plot"
10118   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10119   algorithm: "plot_performance_box"
10120   output-file-type: ".html"
10121   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10122   data: "plot-vpp-throughput-latency-2n-skx"
10123   filter: "'NIC_Intel-X710' and
10124            '78B' and
10125            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10126            'NDRPDR' and
10127            '2T1C' and
10128            'IP6FWD' and
10129            not 'SRv6' and
10130            not 'IPSEC' and
10131            not 'VHOST'"
10132   parameters:
10133   - "throughput"
10134   - "parent"
10135   - "tags"
10136   sort:
10137   - "IP6BASE"
10138   - "FIB_20K"
10139   - "FIB_200K"
10140   - "FIB_2M"
10141   traces:
10142     hoverinfo: "x+y"
10143     boxpoints: "outliers"
10144     whiskerwidth: 0
10145   layout:
10146     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10147     layout: "plot-throughput"
10148
10149 -
10150   type: "plot"
10151   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10152   algorithm: "plot_performance_box"
10153   output-file-type: ".html"
10154   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10155   data: "plot-vpp-throughput-latency-2n-skx"
10156   filter: "'NIC_Intel-X710' and
10157            '78B' and
10158            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10159            'NDRPDR' and
10160            '2T1C' and
10161            'IP6FWD' and
10162            not 'SRv6' and
10163            not 'IPSEC' and
10164            not 'VHOST'"
10165   parameters:
10166   - "throughput"
10167   - "parent"
10168   - "tags"
10169   sort:
10170   - "IP6BASE"
10171   - "FIB_20K"
10172   - "FIB_200K"
10173   - "FIB_2M"
10174   traces:
10175     hoverinfo: "x+y"
10176     boxpoints: "outliers"
10177     whiskerwidth: 0
10178   layout:
10179     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10180     layout: "plot-throughput"
10181
10182 -
10183   type: "plot"
10184   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10185   algorithm: "plot_performance_box"
10186   output-file-type: ".html"
10187   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10188   data: "plot-vpp-throughput-latency-2n-skx"
10189   filter: "'NIC_Intel-X710' and
10190            '78B' and
10191            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10192            'NDRPDR' and
10193            '4T2C' and
10194            'IP6FWD' and
10195            not 'SRv6' and
10196            not 'IPSEC' and
10197            not 'VHOST'"
10198   parameters:
10199   - "throughput"
10200   - "parent"
10201   - "tags"
10202   sort:
10203   - "IP6BASE"
10204   - "FIB_20K"
10205   - "FIB_200K"
10206   - "FIB_2M"
10207   traces:
10208     hoverinfo: "x+y"
10209     boxpoints: "outliers"
10210     whiskerwidth: 0
10211   layout:
10212     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10213     layout: "plot-throughput"
10214
10215 -
10216   type: "plot"
10217   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10218   algorithm: "plot_performance_box"
10219   output-file-type: ".html"
10220   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10221   data: "plot-vpp-throughput-latency-2n-skx"
10222   filter: "'NIC_Intel-X710' and
10223            '78B' and
10224            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10225            'NDRPDR' and
10226            '4T2C' and
10227            'IP6FWD' and
10228            not 'SRv6' and
10229            not 'IPSEC' and
10230            not 'VHOST'"
10231   parameters:
10232   - "throughput"
10233   - "parent"
10234   - "tags"
10235   sort:
10236   - "IP6BASE"
10237   - "FIB_20K"
10238   - "FIB_200K"
10239   - "FIB_2M"
10240   traces:
10241     hoverinfo: "x+y"
10242     boxpoints: "outliers"
10243     whiskerwidth: 0
10244   layout:
10245     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10246     layout: "plot-throughput"
10247
10248 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10249 -
10250   type: "plot"
10251   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10252   algorithm: "plot_performance_box"
10253   output-file-type: ".html"
10254   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10255   data: "plot-vpp-throughput-latency-2n-skx"
10256   filter: "'NIC_Intel-XXV710' and
10257            '78B' and
10258            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10259            'NDRPDR' and
10260            '2T1C' and
10261            'IP6FWD' and
10262            not 'SRv6' and
10263            not 'IPSEC' and
10264            not 'VHOST'"
10265   parameters:
10266   - "throughput"
10267   - "parent"
10268   - "tags"
10269   sort:
10270   - "IP6BASE"
10271   - "FIB_20K"
10272   - "FIB_200K"
10273   - "FIB_2M"
10274   traces:
10275     hoverinfo: "x+y"
10276     boxpoints: "outliers"
10277     whiskerwidth: 0
10278   layout:
10279     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10280     layout: "plot-throughput"
10281
10282 -
10283   type: "plot"
10284   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10285   algorithm: "plot_performance_box"
10286   output-file-type: ".html"
10287   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10288   data: "plot-vpp-throughput-latency-2n-skx"
10289   filter: "'NIC_Intel-XXV710' and
10290            '78B' and
10291            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10292            'NDRPDR' and
10293            '2T1C' and
10294            'IP6FWD' and
10295            not 'SRv6' and
10296            not 'IPSEC' and
10297            not 'VHOST'"
10298   parameters:
10299   - "throughput"
10300   - "parent"
10301   - "tags"
10302   sort:
10303   - "IP6BASE"
10304   - "FIB_20K"
10305   - "FIB_200K"
10306   - "FIB_2M"
10307   traces:
10308     hoverinfo: "x+y"
10309     boxpoints: "outliers"
10310     whiskerwidth: 0
10311   layout:
10312     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10313     layout: "plot-throughput"
10314
10315 -
10316   type: "plot"
10317   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10318   algorithm: "plot_performance_box"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10321   data: "plot-vpp-throughput-latency-2n-skx"
10322   filter: "'NIC_Intel-XXV710' and
10323            '78B' and
10324            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10325            'NDRPDR' and
10326            '4T2C' and
10327            'IP6FWD' and
10328            not 'SRv6' and
10329            not 'IPSEC' and
10330            not 'VHOST'"
10331   parameters:
10332   - "throughput"
10333   - "parent"
10334   - "tags"
10335   sort:
10336   - "IP6BASE"
10337   - "FIB_20K"
10338   - "FIB_200K"
10339   - "FIB_2M"
10340   traces:
10341     hoverinfo: "x+y"
10342     boxpoints: "outliers"
10343     whiskerwidth: 0
10344   layout:
10345     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10346     layout: "plot-throughput"
10347
10348 -
10349   type: "plot"
10350   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10351   algorithm: "plot_performance_box"
10352   output-file-type: ".html"
10353   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10354   data: "plot-vpp-throughput-latency-2n-skx"
10355   filter: "'NIC_Intel-XXV710' and
10356            '78B' and
10357            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10358            'NDRPDR' and
10359            '4T2C' and
10360            'IP6FWD' and
10361            not 'SRv6' and
10362            not 'IPSEC' and
10363            not 'VHOST'"
10364   parameters:
10365   - "throughput"
10366   - "parent"
10367   - "tags"
10368   sort:
10369   - "IP6BASE"
10370   - "FIB_20K"
10371   - "FIB_200K"
10372   - "FIB_2M"
10373   traces:
10374     hoverinfo: "x+y"
10375     boxpoints: "outliers"
10376     whiskerwidth: 0
10377   layout:
10378     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10379     layout: "plot-throughput"
10380
10381 ################################################################################
10382
10383 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10384 -
10385   type: "plot"
10386   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10387   algorithm: "plot_performance_box"
10388   output-file-type: ".html"
10389   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10390   data: "plot-vpp-throughput-latency-3n-hsw"
10391   filter: "'NIC_Intel-X520-DA2' and
10392            '78B' and
10393            'ENCAP' and
10394            'NDRPDR' and
10395            '1T1C' and
10396            'LISP' and
10397            not 'VHOST'"
10398   parameters:
10399   - "throughput"
10400   - "parent"
10401   - "tags"
10402   sort:
10403   - "IP4UNRLAY"
10404   - "IP6UNRLAY"
10405   traces:
10406     hoverinfo: "x+y"
10407     boxpoints: "outliers"
10408     whiskerwidth: 0
10409   layout:
10410     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10411     layout: "plot-throughput"
10412
10413 -
10414   type: "plot"
10415   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10416   algorithm: "plot_performance_box"
10417   output-file-type: ".html"
10418   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10419   data: "plot-vpp-throughput-latency-3n-hsw"
10420   filter: "'NIC_Intel-X520-DA2' and
10421            '78B' and
10422            'ENCAP' and
10423            'NDRPDR' and
10424            '1T1C' and
10425            'LISP' and
10426            not 'VHOST'"
10427   parameters:
10428   - "throughput"
10429   - "parent"
10430   - "tags"
10431   sort:
10432   - "IP4UNRLAY"
10433   - "IP6UNRLAY"
10434   traces:
10435     hoverinfo: "x+y"
10436     boxpoints: "outliers"
10437     whiskerwidth: 0
10438   layout:
10439     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10440     layout: "plot-throughput"
10441
10442 -
10443   type: "plot"
10444   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10445   algorithm: "plot_performance_box"
10446   output-file-type: ".html"
10447   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10448   data: "plot-vpp-throughput-latency-3n-hsw"
10449   filter: "'NIC_Intel-X520-DA2' and
10450            '78B' and
10451            'ENCAP' and
10452            'NDRPDR' and
10453            '2T2C' and
10454            'LISP' and
10455            not 'VHOST'"
10456   parameters:
10457   - "throughput"
10458   - "parent"
10459   - "tags"
10460   sort:
10461   - "IP4UNRLAY"
10462   - "IP6UNRLAY"
10463   traces:
10464     hoverinfo: "x+y"
10465     boxpoints: "outliers"
10466     whiskerwidth: 0
10467   layout:
10468     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10469     layout: "plot-throughput"
10470
10471 -
10472   type: "plot"
10473   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10474   algorithm: "plot_performance_box"
10475   output-file-type: ".html"
10476   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10477   data: "plot-vpp-throughput-latency-3n-hsw"
10478   filter: "'NIC_Intel-X520-DA2' and
10479            '78B' and
10480            'ENCAP' and
10481            'NDRPDR' and
10482            '2T2C' and
10483            'LISP' and
10484            not 'VHOST'"
10485   parameters:
10486   - "throughput"
10487   - "parent"
10488   - "tags"
10489   sort:
10490   - "IP4UNRLAY"
10491   - "IP6UNRLAY"
10492   traces:
10493     hoverinfo: "x+y"
10494     boxpoints: "outliers"
10495     whiskerwidth: 0
10496   layout:
10497     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10498     layout: "plot-throughput"
10499
10500 ################################################################################
10501
10502 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10503 -
10504   type: "plot"
10505   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10506   algorithm: "plot_performance_box"
10507   output-file-type: ".html"
10508   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10509   data: "plot-vpp-throughput-latency-3n-hsw"
10510   filter: "'NIC_Intel-XL710' and
10511            '64B' and
10512            'IP4FWD' and
10513            'NDRPDR' and
10514            'BASE' and
10515            '1T1C' and
10516            'IPSECHW' and
10517            ('IPSECTRAN' or 'IPSECTUN') and
10518            not 'VHOST'"
10519   parameters:
10520   - "throughput"
10521   - "parent"
10522   - "tags"
10523   traces:
10524     hoverinfo: "x+y"
10525     boxpoints: "outliers"
10526     whiskerwidth: 0
10527   layout:
10528     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10529     layout: "plot-throughput"
10530
10531 -
10532   type: "plot"
10533   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10534   algorithm: "plot_performance_box"
10535   output-file-type: ".html"
10536   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10537   data: "plot-vpp-throughput-latency-3n-hsw"
10538   filter: "'NIC_Intel-XL710' and
10539            '64B' and
10540            'IP4FWD' and
10541            'NDRPDR' and
10542            'BASE' and
10543            '1T1C' and
10544            'IPSECHW' and
10545            ('IPSECTRAN' or 'IPSECTUN') and
10546            not 'VHOST'"
10547   parameters:
10548   - "throughput"
10549   - "parent"
10550   - "tags"
10551   traces:
10552     hoverinfo: "x+y"
10553     boxpoints: "outliers"
10554     whiskerwidth: 0
10555   layout:
10556     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10557     layout: "plot-throughput"
10558
10559 -
10560   type: "plot"
10561   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10562   algorithm: "plot_performance_box"
10563   output-file-type: ".html"
10564   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10565   data: "plot-vpp-throughput-latency-3n-hsw"
10566   filter: "'NIC_Intel-XL710' and
10567            '64B' and
10568            'IP4FWD' and
10569            'NDRPDR' and
10570            'BASE' and
10571            '2T2C' and
10572            'IPSECHW' and
10573            ('IPSECTRAN' or 'IPSECTUN') and
10574            not 'VHOST'"
10575   parameters:
10576   - "throughput"
10577   - "parent"
10578   - "tags"
10579   traces:
10580     hoverinfo: "x+y"
10581     boxpoints: "outliers"
10582     whiskerwidth: 0
10583   layout:
10584     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10585     layout: "plot-throughput"
10586
10587 -
10588   type: "plot"
10589   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10590   algorithm: "plot_performance_box"
10591   output-file-type: ".html"
10592   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10593   data: "plot-vpp-throughput-latency-3n-hsw"
10594   filter: "'NIC_Intel-XL710' and
10595            '64B' and
10596            'IP4FWD' and
10597            'NDRPDR' and
10598            'BASE' and
10599            '2T2C' and
10600            'IPSECHW' and
10601            ('IPSECTRAN' or 'IPSECTUN') and
10602            not 'VHOST'"
10603   parameters:
10604   - "throughput"
10605   - "parent"
10606   - "tags"
10607   traces:
10608     hoverinfo: "x+y"
10609     boxpoints: "outliers"
10610     whiskerwidth: 0
10611   layout:
10612     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10613     layout: "plot-throughput"
10614
10615 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10616 -
10617   type: "plot"
10618   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10619   algorithm: "plot_performance_box"
10620   output-file-type: ".html"
10621   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10622   data: "plot-vpp-throughput-latency-3n-hsw"
10623   filter: "'NIC_Intel-XL710' and
10624            '64B' and
10625            'IP4FWD' and
10626            'NDRPDR' and
10627            'SCALE' and
10628            '1T1C' and
10629            'IPSECHW' and
10630            ('IPSECTRAN' or 'IPSECTUN') and
10631            not 'VHOST'"
10632   parameters:
10633   - "throughput"
10634   - "parent"
10635   - "tags"
10636   traces:
10637     hoverinfo: "x+y"
10638     boxpoints: "outliers"
10639     whiskerwidth: 0
10640   layout:
10641     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10642     layout: "plot-throughput"
10643
10644 -
10645   type: "plot"
10646   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10647   algorithm: "plot_performance_box"
10648   output-file-type: ".html"
10649   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10650   data: "plot-vpp-throughput-latency-3n-hsw"
10651   filter: "'NIC_Intel-XL710' and
10652            '64B' and
10653            'IP4FWD' and
10654            'NDRPDR' and
10655            'SCALE' and
10656            '1T1C' and
10657            'IPSECHW' and
10658            ('IPSECTRAN' or 'IPSECTUN') and
10659            not 'VHOST'"
10660   parameters:
10661   - "throughput"
10662   - "parent"
10663   - "tags"
10664   traces:
10665     hoverinfo: "x+y"
10666     boxpoints: "outliers"
10667     whiskerwidth: 0
10668   layout:
10669     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10670     layout: "plot-throughput"
10671
10672 -
10673   type: "plot"
10674   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10675   algorithm: "plot_performance_box"
10676   output-file-type: ".html"
10677   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10678   data: "plot-vpp-throughput-latency-3n-hsw"
10679   filter: "'NIC_Intel-XL710' and
10680            '64B' and
10681            'IP4FWD' and
10682            'NDRPDR' and
10683            'SCALE' and
10684            '2T2C' and
10685            'IPSECHW' and
10686            ('IPSECTRAN' or 'IPSECTUN') and
10687            not 'VHOST'"
10688   parameters:
10689   - "throughput"
10690   - "parent"
10691   - "tags"
10692   traces:
10693     hoverinfo: "x+y"
10694     boxpoints: "outliers"
10695     whiskerwidth: 0
10696   layout:
10697     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10698     layout: "plot-throughput"
10699
10700 -
10701   type: "plot"
10702   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10703   algorithm: "plot_performance_box"
10704   output-file-type: ".html"
10705   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10706   data: "plot-vpp-throughput-latency-3n-hsw"
10707   filter: "'NIC_Intel-XL710' and
10708            '64B' and
10709            'IP4FWD' and
10710            'NDRPDR' and
10711            'SCALE' and
10712            '2T2C' and
10713            'IPSECHW' and
10714            ('IPSECTRAN' or 'IPSECTUN') and
10715            not 'VHOST'"
10716   parameters:
10717   - "throughput"
10718   - "parent"
10719   - "tags"
10720   traces:
10721     hoverinfo: "x+y"
10722     boxpoints: "outliers"
10723     whiskerwidth: 0
10724   layout:
10725     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10726     layout: "plot-throughput"
10727
10728 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10729 -
10730   type: "plot"
10731   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10732   algorithm: "plot_performance_box"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10735   data: "plot-vpp-throughput-latency-3n-hsw"
10736   filter: "'NIC_Intel-XL710' and
10737            '64B' and
10738            'IP4FWD' and
10739            'NDRPDR' and
10740            '1T1C' and
10741            'IPSECSW' and
10742            ('IPSECTRAN' or 'IPSECTUN') and
10743            not 'VHOST'"
10744   parameters:
10745   - "throughput"
10746   - "parent"
10747   - "tags"
10748   traces:
10749     hoverinfo: "x+y"
10750     boxpoints: "outliers"
10751     whiskerwidth: 0
10752   layout:
10753     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10754     layout: "plot-throughput"
10755
10756 -
10757   type: "plot"
10758   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10759   algorithm: "plot_performance_box"
10760   output-file-type: ".html"
10761   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10762   data: "plot-vpp-throughput-latency-3n-hsw"
10763   filter: "'NIC_Intel-XL710' and
10764            '64B' and
10765            'IP4FWD' and
10766            'NDRPDR' and
10767            '1T1C' and
10768            'IPSECSW' and
10769            ('IPSECTRAN' or 'IPSECTUN') and
10770            not 'VHOST'"
10771   parameters:
10772   - "throughput"
10773   - "parent"
10774   - "tags"
10775   traces:
10776     hoverinfo: "x+y"
10777     boxpoints: "outliers"
10778     whiskerwidth: 0
10779   layout:
10780     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10781     layout: "plot-throughput"
10782
10783 -
10784   type: "plot"
10785   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10786   algorithm: "plot_performance_box"
10787   output-file-type: ".html"
10788   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10789   data: "plot-vpp-throughput-latency-3n-hsw"
10790   filter: "'NIC_Intel-XL710' and
10791            '64B' and
10792            'IP4FWD' and
10793            'NDRPDR' and
10794            '2T2C' and
10795            'IPSECSW' and
10796            ('IPSECTRAN' or 'IPSECTUN') and
10797            not 'VHOST'"
10798   parameters:
10799   - "throughput"
10800   - "parent"
10801   - "tags"
10802   traces:
10803     hoverinfo: "x+y"
10804     boxpoints: "outliers"
10805     whiskerwidth: 0
10806   layout:
10807     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10808     layout: "plot-throughput"
10809
10810 -
10811   type: "plot"
10812   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10813   algorithm: "plot_performance_box"
10814   output-file-type: ".html"
10815   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10816   data: "plot-vpp-throughput-latency-3n-hsw"
10817   filter: "'NIC_Intel-XL710' and
10818            '64B' and
10819            'IP4FWD' and
10820            'NDRPDR' and
10821            '2T2C' and
10822            'IPSECSW' and
10823            ('IPSECTRAN' or 'IPSECTUN') and
10824            not 'VHOST'"
10825   parameters:
10826   - "throughput"
10827   - "parent"
10828   - "tags"
10829   traces:
10830     hoverinfo: "x+y"
10831     boxpoints: "outliers"
10832     whiskerwidth: 0
10833   layout:
10834     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10835     layout: "plot-throughput"
10836
10837 ################################################################################
10838
10839 # Packet Throughput - VPP SRv6 3n-hsw-x520
10840 -
10841   type: "plot"
10842   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10843   algorithm: "plot_performance_box"
10844   output-file-type: ".html"
10845   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10846   data: "plot-vpp-throughput-latency-3n-hsw"
10847   filter: "'NIC_Intel-X520-DA2' and
10848            '78B' and
10849            'FEATURE' and
10850            'NDRPDR' and
10851            '1T1C' and
10852            'IP6FWD' and
10853            'SRv6'"
10854   parameters:
10855   - "throughput"
10856   - "parent"
10857   - "tags"
10858   traces:
10859     hoverinfo: "x+y"
10860     boxpoints: "outliers"
10861     whiskerwidth: 0
10862   layout:
10863     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10864     layout: "plot-throughput"
10865
10866 -
10867   type: "plot"
10868   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10869   algorithm: "plot_performance_box"
10870   output-file-type: ".html"
10871   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10872   data: "plot-vpp-throughput-latency-3n-hsw"
10873   filter: "'NIC_Intel-X520-DA2' and
10874            '78B' and
10875            'FEATURE' and
10876            'NDRPDR' and
10877            '1T1C' and
10878            'IP6FWD' and
10879            'SRv6'"
10880   parameters:
10881   - "throughput"
10882   - "parent"
10883   - "tags"
10884   traces:
10885     hoverinfo: "x+y"
10886     boxpoints: "outliers"
10887     whiskerwidth: 0
10888   layout:
10889     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10890     layout: "plot-throughput"
10891
10892 -
10893   type: "plot"
10894   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10895   algorithm: "plot_performance_box"
10896   output-file-type: ".html"
10897   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10898   data: "plot-vpp-throughput-latency-3n-hsw"
10899   filter: "'NIC_Intel-X520-DA2' and
10900            '78B' and
10901            'FEATURE' and
10902            'NDRPDR' and
10903            '2T2C' and
10904            'IP6FWD' and
10905            'SRv6'"
10906   parameters:
10907   - "throughput"
10908   - "parent"
10909   - "tags"
10910   traces:
10911     hoverinfo: "x+y"
10912     boxpoints: "outliers"
10913     whiskerwidth: 0
10914   layout:
10915     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10916     layout: "plot-throughput"
10917
10918 -
10919   type: "plot"
10920   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10921   algorithm: "plot_performance_box"
10922   output-file-type: ".html"
10923   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10924   data: "plot-vpp-throughput-latency-3n-hsw"
10925   filter: "'NIC_Intel-X520-DA2' and
10926            '78B' and
10927            'FEATURE' and
10928            'NDRPDR' and
10929            '2T2C' and
10930            'IP6FWD' and
10931            'SRv6'"
10932   parameters:
10933   - "throughput"
10934   - "parent"
10935   - "tags"
10936   traces:
10937     hoverinfo: "x+y"
10938     boxpoints: "outliers"
10939     whiskerwidth: 0
10940   layout:
10941     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10942     layout: "plot-throughput"
10943
10944 ################################################################################
10945
10946 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10947 -
10948   type: "plot"
10949   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10950   algorithm: "plot_performance_box"
10951   output-file-type: ".html"
10952   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10953   data: "plot-vpp-throughput-latency-3n-hsw"
10954   filter: "'NIC_Intel-X520-DA2' and
10955            '64B' and
10956            'NDRPDR' and
10957            'ETH' and
10958            'IP4FWD' and
10959            '1T1C' and
10960            'VHOST_1024' and
10961            not 'VXLAN' and
10962            not 'DOT1Q'"
10963   parameters:
10964   - "throughput"
10965   - "parent"
10966   - "tags"
10967   sort:
10968   - "not CFS_OPT"
10969   - "1VM"
10970   - "2VM"
10971   traces:
10972     hoverinfo: "x+y"
10973     boxpoints: "outliers"
10974     whiskerwidth: 0
10975   layout:
10976     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10977     layout: "plot-throughput"
10978
10979 -
10980   type: "plot"
10981   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10982   algorithm: "plot_performance_box"
10983   output-file-type: ".html"
10984   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10985   data: "plot-vpp-throughput-latency-3n-hsw"
10986   filter: "'NIC_Intel-X520-DA2' and
10987            '64B' and
10988            'NDRPDR' and
10989            'ETH' and
10990            'IP4FWD' and
10991            '2T2C' and
10992            'VHOST_1024' and
10993            not 'VXLAN' and
10994            not 'DOT1Q'"
10995   parameters:
10996   - "throughput"
10997   - "parent"
10998   - "tags"
10999   sort:
11000   - "not CFS_OPT"
11001   - "1VM"
11002   - "2VM"
11003   traces:
11004     hoverinfo: "x+y"
11005     boxpoints: "outliers"
11006     whiskerwidth: 0
11007   layout:
11008     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11009     layout: "plot-throughput"
11010
11011 -
11012   type: "plot"
11013   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11014   algorithm: "plot_performance_box"
11015   output-file-type: ".html"
11016   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11017   data: "plot-vpp-throughput-latency-3n-hsw"
11018   filter: "'NIC_Intel-X520-DA2' and
11019            '64B' and
11020            'NDRPDR' and
11021            'ETH' and
11022            'IP4FWD' and
11023            '1T1C' and
11024            'VHOST_1024' and
11025            not 'VXLAN' and
11026            not 'DOT1Q'"
11027   parameters:
11028   - "throughput"
11029   - "parent"
11030   - "tags"
11031   sort:
11032   - "not CFS_OPT"
11033   - "1VM"
11034   - "2VM"
11035   traces:
11036     hoverinfo: "x+y"
11037     boxpoints: "outliers"
11038     whiskerwidth: 0
11039   layout:
11040     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11041     layout: "plot-throughput"
11042
11043 -
11044   type: "plot"
11045   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11046   algorithm: "plot_performance_box"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11049   data: "plot-vpp-throughput-latency-3n-hsw"
11050   filter: "'NIC_Intel-X520-DA2' and
11051            '64B' and
11052            'NDRPDR' and
11053            'ETH' and
11054            'IP4FWD' and
11055            '2T2C' and
11056            'VHOST_1024' and
11057            not 'VXLAN' and
11058            not 'DOT1Q'"
11059   parameters:
11060   - "throughput"
11061   - "parent"
11062   - "tags"
11063   sort:
11064   - "not CFS_OPT"
11065   - "1VM"
11066   - "2VM"
11067   traces:
11068     hoverinfo: "x+y"
11069     boxpoints: "outliers"
11070     whiskerwidth: 0
11071   layout:
11072     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11073     layout: "plot-throughput"
11074
11075 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
11076 -
11077   type: "plot"
11078   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11079   algorithm: "plot_performance_box"
11080   output-file-type: ".html"
11081   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11082   data: "plot-vpp-throughput-latency-3n-hsw"
11083   filter: "'NIC_Intel-X520-DA2' and
11084            '64B' and
11085            'NDRPDR' and
11086            ('ETH' or 'DOT1Q') and
11087            '1T1C' and
11088            'L2BDMACLRN' and
11089            'VHOST_1024' and
11090            not 'VXLAN' and
11091            not 'IP4FWD' and
11092            not '2VM'"
11093   parameters:
11094   - "throughput"
11095   - "parent"
11096   - "tags"
11097 #  sort:
11098 #  - "VM"  # "not CFS_OPT"
11099 #  - "CFS_OPT"
11100 #  - "FIB_10K"
11101 #  - "FIB_100K"
11102 #  - "FIB_1M"
11103   traces:
11104     hoverinfo: "x+y"
11105     boxpoints: "outliers"
11106     whiskerwidth: 0
11107   layout:
11108     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11109     layout: "plot-throughput"
11110
11111 -
11112   type: "plot"
11113   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11114   algorithm: "plot_performance_box"
11115   output-file-type: ".html"
11116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11117   data: "plot-vpp-throughput-latency-3n-hsw"
11118   filter: "'NIC_Intel-X520-DA2' and
11119            '64B' and
11120            'NDRPDR' and
11121            ('ETH' or 'DOT1Q') and
11122            '2T2C' and
11123            'L2BDMACLRN' and
11124            'VHOST_1024' and
11125            not 'VXLAN' and
11126            not 'IP4FWD' and
11127            not '2VM'"
11128   parameters:
11129   - "throughput"
11130   - "parent"
11131   - "tags"
11132 #  sort:
11133 #  - "VM"  # "not CFS_OPT"
11134 #  - "CFS_OPT"
11135 #  - "FIB_10K"
11136 #  - "FIB_100K"
11137 #  - "FIB_1M"
11138   traces:
11139     hoverinfo: "x+y"
11140     boxpoints: "outliers"
11141     whiskerwidth: 0
11142   layout:
11143     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11144     layout: "plot-throughput"
11145
11146 -
11147   type: "plot"
11148   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11149   algorithm: "plot_performance_box"
11150   output-file-type: ".html"
11151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11152   data: "plot-vpp-throughput-latency-3n-hsw"
11153   filter: "'NIC_Intel-X520-DA2' and
11154            '64B' and
11155            'NDRPDR' and
11156            ('ETH' or 'DOT1Q') and
11157            '1T1C' and
11158            'L2BDMACLRN' and
11159            'VHOST_1024' and
11160            not 'VXLAN' and
11161            not 'IP4FWD' and
11162            not '2VM'"
11163   parameters:
11164   - "throughput"
11165   - "parent"
11166   - "tags"
11167 #  sort:
11168 #  - "VM"  # "not CFS_OPT"
11169 #  - "CFS_OPT"
11170 #  - "FIB_10K"
11171 #  - "FIB_100K"
11172 #  - "FIB_1M"
11173   traces:
11174     hoverinfo: "x+y"
11175     boxpoints: "outliers"
11176     whiskerwidth: 0
11177   layout:
11178     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11179     layout: "plot-throughput"
11180
11181 -
11182   type: "plot"
11183   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11184   algorithm: "plot_performance_box"
11185   output-file-type: ".html"
11186   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11187   data: "plot-vpp-throughput-latency-3n-hsw"
11188   filter: "'NIC_Intel-X520-DA2' and
11189            '64B' and
11190            'NDRPDR' and
11191            ('ETH' or 'DOT1Q') and
11192            '2T2C' and
11193            'L2BDMACLRN' and
11194            'VHOST_1024' and
11195            not 'VXLAN' and
11196            not 'IP4FWD' and
11197            not '2VM'"
11198   parameters:
11199   - "throughput"
11200   - "parent"
11201   - "tags"
11202 #  sort:
11203 #  - "VM"  # "not CFS_OPT"
11204 #  - "CFS_OPT"
11205 #  - "FIB_10K"
11206 #  - "FIB_100K"
11207 #  - "FIB_1M"
11208   traces:
11209     hoverinfo: "x+y"
11210     boxpoints: "outliers"
11211     whiskerwidth: 0
11212   layout:
11213     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11214     layout: "plot-throughput"
11215
11216 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11217 -
11218   type: "plot"
11219   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11220   algorithm: "plot_performance_box"
11221   output-file-type: ".html"
11222   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11223   data: "plot-vpp-throughput-latency-3n-hsw"
11224   filter: "'NIC_Intel-X520-DA2' and
11225            '64B' and
11226            'NDRPDR' and
11227            ('ETH' or 'DOT1Q') and
11228            'BASE' and
11229            '1T1C' and
11230            ('L2BDMACLRN' or 'L2XCFWD') and
11231            'VHOST_1024' and
11232            not 'VXLAN' and
11233            not 'IP4FWD' and
11234            not '2VM'"
11235   parameters:
11236   - "throughput"
11237   - "parent"
11238   - "tags"
11239 #  sort:
11240 #  - "not CFS_OPT"
11241 #  - "L2XCFWD"
11242 #  - "not CFS_OPT"
11243 #  - "CFS_OPT"
11244   traces:
11245     hoverinfo: "x+y"
11246     boxpoints: "outliers"
11247     whiskerwidth: 0
11248   layout:
11249     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11250     layout: "plot-throughput"
11251
11252 -
11253   type: "plot"
11254   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11255   algorithm: "plot_performance_box"
11256   output-file-type: ".html"
11257   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11258   data: "plot-vpp-throughput-latency-3n-hsw"
11259   filter: "'NIC_Intel-X520-DA2' and
11260            '64B' and
11261            'NDRPDR' and
11262            ('ETH' or 'DOT1Q') and
11263            'BASE' and
11264            '1T1C' and
11265            ('L2BDMACLRN' or 'L2XCFWD') and
11266            'VHOST_1024' and
11267            not 'VXLAN' and
11268            not 'IP4FWD' and
11269            not '2VM'"
11270   parameters:
11271   - "throughput"
11272   - "parent"
11273   - "tags"
11274 #  sort:
11275 #  - "not CFS_OPT"
11276 #  - "L2XCFWD"
11277 #  - "not CFS_OPT"
11278 #  - "CFS_OPT"
11279   traces:
11280     hoverinfo: "x+y"
11281     boxpoints: "outliers"
11282     whiskerwidth: 0
11283   layout:
11284     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11285     layout: "plot-throughput"
11286
11287 -
11288   type: "plot"
11289   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11290   algorithm: "plot_performance_box"
11291   output-file-type: ".html"
11292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11293   data: "plot-vpp-throughput-latency-3n-hsw"
11294   filter: "'NIC_Intel-X520-DA2' and
11295            '64B' and
11296            'NDRPDR' and
11297            ('ETH' or 'DOT1Q') and
11298            'BASE' and
11299            '2T2C' and
11300            ('L2BDMACLRN' or 'L2XCFWD') and
11301            'VHOST_1024' and
11302            not 'VXLAN' and
11303            not 'IP4FWD' and
11304            not '2VM'"
11305   parameters:
11306   - "throughput"
11307   - "parent"
11308   - "tags"
11309 #  sort:
11310 #  - "not CFS_OPT"
11311 #  - "L2XCFWD"
11312 #  - "not CFS_OPT"
11313 #  - "CFS_OPT"
11314   traces:
11315     hoverinfo: "x+y"
11316     boxpoints: "outliers"
11317     whiskerwidth: 0
11318   layout:
11319     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11320     layout: "plot-throughput"
11321
11322 -
11323   type: "plot"
11324   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11325   algorithm: "plot_performance_box"
11326   output-file-type: ".html"
11327   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11328   data: "plot-vpp-throughput-latency-3n-hsw"
11329   filter: "'NIC_Intel-X520-DA2' and
11330            '64B' and
11331            'NDRPDR' and
11332            ('ETH' or 'DOT1Q') and
11333            'BASE' and
11334            '2T2C' and
11335            ('L2BDMACLRN' or 'L2XCFWD') and
11336            'VHOST_1024' and
11337            not 'VXLAN' and
11338            not 'IP4FWD' and
11339            not '2VM'"
11340   parameters:
11341   - "throughput"
11342   - "parent"
11343   - "tags"
11344 #  sort:
11345 #  - "not CFS_OPT"
11346 #  - "L2XCFWD"
11347 #  - "not CFS_OPT"
11348 #  - "CFS_OPT"
11349   traces:
11350     hoverinfo: "x+y"
11351     boxpoints: "outliers"
11352     whiskerwidth: 0
11353   layout:
11354     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11355     layout: "plot-throughput"
11356
11357 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11358 -
11359   type: "plot"
11360   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11361   algorithm: "plot_performance_box"
11362   output-file-type: ".html"
11363   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11364   data: "plot-vpp-throughput-latency-3n-hsw"
11365   filter: "'NIC_Intel-X520-DA2' and
11366            '64B' and
11367            'NDRPDR' and
11368            ('ETH' or 'DOT1Q') and
11369            '1T1C' and
11370            ('L2BDMACLRN' or 'L2XCFWD') and
11371            'VHOST_1024' and
11372            not 'CFS_OPT' and
11373            not 'VXLAN' and
11374            not 'IP4FWD' and
11375            not 'LBOND'"
11376   parameters:
11377   - "throughput"
11378   - "parent"
11379   - "tags"
11380 #  sort:
11381 #  - "1VM"
11382 #  - "L2XCFWD"
11383 #  - "1VM"
11384 #  - "L2BDMACLRN"
11385   traces:
11386     hoverinfo: "x+y"
11387     boxpoints: "outliers"
11388     whiskerwidth: 0
11389   layout:
11390     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11391     layout: "plot-throughput"
11392
11393 -
11394   type: "plot"
11395   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11396   algorithm: "plot_performance_box"
11397   output-file-type: ".html"
11398   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11399   data: "plot-vpp-throughput-latency-3n-hsw"
11400   filter: "'NIC_Intel-X520-DA2' and
11401            '64B' and
11402            'NDRPDR' and
11403            ('ETH' or 'DOT1Q') and
11404            '1T1C' and
11405            ('L2BDMACLRN' or 'L2XCFWD') and
11406            'VHOST_1024' and
11407            not 'CFS_OPT' and
11408            not 'VXLAN' and
11409            not 'IP4FWD' and
11410            not 'LBOND'"
11411   parameters:
11412   - "throughput"
11413   - "parent"
11414   - "tags"
11415 #  sort:
11416 #  - "1VM"
11417 #  - "L2XCFWD"
11418 #  - "1VM"
11419 #  - "L2BDMACLRN"
11420   traces:
11421     hoverinfo: "x+y"
11422     boxpoints: "outliers"
11423     whiskerwidth: 0
11424   layout:
11425     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11426     layout: "plot-throughput"
11427
11428 -
11429   type: "plot"
11430   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11431   algorithm: "plot_performance_box"
11432   output-file-type: ".html"
11433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11434   data: "plot-vpp-throughput-latency-3n-hsw"
11435   filter: "'NIC_Intel-X520-DA2' and
11436            '64B' and
11437            'NDRPDR' and
11438            ('ETH' or 'DOT1Q') and
11439            '2T2C' and
11440            ('L2BDMACLRN' or 'L2XCFWD') and
11441            'VHOST_1024' and
11442            not 'CFS_OPT' and
11443            not 'VXLAN' and
11444            not 'IP4FWD' and
11445            not 'LBOND'"
11446   parameters:
11447   - "throughput"
11448   - "parent"
11449   - "tags"
11450 #  sort:
11451 #  - "1VM"
11452 #  - "L2XCFWD"
11453 #  - "1VM"
11454 #  - "L2BDMACLRN"
11455   traces:
11456     hoverinfo: "x+y"
11457     boxpoints: "outliers"
11458     whiskerwidth: 0
11459   layout:
11460     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11461     layout: "plot-throughput"
11462
11463 -
11464   type: "plot"
11465   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11466   algorithm: "plot_performance_box"
11467   output-file-type: ".html"
11468   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11469   data: "plot-vpp-throughput-latency-3n-hsw"
11470   filter: "'NIC_Intel-X520-DA2' and
11471            '64B' and
11472            'NDRPDR' and
11473            ('ETH' or 'DOT1Q') and
11474            '2T2C' and
11475            ('L2BDMACLRN' or 'L2XCFWD') and
11476            'VHOST_1024' and
11477            not 'CFS_OPT' and
11478            not 'VXLAN' and
11479            not 'IP4FWD' and
11480            not 'LBOND'"
11481   parameters:
11482   - "throughput"
11483   - "parent"
11484   - "tags"
11485 #  sort:
11486 #  - "1VM"
11487 #  - "L2XCFWD"
11488 #  - "1VM"
11489 #  - "L2BDMACLRN"
11490   traces:
11491     hoverinfo: "x+y"
11492     boxpoints: "outliers"
11493     whiskerwidth: 0
11494   layout:
11495     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11496     layout: "plot-throughput"
11497
11498 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11499 -
11500   type: "plot"
11501   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11502   algorithm: "plot_performance_box"
11503   output-file-type: ".html"
11504   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11505   data: "plot-vpp-throughput-latency-3n-hsw"
11506   filter: "'NIC_Intel-X710' and
11507            '64B' and
11508            'NDRPDR' and
11509            'ETH' and
11510            'IP4FWD' and
11511            '1T1C' and
11512            'VHOST_1024' and
11513            not 'VXLAN' and
11514            not 'DOT1Q'"
11515   parameters:
11516   - "throughput"
11517   - "parent"
11518   - "tags"
11519   sort:
11520   - "not CFS_OPT"
11521   - "1VM"
11522   - "2VM"
11523   traces:
11524     hoverinfo: "x+y"
11525     boxpoints: "outliers"
11526     whiskerwidth: 0
11527   layout:
11528     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11529     layout: "plot-throughput"
11530
11531 -
11532   type: "plot"
11533   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11534   algorithm: "plot_performance_box"
11535   output-file-type: ".html"
11536   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11537   data: "plot-vpp-throughput-latency-3n-hsw"
11538   filter: "'NIC_Intel-X710' and
11539            '64B' and
11540            'NDRPDR' and
11541            'ETH' and
11542            'IP4FWD' and
11543            '2T2C' and
11544            'VHOST_1024' and
11545            not 'VXLAN' and
11546            not 'DOT1Q'"
11547   parameters:
11548   - "throughput"
11549   - "parent"
11550   - "tags"
11551   sort:
11552   - "not CFS_OPT"
11553   - "1VM"
11554   - "2VM"
11555   traces:
11556     hoverinfo: "x+y"
11557     boxpoints: "outliers"
11558     whiskerwidth: 0
11559   layout:
11560     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11561     layout: "plot-throughput"
11562
11563 -
11564   type: "plot"
11565   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11566   algorithm: "plot_performance_box"
11567   output-file-type: ".html"
11568   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11569   data: "plot-vpp-throughput-latency-3n-hsw"
11570   filter: "'NIC_Intel-X710' and
11571            '64B' and
11572            'NDRPDR' and
11573            'ETH' and
11574            'IP4FWD' and
11575            '1T1C' and
11576            'VHOST_1024' and
11577            not 'VXLAN' and
11578            not 'DOT1Q'"
11579   parameters:
11580   - "throughput"
11581   - "parent"
11582   - "tags"
11583   sort:
11584   - "not CFS_OPT"
11585   - "1VM"
11586   - "2VM"
11587   traces:
11588     hoverinfo: "x+y"
11589     boxpoints: "outliers"
11590     whiskerwidth: 0
11591   layout:
11592     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11593     layout: "plot-throughput"
11594
11595 -
11596   type: "plot"
11597   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11598   algorithm: "plot_performance_box"
11599   output-file-type: ".html"
11600   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11601   data: "plot-vpp-throughput-latency-3n-hsw"
11602   filter: "'NIC_Intel-X710' and
11603            '64B' and
11604            'NDRPDR' and
11605            'ETH' and
11606            'IP4FWD' and
11607            '2T2C' and
11608            'VHOST_1024' and
11609            not 'VXLAN' and
11610            not 'DOT1Q'"
11611   parameters:
11612   - "throughput"
11613   - "parent"
11614   - "tags"
11615   sort:
11616   - "not CFS_OPT"
11617   - "1VM"
11618   - "2VM"
11619   traces:
11620     hoverinfo: "x+y"
11621     boxpoints: "outliers"
11622     whiskerwidth: 0
11623   layout:
11624     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11625     layout: "plot-throughput"
11626
11627 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11628 -
11629   type: "plot"
11630   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11631   algorithm: "plot_performance_box"
11632   output-file-type: ".html"
11633   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11634   data: "plot-vpp-throughput-latency-3n-hsw"
11635   filter: "'NIC_Intel-X710' and
11636            '64B' and
11637            'NDRPDR' and
11638            ('ETH' or 'DOT1Q') and
11639            '1T1C' and
11640            'L2BDMACLRN' and
11641            'VHOST_1024' and
11642            not 'VXLAN' and
11643            not 'IP4FWD' and
11644            not '2VM'"
11645   parameters:
11646   - "throughput"
11647   - "parent"
11648   - "tags"
11649 #  sort:
11650 #  - "VM"  # "not CFS_OPT"
11651 #  - "CFS_OPT"
11652 #  - "FIB_10K"
11653 #  - "FIB_100K"
11654 #  - "FIB_1M"
11655   traces:
11656     hoverinfo: "x+y"
11657     boxpoints: "outliers"
11658     whiskerwidth: 0
11659   layout:
11660     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11661     layout: "plot-throughput"
11662
11663 -
11664   type: "plot"
11665   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11666   algorithm: "plot_performance_box"
11667   output-file-type: ".html"
11668   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11669   data: "plot-vpp-throughput-latency-3n-hsw"
11670   filter: "'NIC_Intel-X710' and
11671            '64B' and
11672            'NDRPDR' and
11673            ('ETH' or 'DOT1Q') and
11674            '2T2C' and
11675            'L2BDMACLRN' and
11676            'VHOST_1024' and
11677            not 'VXLAN' and
11678            not 'IP4FWD' and
11679            not '2VM'"
11680   parameters:
11681   - "throughput"
11682   - "parent"
11683   - "tags"
11684 #  sort:
11685 #  - "VM"  # "not CFS_OPT"
11686 #  - "CFS_OPT"
11687 #  - "FIB_10K"
11688 #  - "FIB_100K"
11689 #  - "FIB_1M"
11690   traces:
11691     hoverinfo: "x+y"
11692     boxpoints: "outliers"
11693     whiskerwidth: 0
11694   layout:
11695     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11696     layout: "plot-throughput"
11697
11698 -
11699   type: "plot"
11700   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11701   algorithm: "plot_performance_box"
11702   output-file-type: ".html"
11703   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11704   data: "plot-vpp-throughput-latency-3n-hsw"
11705   filter: "'NIC_Intel-X710' and
11706            '64B' and
11707            'NDRPDR' and
11708            ('ETH' or 'DOT1Q') and
11709            '1T1C' and
11710            'L2BDMACLRN' and
11711            'VHOST_1024' and
11712            not 'VXLAN' and
11713            not 'IP4FWD' and
11714            not '2VM'"
11715   parameters:
11716   - "throughput"
11717   - "parent"
11718   - "tags"
11719 #  sort:
11720 #  - "VM"  # "not CFS_OPT"
11721 #  - "CFS_OPT"
11722 #  - "FIB_10K"
11723 #  - "FIB_100K"
11724 #  - "FIB_1M"
11725   traces:
11726     hoverinfo: "x+y"
11727     boxpoints: "outliers"
11728     whiskerwidth: 0
11729   layout:
11730     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11731     layout: "plot-throughput"
11732
11733 -
11734   type: "plot"
11735   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11736   algorithm: "plot_performance_box"
11737   output-file-type: ".html"
11738   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11739   data: "plot-vpp-throughput-latency-3n-hsw"
11740   filter: "'NIC_Intel-X710' and
11741            '64B' and
11742            'NDRPDR' and
11743            ('ETH' or 'DOT1Q') and
11744            '2T2C' and
11745            'L2BDMACLRN' and
11746            'VHOST_1024' and
11747            not 'VXLAN' and
11748            not 'IP4FWD' and
11749            not '2VM'"
11750   parameters:
11751   - "throughput"
11752   - "parent"
11753   - "tags"
11754 #  sort:
11755 #  - "VM"  # "not CFS_OPT"
11756 #  - "CFS_OPT"
11757 #  - "FIB_10K"
11758 #  - "FIB_100K"
11759 #  - "FIB_1M"
11760   traces:
11761     hoverinfo: "x+y"
11762     boxpoints: "outliers"
11763     whiskerwidth: 0
11764   layout:
11765     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11766     layout: "plot-throughput"
11767
11768 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11769 -
11770   type: "plot"
11771   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11772   algorithm: "plot_performance_box"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11775   data: "plot-vpp-throughput-latency-3n-hsw"
11776   filter: "'NIC_Intel-X710' and
11777            '64B' and
11778            'NDRPDR' and
11779            ('ETH' or 'DOT1Q') and
11780            'BASE' and
11781            '1T1C' and
11782            ('L2BDMACLRN' or 'L2XCFWD') and
11783            'VHOST_1024' and
11784            not 'VXLAN' and
11785            not 'IP4FWD' and
11786            not '2VM'"
11787   parameters:
11788   - "throughput"
11789   - "parent"
11790   - "tags"
11791 #  sort:
11792 #  - "not CFS_OPT"
11793 #  - "L2XCFWD"
11794 #  - "not CFS_OPT"
11795 #  - "CFS_OPT"
11796   traces:
11797     hoverinfo: "x+y"
11798     boxpoints: "outliers"
11799     whiskerwidth: 0
11800   layout:
11801     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11802     layout: "plot-throughput"
11803
11804 -
11805   type: "plot"
11806   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11807   algorithm: "plot_performance_box"
11808   output-file-type: ".html"
11809   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11810   data: "plot-vpp-throughput-latency-3n-hsw"
11811   filter: "'NIC_Intel-X710' and
11812            '64B' and
11813            'NDRPDR' and
11814            ('ETH' or 'DOT1Q') and
11815            'BASE' and
11816            '1T1C' and
11817            ('L2BDMACLRN' or 'L2XCFWD') and
11818            'VHOST_1024' and
11819            not 'VXLAN' and
11820            not 'IP4FWD' and
11821            not '2VM'"
11822   parameters:
11823   - "throughput"
11824   - "parent"
11825   - "tags"
11826 #  sort:
11827 #  - "not CFS_OPT"
11828 #  - "L2XCFWD"
11829 #  - "not CFS_OPT"
11830 #  - "CFS_OPT"
11831   traces:
11832     hoverinfo: "x+y"
11833     boxpoints: "outliers"
11834     whiskerwidth: 0
11835   layout:
11836     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11837     layout: "plot-throughput"
11838
11839 -
11840   type: "plot"
11841   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11842   algorithm: "plot_performance_box"
11843   output-file-type: ".html"
11844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11845   data: "plot-vpp-throughput-latency-3n-hsw"
11846   filter: "'NIC_Intel-X710' and
11847            '64B' and
11848            'NDRPDR' and
11849            ('ETH' or 'DOT1Q') and
11850            'BASE' and
11851            '2T2C' and
11852            ('L2BDMACLRN' or 'L2XCFWD') and
11853            'VHOST_1024' and
11854            not 'VXLAN' and
11855            not 'IP4FWD' and
11856            not '2VM'"
11857   parameters:
11858   - "throughput"
11859   - "parent"
11860   - "tags"
11861 #  sort:
11862 #  - "not CFS_OPT"
11863 #  - "L2XCFWD"
11864 #  - "not CFS_OPT"
11865 #  - "CFS_OPT"
11866   traces:
11867     hoverinfo: "x+y"
11868     boxpoints: "outliers"
11869     whiskerwidth: 0
11870   layout:
11871     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11872     layout: "plot-throughput"
11873
11874 -
11875   type: "plot"
11876   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11877   algorithm: "plot_performance_box"
11878   output-file-type: ".html"
11879   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11880   data: "plot-vpp-throughput-latency-3n-hsw"
11881   filter: "'NIC_Intel-X710' and
11882            '64B' and
11883            'NDRPDR' and
11884            ('ETH' or 'DOT1Q') and
11885            'BASE' and
11886            '2T2C' and
11887            ('L2BDMACLRN' or 'L2XCFWD') and
11888            'VHOST_1024' and
11889            not 'VXLAN' and
11890            not 'IP4FWD' and
11891            not '2VM'"
11892   parameters:
11893   - "throughput"
11894   - "parent"
11895   - "tags"
11896 #  sort:
11897 #  - "not CFS_OPT"
11898 #  - "L2XCFWD"
11899 #  - "not CFS_OPT"
11900 #  - "CFS_OPT"
11901   traces:
11902     hoverinfo: "x+y"
11903     boxpoints: "outliers"
11904     whiskerwidth: 0
11905   layout:
11906     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11907     layout: "plot-throughput"
11908
11909 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11910 -
11911   type: "plot"
11912   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11913   algorithm: "plot_performance_box"
11914   output-file-type: ".html"
11915   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11916   data: "plot-vpp-throughput-latency-3n-hsw"
11917   filter: "'NIC_Intel-X710' and
11918            '64B' and
11919            'NDRPDR' and
11920            ('ETH' or 'DOT1Q') and
11921            '1T1C' and
11922            ('L2BDMACLRN' or 'L2XCFWD') and
11923            'VHOST_1024' and
11924            not 'CFS_OPT' and
11925            not 'VXLAN' and
11926            not 'IP4FWD' and
11927            not 'LBOND'"
11928   parameters:
11929   - "throughput"
11930   - "parent"
11931   - "tags"
11932 #  sort:
11933 #  - "1VM"
11934 #  - "L2XCFWD"
11935 #  - "1VM"
11936 #  - "L2BDMACLRN"
11937   traces:
11938     hoverinfo: "x+y"
11939     boxpoints: "outliers"
11940     whiskerwidth: 0
11941   layout:
11942     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11943     layout: "plot-throughput"
11944
11945 -
11946   type: "plot"
11947   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11948   algorithm: "plot_performance_box"
11949   output-file-type: ".html"
11950   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11951   data: "plot-vpp-throughput-latency-3n-hsw"
11952   filter: "'NIC_Intel-X710' and
11953            '64B' and
11954            'NDRPDR' and
11955            ('ETH' or 'DOT1Q') and
11956            '1T1C' and
11957            ('L2BDMACLRN' or 'L2XCFWD') and
11958            'VHOST_1024' and
11959            not 'CFS_OPT' and
11960            not 'VXLAN' and
11961            not 'IP4FWD' and
11962            not 'LBOND'"
11963   parameters:
11964   - "throughput"
11965   - "parent"
11966   - "tags"
11967 #  sort:
11968 #  - "1VM"
11969 #  - "L2XCFWD"
11970 #  - "1VM"
11971 #  - "L2BDMACLRN"
11972   traces:
11973     hoverinfo: "x+y"
11974     boxpoints: "outliers"
11975     whiskerwidth: 0
11976   layout:
11977     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11978     layout: "plot-throughput"
11979
11980 -
11981   type: "plot"
11982   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11983   algorithm: "plot_performance_box"
11984   output-file-type: ".html"
11985   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11986   data: "plot-vpp-throughput-latency-3n-hsw"
11987   filter: "'NIC_Intel-X710' and
11988            '64B' and
11989            'NDRPDR' and
11990            ('ETH' or 'DOT1Q') and
11991            '2T2C' and
11992            ('L2BDMACLRN' or 'L2XCFWD') and
11993            'VHOST_1024' and
11994            not 'CFS_OPT' and
11995            not 'VXLAN' and
11996            not 'IP4FWD' and
11997            not 'LBOND'"
11998   parameters:
11999   - "throughput"
12000   - "parent"
12001   - "tags"
12002 #  sort:
12003 #  - "1VM"
12004 #  - "L2XCFWD"
12005 #  - "1VM"
12006 #  - "L2BDMACLRN"
12007   traces:
12008     hoverinfo: "x+y"
12009     boxpoints: "outliers"
12010     whiskerwidth: 0
12011   layout:
12012     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
12013     layout: "plot-throughput"
12014
12015 -
12016   type: "plot"
12017   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12018   algorithm: "plot_performance_box"
12019   output-file-type: ".html"
12020   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12021   data: "plot-vpp-throughput-latency-3n-hsw"
12022   filter: "'NIC_Intel-X710' and
12023            '64B' and
12024            'NDRPDR' and
12025            ('ETH' or 'DOT1Q') and
12026            '2T2C' and
12027            ('L2BDMACLRN' or 'L2XCFWD') and
12028            'VHOST_1024' and
12029            not 'CFS_OPT' and
12030            not 'VXLAN' and
12031            not 'IP4FWD' and
12032            not 'LBOND'"
12033   parameters:
12034   - "throughput"
12035   - "parent"
12036   - "tags"
12037 #  sort:
12038 #  - "1VM"
12039 #  - "L2XCFWD"
12040 #  - "1VM"
12041 #  - "L2BDMACLRN"
12042   traces:
12043     hoverinfo: "x+y"
12044     boxpoints: "outliers"
12045     whiskerwidth: 0
12046   layout:
12047     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12048     layout: "plot-throughput"
12049
12050 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
12051 -
12052   type: "plot"
12053   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12054   algorithm: "plot_performance_box"
12055   output-file-type: ".html"
12056   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12057   data: "plot-vpp-throughput-latency-3n-hsw"
12058   filter: "'NIC_Intel-XL710' and
12059            '64B' and
12060            'NDRPDR' and
12061            'ETH' and
12062            'IP4FWD' and
12063            '1T1C' and
12064            'VHOST_1024' and
12065            not 'VXLAN' and
12066            not 'DOT1Q'"
12067   parameters:
12068   - "throughput"
12069   - "parent"
12070   - "tags"
12071   sort:
12072   - "not CFS_OPT"
12073   - "1VM"
12074   - "2VM"
12075   traces:
12076     hoverinfo: "x+y"
12077     boxpoints: "outliers"
12078     whiskerwidth: 0
12079   layout:
12080     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12081     layout: "plot-throughput"
12082
12083 -
12084   type: "plot"
12085   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12086   algorithm: "plot_performance_box"
12087   output-file-type: ".html"
12088   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12089   data: "plot-vpp-throughput-latency-3n-hsw"
12090   filter: "'NIC_Intel-XL710' and
12091            '64B' and
12092            'NDRPDR' and
12093            'ETH' and
12094            'IP4FWD' and
12095            '2T2C' and
12096            'VHOST_1024' and
12097            not 'VXLAN' and
12098            not 'DOT1Q'"
12099   parameters:
12100   - "throughput"
12101   - "parent"
12102   - "tags"
12103   sort:
12104   - "not CFS_OPT"
12105   - "1VM"
12106   - "2VM"
12107   traces:
12108     hoverinfo: "x+y"
12109     boxpoints: "outliers"
12110     whiskerwidth: 0
12111   layout:
12112     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12113     layout: "plot-throughput"
12114
12115 -
12116   type: "plot"
12117   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12118   algorithm: "plot_performance_box"
12119   output-file-type: ".html"
12120   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12121   data: "plot-vpp-throughput-latency-3n-hsw"
12122   filter: "'NIC_Intel-XL710' and
12123            '64B' and
12124            'NDRPDR' and
12125            'ETH' and
12126            'IP4FWD' and
12127            '1T1C' and
12128            'VHOST_1024' and
12129            not 'VXLAN' and
12130            not 'DOT1Q'"
12131   parameters:
12132   - "throughput"
12133   - "parent"
12134   - "tags"
12135   sort:
12136   - "not CFS_OPT"
12137   - "1VM"
12138   - "2VM"
12139   traces:
12140     hoverinfo: "x+y"
12141     boxpoints: "outliers"
12142     whiskerwidth: 0
12143   layout:
12144     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12145     layout: "plot-throughput"
12146
12147 -
12148   type: "plot"
12149   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12150   algorithm: "plot_performance_box"
12151   output-file-type: ".html"
12152   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12153   data: "plot-vpp-throughput-latency-3n-hsw"
12154   filter: "'NIC_Intel-XL710' and
12155            '64B' and
12156            'NDRPDR' and
12157            'ETH' and
12158            'IP4FWD' and
12159            '2T2C' and
12160            'VHOST_1024' and
12161            not 'VXLAN' and
12162            not 'DOT1Q'"
12163   parameters:
12164   - "throughput"
12165   - "parent"
12166   - "tags"
12167   sort:
12168   - "not CFS_OPT"
12169   - "1VM"
12170   - "2VM"
12171   traces:
12172     hoverinfo: "x+y"
12173     boxpoints: "outliers"
12174     whiskerwidth: 0
12175   layout:
12176     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12177     layout: "plot-throughput"
12178
12179 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12180 -
12181   type: "plot"
12182   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12183   algorithm: "plot_performance_box"
12184   output-file-type: ".html"
12185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12186   data: "plot-vpp-throughput-latency-3n-hsw"
12187   filter: "'NIC_Intel-XL710' and
12188            '64B' and
12189            'NDRPDR' and
12190            ('ETH' or 'DOT1Q') and
12191            '1T1C' and
12192            'L2BDMACLRN' and
12193            'VHOST_1024' and
12194            not 'VXLAN' and
12195            not 'IP4FWD' and
12196            not '2VM'"
12197   parameters:
12198   - "throughput"
12199   - "parent"
12200   - "tags"
12201 #  sort:
12202 #  - "VM"  # "not CFS_OPT"
12203 #  - "CFS_OPT"
12204 #  - "FIB_10K"
12205 #  - "FIB_100K"
12206 #  - "FIB_1M"
12207   traces:
12208     hoverinfo: "x+y"
12209     boxpoints: "outliers"
12210     whiskerwidth: 0
12211   layout:
12212     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12213     layout: "plot-throughput"
12214
12215 -
12216   type: "plot"
12217   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12218   algorithm: "plot_performance_box"
12219   output-file-type: ".html"
12220   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12221   data: "plot-vpp-throughput-latency-3n-hsw"
12222   filter: "'NIC_Intel-XL710' and
12223            '64B' and
12224            'NDRPDR' and
12225            ('ETH' or 'DOT1Q') and
12226            '2T2C' and
12227            'L2BDMACLRN' and
12228            'VHOST_1024' and
12229            not 'VXLAN' and
12230            not 'IP4FWD' and
12231            not '2VM'"
12232   parameters:
12233   - "throughput"
12234   - "parent"
12235   - "tags"
12236 #  sort:
12237 #  - "VM"  # "not CFS_OPT"
12238 #  - "CFS_OPT"
12239 #  - "FIB_10K"
12240 #  - "FIB_100K"
12241 #  - "FIB_1M"
12242   traces:
12243     hoverinfo: "x+y"
12244     boxpoints: "outliers"
12245     whiskerwidth: 0
12246   layout:
12247     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12248     layout: "plot-throughput"
12249
12250 -
12251   type: "plot"
12252   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12253   algorithm: "plot_performance_box"
12254   output-file-type: ".html"
12255   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12256   data: "plot-vpp-throughput-latency-3n-hsw"
12257   filter: "'NIC_Intel-XL710' and
12258            '64B' and
12259            'NDRPDR' and
12260            ('ETH' or 'DOT1Q') and
12261            '1T1C' and
12262            'L2BDMACLRN' and
12263            'VHOST_1024' and
12264            not 'VXLAN' and
12265            not 'IP4FWD' and
12266            not '2VM'"
12267   parameters:
12268   - "throughput"
12269   - "parent"
12270   - "tags"
12271 #  sort:
12272 #  - "VM"  # "not CFS_OPT"
12273 #  - "CFS_OPT"
12274 #  - "FIB_10K"
12275 #  - "FIB_100K"
12276 #  - "FIB_1M"
12277   traces:
12278     hoverinfo: "x+y"
12279     boxpoints: "outliers"
12280     whiskerwidth: 0
12281   layout:
12282     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12283     layout: "plot-throughput"
12284
12285 -
12286   type: "plot"
12287   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12288   algorithm: "plot_performance_box"
12289   output-file-type: ".html"
12290   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12291   data: "plot-vpp-throughput-latency-3n-hsw"
12292   filter: "'NIC_Intel-XL710' and
12293            '64B' and
12294            'NDRPDR' and
12295            ('ETH' or 'DOT1Q') and
12296            '2T2C' and
12297            'L2BDMACLRN' and
12298            'VHOST_1024' and
12299            not 'VXLAN' and
12300            not 'IP4FWD' and
12301            not '2VM'"
12302   parameters:
12303   - "throughput"
12304   - "parent"
12305   - "tags"
12306 #  sort:
12307 #  - "VM"  # "not CFS_OPT"
12308 #  - "CFS_OPT"
12309 #  - "FIB_10K"
12310 #  - "FIB_100K"
12311 #  - "FIB_1M"
12312   traces:
12313     hoverinfo: "x+y"
12314     boxpoints: "outliers"
12315     whiskerwidth: 0
12316   layout:
12317     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12318     layout: "plot-throughput"
12319
12320 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12321 -
12322   type: "plot"
12323   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12324   algorithm: "plot_performance_box"
12325   output-file-type: ".html"
12326   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12327   data: "plot-vpp-throughput-latency-3n-hsw"
12328   filter: "'NIC_Intel-XL710' and
12329            '64B' and
12330            'NDRPDR' and
12331            ('ETH' or 'DOT1Q') and
12332            'BASE' and
12333            '1T1C' and
12334            ('L2BDMACLRN' or 'L2XCFWD') and
12335            'VHOST_1024' and
12336            not 'VXLAN' and
12337            not 'IP4FWD' and
12338            not '2VM'"
12339   parameters:
12340   - "throughput"
12341   - "parent"
12342   - "tags"
12343 #  sort:
12344 #  - "not CFS_OPT"
12345 #  - "L2XCFWD"
12346 #  - "not CFS_OPT"
12347 #  - "CFS_OPT"
12348   traces:
12349     hoverinfo: "x+y"
12350     boxpoints: "outliers"
12351     whiskerwidth: 0
12352   layout:
12353     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12354     layout: "plot-throughput"
12355
12356 -
12357   type: "plot"
12358   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12359   algorithm: "plot_performance_box"
12360   output-file-type: ".html"
12361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12362   data: "plot-vpp-throughput-latency-3n-hsw"
12363   filter: "'NIC_Intel-XL710' and
12364            '64B' and
12365            'NDRPDR' and
12366            ('ETH' or 'DOT1Q') and
12367            'BASE' and
12368            '1T1C' and
12369            ('L2BDMACLRN' or 'L2XCFWD') and
12370            'VHOST_1024' and
12371            not 'VXLAN' and
12372            not 'IP4FWD' and
12373            not '2VM'"
12374   parameters:
12375   - "throughput"
12376   - "parent"
12377   - "tags"
12378 #  sort:
12379 #  - "not CFS_OPT"
12380 #  - "L2XCFWD"
12381 #  - "not CFS_OPT"
12382 #  - "CFS_OPT"
12383   traces:
12384     hoverinfo: "x+y"
12385     boxpoints: "outliers"
12386     whiskerwidth: 0
12387   layout:
12388     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12389     layout: "plot-throughput"
12390
12391 -
12392   type: "plot"
12393   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12394   algorithm: "plot_performance_box"
12395   output-file-type: ".html"
12396   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12397   data: "plot-vpp-throughput-latency-3n-hsw"
12398   filter: "'NIC_Intel-XL710' and
12399            '64B' and
12400            'NDRPDR' and
12401            ('ETH' or 'DOT1Q') and
12402            'BASE' and
12403            '2T2C' and
12404            ('L2BDMACLRN' or 'L2XCFWD') and
12405            'VHOST_1024' and
12406            not 'VXLAN' and
12407            not 'IP4FWD' and
12408            not '2VM'"
12409   parameters:
12410   - "throughput"
12411   - "parent"
12412   - "tags"
12413 #  sort:
12414 #  - "not CFS_OPT"
12415 #  - "L2XCFWD"
12416 #  - "not CFS_OPT"
12417 #  - "CFS_OPT"
12418   traces:
12419     hoverinfo: "x+y"
12420     boxpoints: "outliers"
12421     whiskerwidth: 0
12422   layout:
12423     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12424     layout: "plot-throughput"
12425
12426 -
12427   type: "plot"
12428   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12429   algorithm: "plot_performance_box"
12430   output-file-type: ".html"
12431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12432   data: "plot-vpp-throughput-latency-3n-hsw"
12433   filter: "'NIC_Intel-XL710' and
12434            '64B' and
12435            'NDRPDR' and
12436            ('ETH' or 'DOT1Q') and
12437            'BASE' and
12438            '2T2C' and
12439            ('L2BDMACLRN' or 'L2XCFWD') and
12440            'VHOST_1024' and
12441            not 'VXLAN' and
12442            not 'IP4FWD' and
12443            not '2VM'"
12444   parameters:
12445   - "throughput"
12446   - "parent"
12447   - "tags"
12448 #  sort:
12449 #  - "not CFS_OPT"
12450 #  - "L2XCFWD"
12451 #  - "not CFS_OPT"
12452 #  - "CFS_OPT"
12453   traces:
12454     hoverinfo: "x+y"
12455     boxpoints: "outliers"
12456     whiskerwidth: 0
12457   layout:
12458     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12459     layout: "plot-throughput"
12460
12461 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12462 -
12463   type: "plot"
12464   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12465   algorithm: "plot_performance_box"
12466   output-file-type: ".html"
12467   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12468   data: "plot-vpp-throughput-latency-3n-hsw"
12469   filter: "'NIC_Intel-XL710' and
12470            '64B' and
12471            'NDRPDR' and
12472            ('ETH' or 'DOT1Q') and
12473            '1T1C' and
12474            ('L2BDMACLRN' or 'L2XCFWD') and
12475            'VHOST_1024' and
12476            not 'CFS_OPT' and
12477            not 'VXLAN' and
12478            not 'IP4FWD'"
12479   parameters:
12480   - "throughput"
12481   - "parent"
12482   - "tags"
12483 #  sort:
12484 #  - "1VM"
12485 #  - "L2XCFWD"
12486 #  - "1VM"
12487 #  - "L2BDMACLRN"
12488   traces:
12489     hoverinfo: "x+y"
12490     boxpoints: "outliers"
12491     whiskerwidth: 0
12492   layout:
12493     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12494     layout: "plot-throughput"
12495
12496 -
12497   type: "plot"
12498   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12499   algorithm: "plot_performance_box"
12500   output-file-type: ".html"
12501   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12502   data: "plot-vpp-throughput-latency-3n-hsw"
12503   filter: "'NIC_Intel-XL710' and
12504            '64B' and
12505            'NDRPDR' and
12506            ('ETH' or 'DOT1Q') and
12507            '1T1C' and
12508            ('L2BDMACLRN' or 'L2XCFWD') and
12509            'VHOST_1024' and
12510            not 'CFS_OPT' and
12511            not 'VXLAN' and
12512            not 'IP4FWD'"
12513   parameters:
12514   - "throughput"
12515   - "parent"
12516   - "tags"
12517 #  sort:
12518 #  - "1VM"
12519 #  - "L2XCFWD"
12520 #  - "1VM"
12521 #  - "L2BDMACLRN"
12522   traces:
12523     hoverinfo: "x+y"
12524     boxpoints: "outliers"
12525     whiskerwidth: 0
12526   layout:
12527     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12528     layout: "plot-throughput"
12529
12530 -
12531   type: "plot"
12532   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12533   algorithm: "plot_performance_box"
12534   output-file-type: ".html"
12535   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12536   data: "plot-vpp-throughput-latency-3n-hsw"
12537   filter: "'NIC_Intel-XL710' and
12538            '64B' and
12539            'NDRPDR' and
12540            ('ETH' or 'DOT1Q') and
12541            '2T2C' and
12542            ('L2BDMACLRN' or 'L2XCFWD') and
12543            'VHOST_1024' and
12544            not 'CFS_OPT' and
12545            not 'VXLAN' and
12546            not 'IP4FWD'"
12547   parameters:
12548   - "throughput"
12549   - "parent"
12550   - "tags"
12551 #  sort:
12552 #  - "1VM"
12553 #  - "L2XCFWD"
12554 #  - "1VM"
12555 #  - "L2BDMACLRN"
12556   traces:
12557     hoverinfo: "x+y"
12558     boxpoints: "outliers"
12559     whiskerwidth: 0
12560   layout:
12561     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12562     layout: "plot-throughput"
12563
12564 -
12565   type: "plot"
12566   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12567   algorithm: "plot_performance_box"
12568   output-file-type: ".html"
12569   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12570   data: "plot-vpp-throughput-latency-3n-hsw"
12571   filter: "'NIC_Intel-XL710' and
12572            '64B' and
12573            'NDRPDR' and
12574            ('ETH' or 'DOT1Q') and
12575            '2T2C' and
12576            ('L2BDMACLRN' or 'L2XCFWD') and
12577            'VHOST_1024' and
12578            not 'CFS_OPT' and
12579            not 'VXLAN' and
12580            not 'IP4FWD'"
12581   parameters:
12582   - "throughput"
12583   - "parent"
12584   - "tags"
12585 #  sort:
12586 #  - "1VM"
12587 #  - "L2XCFWD"
12588 #  - "1VM"
12589 #  - "L2BDMACLRN"
12590   traces:
12591     hoverinfo: "x+y"
12592     boxpoints: "outliers"
12593     whiskerwidth: 0
12594   layout:
12595     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12596     layout: "plot-throughput"
12597
12598 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12599 -
12600   type: "plot"
12601   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12602   algorithm: "plot_performance_box"
12603   output-file-type: ".html"
12604   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12605   data: "plot-vpp-throughput-latency-3n-skx"
12606   filter: "'NIC_Intel-X710' and
12607            '64B' and
12608            'NDRPDR' and
12609            'ETH' and
12610            'IP4FWD' and
12611            '2T1C' and
12612            'VHOST_1024' and
12613            not 'VXLAN' and
12614            not 'DOT1Q'"
12615   parameters:
12616   - "throughput"
12617   - "parent"
12618   - "tags"
12619   sort:
12620   - "not CFS_OPT"
12621   - "1VM"
12622   - "2VM"
12623   traces:
12624     hoverinfo: "x+y"
12625     boxpoints: "outliers"
12626     whiskerwidth: 0
12627   layout:
12628     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12629     layout: "plot-throughput"
12630
12631 -
12632   type: "plot"
12633   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12634   algorithm: "plot_performance_box"
12635   output-file-type: ".html"
12636   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12637   data: "plot-vpp-throughput-latency-3n-skx"
12638   filter: "'NIC_Intel-X710' and
12639            '64B' and
12640            'NDRPDR' and
12641            'ETH' and
12642            'IP4FWD' and
12643            '4T2C' and
12644            'VHOST_1024' and
12645            not 'VXLAN' and
12646            not 'DOT1Q'"
12647   parameters:
12648   - "throughput"
12649   - "parent"
12650   - "tags"
12651   sort:
12652   - "not CFS_OPT"
12653   - "1VM"
12654   - "2VM"
12655   traces:
12656     hoverinfo: "x+y"
12657     boxpoints: "outliers"
12658     whiskerwidth: 0
12659   layout:
12660     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12661     layout: "plot-throughput"
12662
12663 -
12664   type: "plot"
12665   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12666   algorithm: "plot_performance_box"
12667   output-file-type: ".html"
12668   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12669   data: "plot-vpp-throughput-latency-3n-skx"
12670   filter: "'NIC_Intel-X710' and
12671            '64B' and
12672            'NDRPDR' and
12673            'ETH' and
12674            'IP4FWD' and
12675            '2T1C' and
12676            'VHOST_1024' and
12677            not 'VXLAN' and
12678            not 'DOT1Q'"
12679   parameters:
12680   - "throughput"
12681   - "parent"
12682   - "tags"
12683   sort:
12684   - "not CFS_OPT"
12685   - "1VM"
12686   - "2VM"
12687   traces:
12688     hoverinfo: "x+y"
12689     boxpoints: "outliers"
12690     whiskerwidth: 0
12691   layout:
12692     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12693     layout: "plot-throughput"
12694
12695 -
12696   type: "plot"
12697   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12698   algorithm: "plot_performance_box"
12699   output-file-type: ".html"
12700   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12701   data: "plot-vpp-throughput-latency-3n-skx"
12702   filter: "'NIC_Intel-X710' and
12703            '64B' and
12704            'NDRPDR' and
12705            'ETH' and
12706            'IP4FWD' and
12707            '4T2C' and
12708            'VHOST_1024' and
12709            not 'VXLAN' and
12710            not 'DOT1Q'"
12711   parameters:
12712   - "throughput"
12713   - "parent"
12714   - "tags"
12715   sort:
12716   - "not CFS_OPT"
12717   - "1VM"
12718   - "2VM"
12719   traces:
12720     hoverinfo: "x+y"
12721     boxpoints: "outliers"
12722     whiskerwidth: 0
12723   layout:
12724     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12725     layout: "plot-throughput"
12726
12727 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12728 -
12729   type: "plot"
12730   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12731   algorithm: "plot_performance_box"
12732   output-file-type: ".html"
12733   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12734   data: "plot-vpp-throughput-latency-3n-skx"
12735   filter: "'NIC_Intel-X710' and
12736            '64B' and
12737            'NDRPDR' and
12738            ('ETH' or 'DOT1Q') and
12739            '2T1C' and
12740            'L2BDMACLRN' and
12741            'VHOST_1024' and
12742            not 'VXLAN' and
12743            not 'IP4FWD' and
12744            not '2VM'"
12745   parameters:
12746   - "throughput"
12747   - "parent"
12748   - "tags"
12749 #  sort:
12750 #  - "VM"  # "not CFS_OPT"
12751 #  - "CFS_OPT"
12752 #  - "FIB_10K"
12753 #  - "FIB_100K"
12754 #  - "FIB_1M"
12755   traces:
12756     hoverinfo: "x+y"
12757     boxpoints: "outliers"
12758     whiskerwidth: 0
12759   layout:
12760     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12761     layout: "plot-throughput"
12762
12763 -
12764   type: "plot"
12765   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12766   algorithm: "plot_performance_box"
12767   output-file-type: ".html"
12768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12769   data: "plot-vpp-throughput-latency-3n-skx"
12770   filter: "'NIC_Intel-X710' and
12771            '64B' and
12772            'NDRPDR' and
12773            ('ETH' or 'DOT1Q') and
12774            '4T2C' and
12775            'L2BDMACLRN' and
12776            'VHOST_1024' and
12777            not 'VXLAN' and
12778            not 'IP4FWD' and
12779            not '2VM'"
12780   parameters:
12781   - "throughput"
12782   - "parent"
12783   - "tags"
12784 #  sort:
12785 #  - "VM"  # "not CFS_OPT"
12786 #  - "CFS_OPT"
12787 #  - "FIB_10K"
12788 #  - "FIB_100K"
12789 #  - "FIB_1M"
12790   traces:
12791     hoverinfo: "x+y"
12792     boxpoints: "outliers"
12793     whiskerwidth: 0
12794   layout:
12795     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12796     layout: "plot-throughput"
12797
12798 -
12799   type: "plot"
12800   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12801   algorithm: "plot_performance_box"
12802   output-file-type: ".html"
12803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12804   data: "plot-vpp-throughput-latency-3n-skx"
12805   filter: "'NIC_Intel-X710' and
12806            '64B' and
12807            'NDRPDR' and
12808            ('ETH' or 'DOT1Q') and
12809            '2T1C' and
12810            'L2BDMACLRN' and
12811            'VHOST_1024' and
12812            not 'VXLAN' and
12813            not 'IP4FWD' and
12814            not '2VM'"
12815   parameters:
12816   - "throughput"
12817   - "parent"
12818   - "tags"
12819 #  sort:
12820 #  - "VM"  # "not CFS_OPT"
12821 #  - "CFS_OPT"
12822 #  - "FIB_10K"
12823 #  - "FIB_100K"
12824 #  - "FIB_1M"
12825   traces:
12826     hoverinfo: "x+y"
12827     boxpoints: "outliers"
12828     whiskerwidth: 0
12829   layout:
12830     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12831     layout: "plot-throughput"
12832
12833 -
12834   type: "plot"
12835   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12836   algorithm: "plot_performance_box"
12837   output-file-type: ".html"
12838   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12839   data: "plot-vpp-throughput-latency-3n-skx"
12840   filter: "'NIC_Intel-X710' and
12841            '64B' and
12842            'NDRPDR' and
12843            ('ETH' or 'DOT1Q') and
12844            '4T2C' and
12845            'L2BDMACLRN' and
12846            'VHOST_1024' and
12847            not 'VXLAN' and
12848            not 'IP4FWD' and
12849            not '2VM'"
12850   parameters:
12851   - "throughput"
12852   - "parent"
12853   - "tags"
12854 #  sort:
12855 #  - "VM"  # "not CFS_OPT"
12856 #  - "CFS_OPT"
12857 #  - "FIB_10K"
12858 #  - "FIB_100K"
12859 #  - "FIB_1M"
12860   traces:
12861     hoverinfo: "x+y"
12862     boxpoints: "outliers"
12863     whiskerwidth: 0
12864   layout:
12865     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12866     layout: "plot-throughput"
12867
12868 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12869 -
12870   type: "plot"
12871   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12872   algorithm: "plot_performance_box"
12873   output-file-type: ".html"
12874   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12875   data: "plot-vpp-throughput-latency-3n-skx"
12876   filter: "'NIC_Intel-X710' and
12877            '64B' and
12878            'NDRPDR' and
12879            ('ETH' or 'DOT1Q') and
12880            'BASE' and
12881            '2T1C' and
12882            ('L2BDMACLRN' or 'L2XCFWD') and
12883            'VHOST_1024' and
12884            not 'VXLAN' and
12885            not 'IP4FWD' and
12886            not '2VM' and
12887            not 'LBOND'"
12888   parameters:
12889   - "throughput"
12890   - "parent"
12891   - "tags"
12892 #  sort:
12893 #  - "not CFS_OPT"
12894 #  - "L2XCFWD"
12895 #  - "not CFS_OPT"
12896 #  - "CFS_OPT"
12897   traces:
12898     hoverinfo: "x+y"
12899     boxpoints: "outliers"
12900     whiskerwidth: 0
12901   layout:
12902     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12903     layout: "plot-throughput"
12904
12905 -
12906   type: "plot"
12907   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12908   algorithm: "plot_performance_box"
12909   output-file-type: ".html"
12910   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12911   data: "plot-vpp-throughput-latency-3n-skx"
12912   filter: "'NIC_Intel-X710' and
12913            '64B' and
12914            'NDRPDR' and
12915            ('ETH' or 'DOT1Q') and
12916            'BASE' and
12917            '2T1C' and
12918            ('L2BDMACLRN' or 'L2XCFWD') and
12919            'VHOST_1024' and
12920            not 'VXLAN' and
12921            not 'IP4FWD' and
12922            not '2VM' and
12923            not 'LBOND'"
12924   parameters:
12925   - "throughput"
12926   - "parent"
12927   - "tags"
12928 #  sort:
12929 #  - "not CFS_OPT"
12930 #  - "L2XCFWD"
12931 #  - "not CFS_OPT"
12932 #  - "CFS_OPT"
12933   traces:
12934     hoverinfo: "x+y"
12935     boxpoints: "outliers"
12936     whiskerwidth: 0
12937   layout:
12938     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12939     layout: "plot-throughput"
12940
12941 -
12942   type: "plot"
12943   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12944   algorithm: "plot_performance_box"
12945   output-file-type: ".html"
12946   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12947   data: "plot-vpp-throughput-latency-3n-skx"
12948   filter: "'NIC_Intel-X710' and
12949            '64B' and
12950            'NDRPDR' and
12951            ('ETH' or 'DOT1Q') and
12952            'BASE' and
12953            '4T2C' and
12954            ('L2BDMACLRN' or 'L2XCFWD') and
12955            'VHOST_1024' and
12956            not 'VXLAN' and
12957            not 'IP4FWD' and
12958            not '2VM' and
12959            not 'LBOND'"
12960   parameters:
12961   - "throughput"
12962   - "parent"
12963   - "tags"
12964 #  sort:
12965 #  - "not CFS_OPT"
12966 #  - "L2XCFWD"
12967 #  - "not CFS_OPT"
12968 #  - "CFS_OPT"
12969   traces:
12970     hoverinfo: "x+y"
12971     boxpoints: "outliers"
12972     whiskerwidth: 0
12973   layout:
12974     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12975     layout: "plot-throughput"
12976
12977 -
12978   type: "plot"
12979   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12980   algorithm: "plot_performance_box"
12981   output-file-type: ".html"
12982   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
12983   data: "plot-vpp-throughput-latency-3n-skx"
12984   filter: "'NIC_Intel-X710' and
12985            '64B' and
12986            'NDRPDR' and
12987            ('ETH' or 'DOT1Q') and
12988            'BASE' and
12989            '4T2C' and
12990            ('L2BDMACLRN' or 'L2XCFWD') and
12991            'VHOST_1024' and
12992            not 'VXLAN' and
12993            not 'IP4FWD' and
12994            not '2VM' and
12995            not 'LBOND'"
12996   parameters:
12997   - "throughput"
12998   - "parent"
12999   - "tags"
13000 #  sort:
13001 #  - "not CFS_OPT"
13002 #  - "L2XCFWD"
13003 #  - "not CFS_OPT"
13004 #  - "CFS_OPT"
13005   traces:
13006     hoverinfo: "x+y"
13007     boxpoints: "outliers"
13008     whiskerwidth: 0
13009   layout:
13010     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13011     layout: "plot-throughput"
13012
13013 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
13014 -
13015   type: "plot"
13016   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13017   algorithm: "plot_performance_box"
13018   output-file-type: ".html"
13019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13020   data: "plot-vpp-throughput-latency-3n-skx"
13021   filter: "'NIC_Intel-X710' and
13022            '64B' and
13023            'NDRPDR' and
13024            ('ETH' or 'DOT1Q') and
13025            '2T1C' and
13026            ('L2BDMACLRN' or 'L2XCFWD') and
13027            'VHOST_1024' and
13028            not 'CFS_OPT' and
13029            not 'VXLAN' and
13030            not 'IP4FWD' and
13031            not 'LBOND'"
13032   parameters:
13033   - "throughput"
13034   - "parent"
13035   - "tags"
13036 #  sort:
13037 #  - "1VM"
13038 #  - "L2XCFWD"
13039 #  - "1VM"
13040 #  - "L2BDMACLRN"
13041   traces:
13042     hoverinfo: "x+y"
13043     boxpoints: "outliers"
13044     whiskerwidth: 0
13045   layout:
13046     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13047     layout: "plot-throughput"
13048
13049 -
13050   type: "plot"
13051   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13052   algorithm: "plot_performance_box"
13053   output-file-type: ".html"
13054   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13055   data: "plot-vpp-throughput-latency-3n-skx"
13056   filter: "'NIC_Intel-X710' and
13057            '64B' and
13058            'NDRPDR' and
13059            ('ETH' or 'DOT1Q') and
13060            '2T1C' and
13061            ('L2BDMACLRN' or 'L2XCFWD') and
13062            'VHOST_1024' and
13063            not 'CFS_OPT' and
13064            not 'VXLAN' and
13065            not 'IP4FWD' and
13066            not 'LBOND'"
13067   parameters:
13068   - "throughput"
13069   - "parent"
13070   - "tags"
13071 #  sort:
13072 #  - "1VM"
13073 #  - "L2XCFWD"
13074 #  - "1VM"
13075 #  - "L2BDMACLRN"
13076   traces:
13077     hoverinfo: "x+y"
13078     boxpoints: "outliers"
13079     whiskerwidth: 0
13080   layout:
13081     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13082     layout: "plot-throughput"
13083
13084 -
13085   type: "plot"
13086   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13087   algorithm: "plot_performance_box"
13088   output-file-type: ".html"
13089   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13090   data: "plot-vpp-throughput-latency-3n-skx"
13091   filter: "'NIC_Intel-X710' and
13092            '64B' and
13093            'NDRPDR' and
13094            ('ETH' or 'DOT1Q') and
13095            '4T2C' and
13096            ('L2BDMACLRN' or 'L2XCFWD') and
13097            'VHOST_1024' and
13098            not 'CFS_OPT' and
13099            not 'VXLAN' and
13100            not 'IP4FWD' and
13101            not 'LBOND'"
13102   parameters:
13103   - "throughput"
13104   - "parent"
13105   - "tags"
13106 #  sort:
13107 #  - "1VM"
13108 #  - "L2XCFWD"
13109 #  - "1VM"
13110 #  - "L2BDMACLRN"
13111   traces:
13112     hoverinfo: "x+y"
13113     boxpoints: "outliers"
13114     whiskerwidth: 0
13115   layout:
13116     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13117     layout: "plot-throughput"
13118
13119 -
13120   type: "plot"
13121   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13122   algorithm: "plot_performance_box"
13123   output-file-type: ".html"
13124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13125   data: "plot-vpp-throughput-latency-3n-skx"
13126   filter: "'NIC_Intel-X710' and
13127            '64B' and
13128            'NDRPDR' and
13129            ('ETH' or 'DOT1Q') and
13130            '4T2C' and
13131            ('L2BDMACLRN' or 'L2XCFWD') and
13132            'VHOST_1024' and
13133            not 'CFS_OPT' and
13134            not 'VXLAN' and
13135            not 'IP4FWD' and
13136            not 'LBOND'"
13137   parameters:
13138   - "throughput"
13139   - "parent"
13140   - "tags"
13141 #  sort:
13142 #  - "1VM"
13143 #  - "L2XCFWD"
13144 #  - "1VM"
13145 #  - "L2BDMACLRN"
13146   traces:
13147     hoverinfo: "x+y"
13148     boxpoints: "outliers"
13149     whiskerwidth: 0
13150   layout:
13151     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13152     layout: "plot-throughput"
13153
13154 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13155 -
13156   type: "plot"
13157   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13158   algorithm: "plot_performance_box"
13159   output-file-type: ".html"
13160   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13161   data: "plot-vpp-throughput-latency-2n-skx"
13162   filter: "'NIC_Intel-X710' and
13163            '64B' and
13164            'NDRPDR' and
13165            'ETH' and
13166            'IP4FWD' and
13167            '2T1C' and
13168            'VHOST_1024' and
13169            not 'VXLAN' and
13170            not 'DOT1Q'"
13171   parameters:
13172   - "throughput"
13173   - "parent"
13174   - "tags"
13175   sort:
13176   - "not CFS_OPT"
13177   - "1VM"
13178   - "2VM"
13179   traces:
13180     hoverinfo: "x+y"
13181     boxpoints: "outliers"
13182     whiskerwidth: 0
13183   layout:
13184     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13185     layout: "plot-throughput"
13186
13187 -
13188   type: "plot"
13189   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13190   algorithm: "plot_performance_box"
13191   output-file-type: ".html"
13192   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13193   data: "plot-vpp-throughput-latency-2n-skx"
13194   filter: "'NIC_Intel-X710' and
13195            '64B' and
13196            'NDRPDR' and
13197            'ETH' and
13198            'IP4FWD' and
13199            '4T2C' and
13200            'VHOST_1024' and
13201            not 'VXLAN' and
13202            not 'DOT1Q'"
13203   parameters:
13204   - "throughput"
13205   - "parent"
13206   - "tags"
13207   sort:
13208   - "not CFS_OPT"
13209   - "1VM"
13210   - "2VM"
13211   traces:
13212     hoverinfo: "x+y"
13213     boxpoints: "outliers"
13214     whiskerwidth: 0
13215   layout:
13216     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13217     layout: "plot-throughput"
13218
13219 -
13220   type: "plot"
13221   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13222   algorithm: "plot_performance_box"
13223   output-file-type: ".html"
13224   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13225   data: "plot-vpp-throughput-latency-2n-skx"
13226   filter: "'NIC_Intel-X710' and
13227            '64B' and
13228            'NDRPDR' and
13229            'ETH' and
13230            'IP4FWD' and
13231            '2T1C' and
13232            'VHOST_1024' and
13233            not 'VXLAN' and
13234            not 'DOT1Q'"
13235   parameters:
13236   - "throughput"
13237   - "parent"
13238   - "tags"
13239   sort:
13240   - "not CFS_OPT"
13241   - "1VM"
13242   - "2VM"
13243   traces:
13244     hoverinfo: "x+y"
13245     boxpoints: "outliers"
13246     whiskerwidth: 0
13247   layout:
13248     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13249     layout: "plot-throughput"
13250
13251 -
13252   type: "plot"
13253   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13254   algorithm: "plot_performance_box"
13255   output-file-type: ".html"
13256   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13257   data: "plot-vpp-throughput-latency-2n-skx"
13258   filter: "'NIC_Intel-X710' and
13259            '64B' and
13260            'NDRPDR' and
13261            'ETH' and
13262            'IP4FWD' and
13263            '4T2C' and
13264            'VHOST_1024' and
13265            not 'VXLAN' and
13266            not 'DOT1Q'"
13267   parameters:
13268   - "throughput"
13269   - "parent"
13270   - "tags"
13271   sort:
13272   - "not CFS_OPT"
13273   - "1VM"
13274   - "2VM"
13275   traces:
13276     hoverinfo: "x+y"
13277     boxpoints: "outliers"
13278     whiskerwidth: 0
13279   layout:
13280     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13281     layout: "plot-throughput"
13282
13283 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13284 -
13285   type: "plot"
13286   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13287   algorithm: "plot_performance_box"
13288   output-file-type: ".html"
13289   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13290   data: "plot-vpp-throughput-latency-2n-skx"
13291   filter: "'NIC_Intel-X710' and
13292            '64B' and
13293            'NDRPDR' and
13294            ('ETH' or 'DOT1Q') and
13295            '2T1C' and
13296            'L2BDMACLRN' and
13297            'VHOST_1024' and
13298            not 'VXLAN' and
13299            not 'IP4FWD' and
13300            not '2VM'"
13301   parameters:
13302   - "throughput"
13303   - "parent"
13304   - "tags"
13305 #  sort:
13306 #  - "VM"  # "not CFS_OPT"
13307 #  - "CFS_OPT"
13308 #  - "FIB_10K"
13309 #  - "FIB_100K"
13310 #  - "FIB_1M"
13311   traces:
13312     hoverinfo: "x+y"
13313     boxpoints: "outliers"
13314     whiskerwidth: 0
13315   layout:
13316     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13317     layout: "plot-throughput"
13318
13319 -
13320   type: "plot"
13321   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13322   algorithm: "plot_performance_box"
13323   output-file-type: ".html"
13324   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13325   data: "plot-vpp-throughput-latency-2n-skx"
13326   filter: "'NIC_Intel-X710' and
13327            '64B' and
13328            'NDRPDR' and
13329            ('ETH' or 'DOT1Q') and
13330            '4T2C' and
13331            'L2BDMACLRN' and
13332            'VHOST_1024' and
13333            not 'VXLAN' and
13334            not 'IP4FWD' and
13335            not '2VM'"
13336   parameters:
13337   - "throughput"
13338   - "parent"
13339   - "tags"
13340 #  sort:
13341 #  - "VM"  # "not CFS_OPT"
13342 #  - "CFS_OPT"
13343 #  - "FIB_10K"
13344 #  - "FIB_100K"
13345 #  - "FIB_1M"
13346   traces:
13347     hoverinfo: "x+y"
13348     boxpoints: "outliers"
13349     whiskerwidth: 0
13350   layout:
13351     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13352     layout: "plot-throughput"
13353
13354 -
13355   type: "plot"
13356   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13357   algorithm: "plot_performance_box"
13358   output-file-type: ".html"
13359   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13360   data: "plot-vpp-throughput-latency-2n-skx"
13361   filter: "'NIC_Intel-X710' and
13362            '64B' and
13363            'NDRPDR' and
13364            ('ETH' or 'DOT1Q') and
13365            '2T1C' and
13366            'L2BDMACLRN' and
13367            'VHOST_1024' and
13368            not 'VXLAN' and
13369            not 'IP4FWD' and
13370            not '2VM'"
13371   parameters:
13372   - "throughput"
13373   - "parent"
13374   - "tags"
13375 #  sort:
13376 #  - "VM"  # "not CFS_OPT"
13377 #  - "CFS_OPT"
13378 #  - "FIB_10K"
13379 #  - "FIB_100K"
13380 #  - "FIB_1M"
13381   traces:
13382     hoverinfo: "x+y"
13383     boxpoints: "outliers"
13384     whiskerwidth: 0
13385   layout:
13386     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13387     layout: "plot-throughput"
13388
13389 -
13390   type: "plot"
13391   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13392   algorithm: "plot_performance_box"
13393   output-file-type: ".html"
13394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13395   data: "plot-vpp-throughput-latency-2n-skx"
13396   filter: "'NIC_Intel-X710' and
13397            '64B' and
13398            'NDRPDR' and
13399            ('ETH' or 'DOT1Q') and
13400            '4T2C' and
13401            'L2BDMACLRN' and
13402            'VHOST_1024' and
13403            not 'VXLAN' and
13404            not 'IP4FWD' and
13405            not '2VM'"
13406   parameters:
13407   - "throughput"
13408   - "parent"
13409   - "tags"
13410 #  sort:
13411 #  - "VM"  # "not CFS_OPT"
13412 #  - "CFS_OPT"
13413 #  - "FIB_10K"
13414 #  - "FIB_100K"
13415 #  - "FIB_1M"
13416   traces:
13417     hoverinfo: "x+y"
13418     boxpoints: "outliers"
13419     whiskerwidth: 0
13420   layout:
13421     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13422     layout: "plot-throughput"
13423
13424 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13425 -
13426   type: "plot"
13427   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13428   algorithm: "plot_performance_box"
13429   output-file-type: ".html"
13430   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13431   data: "plot-vpp-throughput-latency-2n-skx"
13432   filter: "'NIC_Intel-X710' and
13433            '64B' and
13434            'NDRPDR' and
13435            ('ETH' or 'DOT1Q') and
13436            'BASE' and
13437            '2T1C' and
13438            ('L2BDMACLRN' or 'L2XCFWD') and
13439            'VHOST_1024' and
13440            not 'VXLAN' and
13441            not 'IP4FWD' and
13442            not '2VM'"
13443   parameters:
13444   - "throughput"
13445   - "parent"
13446   - "tags"
13447 #  sort:
13448 #  - "not CFS_OPT"
13449 #  - "L2XCFWD"
13450 #  - "not CFS_OPT"
13451 #  - "CFS_OPT"
13452   traces:
13453     hoverinfo: "x+y"
13454     boxpoints: "outliers"
13455     whiskerwidth: 0
13456   layout:
13457     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13458     layout: "plot-throughput"
13459
13460 -
13461   type: "plot"
13462   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13463   algorithm: "plot_performance_box"
13464   output-file-type: ".html"
13465   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13466   data: "plot-vpp-throughput-latency-2n-skx"
13467   filter: "'NIC_Intel-X710' and
13468            '64B' and
13469            'NDRPDR' and
13470            ('ETH' or 'DOT1Q') and
13471            'BASE' and
13472            '2T1C' and
13473            ('L2BDMACLRN' or 'L2XCFWD') and
13474            'VHOST_1024' and
13475            not 'VXLAN' and
13476            not 'IP4FWD' and
13477            not '2VM'"
13478   parameters:
13479   - "throughput"
13480   - "parent"
13481   - "tags"
13482 #  sort:
13483 #  - "not CFS_OPT"
13484 #  - "L2XCFWD"
13485 #  - "not CFS_OPT"
13486 #  - "CFS_OPT"
13487   traces:
13488     hoverinfo: "x+y"
13489     boxpoints: "outliers"
13490     whiskerwidth: 0
13491   layout:
13492     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13493     layout: "plot-throughput"
13494
13495 -
13496   type: "plot"
13497   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13498   algorithm: "plot_performance_box"
13499   output-file-type: ".html"
13500   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13501   data: "plot-vpp-throughput-latency-2n-skx"
13502   filter: "'NIC_Intel-X710' and
13503            '64B' and
13504            'NDRPDR' and
13505            ('ETH' or 'DOT1Q') and
13506            'BASE' and
13507            '4T2C' and
13508            ('L2BDMACLRN' or 'L2XCFWD') and
13509            'VHOST_1024' and
13510            not 'VXLAN' and
13511            not 'IP4FWD' and
13512            not '2VM'"
13513   parameters:
13514   - "throughput"
13515   - "parent"
13516   - "tags"
13517 #  sort:
13518 #  - "not CFS_OPT"
13519 #  - "L2XCFWD"
13520 #  - "not CFS_OPT"
13521 #  - "CFS_OPT"
13522   traces:
13523     hoverinfo: "x+y"
13524     boxpoints: "outliers"
13525     whiskerwidth: 0
13526   layout:
13527     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13528     layout: "plot-throughput"
13529
13530 -
13531   type: "plot"
13532   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13533   algorithm: "plot_performance_box"
13534   output-file-type: ".html"
13535   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13536   data: "plot-vpp-throughput-latency-2n-skx"
13537   filter: "'NIC_Intel-X710' and
13538            '64B' and
13539            'NDRPDR' and
13540            ('ETH' or 'DOT1Q') and
13541            'BASE' and
13542            '4T2C' and
13543            ('L2BDMACLRN' or 'L2XCFWD') and
13544            'VHOST_1024' and
13545            not 'VXLAN' and
13546            not 'IP4FWD' and
13547            not '2VM'"
13548   parameters:
13549   - "throughput"
13550   - "parent"
13551   - "tags"
13552 #  sort:
13553 #  - "not CFS_OPT"
13554 #  - "L2XCFWD"
13555 #  - "not CFS_OPT"
13556 #  - "CFS_OPT"
13557   traces:
13558     hoverinfo: "x+y"
13559     boxpoints: "outliers"
13560     whiskerwidth: 0
13561   layout:
13562     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13563     layout: "plot-throughput"
13564
13565 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13566 -
13567   type: "plot"
13568   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13569   algorithm: "plot_performance_box"
13570   output-file-type: ".html"
13571   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13572   data: "plot-vpp-throughput-latency-2n-skx"
13573   filter: "'NIC_Intel-X710' and
13574            '64B' and
13575            'NDRPDR' and
13576            ('ETH' or 'DOT1Q') and
13577            '2T1C' and
13578            ('L2BDMACLRN' or 'L2XCFWD') and
13579            'VHOST_1024' and
13580            not 'CFS_OPT' and
13581            not 'VXLAN' and
13582            not 'IP4FWD'"
13583   parameters:
13584   - "throughput"
13585   - "parent"
13586   - "tags"
13587 #  sort:
13588 #  - "1VM"
13589 #  - "L2XCFWD"
13590 #  - "1VM"
13591 #  - "L2BDMACLRN"
13592   traces:
13593     hoverinfo: "x+y"
13594     boxpoints: "outliers"
13595     whiskerwidth: 0
13596   layout:
13597     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13598     layout: "plot-throughput"
13599
13600 -
13601   type: "plot"
13602   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13603   algorithm: "plot_performance_box"
13604   output-file-type: ".html"
13605   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13606   data: "plot-vpp-throughput-latency-2n-skx"
13607   filter: "'NIC_Intel-X710' and
13608            '64B' and
13609            'NDRPDR' and
13610            ('ETH' or 'DOT1Q') and
13611            '2T1C' and
13612            ('L2BDMACLRN' or 'L2XCFWD') and
13613            'VHOST_1024' and
13614            not 'CFS_OPT' and
13615            not 'VXLAN' and
13616            not 'IP4FWD'"
13617   parameters:
13618   - "throughput"
13619   - "parent"
13620   - "tags"
13621 #  sort:
13622 #  - "1VM"
13623 #  - "L2XCFWD"
13624 #  - "1VM"
13625 #  - "L2BDMACLRN"
13626   traces:
13627     hoverinfo: "x+y"
13628     boxpoints: "outliers"
13629     whiskerwidth: 0
13630   layout:
13631     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13632     layout: "plot-throughput"
13633
13634 -
13635   type: "plot"
13636   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13637   algorithm: "plot_performance_box"
13638   output-file-type: ".html"
13639   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13640   data: "plot-vpp-throughput-latency-2n-skx"
13641   filter: "'NIC_Intel-X710' and
13642            '64B' and
13643            'NDRPDR' and
13644            ('ETH' or 'DOT1Q') and
13645            '4T2C' and
13646            ('L2BDMACLRN' or 'L2XCFWD') and
13647            'VHOST_1024' and
13648            not 'CFS_OPT' and
13649            not 'VXLAN' and
13650            not 'IP4FWD'"
13651   parameters:
13652   - "throughput"
13653   - "parent"
13654   - "tags"
13655 #  sort:
13656 #  - "1VM"
13657 #  - "L2XCFWD"
13658 #  - "1VM"
13659 #  - "L2BDMACLRN"
13660   traces:
13661     hoverinfo: "x+y"
13662     boxpoints: "outliers"
13663     whiskerwidth: 0
13664   layout:
13665     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13666     layout: "plot-throughput"
13667
13668 -
13669   type: "plot"
13670   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13671   algorithm: "plot_performance_box"
13672   output-file-type: ".html"
13673   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13674   data: "plot-vpp-throughput-latency-2n-skx"
13675   filter: "'NIC_Intel-X710' and
13676            '64B' and
13677            'NDRPDR' and
13678            ('ETH' or 'DOT1Q') and
13679            '4T2C' and
13680            ('L2BDMACLRN' or 'L2XCFWD') and
13681            'VHOST_1024' and
13682            not 'CFS_OPT' and
13683            not 'VXLAN' and
13684            not 'IP4FWD'"
13685   parameters:
13686   - "throughput"
13687   - "parent"
13688   - "tags"
13689 #  sort:
13690 #  - "1VM"
13691 #  - "L2XCFWD"
13692 #  - "1VM"
13693 #  - "L2BDMACLRN"
13694   traces:
13695     hoverinfo: "x+y"
13696     boxpoints: "outliers"
13697     whiskerwidth: 0
13698   layout:
13699     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13700     layout: "plot-throughput"
13701
13702 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13703 -
13704   type: "plot"
13705   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13706   algorithm: "plot_performance_box"
13707   output-file-type: ".html"
13708   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13709   data: "plot-vpp-throughput-latency-2n-skx"
13710   filter: "'NIC_Intel-XXV710' and
13711            '64B' and
13712            'NDRPDR' and
13713            'ETH' and
13714            'IP4FWD' and
13715            '2T1C' and
13716            'VHOST_1024' and
13717            not 'VXLAN' and
13718            not 'DOT1Q'"
13719   parameters:
13720   - "throughput"
13721   - "parent"
13722   - "tags"
13723   sort:
13724   - "not CFS_OPT"
13725   - "1VM"
13726   - "2VM"
13727   traces:
13728     hoverinfo: "x+y"
13729     boxpoints: "outliers"
13730     whiskerwidth: 0
13731   layout:
13732     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13733     layout: "plot-throughput"
13734
13735 -
13736   type: "plot"
13737   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13738   algorithm: "plot_performance_box"
13739   output-file-type: ".html"
13740   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13741   data: "plot-vpp-throughput-latency-2n-skx"
13742   filter: "'NIC_Intel-XXV710' and
13743            '64B' and
13744            'NDRPDR' and
13745            'ETH' and
13746            'IP4FWD' and
13747            '4T2C' and
13748            'VHOST_1024' and
13749            not 'VXLAN' and
13750            not 'DOT1Q'"
13751   parameters:
13752   - "throughput"
13753   - "parent"
13754   - "tags"
13755   sort:
13756   - "not CFS_OPT"
13757   - "1VM"
13758   - "2VM"
13759   traces:
13760     hoverinfo: "x+y"
13761     boxpoints: "outliers"
13762     whiskerwidth: 0
13763   layout:
13764     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13765     layout: "plot-throughput"
13766
13767 -
13768   type: "plot"
13769   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13770   algorithm: "plot_performance_box"
13771   output-file-type: ".html"
13772   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13773   data: "plot-vpp-throughput-latency-2n-skx"
13774   filter: "'NIC_Intel-XXV710' and
13775            '64B' and
13776            'NDRPDR' and
13777            'ETH' and
13778            'IP4FWD' and
13779            '2T1C' and
13780            'VHOST_1024' and
13781            not 'VXLAN' and
13782            not 'DOT1Q'"
13783   parameters:
13784   - "throughput"
13785   - "parent"
13786   - "tags"
13787   sort:
13788   - "not CFS_OPT"
13789   - "1VM"
13790   - "2VM"
13791   traces:
13792     hoverinfo: "x+y"
13793     boxpoints: "outliers"
13794     whiskerwidth: 0
13795   layout:
13796     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13797     layout: "plot-throughput"
13798
13799 -
13800   type: "plot"
13801   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13802   algorithm: "plot_performance_box"
13803   output-file-type: ".html"
13804   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13805   data: "plot-vpp-throughput-latency-2n-skx"
13806   filter: "'NIC_Intel-XXV710' and
13807            '64B' and
13808            'NDRPDR' and
13809            'ETH' and
13810            'IP4FWD' and
13811            '4T2C' and
13812            'VHOST_1024' and
13813            not 'VXLAN' and
13814            not 'DOT1Q'"
13815   parameters:
13816   - "throughput"
13817   - "parent"
13818   - "tags"
13819   sort:
13820   - "not CFS_OPT"
13821   - "1VM"
13822   - "2VM"
13823   traces:
13824     hoverinfo: "x+y"
13825     boxpoints: "outliers"
13826     whiskerwidth: 0
13827   layout:
13828     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13829     layout: "plot-throughput"
13830
13831 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13832 -
13833   type: "plot"
13834   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13835   algorithm: "plot_performance_box"
13836   output-file-type: ".html"
13837   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13838   data: "plot-vpp-throughput-latency-2n-skx"
13839   filter: "'NIC_Intel-XXV710' and
13840            '64B' and
13841            'NDRPDR' and
13842            ('ETH' or 'DOT1Q') and
13843            '2T1C' and
13844            'L2BDMACLRN' and
13845            'VHOST_1024' and
13846            not 'VXLAN' and
13847            not 'IP4FWD' and
13848            not '2VM'"
13849   parameters:
13850   - "throughput"
13851   - "parent"
13852   - "tags"
13853 #  sort:
13854 #  - "VM"  # "not CFS_OPT"
13855 #  - "CFS_OPT"
13856 #  - "FIB_10K"
13857 #  - "FIB_100K"
13858 #  - "FIB_1M"
13859   traces:
13860     hoverinfo: "x+y"
13861     boxpoints: "outliers"
13862     whiskerwidth: 0
13863   layout:
13864     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13865     layout: "plot-throughput"
13866
13867 -
13868   type: "plot"
13869   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13870   algorithm: "plot_performance_box"
13871   output-file-type: ".html"
13872   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13873   data: "plot-vpp-throughput-latency-2n-skx"
13874   filter: "'NIC_Intel-XXV710' and
13875            '64B' and
13876            'NDRPDR' and
13877            ('ETH' or 'DOT1Q') and
13878            '4T2C' and
13879            'L2BDMACLRN' and
13880            'VHOST_1024' and
13881            not 'VXLAN' and
13882            not 'IP4FWD' and
13883            not '2VM'"
13884   parameters:
13885   - "throughput"
13886   - "parent"
13887   - "tags"
13888 #  sort:
13889 #  - "VM"  # "not CFS_OPT"
13890 #  - "CFS_OPT"
13891 #  - "FIB_10K"
13892 #  - "FIB_100K"
13893 #  - "FIB_1M"
13894   traces:
13895     hoverinfo: "x+y"
13896     boxpoints: "outliers"
13897     whiskerwidth: 0
13898   layout:
13899     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13900     layout: "plot-throughput"
13901
13902 -
13903   type: "plot"
13904   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13905   algorithm: "plot_performance_box"
13906   output-file-type: ".html"
13907   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13908   data: "plot-vpp-throughput-latency-2n-skx"
13909   filter: "'NIC_Intel-XXV710' and
13910            '64B' and
13911            'NDRPDR' and
13912            ('ETH' or 'DOT1Q') and
13913            '2T1C' and
13914            'L2BDMACLRN' and
13915            'VHOST_1024' and
13916            not 'VXLAN' and
13917            not 'IP4FWD' and
13918            not '2VM'"
13919   parameters:
13920   - "throughput"
13921   - "parent"
13922   - "tags"
13923 #  sort:
13924 #  - "VM"  # "not CFS_OPT"
13925 #  - "CFS_OPT"
13926 #  - "FIB_10K"
13927 #  - "FIB_100K"
13928 #  - "FIB_1M"
13929   traces:
13930     hoverinfo: "x+y"
13931     boxpoints: "outliers"
13932     whiskerwidth: 0
13933   layout:
13934     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13935     layout: "plot-throughput"
13936
13937 -
13938   type: "plot"
13939   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13940   algorithm: "plot_performance_box"
13941   output-file-type: ".html"
13942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13943   data: "plot-vpp-throughput-latency-2n-skx"
13944   filter: "'NIC_Intel-XXV710' and
13945            '64B' and
13946            'NDRPDR' and
13947            ('ETH' or 'DOT1Q') and
13948            '4T2C' and
13949            'L2BDMACLRN' and
13950            'VHOST_1024' and
13951            not 'VXLAN' and
13952            not 'IP4FWD' and
13953            not '2VM'"
13954   parameters:
13955   - "throughput"
13956   - "parent"
13957   - "tags"
13958 #  sort:
13959 #  - "VM"  # "not CFS_OPT"
13960 #  - "CFS_OPT"
13961 #  - "FIB_10K"
13962 #  - "FIB_100K"
13963 #  - "FIB_1M"
13964   traces:
13965     hoverinfo: "x+y"
13966     boxpoints: "outliers"
13967     whiskerwidth: 0
13968   layout:
13969     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13970     layout: "plot-throughput"
13971
13972 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
13973 -
13974   type: "plot"
13975   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13976   algorithm: "plot_performance_box"
13977   output-file-type: ".html"
13978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
13979   data: "plot-vpp-throughput-latency-2n-skx"
13980   filter: "'NIC_Intel-XXV710' and
13981            '64B' and
13982            'NDRPDR' and
13983            ('ETH' or 'DOT1Q') and
13984            'BASE' and
13985            '2T1C' and
13986            ('L2BDMACLRN' or 'L2XCFWD') and
13987            'VHOST_1024' and
13988            not 'VXLAN' and
13989            not 'IP4FWD' and
13990            not '2VM'"
13991   parameters:
13992   - "throughput"
13993   - "parent"
13994   - "tags"
13995 #  sort:
13996 #  - "not CFS_OPT"
13997 #  - "L2XCFWD"
13998 #  - "not CFS_OPT"
13999 #  - "CFS_OPT"
14000   traces:
14001     hoverinfo: "x+y"
14002     boxpoints: "outliers"
14003     whiskerwidth: 0
14004   layout:
14005     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14006     layout: "plot-throughput"
14007
14008 -
14009   type: "plot"
14010   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14011   algorithm: "plot_performance_box"
14012   output-file-type: ".html"
14013   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14014   data: "plot-vpp-throughput-latency-2n-skx"
14015   filter: "'NIC_Intel-XXV710' and
14016            '64B' and
14017            'NDRPDR' and
14018            ('ETH' or 'DOT1Q') and
14019            'BASE' and
14020            '2T1C' and
14021            ('L2BDMACLRN' or 'L2XCFWD') and
14022            'VHOST_1024' and
14023            not 'VXLAN' and
14024            not 'IP4FWD' and
14025            not '2VM'"
14026   parameters:
14027   - "throughput"
14028   - "parent"
14029   - "tags"
14030 #  sort:
14031 #  - "not CFS_OPT"
14032 #  - "L2XCFWD"
14033 #  - "not CFS_OPT"
14034 #  - "CFS_OPT"
14035   traces:
14036     hoverinfo: "x+y"
14037     boxpoints: "outliers"
14038     whiskerwidth: 0
14039   layout:
14040     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14041     layout: "plot-throughput"
14042
14043 -
14044   type: "plot"
14045   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14046   algorithm: "plot_performance_box"
14047   output-file-type: ".html"
14048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14049   data: "plot-vpp-throughput-latency-2n-skx"
14050   filter: "'NIC_Intel-XXV710' and
14051            '64B' and
14052            'NDRPDR' and
14053            ('ETH' or 'DOT1Q') and
14054            'BASE' and
14055            '4T2C' and
14056            ('L2BDMACLRN' or 'L2XCFWD') and
14057            'VHOST_1024' and
14058            not 'VXLAN' and
14059            not 'IP4FWD' and
14060            not '2VM'"
14061   parameters:
14062   - "throughput"
14063   - "parent"
14064   - "tags"
14065 #  sort:
14066 #  - "not CFS_OPT"
14067 #  - "L2XCFWD"
14068 #  - "not CFS_OPT"
14069 #  - "CFS_OPT"
14070   traces:
14071     hoverinfo: "x+y"
14072     boxpoints: "outliers"
14073     whiskerwidth: 0
14074   layout:
14075     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14076     layout: "plot-throughput"
14077
14078 -
14079   type: "plot"
14080   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14081   algorithm: "plot_performance_box"
14082   output-file-type: ".html"
14083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14084   data: "plot-vpp-throughput-latency-2n-skx"
14085   filter: "'NIC_Intel-XXV710' and
14086            '64B' and
14087            'NDRPDR' and
14088            ('ETH' or 'DOT1Q') and
14089            'BASE' and
14090            '4T2C' and
14091            ('L2BDMACLRN' or 'L2XCFWD') and
14092            'VHOST_1024' and
14093            not 'VXLAN' and
14094            not 'IP4FWD' and
14095            not '2VM'"
14096   parameters:
14097   - "throughput"
14098   - "parent"
14099   - "tags"
14100 #  sort:
14101 #  - "not CFS_OPT"
14102 #  - "L2XCFWD"
14103 #  - "not CFS_OPT"
14104 #  - "CFS_OPT"
14105   traces:
14106     hoverinfo: "x+y"
14107     boxpoints: "outliers"
14108     whiskerwidth: 0
14109   layout:
14110     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14111     layout: "plot-throughput"
14112
14113 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
14114 -
14115   type: "plot"
14116   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14117   algorithm: "plot_performance_box"
14118   output-file-type: ".html"
14119   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14120   data: "plot-vpp-throughput-latency-2n-skx"
14121   filter: "'NIC_Intel-XXV710' and
14122            '64B' and
14123            'NDRPDR' and
14124            ('ETH' or 'DOT1Q') and
14125            '2T1C' and
14126            ('L2BDMACLRN' or 'L2XCFWD') and
14127            'VHOST_1024' and
14128            not 'CFS_OPT' and
14129            not 'VXLAN' and
14130            not 'IP4FWD'"
14131   parameters:
14132   - "throughput"
14133   - "parent"
14134   - "tags"
14135 #  sort:
14136 #  - "1VM"
14137 #  - "L2XCFWD"
14138 #  - "1VM"
14139 #  - "L2BDMACLRN"
14140   traces:
14141     hoverinfo: "x+y"
14142     boxpoints: "outliers"
14143     whiskerwidth: 0
14144   layout:
14145     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14146     layout: "plot-throughput"
14147
14148 -
14149   type: "plot"
14150   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14151   algorithm: "plot_performance_box"
14152   output-file-type: ".html"
14153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14154   data: "plot-vpp-throughput-latency-2n-skx"
14155   filter: "'NIC_Intel-XXV710' and
14156            '64B' and
14157            'NDRPDR' and
14158            ('ETH' or 'DOT1Q') and
14159            '2T1C' and
14160            ('L2BDMACLRN' or 'L2XCFWD') and
14161            'VHOST_1024' and
14162            not 'CFS_OPT' and
14163            not 'VXLAN' and
14164            not 'IP4FWD'"
14165   parameters:
14166   - "throughput"
14167   - "parent"
14168   - "tags"
14169 #  sort:
14170 #  - "1VM"
14171 #  - "L2XCFWD"
14172 #  - "1VM"
14173 #  - "L2BDMACLRN"
14174   traces:
14175     hoverinfo: "x+y"
14176     boxpoints: "outliers"
14177     whiskerwidth: 0
14178   layout:
14179     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14180     layout: "plot-throughput"
14181
14182 -
14183   type: "plot"
14184   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14185   algorithm: "plot_performance_box"
14186   output-file-type: ".html"
14187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14188   data: "plot-vpp-throughput-latency-2n-skx"
14189   filter: "'NIC_Intel-XXV710' and
14190            '64B' and
14191            'NDRPDR' and
14192            ('ETH' or 'DOT1Q') and
14193            '4T2C' and
14194            ('L2BDMACLRN' or 'L2XCFWD') and
14195            'VHOST_1024' and
14196            not 'CFS_OPT' and
14197            not 'VXLAN' and
14198            not 'IP4FWD'"
14199   parameters:
14200   - "throughput"
14201   - "parent"
14202   - "tags"
14203 #  sort:
14204 #  - "1VM"
14205 #  - "L2XCFWD"
14206 #  - "1VM"
14207 #  - "L2BDMACLRN"
14208   traces:
14209     hoverinfo: "x+y"
14210     boxpoints: "outliers"
14211     whiskerwidth: 0
14212   layout:
14213     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14214     layout: "plot-throughput"
14215
14216 -
14217   type: "plot"
14218   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14219   algorithm: "plot_performance_box"
14220   output-file-type: ".html"
14221   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14222   data: "plot-vpp-throughput-latency-2n-skx"
14223   filter: "'NIC_Intel-XXV710' and
14224            '64B' and
14225            'NDRPDR' and
14226            ('ETH' or 'DOT1Q') and
14227            '4T2C' and
14228            ('L2BDMACLRN' or 'L2XCFWD') and
14229            'VHOST_1024' and
14230            not 'CFS_OPT' and
14231            not 'VXLAN' and
14232            not 'IP4FWD'"
14233   parameters:
14234   - "throughput"
14235   - "parent"
14236   - "tags"
14237 #  sort:
14238 #  - "1VM"
14239 #  - "L2XCFWD"
14240 #  - "1VM"
14241 #  - "L2BDMACLRN"
14242   traces:
14243     hoverinfo: "x+y"
14244     boxpoints: "outliers"
14245     whiskerwidth: 0
14246   layout:
14247     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14248     layout: "plot-throughput"
14249
14250 ################################################################################
14251
14252 # Packet Throughput - VPP VTS 3n-hsw-x520
14253 -
14254   type: "plot"
14255   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14256   algorithm: "plot_performance_box"
14257   output-file-type: ".html"
14258   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14259   data: "plot-vpp-throughput-latency-3n-hsw"
14260   filter: "'NIC_Intel-X520-DA2' and
14261            '114B' and
14262            'NDRPDR' and
14263            '1T1C' and
14264            'VTS'"
14265   parameters:
14266   - "throughput"
14267   - "parent"
14268   - "tags"
14269   traces:
14270     hoverinfo: "x+y"
14271     boxpoints: "outliers"
14272     whiskerwidth: 0
14273   layout:
14274     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14275     layout: "plot-throughput"
14276
14277 -
14278   type: "plot"
14279   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14280   algorithm: "plot_performance_box"
14281   output-file-type: ".html"
14282   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14283   data: "plot-vpp-throughput-latency-3n-hsw"
14284   filter: "'NIC_Intel-X520-DA2' and
14285            '114B' and
14286            'NDRPDR' and
14287            '2T2C' and
14288            'VTS'"
14289   parameters:
14290   - "throughput"
14291   - "parent"
14292   - "tags"
14293   traces:
14294     hoverinfo: "x+y"
14295     boxpoints: "outliers"
14296     whiskerwidth: 0
14297   layout:
14298     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14299     layout: "plot-throughput"
14300
14301 -
14302   type: "plot"
14303   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14304   algorithm: "plot_performance_box"
14305   output-file-type: ".html"
14306   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14307   data: "plot-vpp-throughput-latency-3n-hsw"
14308   filter: "'NIC_Intel-X520-DA2' and
14309            '114B' and
14310            'NDRPDR' and
14311            '1T1C' and
14312            'VTS'"
14313   parameters:
14314   - "throughput"
14315   - "parent"
14316   - "tags"
14317   traces:
14318     hoverinfo: "x+y"
14319     boxpoints: "outliers"
14320     whiskerwidth: 0
14321   layout:
14322     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14323     layout: "plot-throughput"
14324
14325 -
14326   type: "plot"
14327   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14328   algorithm: "plot_performance_box"
14329   output-file-type: ".html"
14330   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14331   data: "plot-vpp-throughput-latency-3n-hsw"
14332   filter: "'NIC_Intel-X520-DA2' and
14333            '114B' and
14334            'NDRPDR' and
14335            '2T2C' and
14336            'VTS'"
14337   parameters:
14338   - "throughput"
14339   - "parent"
14340   - "tags"
14341   traces:
14342     hoverinfo: "x+y"
14343     boxpoints: "outliers"
14344     whiskerwidth: 0
14345   layout:
14346     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14347     layout: "plot-throughput"
14348
14349 ################################################################################
14350
14351 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14352 -
14353   type: "plot"
14354   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14355   algorithm: "plot_performance_box"
14356   output-file-type: ".html"
14357   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14358   data: "plot-dpdk-throughput-latency-3n-hsw"
14359   filter: "'NIC_Intel-X520-DA2' and
14360            '64B' and
14361            'BASE' and
14362            'NDRPDR' and
14363            '1T1C' and
14364            'IP4FWD'"
14365   parameters:
14366   - "throughput"
14367   - "parent"
14368   - "tags"
14369   traces:
14370     hoverinfo: "x+y"
14371     boxpoints: "outliers"
14372     whiskerwidth: 0
14373   layout:
14374     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14375     layout: "plot-throughput"
14376
14377 -
14378   type: "plot"
14379   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14380   algorithm: "plot_performance_box"
14381   output-file-type: ".html"
14382   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14383   data: "plot-dpdk-throughput-latency-3n-hsw"
14384   filter: "'NIC_Intel-X520-DA2' and
14385            '64B' and
14386            'BASE' and
14387            'NDRPDR' and
14388            '2T2C' and
14389            'IP4FWD'"
14390   parameters:
14391   - "throughput"
14392   - "parent"
14393   - "tags"
14394   traces:
14395     hoverinfo: "x+y"
14396     boxpoints: "outliers"
14397     whiskerwidth: 0
14398   layout:
14399     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14400     layout: "plot-throughput"
14401
14402 -
14403   type: "plot"
14404   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14405   algorithm: "plot_performance_box"
14406   output-file-type: ".html"
14407   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14408   data: "plot-dpdk-throughput-latency-3n-hsw"
14409   filter: "'NIC_Intel-X520-DA2' and
14410            '64B' and
14411            'BASE' and
14412            'NDRPDR' and
14413            '1T1C' and
14414            'IP4FWD'"
14415   parameters:
14416   - "throughput"
14417   - "parent"
14418   - "tags"
14419   traces:
14420     hoverinfo: "x+y"
14421     boxpoints: "outliers"
14422     whiskerwidth: 0
14423   layout:
14424     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14425     layout: "plot-throughput"
14426
14427 -
14428   type: "plot"
14429   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14430   algorithm: "plot_performance_box"
14431   output-file-type: ".html"
14432   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14433   data: "plot-dpdk-throughput-latency-3n-hsw"
14434   filter: "'NIC_Intel-X520-DA2' and
14435            '64B' and
14436            'BASE' and
14437            'NDRPDR' and
14438            '2T2C' and
14439            'IP4FWD'"
14440   parameters:
14441   - "throughput"
14442   - "parent"
14443   - "tags"
14444   traces:
14445     hoverinfo: "x+y"
14446     boxpoints: "outliers"
14447     whiskerwidth: 0
14448   layout:
14449     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14450     layout: "plot-throughput"
14451
14452 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14453 -
14454   type: "plot"
14455   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14456   algorithm: "plot_performance_box"
14457   output-file-type: ".html"
14458   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14459   data: "plot-dpdk-throughput-latency-3n-hsw"
14460   filter: "'NIC_Intel-X710' and
14461            '64B' and
14462            'BASE' and
14463            'NDRPDR' and
14464            '1T1C' and
14465            'IP4FWD'"
14466   parameters:
14467   - "throughput"
14468   - "parent"
14469   - "tags"
14470   traces:
14471     hoverinfo: "x+y"
14472     boxpoints: "outliers"
14473     whiskerwidth: 0
14474   layout:
14475     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14476     layout: "plot-throughput"
14477
14478 -
14479   type: "plot"
14480   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14481   algorithm: "plot_performance_box"
14482   output-file-type: ".html"
14483   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14484   data: "plot-dpdk-throughput-latency-3n-hsw"
14485   filter: "'NIC_Intel-X710' and
14486            '64B' and
14487            'BASE' and
14488            'NDRPDR' and
14489            '2T2C' and
14490            'IP4FWD'"
14491   parameters:
14492   - "throughput"
14493   - "parent"
14494   - "tags"
14495   traces:
14496     hoverinfo: "x+y"
14497     boxpoints: "outliers"
14498     whiskerwidth: 0
14499   layout:
14500     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14501     layout: "plot-throughput"
14502
14503 -
14504   type: "plot"
14505   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14506   algorithm: "plot_performance_box"
14507   output-file-type: ".html"
14508   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14509   data: "plot-dpdk-throughput-latency-3n-hsw"
14510   filter: "'NIC_Intel-X710' and
14511            '64B' and
14512            'BASE' and
14513            'NDRPDR' and
14514            '1T1C' and
14515            'IP4FWD'"
14516   parameters:
14517   - "throughput"
14518   - "parent"
14519   - "tags"
14520   traces:
14521     hoverinfo: "x+y"
14522     boxpoints: "outliers"
14523     whiskerwidth: 0
14524   layout:
14525     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14526     layout: "plot-throughput"
14527
14528 -
14529   type: "plot"
14530   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14534   data: "plot-dpdk-throughput-latency-3n-hsw"
14535   filter: "'NIC_Intel-X710' and
14536            '64B' and
14537            'BASE' and
14538            'NDRPDR' and
14539            '2T2C' and
14540            'IP4FWD'"
14541   parameters:
14542   - "throughput"
14543   - "parent"
14544   - "tags"
14545   traces:
14546     hoverinfo: "x+y"
14547     boxpoints: "outliers"
14548     whiskerwidth: 0
14549   layout:
14550     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14551     layout: "plot-throughput"
14552
14553 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14554 -
14555   type: "plot"
14556   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14557   algorithm: "plot_performance_box"
14558   output-file-type: ".html"
14559   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14560   data: "plot-dpdk-throughput-latency-3n-hsw"
14561   filter: "'NIC_Intel-XL710' and
14562            '64B' and
14563            'BASE' and
14564            'NDRPDR' and
14565            '1T1C' and
14566            'IP4FWD'"
14567   parameters:
14568   - "throughput"
14569   - "parent"
14570   - "tags"
14571   traces:
14572     hoverinfo: "x+y"
14573     boxpoints: "outliers"
14574     whiskerwidth: 0
14575   layout:
14576     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14577     layout: "plot-throughput"
14578
14579 -
14580   type: "plot"
14581   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14582   algorithm: "plot_performance_box"
14583   output-file-type: ".html"
14584   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14585   data: "plot-dpdk-throughput-latency-3n-hsw"
14586   filter: "'NIC_Intel-XL710' and
14587            '64B' and
14588            'BASE' and
14589            'NDRPDR' and
14590            '2T2C' and
14591            'IP4FWD'"
14592   parameters:
14593   - "throughput"
14594   - "parent"
14595   - "tags"
14596   traces:
14597     hoverinfo: "x+y"
14598     boxpoints: "outliers"
14599     whiskerwidth: 0
14600   layout:
14601     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14602     layout: "plot-throughput"
14603
14604 -
14605   type: "plot"
14606   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14607   algorithm: "plot_performance_box"
14608   output-file-type: ".html"
14609   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14610   data: "plot-dpdk-throughput-latency-3n-hsw"
14611   filter: "'NIC_Intel-XL710' and
14612            '64B' and
14613            'BASE' and
14614            'NDRPDR' and
14615            '1T1C' and
14616            'IP4FWD'"
14617   parameters:
14618   - "throughput"
14619   - "parent"
14620   - "tags"
14621   traces:
14622     hoverinfo: "x+y"
14623     boxpoints: "outliers"
14624     whiskerwidth: 0
14625   layout:
14626     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14627     layout: "plot-throughput"
14628
14629 -
14630   type: "plot"
14631   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14632   algorithm: "plot_performance_box"
14633   output-file-type: ".html"
14634   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14635   data: "plot-dpdk-throughput-latency-3n-hsw"
14636   filter: "'NIC_Intel-XL710' and
14637            '64B' and
14638            'BASE' and
14639            'NDRPDR' and
14640            '2T2C' and
14641            'IP4FWD'"
14642   parameters:
14643   - "throughput"
14644   - "parent"
14645   - "tags"
14646   traces:
14647     hoverinfo: "x+y"
14648     boxpoints: "outliers"
14649     whiskerwidth: 0
14650   layout:
14651     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14652     layout: "plot-throughput"
14653
14654 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14655 -
14656   type: "plot"
14657   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14658   algorithm: "plot_performance_box"
14659   output-file-type: ".html"
14660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14661   data: "plot-dpdk-throughput-latency-3n-skx"
14662   filter: "'NIC_Intel-X710' and
14663            '64B' and
14664            'BASE' and
14665            'NDRPDR' and
14666            '2T1C' and
14667            'IP4FWD'"
14668   parameters:
14669   - "throughput"
14670   - "parent"
14671   - "tags"
14672   traces:
14673     hoverinfo: "x+y"
14674     boxpoints: "outliers"
14675     whiskerwidth: 0
14676   layout:
14677     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14678     layout: "plot-throughput"
14679
14680 -
14681   type: "plot"
14682   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14683   algorithm: "plot_performance_box"
14684   output-file-type: ".html"
14685   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14686   data: "plot-dpdk-throughput-latency-3n-skx"
14687   filter: "'NIC_Intel-X710' and
14688            '64B' and
14689            'BASE' and
14690            'NDRPDR' and
14691            '4T2C' and
14692            'IP4FWD'"
14693   parameters:
14694   - "throughput"
14695   - "parent"
14696   - "tags"
14697   traces:
14698     hoverinfo: "x+y"
14699     boxpoints: "outliers"
14700     whiskerwidth: 0
14701   layout:
14702     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14703     layout: "plot-throughput"
14704
14705 -
14706   type: "plot"
14707   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14708   algorithm: "plot_performance_box"
14709   output-file-type: ".html"
14710   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14711   data: "plot-dpdk-throughput-latency-3n-skx"
14712   filter: "'NIC_Intel-X710' and
14713            '64B' and
14714            'BASE' and
14715            'NDRPDR' and
14716            '2T1C' and
14717            'IP4FWD'"
14718   parameters:
14719   - "throughput"
14720   - "parent"
14721   - "tags"
14722   traces:
14723     hoverinfo: "x+y"
14724     boxpoints: "outliers"
14725     whiskerwidth: 0
14726   layout:
14727     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14728     layout: "plot-throughput"
14729
14730 -
14731   type: "plot"
14732   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14733   algorithm: "plot_performance_box"
14734   output-file-type: ".html"
14735   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14736   data: "plot-dpdk-throughput-latency-3n-skx"
14737   filter: "'NIC_Intel-X710' and
14738            '64B' and
14739            'BASE' and
14740            'NDRPDR' and
14741            '4T2C' and
14742            'IP4FWD'"
14743   parameters:
14744   - "throughput"
14745   - "parent"
14746   - "tags"
14747   traces:
14748     hoverinfo: "x+y"
14749     boxpoints: "outliers"
14750     whiskerwidth: 0
14751   layout:
14752     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14753     layout: "plot-throughput"
14754
14755 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14756 -
14757   type: "plot"
14758   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14759   algorithm: "plot_performance_box"
14760   output-file-type: ".html"
14761   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14762   data: "plot-dpdk-throughput-latency-3n-skx"
14763   filter: "'NIC_Intel-XXV710' and
14764            '64B' and
14765            'BASE' and
14766            'NDRPDR' and
14767            '2T1C' and
14768            'IP4FWD'"
14769   parameters:
14770   - "throughput"
14771   - "parent"
14772   - "tags"
14773   traces:
14774     hoverinfo: "x+y"
14775     boxpoints: "outliers"
14776     whiskerwidth: 0
14777   layout:
14778     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14779     layout: "plot-throughput"
14780
14781 -
14782   type: "plot"
14783   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14784   algorithm: "plot_performance_box"
14785   output-file-type: ".html"
14786   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14787   data: "plot-dpdk-throughput-latency-3n-skx"
14788   filter: "'NIC_Intel-XXV710' and
14789            '64B' and
14790            'BASE' and
14791            'NDRPDR' and
14792            '4T2C' and
14793            'IP4FWD'"
14794   parameters:
14795   - "throughput"
14796   - "parent"
14797   - "tags"
14798   traces:
14799     hoverinfo: "x+y"
14800     boxpoints: "outliers"
14801     whiskerwidth: 0
14802   layout:
14803     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14804     layout: "plot-throughput"
14805
14806 -
14807   type: "plot"
14808   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14809   algorithm: "plot_performance_box"
14810   output-file-type: ".html"
14811   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14812   data: "plot-dpdk-throughput-latency-3n-skx"
14813   filter: "'NIC_Intel-XXV710' and
14814            '64B' and
14815            'BASE' and
14816            'NDRPDR' and
14817            '2T1C' and
14818            'IP4FWD'"
14819   parameters:
14820   - "throughput"
14821   - "parent"
14822   - "tags"
14823   traces:
14824     hoverinfo: "x+y"
14825     boxpoints: "outliers"
14826     whiskerwidth: 0
14827   layout:
14828     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14829     layout: "plot-throughput"
14830
14831 -
14832   type: "plot"
14833   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14834   algorithm: "plot_performance_box"
14835   output-file-type: ".html"
14836   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14837   data: "plot-dpdk-throughput-latency-3n-skx"
14838   filter: "'NIC_Intel-XXV710' and
14839            '64B' and
14840            'BASE' and
14841            'NDRPDR' and
14842            '4T2C' and
14843            'IP4FWD'"
14844   parameters:
14845   - "throughput"
14846   - "parent"
14847   - "tags"
14848   traces:
14849     hoverinfo: "x+y"
14850     boxpoints: "outliers"
14851     whiskerwidth: 0
14852   layout:
14853     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14854     layout: "plot-throughput"
14855
14856 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14857 -
14858   type: "plot"
14859   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14860   algorithm: "plot_performance_box"
14861   output-file-type: ".html"
14862   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14863   data: "plot-dpdk-throughput-latency-2n-skx"
14864   filter: "'NIC_Intel-X710' and
14865            '64B' and
14866            'BASE' and
14867            'NDRPDR' and
14868            '2T1C' and
14869            'IP4FWD'"
14870   parameters:
14871   - "throughput"
14872   - "parent"
14873   - "tags"
14874   traces:
14875     hoverinfo: "x+y"
14876     boxpoints: "outliers"
14877     whiskerwidth: 0
14878   layout:
14879     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14880     layout: "plot-throughput"
14881
14882 -
14883   type: "plot"
14884   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14885   algorithm: "plot_performance_box"
14886   output-file-type: ".html"
14887   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14888   data: "plot-dpdk-throughput-latency-2n-skx"
14889   filter: "'NIC_Intel-X710' and
14890            '64B' and
14891            'BASE' and
14892            'NDRPDR' and
14893            '4T2C' and
14894            'IP4FWD'"
14895   parameters:
14896   - "throughput"
14897   - "parent"
14898   - "tags"
14899   traces:
14900     hoverinfo: "x+y"
14901     boxpoints: "outliers"
14902     whiskerwidth: 0
14903   layout:
14904     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14905     layout: "plot-throughput"
14906
14907 -
14908   type: "plot"
14909   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14910   algorithm: "plot_performance_box"
14911   output-file-type: ".html"
14912   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14913   data: "plot-dpdk-throughput-latency-2n-skx"
14914   filter: "'NIC_Intel-X710' and
14915            '64B' and
14916            'BASE' and
14917            'NDRPDR' and
14918            '2T1C' and
14919            'IP4FWD'"
14920   parameters:
14921   - "throughput"
14922   - "parent"
14923   - "tags"
14924   traces:
14925     hoverinfo: "x+y"
14926     boxpoints: "outliers"
14927     whiskerwidth: 0
14928   layout:
14929     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14930     layout: "plot-throughput"
14931
14932 -
14933   type: "plot"
14934   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14935   algorithm: "plot_performance_box"
14936   output-file-type: ".html"
14937   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14938   data: "plot-dpdk-throughput-latency-2n-skx"
14939   filter: "'NIC_Intel-X710' and
14940            '64B' and
14941            'BASE' and
14942            'NDRPDR' and
14943            '4T2C' and
14944            'IP4FWD'"
14945   parameters:
14946   - "throughput"
14947   - "parent"
14948   - "tags"
14949   traces:
14950     hoverinfo: "x+y"
14951     boxpoints: "outliers"
14952     whiskerwidth: 0
14953   layout:
14954     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14955     layout: "plot-throughput"
14956
14957 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
14958 -
14959   type: "plot"
14960   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14961   algorithm: "plot_performance_box"
14962   output-file-type: ".html"
14963   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14964   data: "plot-dpdk-throughput-latency-2n-skx"
14965   filter: "'NIC_Intel-XXV710' and
14966            '64B' and
14967            'BASE' and
14968            'NDRPDR' and
14969            '2T1C' and
14970            'IP4FWD'"
14971   parameters:
14972   - "throughput"
14973   - "parent"
14974   - "tags"
14975   traces:
14976     hoverinfo: "x+y"
14977     boxpoints: "outliers"
14978     whiskerwidth: 0
14979   layout:
14980     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
14981     layout: "plot-throughput"
14982
14983 -
14984   type: "plot"
14985   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14986   algorithm: "plot_performance_box"
14987   output-file-type: ".html"
14988   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
14989   data: "plot-dpdk-throughput-latency-2n-skx"
14990   filter: "'NIC_Intel-XXV710' and
14991            '64B' and
14992            'BASE' and
14993            'NDRPDR' and
14994            '4T2C' and
14995            'IP4FWD'"
14996   parameters:
14997   - "throughput"
14998   - "parent"
14999   - "tags"
15000   traces:
15001     hoverinfo: "x+y"
15002     boxpoints: "outliers"
15003     whiskerwidth: 0
15004   layout:
15005     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15006     layout: "plot-throughput"
15007
15008 -
15009   type: "plot"
15010   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15011   algorithm: "plot_performance_box"
15012   output-file-type: ".html"
15013   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15014   data: "plot-dpdk-throughput-latency-2n-skx"
15015   filter: "'NIC_Intel-XXV710' and
15016            '64B' and
15017            'BASE' and
15018            'NDRPDR' and
15019            '2T1C' and
15020            'IP4FWD'"
15021   parameters:
15022   - "throughput"
15023   - "parent"
15024   - "tags"
15025   traces:
15026     hoverinfo: "x+y"
15027     boxpoints: "outliers"
15028     whiskerwidth: 0
15029   layout:
15030     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15031     layout: "plot-throughput"
15032
15033 -
15034   type: "plot"
15035   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15036   algorithm: "plot_performance_box"
15037   output-file-type: ".html"
15038   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15039   data: "plot-dpdk-throughput-latency-2n-skx"
15040   filter: "'NIC_Intel-XXV710' and
15041            '64B' and
15042            'BASE' and
15043            'NDRPDR' and
15044            '4T2C' and
15045            'IP4FWD'"
15046   parameters:
15047   - "throughput"
15048   - "parent"
15049   - "tags"
15050   traces:
15051     hoverinfo: "x+y"
15052     boxpoints: "outliers"
15053     whiskerwidth: 0
15054   layout:
15055     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15056     layout: "plot-throughput"
15057
15058 ################################################################################
15059
15060 # Packet Throughput - DPDK testpmd 3n-hsw-x520
15061 -
15062   type: "plot"
15063   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15064   algorithm: "plot_performance_box"
15065   output-file-type: ".html"
15066   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15067   data: "plot-dpdk-throughput-latency-3n-hsw"
15068   filter: "'NIC_Intel-X520-DA2' and
15069            '64B' and
15070            'BASE' and
15071            'NDRPDR' and
15072            '1T1C' and
15073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15074   parameters:
15075   - "throughput"
15076   - "parent"
15077   - "tags"
15078   traces:
15079     hoverinfo: "x+y"
15080     boxpoints: "outliers"
15081     whiskerwidth: 0
15082   layout:
15083     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15084     layout: "plot-throughput"
15085
15086 -
15087   type: "plot"
15088   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15089   algorithm: "plot_performance_box"
15090   output-file-type: ".html"
15091   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15092   data: "plot-dpdk-throughput-latency-3n-hsw"
15093   filter: "'NIC_Intel-X520-DA2' and
15094            '64B' and
15095            'BASE' and
15096            'NDRPDR' and
15097            '2T2C' and
15098            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15099   parameters:
15100   - "throughput"
15101   - "parent"
15102   - "tags"
15103   traces:
15104     hoverinfo: "x+y"
15105     boxpoints: "outliers"
15106     whiskerwidth: 0
15107   layout:
15108     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15109     layout: "plot-throughput"
15110
15111 -
15112   type: "plot"
15113   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15114   algorithm: "plot_performance_box"
15115   output-file-type: ".html"
15116   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15117   data: "plot-dpdk-throughput-latency-3n-hsw"
15118   filter: "'NIC_Intel-X520-DA2' and
15119            '64B' and
15120            'BASE' and
15121            'NDRPDR' and
15122            '1T1C' and
15123            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15124   parameters:
15125   - "throughput"
15126   - "parent"
15127   - "tags"
15128   traces:
15129     hoverinfo: "x+y"
15130     boxpoints: "outliers"
15131     whiskerwidth: 0
15132   layout:
15133     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15134     layout: "plot-throughput"
15135
15136 -
15137   type: "plot"
15138   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15139   algorithm: "plot_performance_box"
15140   output-file-type: ".html"
15141   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15142   data: "plot-dpdk-throughput-latency-3n-hsw"
15143   filter: "'NIC_Intel-X520-DA2' and
15144            '64B' and
15145            'BASE' and
15146            'NDRPDR' and
15147            '2T2C' and
15148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15149   parameters:
15150   - "throughput"
15151   - "parent"
15152   - "tags"
15153   traces:
15154     hoverinfo: "x+y"
15155     boxpoints: "outliers"
15156     whiskerwidth: 0
15157   layout:
15158     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15159     layout: "plot-throughput"
15160
15161 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15162 -
15163   type: "plot"
15164   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15165   algorithm: "plot_performance_box"
15166   output-file-type: ".html"
15167   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15168   data: "plot-dpdk-throughput-latency-3n-hsw"
15169   filter: "'NIC_Intel-X710' and
15170            '64B' and
15171            'BASE' and
15172            'NDRPDR' and
15173            '1T1C' and
15174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15175   parameters:
15176   - "throughput"
15177   - "parent"
15178   - "tags"
15179   traces:
15180     hoverinfo: "x+y"
15181     boxpoints: "outliers"
15182     whiskerwidth: 0
15183   layout:
15184     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15185     layout: "plot-throughput"
15186
15187 -
15188   type: "plot"
15189   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15190   algorithm: "plot_performance_box"
15191   output-file-type: ".html"
15192   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15193   data: "plot-dpdk-throughput-latency-3n-hsw"
15194   filter: "'NIC_Intel-X710' and
15195            '64B' and
15196            'BASE' and
15197            'NDRPDR' and
15198            '2T2C' and
15199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15200   parameters:
15201   - "throughput"
15202   - "parent"
15203   - "tags"
15204   traces:
15205     hoverinfo: "x+y"
15206     boxpoints: "outliers"
15207     whiskerwidth: 0
15208   layout:
15209     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15210     layout: "plot-throughput"
15211
15212 -
15213   type: "plot"
15214   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15215   algorithm: "plot_performance_box"
15216   output-file-type: ".html"
15217   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15218   data: "plot-dpdk-throughput-latency-3n-hsw"
15219   filter: "'NIC_Intel-X710' and
15220            '64B' and
15221            'BASE' and
15222            'NDRPDR' and
15223            '1T1C' and
15224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15225   parameters:
15226   - "throughput"
15227   - "parent"
15228   - "tags"
15229   traces:
15230     hoverinfo: "x+y"
15231     boxpoints: "outliers"
15232     whiskerwidth: 0
15233   layout:
15234     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15235     layout: "plot-throughput"
15236
15237 -
15238   type: "plot"
15239   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15240   algorithm: "plot_performance_box"
15241   output-file-type: ".html"
15242   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15243   data: "plot-dpdk-throughput-latency-3n-hsw"
15244   filter: "'NIC_Intel-X710' and
15245            '64B' and
15246            'BASE' and
15247            'NDRPDR' and
15248            '2T2C' and
15249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15250   parameters:
15251   - "throughput"
15252   - "parent"
15253   - "tags"
15254   traces:
15255     hoverinfo: "x+y"
15256     boxpoints: "outliers"
15257     whiskerwidth: 0
15258   layout:
15259     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15260     layout: "plot-throughput"
15261
15262 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15263 -
15264   type: "plot"
15265   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15266   algorithm: "plot_performance_box"
15267   output-file-type: ".html"
15268   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15269   data: "plot-dpdk-throughput-latency-3n-hsw"
15270   filter: "'NIC_Intel-XL710' and
15271            '64B' and
15272            'BASE' and
15273            'NDRPDR' and
15274            '1T1C' and
15275            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15276   parameters:
15277   - "throughput"
15278   - "parent"
15279   - "tags"
15280   traces:
15281     hoverinfo: "x+y"
15282     boxpoints: "outliers"
15283     whiskerwidth: 0
15284   layout:
15285     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15286     layout: "plot-throughput"
15287
15288 -
15289   type: "plot"
15290   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15291   algorithm: "plot_performance_box"
15292   output-file-type: ".html"
15293   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15294   data: "plot-dpdk-throughput-latency-3n-hsw"
15295   filter: "'NIC_Intel-XL710' and
15296            '64B' and
15297            'BASE' and
15298            'NDRPDR' and
15299            '2T2C' and
15300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15301   parameters:
15302   - "throughput"
15303   - "parent"
15304   - "tags"
15305   traces:
15306     hoverinfo: "x+y"
15307     boxpoints: "outliers"
15308     whiskerwidth: 0
15309   layout:
15310     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15311     layout: "plot-throughput"
15312
15313 -
15314   type: "plot"
15315   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15316   algorithm: "plot_performance_box"
15317   output-file-type: ".html"
15318   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15319   data: "plot-dpdk-throughput-latency-3n-hsw"
15320   filter: "'NIC_Intel-XL710' and
15321            '64B' and
15322            'BASE' and
15323            'NDRPDR' and
15324            '1T1C' and
15325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15326   parameters:
15327   - "throughput"
15328   - "parent"
15329   - "tags"
15330   traces:
15331     hoverinfo: "x+y"
15332     boxpoints: "outliers"
15333     whiskerwidth: 0
15334   layout:
15335     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15336     layout: "plot-throughput"
15337
15338 -
15339   type: "plot"
15340   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15341   algorithm: "plot_performance_box"
15342   output-file-type: ".html"
15343   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15344   data: "plot-dpdk-throughput-latency-3n-hsw"
15345   filter: "'NIC_Intel-XL710' and
15346            '64B' and
15347            'BASE' and
15348            'NDRPDR' and
15349            '2T2C' and
15350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15351   parameters:
15352   - "throughput"
15353   - "parent"
15354   - "tags"
15355   traces:
15356     hoverinfo: "x+y"
15357     boxpoints: "outliers"
15358     whiskerwidth: 0
15359   layout:
15360     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15361     layout: "plot-throughput"
15362
15363 # Packet Throughput - DPDK testpmd 3n-skx-x710
15364 -
15365   type: "plot"
15366   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15367   algorithm: "plot_performance_box"
15368   output-file-type: ".html"
15369   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15370   data: "plot-dpdk-throughput-latency-3n-skx"
15371   filter: "'NIC_Intel-X710' and
15372            '64B' and
15373            'BASE' and
15374            'NDRPDR' and
15375            '2T1C' and
15376            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15377   parameters:
15378   - "throughput"
15379   - "parent"
15380   - "tags"
15381   traces:
15382     hoverinfo: "x+y"
15383     boxpoints: "outliers"
15384     whiskerwidth: 0
15385   layout:
15386     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15387     layout: "plot-throughput"
15388
15389 -
15390   type: "plot"
15391   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15392   algorithm: "plot_performance_box"
15393   output-file-type: ".html"
15394   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15395   data: "plot-dpdk-throughput-latency-3n-skx"
15396   filter: "'NIC_Intel-X710' and
15397            '64B' and
15398            'BASE' and
15399            'NDRPDR' and
15400            '4T2C' and
15401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15402   parameters:
15403   - "throughput"
15404   - "parent"
15405   - "tags"
15406   traces:
15407     hoverinfo: "x+y"
15408     boxpoints: "outliers"
15409     whiskerwidth: 0
15410   layout:
15411     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15412     layout: "plot-throughput"
15413
15414 -
15415   type: "plot"
15416   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15417   algorithm: "plot_performance_box"
15418   output-file-type: ".html"
15419   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15420   data: "plot-dpdk-throughput-latency-3n-skx"
15421   filter: "'NIC_Intel-X710' and
15422            '64B' and
15423            'BASE' and
15424            'NDRPDR' and
15425            '2T1C' and
15426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15427   parameters:
15428   - "throughput"
15429   - "parent"
15430   - "tags"
15431   traces:
15432     hoverinfo: "x+y"
15433     boxpoints: "outliers"
15434     whiskerwidth: 0
15435   layout:
15436     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15437     layout: "plot-throughput"
15438
15439 -
15440   type: "plot"
15441   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15442   algorithm: "plot_performance_box"
15443   output-file-type: ".html"
15444   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15445   data: "plot-dpdk-throughput-latency-3n-skx"
15446   filter: "'NIC_Intel-X710' and
15447            '64B' and
15448            'BASE' and
15449            'NDRPDR' and
15450            '4T2C' and
15451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15452   parameters:
15453   - "throughput"
15454   - "parent"
15455   - "tags"
15456   traces:
15457     hoverinfo: "x+y"
15458     boxpoints: "outliers"
15459     whiskerwidth: 0
15460   layout:
15461     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15462     layout: "plot-throughput"
15463
15464 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15465 -
15466   type: "plot"
15467   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15468   algorithm: "plot_performance_box"
15469   output-file-type: ".html"
15470   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15471   data: "plot-dpdk-throughput-latency-3n-skx"
15472   filter: "'NIC_Intel-XXV710' and
15473            '64B' and
15474            'BASE' and
15475            'NDRPDR' and
15476            '2T1C' and
15477            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15478   parameters:
15479   - "throughput"
15480   - "parent"
15481   - "tags"
15482   traces:
15483     hoverinfo: "x+y"
15484     boxpoints: "outliers"
15485     whiskerwidth: 0
15486   layout:
15487     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15488     layout: "plot-throughput"
15489
15490 -
15491   type: "plot"
15492   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15493   algorithm: "plot_performance_box"
15494   output-file-type: ".html"
15495   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15496   data: "plot-dpdk-throughput-latency-3n-skx"
15497   filter: "'NIC_Intel-XXV710' and
15498            '64B' and
15499            'BASE' and
15500            'NDRPDR' and
15501            '4T2C' and
15502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15503   parameters:
15504   - "throughput"
15505   - "parent"
15506   - "tags"
15507   traces:
15508     hoverinfo: "x+y"
15509     boxpoints: "outliers"
15510     whiskerwidth: 0
15511   layout:
15512     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15513     layout: "plot-throughput"
15514
15515 -
15516   type: "plot"
15517   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15518   algorithm: "plot_performance_box"
15519   output-file-type: ".html"
15520   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15521   data: "plot-dpdk-throughput-latency-3n-skx"
15522   filter: "'NIC_Intel-XXV710' and
15523            '64B' and
15524            'BASE' and
15525            'NDRPDR' and
15526            '2T1C' and
15527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15528   parameters:
15529   - "throughput"
15530   - "parent"
15531   - "tags"
15532   traces:
15533     hoverinfo: "x+y"
15534     boxpoints: "outliers"
15535     whiskerwidth: 0
15536   layout:
15537     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15538     layout: "plot-throughput"
15539
15540 -
15541   type: "plot"
15542   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15543   algorithm: "plot_performance_box"
15544   output-file-type: ".html"
15545   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15546   data: "plot-dpdk-throughput-latency-3n-skx"
15547   filter: "'NIC_Intel-XXV710' and
15548            '64B' and
15549            'BASE' and
15550            'NDRPDR' and
15551            '4T2C' and
15552            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15553   parameters:
15554   - "throughput"
15555   - "parent"
15556   - "tags"
15557   traces:
15558     hoverinfo: "x+y"
15559     boxpoints: "outliers"
15560     whiskerwidth: 0
15561   layout:
15562     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15563     layout: "plot-throughput"
15564
15565 # Packet Throughput - DPDK testpmd 2n-skx-x710
15566 -
15567   type: "plot"
15568   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15569   algorithm: "plot_performance_box"
15570   output-file-type: ".html"
15571   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15572   data: "plot-dpdk-throughput-latency-2n-skx"
15573   filter: "'NIC_Intel-X710' and
15574            '64B' and
15575            'BASE' and
15576            'NDRPDR' and
15577            '2T1C' and
15578            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15579   parameters:
15580   - "throughput"
15581   - "parent"
15582   - "tags"
15583   traces:
15584     hoverinfo: "x+y"
15585     boxpoints: "outliers"
15586     whiskerwidth: 0
15587   layout:
15588     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15589     layout: "plot-throughput"
15590
15591 -
15592   type: "plot"
15593   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15594   algorithm: "plot_performance_box"
15595   output-file-type: ".html"
15596   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15597   data: "plot-dpdk-throughput-latency-2n-skx"
15598   filter: "'NIC_Intel-X710' and
15599            '64B' and
15600            'BASE' and
15601            'NDRPDR' and
15602            '4T2C' and
15603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15604   parameters:
15605   - "throughput"
15606   - "parent"
15607   - "tags"
15608   traces:
15609     hoverinfo: "x+y"
15610     boxpoints: "outliers"
15611     whiskerwidth: 0
15612   layout:
15613     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15614     layout: "plot-throughput"
15615
15616 -
15617   type: "plot"
15618   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15619   algorithm: "plot_performance_box"
15620   output-file-type: ".html"
15621   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15622   data: "plot-dpdk-throughput-latency-2n-skx"
15623   filter: "'NIC_Intel-X710' and
15624            '64B' and
15625            'BASE' and
15626            'NDRPDR' and
15627            '2T1C' and
15628            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15629   parameters:
15630   - "throughput"
15631   - "parent"
15632   - "tags"
15633   traces:
15634     hoverinfo: "x+y"
15635     boxpoints: "outliers"
15636     whiskerwidth: 0
15637   layout:
15638     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15639     layout: "plot-throughput"
15640
15641 -
15642   type: "plot"
15643   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15644   algorithm: "plot_performance_box"
15645   output-file-type: ".html"
15646   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15647   data: "plot-dpdk-throughput-latency-2n-skx"
15648   filter: "'NIC_Intel-X710' and
15649            '64B' and
15650            'BASE' and
15651            'NDRPDR' and
15652            '4T2C' and
15653            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15654   parameters:
15655   - "throughput"
15656   - "parent"
15657   - "tags"
15658   traces:
15659     hoverinfo: "x+y"
15660     boxpoints: "outliers"
15661     whiskerwidth: 0
15662   layout:
15663     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15664     layout: "plot-throughput"
15665
15666 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15667 -
15668   type: "plot"
15669   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15670   algorithm: "plot_performance_box"
15671   output-file-type: ".html"
15672   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15673   data: "plot-dpdk-throughput-latency-2n-skx"
15674   filter: "'NIC_Intel-XXV710' and
15675            '64B' and
15676            'BASE' and
15677            'NDRPDR' and
15678            '2T1C' and
15679            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15680   parameters:
15681   - "throughput"
15682   - "parent"
15683   - "tags"
15684   traces:
15685     hoverinfo: "x+y"
15686     boxpoints: "outliers"
15687     whiskerwidth: 0
15688   layout:
15689     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15690     layout: "plot-throughput"
15691
15692 -
15693   type: "plot"
15694   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15695   algorithm: "plot_performance_box"
15696   output-file-type: ".html"
15697   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15698   data: "plot-dpdk-throughput-latency-2n-skx"
15699   filter: "'NIC_Intel-XXV710' and
15700            '64B' and
15701            'BASE' and
15702            'NDRPDR' and
15703            '4T2C' and
15704            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15705   parameters:
15706   - "throughput"
15707   - "parent"
15708   - "tags"
15709   traces:
15710     hoverinfo: "x+y"
15711     boxpoints: "outliers"
15712     whiskerwidth: 0
15713   layout:
15714     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15715     layout: "plot-throughput"
15716
15717 -
15718   type: "plot"
15719   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15720   algorithm: "plot_performance_box"
15721   output-file-type: ".html"
15722   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15723   data: "plot-dpdk-throughput-latency-2n-skx"
15724   filter: "'NIC_Intel-XXV710' and
15725            '64B' and
15726            'BASE' and
15727            'NDRPDR' and
15728            '2T1C' and
15729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15730   parameters:
15731   - "throughput"
15732   - "parent"
15733   - "tags"
15734   traces:
15735     hoverinfo: "x+y"
15736     boxpoints: "outliers"
15737     whiskerwidth: 0
15738   layout:
15739     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15740     layout: "plot-throughput"
15741
15742 -
15743   type: "plot"
15744   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15745   algorithm: "plot_performance_box"
15746   output-file-type: ".html"
15747   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15748   data: "plot-dpdk-throughput-latency-2n-skx"
15749   filter: "'NIC_Intel-XXV710' and
15750            '64B' and
15751            'BASE' and
15752            'NDRPDR' and
15753            '4T2C' and
15754            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15755   parameters:
15756   - "throughput"
15757   - "parent"
15758   - "tags"
15759   traces:
15760     hoverinfo: "x+y"
15761     boxpoints: "outliers"
15762     whiskerwidth: 0
15763   layout:
15764     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15765     layout: "plot-throughput"
15766
15767 ################################################################################
15768
15769 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15770 -
15771   type: "plot"
15772   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15773   algorithm: "plot_latency_error_bars"
15774   output-file-type: ".html"
15775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15776   data: "plot-vpp-throughput-latency-3n-hsw"
15777   filter: "'NIC_Intel-X520-DA2' and
15778            '64B' and
15779            ('BASE' or 'SCALE') and
15780            'NDRPDR' and
15781            'ETH' and
15782            '1T1C' and
15783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15784            not 'VHOST' and
15785            not 'MEMIF'"
15786   parameters:
15787   - "latency"
15788   - "parent"
15789   - "tags"
15790   sort:
15791   - "L2PATCH"
15792   - "L2XCBASE"
15793   - "BASE"
15794   - "FIB_10K"
15795   - "FIB_100K"
15796   - "FIB_1M"
15797   layout:
15798     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15799     layout: "plot-latency"
15800
15801 -
15802   type: "plot"
15803   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15804   algorithm: "plot_latency_error_bars"
15805   output-file-type: ".html"
15806   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15807   data: "plot-vpp-throughput-latency-3n-hsw"
15808   filter: "'NIC_Intel-X520-DA2' and
15809            '64B' and
15810            ('BASE' or 'SCALE') and
15811            'NDRPDR' and
15812            'ETH' and
15813            '2T2C' and
15814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15815            not 'VHOST' and
15816            not 'MEMIF'"
15817   parameters:
15818   - "latency"
15819   - "parent"
15820   - "tags"
15821   sort:
15822   - "L2PATCH"
15823   - "L2XCBASE"
15824   - "BASE"
15825   - "FIB_10K"
15826   - "FIB_100K"
15827   - "FIB_1M"
15828   layout:
15829     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15830     layout: "plot-latency"
15831
15832 # Packet Latency - VPP L2 3n-hsw-x520 features
15833 -
15834   type: "plot"
15835   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15836   algorithm: "plot_latency_error_bars"
15837   output-file-type: ".html"
15838   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15839   data: "plot-vpp-throughput-latency-3n-hsw"
15840   filter: "'NIC_Intel-X520-DA2' and
15841            '64B' and
15842            'NDRPDR' and
15843            '1T1C' and
15844            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15845            not 'ACL' and
15846            not 'VHOST' and
15847            not 'MEMIF'"
15848   parameters:
15849   - "latency"
15850   - "parent"
15851   - "tags"
15852   sort:
15853   - "L2XCBASE"    # l2xcbase
15854   - "L2BDBASE"    # l2bdbase
15855   - "L2XCFWD"     # dot1q-l2xcbase
15856   - "L2BDMACLRN"  # dot1q-l2bdbase
15857   layout:
15858     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15859     layout: "plot-latency"
15860
15861 -
15862   type: "plot"
15863   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15864   algorithm: "plot_latency_error_bars"
15865   output-file-type: ".html"
15866   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15867   data: "plot-vpp-throughput-latency-3n-hsw"
15868   filter: "'NIC_Intel-X520-DA2' and
15869            '64B' and
15870            'NDRPDR' and
15871            '2T2C' and
15872            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15873            not 'ACL' and
15874            not 'VHOST' and
15875            not 'MEMIF'"
15876   parameters:
15877   - "latency"
15878   - "parent"
15879   - "tags"
15880   sort:
15881   - "L2XCBASE"    # l2xcbase
15882   - "L2BDBASE"    # l2bdbase
15883   - "L2XCFWD"     # dot1q-l2xcbase
15884   - "L2BDMACLRN"  # dot1q-l2bdbase
15885   layout:
15886     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15887     layout: "plot-latency"
15888
15889 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15890 -
15891   type: "plot"
15892   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15893   algorithm: "plot_latency_error_bars"
15894   output-file-type: ".html"
15895   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15896   data: "plot-vpp-throughput-latency-3n-hsw"
15897   filter: "'NIC_Intel-X710' and
15898            '64B' and
15899            ('BASE' or 'SCALE') and
15900            'NDRPDR' and
15901            'ETH' and
15902            '1T1C' and
15903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15904            not 'VHOST' and
15905            not 'MEMIF'"
15906   parameters:
15907   - "latency"
15908   - "parent"
15909   - "tags"
15910   sort:
15911   - "L2PATCH"
15912   - "L2XCBASE"
15913   - "BASE"
15914   - "FIB_10K"
15915   - "FIB_100K"
15916   - "FIB_1M"
15917   layout:
15918     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15919     layout: "plot-latency"
15920
15921 -
15922   type: "plot"
15923   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15924   algorithm: "plot_latency_error_bars"
15925   output-file-type: ".html"
15926   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15927   data: "plot-vpp-throughput-latency-3n-hsw"
15928   filter: "'NIC_Intel-X710' and
15929            '64B' and
15930            ('BASE' or 'SCALE') and
15931            'NDRPDR' and
15932            'ETH' and
15933            '2T2C' and
15934            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15935            not 'VHOST' and
15936            not 'MEMIF'"
15937   parameters:
15938   - "latency"
15939   - "parent"
15940   - "tags"
15941   sort:
15942   - "L2PATCH"
15943   - "L2XCBASE"
15944   - "BASE"
15945   - "FIB_10K"
15946   - "FIB_100K"
15947   - "FIB_1M"
15948   layout:
15949     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15950     layout: "plot-latency"
15951
15952 # Packet Latency - VPP L2 3n-hsw-x710 features
15953 -
15954   type: "plot"
15955   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15956   algorithm: "plot_latency_error_bars"
15957   output-file-type: ".html"
15958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
15959   data: "plot-vpp-throughput-latency-3n-hsw"
15960   filter: "'NIC_Intel-X710' and
15961            '64B' and
15962            'NDRPDR' and
15963            '1T1C' and
15964            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15965            not 'ACL' and
15966            not 'VHOST' and
15967            not 'MEMIF'"
15968   parameters:
15969   - "latency"
15970   - "parent"
15971   - "tags"
15972   sort:
15973   - "L2XCBASE"    # l2xcbase
15974   - "L2BDBASE"    # l2bdbase
15975   - "L2XCFWD"     # dot1q-l2xcbase
15976   - "L2BDMACLRN"  # dot1q-l2bdbase
15977   layout:
15978     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
15979     layout: "plot-latency"
15980
15981 -
15982   type: "plot"
15983   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15984   algorithm: "plot_latency_error_bars"
15985   output-file-type: ".html"
15986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
15987   data: "plot-vpp-throughput-latency-3n-hsw"
15988   filter: "'NIC_Intel-X710' and
15989            '64B' and
15990            'NDRPDR' and
15991            '2T2C' and
15992            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15993            not 'ACL' and
15994            not 'VHOST' and
15995            not 'MEMIF'"
15996   parameters:
15997   - "latency"
15998   - "parent"
15999   - "tags"
16000   sort:
16001   - "L2XCBASE"    # l2xcbase
16002   - "L2BDBASE"    # l2bdbase
16003   - "L2XCFWD"     # dot1q-l2xcbase
16004   - "L2BDMACLRN"  # dot1q-l2bdbase
16005   layout:
16006     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
16007     layout: "plot-latency"
16008
16009 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
16010 -
16011   type: "plot"
16012   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16013   algorithm: "plot_latency_error_bars"
16014   output-file-type: ".html"
16015   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16016   data: "plot-vpp-throughput-latency-3n-hsw"
16017   filter: "'NIC_Intel-XL710' and
16018            '64B' and
16019            ('BASE' or 'SCALE') and
16020            'NDRPDR' and
16021            'ETH' and
16022            '1T1C' and
16023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16024            not 'VHOST' and
16025            not 'MEMIF'"
16026   parameters:
16027   - "latency"
16028   - "parent"
16029   - "tags"
16030   sort:
16031   - "L2PATCH"
16032   - "L2XCBASE"
16033   - "BASE"
16034   - "FIB_10K"
16035   - "FIB_100K"
16036   - "FIB_1M"
16037   layout:
16038     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16039     layout: "plot-latency"
16040
16041 -
16042   type: "plot"
16043   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16044   algorithm: "plot_latency_error_bars"
16045   output-file-type: ".html"
16046   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16047   data: "plot-vpp-throughput-latency-3n-hsw"
16048   filter: "'NIC_Intel-XL710' and
16049            '64B' and
16050            ('BASE' or 'SCALE') and
16051            'NDRPDR' and
16052            'ETH' and
16053            '2T2C' and
16054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16055            not 'VHOST' and
16056            not 'MEMIF'"
16057   parameters:
16058   - "latency"
16059   - "parent"
16060   - "tags"
16061   sort:
16062   - "L2PATCH"
16063   - "L2XCBASE"
16064   - "BASE"
16065   - "FIB_10K"
16066   - "FIB_100K"
16067   - "FIB_1M"
16068   layout:
16069     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16070     layout: "plot-latency"
16071
16072 # Packet Latency - VPP L2 3n-skx-x710 base and scale
16073 -
16074   type: "plot"
16075   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16076   algorithm: "plot_latency_error_bars"
16077   output-file-type: ".html"
16078   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16079   data: "plot-vpp-throughput-latency-3n-skx"
16080   filter: "'NIC_Intel-X710' and
16081            '64B' and
16082            ('BASE' or 'SCALE') and
16083            'NDRPDR' and
16084            'ETH' and
16085            '2T1C' and
16086            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16087            not 'VHOST' and
16088            not 'MEMIF'"
16089   parameters:
16090   - "latency"
16091   - "parent"
16092   - "tags"
16093   sort:
16094   - "L2PATCH"
16095   - "L2XCBASE"
16096   - "BASE"
16097   - "FIB_10K"
16098   - "FIB_100K"
16099   - "FIB_1M"
16100   layout:
16101     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16102     layout: "plot-latency"
16103
16104 -
16105   type: "plot"
16106   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16107   algorithm: "plot_latency_error_bars"
16108   output-file-type: ".html"
16109   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16110   data: "plot-vpp-throughput-latency-3n-skx"
16111   filter: "'NIC_Intel-X710' and
16112            '64B' and
16113            ('BASE' or 'SCALE') and
16114            'NDRPDR' and
16115            'ETH' and
16116            '4T2C' and
16117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16118            not 'VHOST' and
16119            not 'MEMIF'"
16120   parameters:
16121   - "latency"
16122   - "parent"
16123   - "tags"
16124   sort:
16125   - "L2PATCH"
16126   - "L2XCBASE"
16127   - "BASE"
16128   - "FIB_10K"
16129   - "FIB_100K"
16130   - "FIB_1M"
16131   layout:
16132     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16133     layout: "plot-latency"
16134
16135 # Packet Latency - VPP L2 3n-skx-x710 features
16136 -
16137   type: "plot"
16138   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16139   algorithm: "plot_latency_error_bars"
16140   output-file-type: ".html"
16141   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16142   data: "plot-vpp-throughput-latency-3n-skx"
16143   filter: "'NIC_Intel-X710' and
16144            '64B' and
16145            'NDRPDR' and
16146            '2T1C' and
16147            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16148            not 'ACL' and
16149            not 'VHOST' and
16150            not 'MEMIF'"
16151   parameters:
16152   - "latency"
16153   - "parent"
16154   - "tags"
16155   sort:
16156   - "L2XCBASE"    # l2xcbase
16157   - "L2BDBASE"    # l2bdbase
16158   - "L2XCFWD"     # dot1q-l2xcbase
16159   - "L2BDMACLRN"  # dot1q-l2bdbase
16160   layout:
16161     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16162     layout: "plot-latency"
16163
16164 -
16165   type: "plot"
16166   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16167   algorithm: "plot_latency_error_bars"
16168   output-file-type: ".html"
16169   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16170   data: "plot-vpp-throughput-latency-3n-skx"
16171   filter: "'NIC_Intel-X710' and
16172            '64B' and
16173            'NDRPDR' and
16174            '4T2C' and
16175            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16176            not 'ACL' and
16177            not 'VHOST' and
16178            not 'MEMIF'"
16179   parameters:
16180   - "latency"
16181   - "parent"
16182   - "tags"
16183   sort:
16184   - "L2XCBASE"    # l2xcbase
16185   - "L2BDBASE"    # l2bdbase
16186   - "L2XCFWD"     # dot1q-l2xcbase
16187   - "L2BDMACLRN"  # dot1q-l2bdbase
16188   layout:
16189     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16190     layout: "plot-latency"
16191
16192 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16193 -
16194   type: "plot"
16195   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16196   algorithm: "plot_latency_error_bars"
16197   output-file-type: ".html"
16198   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16199   data: "plot-vpp-throughput-latency-3n-skx"
16200   filter: "'NIC_Intel-XXV710' and
16201            '64B' and
16202            ('BASE' or 'SCALE') and
16203            'NDRPDR' and
16204            'ETH' and
16205            '2T1C' and
16206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16207            not 'VHOST' and
16208            not 'MEMIF'"
16209   parameters:
16210   - "latency"
16211   - "parent"
16212   - "tags"
16213   sort:
16214   - "L2PATCH"
16215   - "L2XCBASE"
16216   - "BASE"
16217   - "FIB_10K"
16218   - "FIB_100K"
16219   - "FIB_1M"
16220   layout:
16221     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16222     layout: "plot-latency"
16223
16224 -
16225   type: "plot"
16226   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16227   algorithm: "plot_latency_error_bars"
16228   output-file-type: ".html"
16229   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16230   data: "plot-vpp-throughput-latency-3n-skx"
16231   filter: "'NIC_Intel-XXV710' and
16232            '64B' and
16233            ('BASE' or 'SCALE') and
16234            'NDRPDR' and
16235            'ETH' and
16236            '4T2C' and
16237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16238            not 'VHOST' and
16239            not 'MEMIF'"
16240   parameters:
16241   - "latency"
16242   - "parent"
16243   - "tags"
16244   sort:
16245   - "L2PATCH"
16246   - "L2XCBASE"
16247   - "BASE"
16248   - "FIB_10K"
16249   - "FIB_100K"
16250   - "FIB_1M"
16251   layout:
16252     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16253     layout: "plot-latency"
16254
16255 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16256 -
16257   type: "plot"
16258   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16259   algorithm: "plot_latency_error_bars"
16260   output-file-type: ".html"
16261   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16262   data: "plot-vpp-throughput-latency-2n-skx"
16263   filter: "'NIC_Intel-X710' and
16264            '64B' and
16265            'ETH' and
16266            ('BASE' or 'SCALE') and
16267            'NDRPDR' and
16268            '2T1C' and
16269            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16270            not 'VHOST' and
16271            not 'MEMIF'"
16272   parameters:
16273   - "latency"
16274   - "parent"
16275   - "tags"
16276   sort:
16277   - "L2PATCH"
16278   - "L2XCBASE"
16279   - "BASE"
16280   - "FIB_10K"
16281   - "FIB_100K"
16282   - "FIB_1M"
16283   layout:
16284     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16285     layout: "plot-latency"
16286
16287 -
16288   type: "plot"
16289   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16290   algorithm: "plot_latency_error_bars"
16291   output-file-type: ".html"
16292   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16293   data: "plot-vpp-throughput-latency-2n-skx"
16294   filter: "'NIC_Intel-X710' and
16295            '64B' and
16296            ('BASE' or 'SCALE') and
16297            'NDRPDR' and
16298            'ETH' and
16299            '4T2C' and
16300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16301            not 'VHOST' and
16302            not 'MEMIF'"
16303   parameters:
16304   - "latency"
16305   - "parent"
16306   - "tags"
16307   sort:
16308   - "L2PATCH"
16309   - "L2XCBASE"
16310   - "BASE"
16311   - "FIB_10K"
16312   - "FIB_100K"
16313   - "FIB_1M"
16314   layout:
16315     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16316     layout: "plot-latency"
16317
16318 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16319 -
16320   type: "plot"
16321   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16322   algorithm: "plot_latency_error_bars"
16323   output-file-type: ".html"
16324   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16325   data: "plot-vpp-throughput-latency-2n-skx"
16326   filter: "'NIC_Intel-XXV710' and
16327            '64B' and
16328            ('BASE' or 'SCALE') and
16329            'NDRPDR' and
16330            'ETH' and
16331            '2T1C' and
16332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16333            not 'VHOST' and
16334            not 'MEMIF'"
16335   parameters:
16336   - "latency"
16337   - "parent"
16338   - "tags"
16339   sort:
16340   - "L2PATCH"
16341   - "L2XCBASE"
16342   - "BASE"
16343   - "FIB_10K"
16344   - "FIB_100K"
16345   - "FIB_1M"
16346   layout:
16347     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16348     layout: "plot-latency"
16349
16350 -
16351   type: "plot"
16352   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16353   algorithm: "plot_latency_error_bars"
16354   output-file-type: ".html"
16355   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16356   data: "plot-vpp-throughput-latency-2n-skx"
16357   filter: "'NIC_Intel-XXV710' and
16358            '64B' and
16359            ('BASE' or 'SCALE') and
16360            'NDRPDR' and
16361            'ETH' and
16362            '4T2C' and
16363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16364            not 'VHOST' and
16365            not 'MEMIF'"
16366   parameters:
16367   - "latency"
16368   - "parent"
16369   - "tags"
16370   sort:
16371   - "L2PATCH"
16372   - "L2XCBASE"
16373   - "BASE"
16374   - "FIB_10K"
16375   - "FIB_100K"
16376   - "FIB_1M"
16377   layout:
16378     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16379     layout: "plot-latency"
16380
16381 ################################################################################
16382
16383 # Packet Latency - VPP Container Memif 3n-hsw-x520
16384 -
16385   type: "plot"
16386   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16387   algorithm: "plot_latency_error_bars"
16388   output-file-type: ".html"
16389   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16390   data: "plot-vpp-throughput-latency-3n-hsw"
16391   filter: "'NIC_Intel-X520-DA2' and
16392            '64B' and
16393            ('BASE' or 'SCALE') and
16394            'NDRPDR' and
16395            '1T1C' and
16396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16397            not 'VHOST' and
16398            'MEMIF'"
16399   parameters:
16400   - "latency"
16401   - "parent"
16402   - "tags"
16403   sort:
16404   - "L2XCFWD"
16405   - "L2XCFWD"
16406   - "L2XCFWD"
16407   - "L2BDMACLRN"
16408   - "L2BDMACLRN"
16409   - "L2BDMACLRN"
16410   layout:
16411     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16412     layout: "plot-latency"
16413
16414 -
16415   type: "plot"
16416   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16417   algorithm: "plot_latency_error_bars"
16418   output-file-type: ".html"
16419   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16420   data: "plot-vpp-throughput-latency-3n-hsw"
16421   filter: "'NIC_Intel-X520-DA2' and
16422            '64B' and
16423            ('BASE' or 'SCALE') and
16424            'NDRPDR' and
16425            '2T2C' and
16426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16427            not 'VHOST' and
16428            'MEMIF'"
16429   parameters:
16430   - "latency"
16431   - "parent"
16432   - "tags"
16433   sort:
16434   - "L2XCFWD"
16435   - "L2XCFWD"
16436   - "L2XCFWD"
16437   - "L2BDMACLRN"
16438   - "L2BDMACLRN"
16439   - "L2BDMACLRN"
16440   layout:
16441     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16442     layout: "plot-latency"
16443
16444 # Packet Latency - VPP Container Memif 3n-hsw-x710
16445 -
16446   type: "plot"
16447   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16448   algorithm: "plot_latency_error_bars"
16449   output-file-type: ".html"
16450   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16451   data: "plot-vpp-throughput-latency-3n-hsw"
16452   filter: "'NIC_Intel-X710' and
16453            '64B' and
16454            ('BASE' or 'SCALE') and
16455            'NDRPDR' and
16456            '1T1C' and
16457            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16458            not 'VHOST' and
16459            'MEMIF'"
16460   parameters:
16461   - "latency"
16462   - "parent"
16463   - "tags"
16464   sort:
16465   - "L2XCFWD"
16466   - "L2XCFWD"
16467   - "L2XCFWD"
16468   - "L2BDMACLRN"
16469   - "L2BDMACLRN"
16470   - "L2BDMACLRN"
16471   layout:
16472     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16473     layout: "plot-latency"
16474
16475 -
16476   type: "plot"
16477   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16478   algorithm: "plot_latency_error_bars"
16479   output-file-type: ".html"
16480   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16481   data: "plot-vpp-throughput-latency-3n-hsw"
16482   filter: "'NIC_Intel-X710' and
16483            '64B' and
16484            ('BASE' or 'SCALE') and
16485            'NDRPDR' and
16486            '2T2C' and
16487            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16488            not 'VHOST' and
16489            'MEMIF'"
16490   parameters:
16491   - "latency"
16492   - "parent"
16493   - "tags"
16494   sort:
16495   - "L2XCFWD"
16496   - "L2XCFWD"
16497   - "L2XCFWD"
16498   - "L2BDMACLRN"
16499   - "L2BDMACLRN"
16500   - "L2BDMACLRN"
16501   layout:
16502     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16503     layout: "plot-latency"
16504
16505 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16506 -
16507   type: "plot"
16508   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16509   algorithm: "plot_latency_error_bars"
16510   output-file-type: ".html"
16511   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16512   data: "plot-vpp-throughput-latency-3n-hsw"
16513   filter: "'NIC_Intel-XL710' and
16514            '64B' and
16515            ('BASE' or 'SCALE') and
16516            'NDRPDR' and
16517            '1T1C' and
16518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16519            not 'VHOST' and
16520            'MEMIF'"
16521   parameters:
16522   - "latency"
16523   - "parent"
16524   - "tags"
16525   sort:
16526   - "L2XCFWD"
16527   - "L2XCFWD"
16528   - "L2XCFWD"
16529   - "L2BDMACLRN"
16530   - "L2BDMACLRN"
16531   - "L2BDMACLRN"
16532   layout:
16533     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16534     layout: "plot-latency"
16535
16536 -
16537   type: "plot"
16538   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16539   algorithm: "plot_latency_error_bars"
16540   output-file-type: ".html"
16541   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16542   data: "plot-vpp-throughput-latency-3n-hsw"
16543   filter: "'NIC_Intel-XL710' and
16544            '64B' and
16545            ('BASE' or 'SCALE') and
16546            'NDRPDR' and
16547            '2T2C' and
16548            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16549            not 'VHOST' and
16550            'MEMIF'"
16551   parameters:
16552   - "latency"
16553   - "parent"
16554   - "tags"
16555   sort:
16556   - "L2XCFWD"
16557   - "L2XCFWD"
16558   - "L2XCFWD"
16559   - "L2BDMACLRN"
16560   - "L2BDMACLRN"
16561   - "L2BDMACLRN"
16562   layout:
16563     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16564     layout: "plot-latency"
16565
16566 # Packet Latency - VPP Container Memif 3n-skx-x710
16567 -
16568   type: "plot"
16569   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16570   algorithm: "plot_latency_error_bars"
16571   output-file-type: ".html"
16572   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16573   data: "plot-vpp-throughput-latency-3n-skx"
16574   filter: "'NIC_Intel-X710' and
16575            '64B' and
16576            ('BASE' or 'SCALE') and
16577            'NDRPDR' and
16578            '2T1C' and
16579            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16580            not 'VHOST' and
16581            'MEMIF'"
16582   parameters:
16583   - "latency"
16584   - "parent"
16585   - "tags"
16586   sort:
16587   - "L2XCFWD"
16588   - "L2XCFWD"
16589   - "L2XCFWD"
16590   - "L2BDMACLRN"
16591   - "L2BDMACLRN"
16592   - "L2BDMACLRN"
16593   layout:
16594     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16595     layout: "plot-latency"
16596
16597 -
16598   type: "plot"
16599   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16600   algorithm: "plot_latency_error_bars"
16601   output-file-type: ".html"
16602   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16603   data: "plot-vpp-throughput-latency-3n-skx"
16604   filter: "'NIC_Intel-X710' and
16605            '64B' and
16606            ('BASE' or 'SCALE') and
16607            'NDRPDR' and
16608            '4T2C' and
16609            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16610            not 'VHOST' and
16611            'MEMIF'"
16612   parameters:
16613   - "latency"
16614   - "parent"
16615   - "tags"
16616   sort:
16617   - "L2XCFWD"
16618   - "L2XCFWD"
16619   - "L2XCFWD"
16620   - "L2BDMACLRN"
16621   - "L2BDMACLRN"
16622   - "L2BDMACLRN"
16623   layout:
16624     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16625     layout: "plot-latency"
16626
16627 # Packet Latency - VPP Container Memif 2n-skx-x710
16628 -
16629   type: "plot"
16630   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16631   algorithm: "plot_latency_error_bars"
16632   output-file-type: ".html"
16633   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16634   data: "plot-vpp-throughput-latency-2n-skx"
16635   filter: "'NIC_Intel-X710' and
16636            '64B' and
16637            ('BASE' or 'SCALE') and
16638            'NDRPDR' and
16639            '2T1C' and
16640            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16641            not 'VHOST' and
16642            'MEMIF'"
16643   parameters:
16644   - "latency"
16645   - "parent"
16646   - "tags"
16647   sort:
16648   - "L2XCFWD"
16649   - "L2XCFWD"
16650   - "L2XCFWD"
16651   - "L2BDMACLRN"
16652   - "L2BDMACLRN"
16653   - "L2BDMACLRN"
16654   layout:
16655     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16656     layout: "plot-latency"
16657
16658 -
16659   type: "plot"
16660   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16661   algorithm: "plot_latency_error_bars"
16662   output-file-type: ".html"
16663   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16664   data: "plot-vpp-throughput-latency-2n-skx"
16665   filter: "'NIC_Intel-X710' and
16666            '64B' and
16667            ('BASE' or 'SCALE') and
16668            'NDRPDR' and
16669            '4T2C' and
16670            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16671            not 'VHOST' and
16672            'MEMIF'"
16673   parameters:
16674   - "latency"
16675   - "parent"
16676   - "tags"
16677   sort:
16678   - "L2XCFWD"
16679   - "L2XCFWD"
16680   - "L2XCFWD"
16681   - "L2BDMACLRN"
16682   - "L2BDMACLRN"
16683   - "L2BDMACLRN"
16684   layout:
16685     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16686     layout: "plot-latency"
16687
16688 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16689 -
16690   type: "plot"
16691   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16692   algorithm: "plot_latency_error_bars"
16693   output-file-type: ".html"
16694   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16695   data: "plot-vpp-throughput-latency-2n-skx"
16696   filter: "'NIC_Intel-XXV710' and
16697            '64B' and
16698            ('BASE' or 'SCALE') and
16699            'NDRPDR' and
16700            '2T1C' and
16701            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16702            not 'VHOST' and
16703            'MEMIF'"
16704   parameters:
16705   - "latency"
16706   - "parent"
16707   - "tags"
16708   sort:
16709   - "L2XCFWD"
16710   - "L2XCFWD"
16711   - "L2XCFWD"
16712   - "L2BDMACLRN"
16713   - "L2BDMACLRN"
16714   - "L2BDMACLRN"
16715   layout:
16716     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16717     layout: "plot-latency"
16718
16719 -
16720   type: "plot"
16721   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16722   algorithm: "plot_latency_error_bars"
16723   output-file-type: ".html"
16724   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16725   data: "plot-vpp-throughput-latency-2n-skx"
16726   filter: "'NIC_Intel-XXV710' and
16727            '64B' and
16728            ('BASE' or 'SCALE') and
16729            'NDRPDR' and
16730            '4T2C' and
16731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16732            not 'VHOST' and
16733            'MEMIF'"
16734   parameters:
16735   - "latency"
16736   - "parent"
16737   - "tags"
16738   sort:
16739   - "L2XCFWD"
16740   - "L2XCFWD"
16741   - "L2XCFWD"
16742   - "L2BDMACLRN"
16743   - "L2BDMACLRN"
16744   - "L2BDMACLRN"
16745   layout:
16746     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16747     layout: "plot-latency"
16748
16749 ################################################################################
16750
16751 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16752 -
16753   type: "plot"
16754   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16755   algorithm: "plot_latency_error_bars"
16756   output-file-type: ".html"
16757   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16758   data: "plot-ligato-throughput-latency-3n-hsw"
16759   filter: "'NIC_Intel-X520-DA2' and
16760            '64B' and
16761            ('BASE' or 'SCALE') and
16762            'NDRPDR' and
16763            '1T1C' and
16764            'L2XCFWD' and
16765            not 'VHOST' and
16766            'MEMIF'"
16767   parameters:
16768   - "latency"
16769   - "parent"
16770   - "tags"
16771   sort:
16772   - "1VNF"
16773   - "2VNF"
16774   - "4VNF"
16775   - "2VNF"
16776   - "4VNF"
16777   layout:
16778     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16779     layout: "plot-latency"
16780
16781 -
16782   type: "plot"
16783   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16784   algorithm: "plot_latency_error_bars"
16785   output-file-type: ".html"
16786   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16787   data: "plot-ligato-throughput-latency-3n-hsw"
16788   filter: "'NIC_Intel-X520-DA2' and
16789            '64B' and
16790            ('BASE' or 'SCALE') and
16791            'NDRPDR' and
16792            '2T2C' and
16793            'L2XCFWD' and
16794            not 'VHOST' and
16795            'MEMIF'"
16796   parameters:
16797   - "latency"
16798   - "parent"
16799   - "tags"
16800   sort:
16801   - "1VNF"
16802   - "2VNF"
16803   - "4VNF"
16804   - "2VNF"
16805   - "4VNF"
16806   layout:
16807     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16808     layout: "plot-latency"
16809
16810 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16811 -
16812   type: "plot"
16813   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16814   algorithm: "plot_latency_error_bars"
16815   output-file-type: ".html"
16816   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16817   data: "plot-ligato-throughput-latency-3n-hsw"
16818   filter: "'NIC_Intel-X520-DA2' and
16819            '64B' and
16820            ('BASE' or 'SCALE') and
16821            'NDRPDR' and
16822            '1T1C' and
16823            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16824            not 'VHOST' and
16825            'MEMIF'"
16826   parameters:
16827   - "latency"
16828   - "parent"
16829   - "tags"
16830   sort:
16831   - "1VNF"
16832   - "2VNF"
16833   - "4VNF"
16834   - "2VNF"
16835   - "4VNF"
16836   layout:
16837     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16838     layout: "plot-latency"
16839
16840 -
16841   type: "plot"
16842   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16843   algorithm: "plot_latency_error_bars"
16844   output-file-type: ".html"
16845   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16846   data: "plot-ligato-throughput-latency-3n-hsw"
16847   filter: "'NIC_Intel-X520-DA2' and
16848            '64B' and
16849            ('BASE' or 'SCALE') and
16850            'NDRPDR' and
16851            '2T2C' and
16852            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16853            not 'VHOST' and
16854            'MEMIF'"
16855   parameters:
16856   - "latency"
16857   - "parent"
16858   - "tags"
16859   sort:
16860   - "1VNF"
16861   - "2VNF"
16862   - "4VNF"
16863   - "2VNF"
16864   - "4VNF"
16865   layout:
16866     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16867     layout: "plot-latency"
16868
16869 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16870 -
16871   type: "plot"
16872   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16873   algorithm: "plot_latency_error_bars"
16874   output-file-type: ".html"
16875   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16876   data: "plot-ligato-throughput-latency-3n-hsw"
16877   filter: "'NIC_Intel-X710' and
16878            '64B' and
16879            ('BASE' or 'SCALE') and
16880            'NDRPDR' and
16881            '1T1C' and
16882            'L2XCFWD' and
16883            not 'VHOST' and
16884            'MEMIF'"
16885   parameters:
16886   - "latency"
16887   - "parent"
16888   - "tags"
16889   sort:
16890   - "1VNF"
16891   - "2VNF"
16892   - "4VNF"
16893   - "2VNF"
16894   - "4VNF"
16895   layout:
16896     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16897     layout: "plot-latency"
16898
16899 -
16900   type: "plot"
16901   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16902   algorithm: "plot_latency_error_bars"
16903   output-file-type: ".html"
16904   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16905   data: "plot-ligato-throughput-latency-3n-hsw"
16906   filter: "'NIC_Intel-X710' and
16907            '64B' and
16908            ('BASE' or 'SCALE') and
16909            'NDRPDR' and
16910            '2T2C' and
16911            'L2XCFWD' and
16912            not 'VHOST' and
16913            'MEMIF'"
16914   parameters:
16915   - "latency"
16916   - "parent"
16917   - "tags"
16918   sort:
16919   - "1VNF"
16920   - "2VNF"
16921   - "4VNF"
16922   - "2VNF"
16923   - "4VNF"
16924   layout:
16925     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16926     layout: "plot-latency"
16927
16928 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16929 -
16930   type: "plot"
16931   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16932   algorithm: "plot_latency_error_bars"
16933   output-file-type: ".html"
16934   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16935   data: "plot-ligato-throughput-latency-3n-hsw"
16936   filter: "'NIC_Intel-X710' and
16937            '64B' and
16938            ('BASE' or 'SCALE') and
16939            'NDRPDR' and
16940            '1T1C' and
16941            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16942            not 'VHOST' and
16943            'MEMIF'"
16944   parameters:
16945   - "latency"
16946   - "parent"
16947   - "tags"
16948   sort:
16949   - "1VNF"
16950   - "2VNF"
16951   - "4VNF"
16952   - "2VNF"
16953   - "4VNF"
16954   layout:
16955     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
16956     layout: "plot-latency"
16957
16958 -
16959   type: "plot"
16960   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16961   algorithm: "plot_latency_error_bars"
16962   output-file-type: ".html"
16963   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16964   data: "plot-ligato-throughput-latency-3n-hsw"
16965   filter: "'NIC_Intel-X710' and
16966            '64B' and
16967            ('BASE' or 'SCALE') and
16968            'NDRPDR' and
16969            '2T2C' and
16970            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16971            not 'VHOST' and
16972            'MEMIF'"
16973   parameters:
16974   - "latency"
16975   - "parent"
16976   - "tags"
16977   sort:
16978   - "1VNF"
16979   - "2VNF"
16980   - "4VNF"
16981   - "2VNF"
16982   - "4VNF"
16983   layout:
16984     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
16985     layout: "plot-latency"
16986
16987 ################################################################################
16988
16989 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
16990 -
16991   type: "plot"
16992   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16993   algorithm: "plot_latency_error_bars"
16994   output-file-type: ".html"
16995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16996   data: "plot-vpp-throughput-latency-3n-hsw"
16997   filter: "'NIC_Intel-X520-DA2' and
16998            '64B' and
16999            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17000            'NDRPDR' and
17001            '1T1C' and
17002            'IP4FWD' and
17003            not 'IPSEC' and
17004            not 'VHOST'"
17005   parameters:
17006   - "latency"
17007   - "parent"
17008   - "tags"
17009   sort:
17010   - "IP4BASE"
17011   - "FIB_20K"
17012   - "FIB_200K"
17013   - "FIB_2M"
17014   layout:
17015     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17016     layout: "plot-latency"
17017
17018 -
17019   type: "plot"
17020   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17021   algorithm: "plot_latency_error_bars"
17022   output-file-type: ".html"
17023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17024   data: "plot-vpp-throughput-latency-3n-hsw"
17025   filter: "'NIC_Intel-X520-DA2' and
17026            '64B' and
17027            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17028            'NDRPDR' and
17029            '2T2C' and
17030            'IP4FWD' and
17031            not 'IPSEC' and
17032            not 'VHOST'"
17033   parameters:
17034   - "latency"
17035   - "parent"
17036   - "tags"
17037   sort:
17038   - "IP4BASE"
17039   - "FIB_20K"
17040   - "FIB_200K"
17041   - "FIB_2M"
17042   layout:
17043     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17044     layout: "plot-latency"
17045
17046 # Packet Latency - VPP IPv4 3n-hsw-x520 features
17047 -
17048   type: "plot"
17049   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17050   algorithm: "plot_latency_error_bars"
17051   output-file-type: ".html"
17052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17053   data: "plot-vpp-throughput-latency-3n-hsw"
17054   filter: "'NIC_Intel-X520-DA2' and
17055            '64B' and
17056            ('IP4BASE' or
17057             'POLICE_MARK' or
17058             'COPWHLIST' or
17059             ('NAT44' and 'BASE') or
17060             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17061            'NDRPDR' and
17062            '1T1C' and
17063            'IP4FWD' and
17064            not 'IPSEC' and
17065            not 'VHOST'"
17066   parameters:
17067   - "latency"
17068   - "parent"
17069   - "tags"
17070   sort:
17071   - "IP4BASE"
17072   - "NAT44"
17073   - "POLICE_MARK"
17074   - "COPWHLIST"
17075   - "IACL"
17076   - "OACL"
17077   layout:
17078     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
17079     layout: "plot-latency"
17080
17081 -
17082   type: "plot"
17083   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17084   algorithm: "plot_latency_error_bars"
17085   output-file-type: ".html"
17086   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17087   data: "plot-vpp-throughput-latency-3n-hsw"
17088   filter: "'NIC_Intel-X520-DA2' and
17089            '64B' and
17090            ('IP4BASE' or
17091             'POLICE_MARK' or
17092             'COPWHLIST' or
17093             ('NAT44' and 'BASE') or
17094             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17095            'NDRPDR' and
17096            '2T2C' and
17097            'IP4FWD' and
17098            not 'IPSEC' and
17099            not 'VHOST'"
17100   parameters:
17101   - "latency"
17102   - "parent"
17103   - "tags"
17104   sort:
17105   - "IP4BASE"
17106   - "NAT44"
17107   - "POLICE_MARK"
17108   - "COPWHLIST"
17109   - "IACL"
17110   - "OACL"
17111   layout:
17112     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
17113     layout: "plot-latency"
17114
17115 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
17116 -
17117   type: "plot"
17118   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17119   algorithm: "plot_latency_error_bars"
17120   output-file-type: ".html"
17121   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17122   data: "plot-vpp-throughput-latency-3n-hsw"
17123   filter: "'NIC_Intel-X520-DA2' and
17124            '64B' and
17125            'NDRPDR' and
17126            '1T1C' and
17127            'IP4FWD' and
17128            'NAT44' and
17129            not 'IPSEC' and
17130            not 'VHOST'"
17131   parameters:
17132   - "latency"
17133   - "parent"
17134   - "tags"
17135   sort:
17136   - "BASE"
17137   - "BASE"
17138   - "SRC_USER_10"
17139   - "SRC_USER_100"
17140   - "SRC_USER_1000"
17141   - "SRC_USER_2000"
17142   layout:
17143     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17144     layout: "plot-latency"
17145
17146 -
17147   type: "plot"
17148   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17149   algorithm: "plot_latency_error_bars"
17150   output-file-type: ".html"
17151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17152   data: "plot-vpp-throughput-latency-3n-hsw"
17153   filter: "'NIC_Intel-X520-DA2' and
17154            '64B' and
17155            'NDRPDR' and
17156            '2T2C' and
17157            'IP4FWD' and
17158            'NAT44' and
17159            not 'IPSEC' and
17160            not 'VHOST'"
17161   parameters:
17162   - "latency"
17163   - "parent"
17164   - "tags"
17165   sort:
17166   - "BASE"
17167   - "BASE"
17168   - "SRC_USER_10"
17169   - "SRC_USER_100"
17170   - "SRC_USER_1000"
17171   - "SRC_USER_2000"
17172   layout:
17173     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17174     layout: "plot-latency"
17175
17176 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17177 -
17178   type: "plot"
17179   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17180   algorithm: "plot_latency_error_bars"
17181   output-file-type: ".html"
17182   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17183   data: "plot-vpp-throughput-latency-3n-hsw"
17184   filter: "'NIC_Intel-X520-DA2' and
17185            '64B' and
17186            'NDRPDR' and
17187            '1T1C' and
17188            'IP4FWD' and
17189            'IACL' and
17190            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17191            not 'IPSEC' and
17192            not 'VHOST'"
17193   parameters:
17194   - "latency"
17195   - "parent"
17196   - "tags"
17197   sort:
17198   - "ACL_STATELESS"
17199   - "ACL_STATEFUL"
17200   - "ACL_STATELESS"
17201   - "ACL_STATEFUL"
17202   layout:
17203     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17204     layout: "plot-latency"
17205
17206 -
17207   type: "plot"
17208   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17209   algorithm: "plot_latency_error_bars"
17210   output-file-type: ".html"
17211   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17212   data: "plot-vpp-throughput-latency-3n-hsw"
17213   filter: "'NIC_Intel-X520-DA2' and
17214            '64B' and
17215            'NDRPDR' and
17216            '2T2C' and
17217            'IP4FWD' and
17218            'IACL' and
17219            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17220            not 'IPSEC' and
17221            not 'VHOST'"
17222   parameters:
17223   - "latency"
17224   - "parent"
17225   - "tags"
17226   sort:
17227   - "ACL_STATELESS"
17228   - "ACL_STATEFUL"
17229   - "ACL_STATELESS"
17230   - "ACL_STATEFUL"
17231   layout:
17232     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17233     layout: "plot-latency"
17234
17235 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17236 -
17237   type: "plot"
17238   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17239   algorithm: "plot_latency_error_bars"
17240   output-file-type: ".html"
17241   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17242   data: "plot-vpp-throughput-latency-3n-hsw"
17243   filter: "'NIC_Intel-X520-DA2' and
17244            '64B' and
17245            'NDRPDR' and
17246            '1T1C' and
17247            'IP4FWD' and
17248            'OACL' and
17249            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17250            not 'IPSEC' and
17251            not 'VHOST'"
17252   parameters:
17253   - "latency"
17254   - "parent"
17255   - "tags"
17256   sort:
17257   - "ACL_STATELESS"
17258   - "ACL_STATEFUL"
17259   - "ACL_STATELESS"
17260   - "ACL_STATEFUL"
17261   layout:
17262     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17263     layout: "plot-latency"
17264
17265 -
17266   type: "plot"
17267   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17268   algorithm: "plot_latency_error_bars"
17269   output-file-type: ".html"
17270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17271   data: "plot-vpp-throughput-latency-3n-hsw"
17272   filter: "'NIC_Intel-X520-DA2' and
17273            '64B' and
17274            'NDRPDR' and
17275            '2T2C' and
17276            'IP4FWD' and
17277            'OACL' and
17278            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17279            not 'IPSEC' and
17280            not 'VHOST'"
17281   parameters:
17282   - "latency"
17283   - "parent"
17284   - "tags"
17285   sort:
17286   - "ACL_STATELESS"
17287   - "ACL_STATEFUL"
17288   - "ACL_STATELESS"
17289   - "ACL_STATEFUL"
17290   layout:
17291     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17292     layout: "plot-latency"
17293
17294 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17295 -
17296   type: "plot"
17297   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17298   algorithm: "plot_latency_error_bars"
17299   output-file-type: ".html"
17300   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17301   data: "plot-vpp-throughput-latency-3n-hsw"
17302   filter: "'NIC_Intel-X710' and
17303            '64B' and
17304            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17305            'NDRPDR' and
17306            '1T1C' and
17307            'IP4FWD' and
17308            not 'IPSEC' and
17309            not 'VHOST'"
17310   parameters:
17311   - "latency"
17312   - "parent"
17313   - "tags"
17314   sort:
17315   - "IP4BASE"
17316   - "FIB_20K"
17317   - "FIB_200K"
17318   - "FIB_2M"
17319   layout:
17320     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17321     layout: "plot-latency"
17322
17323 -
17324   type: "plot"
17325   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17326   algorithm: "plot_latency_error_bars"
17327   output-file-type: ".html"
17328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17329   data: "plot-vpp-throughput-latency-3n-hsw"
17330   filter: "'NIC_Intel-X710' and
17331            '64B' and
17332            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17333            'NDRPDR' and
17334            '2T2C' and
17335            'IP4FWD' and
17336            not 'IPSEC' and
17337            not 'VHOST'"
17338   parameters:
17339   - "latency"
17340   - "parent"
17341   - "tags"
17342   sort:
17343   - "IP4BASE"
17344   - "FIB_20K"
17345   - "FIB_200K"
17346   - "FIB_2M"
17347   layout:
17348     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17349     layout: "plot-latency"
17350
17351 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17352 -
17353   type: "plot"
17354   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17355   algorithm: "plot_latency_error_bars"
17356   output-file-type: ".html"
17357   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17358   data: "plot-vpp-throughput-latency-3n-hsw"
17359   filter: "'NIC_Intel-X710' and
17360            '64B' and
17361            ('IP4BASE' or
17362             'POLICE_MARK' or
17363             'COPWHLIST' or
17364             ('NAT44' and 'BASE') or
17365             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17366            'NDRPDR' and
17367            '1T1C' and
17368            'IP4FWD' and
17369            not 'IPSEC' and
17370            not 'VHOST'"
17371   parameters:
17372   - "latency"
17373   - "parent"
17374   - "tags"
17375   sort:
17376   - "IP4BASE"
17377   - "NAT44"
17378   - "POLICE_MARK"
17379   - "COPWHLIST"
17380   - "IACL"
17381   - "OACL"
17382   layout:
17383     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17384     layout: "plot-latency"
17385
17386 -
17387   type: "plot"
17388   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17389   algorithm: "plot_latency_error_bars"
17390   output-file-type: ".html"
17391   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17392   data: "plot-vpp-throughput-latency-3n-hsw"
17393   filter: "'NIC_Intel-X710' and
17394            '64B' and
17395            ('IP4BASE' or
17396             'POLICE_MARK' or
17397             'COPWHLIST' or
17398             ('NAT44' and 'BASE') or
17399             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17400            'NDRPDR' and
17401            '2T2C' and
17402            'IP4FWD' and
17403            not 'IPSEC' and
17404            not 'VHOST'"
17405   parameters:
17406   - "latency"
17407   - "parent"
17408   - "tags"
17409   sort:
17410   - "IP4BASE"
17411   - "NAT44"
17412   - "POLICE_MARK"
17413   - "COPWHLIST"
17414   - "IACL"
17415   - "OACL"
17416   layout:
17417     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17418     layout: "plot-latency"
17419
17420 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17421 -
17422   type: "plot"
17423   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17424   algorithm: "plot_latency_error_bars"
17425   output-file-type: ".html"
17426   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17427   data: "plot-vpp-throughput-latency-3n-hsw"
17428   filter: "'NIC_Intel-X710' and
17429            '64B' and
17430            'NDRPDR' and
17431            '1T1C' and
17432            'IP4FWD' and
17433            'NAT44' and
17434            not 'IPSEC' and
17435            not 'VHOST'"
17436   parameters:
17437   - "latency"
17438   - "parent"
17439   - "tags"
17440   sort:
17441   - "BASE"
17442   - "BASE"
17443   - "SRC_USER_10"
17444   - "SRC_USER_100"
17445   - "SRC_USER_1000"
17446   - "SRC_USER_2000"
17447   layout:
17448     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17449     layout: "plot-latency"
17450
17451 -
17452   type: "plot"
17453   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17454   algorithm: "plot_latency_error_bars"
17455   output-file-type: ".html"
17456   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17457   data: "plot-vpp-throughput-latency-3n-hsw"
17458   filter: "'NIC_Intel-X710' and
17459            '64B' and
17460            'NDRPDR' and
17461            '2T2C' and
17462            'IP4FWD' and
17463            'NAT44' and
17464            not 'IPSEC' and
17465            not 'VHOST'"
17466   parameters:
17467   - "latency"
17468   - "parent"
17469   - "tags"
17470   sort:
17471   - "BASE"
17472   - "BASE"
17473   - "SRC_USER_10"
17474   - "SRC_USER_100"
17475   - "SRC_USER_1000"
17476   - "SRC_USER_2000"
17477   layout:
17478     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17479     layout: "plot-latency"
17480
17481 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17482 -
17483   type: "plot"
17484   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17485   algorithm: "plot_latency_error_bars"
17486   output-file-type: ".html"
17487   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17488   data: "plot-vpp-throughput-latency-3n-hsw"
17489   filter: "'NIC_Intel-X710' and
17490            '64B' and
17491            'NDRPDR' and
17492            '1T1C' and
17493            'IP4FWD' and
17494            'IACL' and
17495            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17496            not 'IPSEC' and
17497            not 'VHOST'"
17498   parameters:
17499   - "latency"
17500   - "parent"
17501   - "tags"
17502   sort:
17503   - "ACL_STATELESS"
17504   - "ACL_STATEFUL"
17505   - "ACL_STATELESS"
17506   - "ACL_STATEFUL"
17507   layout:
17508     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17509     layout: "plot-latency"
17510
17511 -
17512   type: "plot"
17513   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17514   algorithm: "plot_latency_error_bars"
17515   output-file-type: ".html"
17516   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17517   data: "plot-vpp-throughput-latency-3n-hsw"
17518   filter: "'NIC_Intel-X710' and
17519            '64B' and
17520            'NDRPDR' and
17521            '2T2C' and
17522            'IP4FWD' and
17523            'IACL' and
17524            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17525            not 'IPSEC' and
17526            not 'VHOST'"
17527   parameters:
17528   - "latency"
17529   - "parent"
17530   - "tags"
17531   sort:
17532   - "ACL_STATELESS"
17533   - "ACL_STATEFUL"
17534   - "ACL_STATELESS"
17535   - "ACL_STATEFUL"
17536   layout:
17537     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17538     layout: "plot-latency"
17539
17540 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17541 -
17542   type: "plot"
17543   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17544   algorithm: "plot_latency_error_bars"
17545   output-file-type: ".html"
17546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17547   data: "plot-vpp-throughput-latency-3n-hsw"
17548   filter: "'NIC_Intel-X710' and
17549            '64B' and
17550            'NDRPDR' and
17551            '1T1C' and
17552            'IP4FWD' and
17553            'OACL' and
17554            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17555            not 'IPSEC' and
17556            not 'VHOST'"
17557   parameters:
17558   - "latency"
17559   - "parent"
17560   - "tags"
17561   sort:
17562   - "ACL_STATELESS"
17563   - "ACL_STATEFUL"
17564   - "ACL_STATELESS"
17565   - "ACL_STATEFUL"
17566   layout:
17567     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17568     layout: "plot-latency"
17569
17570 -
17571   type: "plot"
17572   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17573   algorithm: "plot_latency_error_bars"
17574   output-file-type: ".html"
17575   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17576   data: "plot-vpp-throughput-latency-3n-hsw"
17577   filter: "'NIC_Intel-X710' and
17578            '64B' and
17579            'NDRPDR' and
17580            '2T2C' and
17581            'IP4FWD' and
17582            'OACL' and
17583            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17584            not 'IPSEC' and
17585            not 'VHOST'"
17586   parameters:
17587   - "latency"
17588   - "parent"
17589   - "tags"
17590   sort:
17591   - "ACL_STATELESS"
17592   - "ACL_STATEFUL"
17593   - "ACL_STATELESS"
17594   - "ACL_STATEFUL"
17595   layout:
17596     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17597     layout: "plot-latency"
17598
17599 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17600 -
17601   type: "plot"
17602   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17603   algorithm: "plot_latency_error_bars"
17604   output-file-type: ".html"
17605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17606   data: "plot-vpp-throughput-latency-3n-hsw"
17607   filter: "'NIC_Intel-XL710' and
17608            '64B' and
17609            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17610            'NDRPDR' and
17611            '1T1C' and
17612            'IP4FWD' and
17613            not 'IPSEC' and
17614            not 'VHOST'"
17615   parameters:
17616   - "latency"
17617   - "parent"
17618   - "tags"
17619   sort:
17620   - "IP4BASE"
17621   - "FIB_20K"
17622   - "FIB_200K"
17623   - "FIB_2M"
17624   layout:
17625     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17626     layout: "plot-latency"
17627
17628 -
17629   type: "plot"
17630   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17631   algorithm: "plot_latency_error_bars"
17632   output-file-type: ".html"
17633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17634   data: "plot-vpp-throughput-latency-3n-hsw"
17635   filter: "'NIC_Intel-XL710' and
17636            '64B' and
17637            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17638            'NDRPDR' and
17639            '2T2C' and
17640            'IP4FWD' and
17641            not 'IPSEC' and
17642            not 'VHOST'"
17643   parameters:
17644   - "latency"
17645   - "parent"
17646   - "tags"
17647   sort:
17648   - "IP4BASE"
17649   - "FIB_20K"
17650   - "FIB_200K"
17651   - "FIB_2M"
17652   layout:
17653     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17654     layout: "plot-latency"
17655
17656 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17657 -
17658   type: "plot"
17659   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17660   algorithm: "plot_latency_error_bars"
17661   output-file-type: ".html"
17662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17663   data: "plot-vpp-throughput-latency-3n-skx"
17664   filter: "'NIC_Intel-X710' and
17665            '64B' and
17666            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17667            'NDRPDR' and
17668            '2T1C' and
17669            'IP4FWD' and
17670            not 'IPSEC' and
17671            not 'VHOST'"
17672   parameters:
17673   - "latency"
17674   - "parent"
17675   - "tags"
17676   sort:
17677   - "IP4BASE"
17678   - "FIB_20K"
17679   - "FIB_200K"
17680   - "FIB_2M"
17681   layout:
17682     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17683     layout: "plot-latency"
17684
17685 -
17686   type: "plot"
17687   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17688   algorithm: "plot_latency_error_bars"
17689   output-file-type: ".html"
17690   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17691   data: "plot-vpp-throughput-latency-3n-skx"
17692   filter: "'NIC_Intel-X710' and
17693            '64B' and
17694            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17695            'NDRPDR' and
17696            '4T2C' and
17697            'IP4FWD' and
17698            not 'IPSEC' and
17699            not 'VHOST'"
17700   parameters:
17701   - "latency"
17702   - "parent"
17703   - "tags"
17704   sort:
17705   - "IP4BASE"
17706   - "FIB_20K"
17707   - "FIB_200K"
17708   - "FIB_2M"
17709   layout:
17710     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17711     layout: "plot-latency"
17712
17713 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17714 -
17715   type: "plot"
17716   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17717   algorithm: "plot_latency_error_bars"
17718   output-file-type: ".html"
17719   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17720   data: "plot-vpp-throughput-latency-3n-skx"
17721   filter: "'NIC_Intel-X710' and
17722            '64B' and
17723            ('IP4BASE' or
17724             'POLICE_MARK' or
17725             'COPWHLIST' or
17726             ('NAT44' and 'BASE') or
17727             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17728            'NDRPDR' and
17729            '2T1C' and
17730            'IP4FWD' and
17731            not 'IPSEC' and
17732            not 'VHOST'"
17733   parameters:
17734   - "latency"
17735   - "parent"
17736   - "tags"
17737   sort:
17738   - "IP4BASE"
17739   - "NAT44"
17740   - "POLICE_MARK"
17741   - "COPWHLIST"
17742   - "IACL"
17743   - "OACL"
17744   layout:
17745     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17746     layout: "plot-latency"
17747
17748 -
17749   type: "plot"
17750   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17751   algorithm: "plot_latency_error_bars"
17752   output-file-type: ".html"
17753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17754   data: "plot-vpp-throughput-latency-3n-skx"
17755   filter: "'NIC_Intel-X710' and
17756            '64B' and
17757            ('IP4BASE' or
17758             'POLICE_MARK' or
17759             'COPWHLIST' or
17760             ('NAT44' and 'BASE') or
17761             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17762            'NDRPDR' and
17763            '4T2C' and
17764            'IP4FWD' and
17765            not 'IPSEC' and
17766            not 'VHOST'"
17767   parameters:
17768   - "latency"
17769   - "parent"
17770   - "tags"
17771   sort:
17772   - "IP4BASE"
17773   - "NAT44"
17774   - "POLICE_MARK"
17775   - "COPWHLIST"
17776   - "IACL"
17777   - "OACL"
17778   layout:
17779     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17780     layout: "plot-latency"
17781
17782 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17783 -
17784   type: "plot"
17785   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17786   algorithm: "plot_latency_error_bars"
17787   output-file-type: ".html"
17788   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17789   data: "plot-vpp-throughput-latency-3n-skx"
17790   filter: "'NIC_Intel-X710' and
17791            '64B' and
17792            'NDRPDR' and
17793            '2T1C' and
17794            'IP4FWD' and
17795            'NAT44' and
17796            not 'IPSEC' and
17797            not 'VHOST'"
17798   parameters:
17799   - "latency"
17800   - "parent"
17801   - "tags"
17802   sort:
17803   - "BASE"
17804   - "BASE"
17805   - "SRC_USER_10"
17806   - "SRC_USER_100"
17807   - "SRC_USER_1000"
17808   - "SRC_USER_2000"
17809   layout:
17810     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17811     layout: "plot-latency"
17812
17813 -
17814   type: "plot"
17815   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17816   algorithm: "plot_latency_error_bars"
17817   output-file-type: ".html"
17818   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17819   data: "plot-vpp-throughput-latency-3n-skx"
17820   filter: "'NIC_Intel-X710' and
17821            '64B' and
17822            'NDRPDR' and
17823            '4T2C' and
17824            'IP4FWD' and
17825            'NAT44' and
17826            not 'IPSEC' and
17827            not 'VHOST'"
17828   parameters:
17829   - "latency"
17830   - "parent"
17831   - "tags"
17832   sort:
17833   - "BASE"
17834   - "BASE"
17835   - "SRC_USER_10"
17836   - "SRC_USER_100"
17837   - "SRC_USER_1000"
17838   - "SRC_USER_2000"
17839   layout:
17840     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17841     layout: "plot-latency"
17842
17843 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17844 -
17845   type: "plot"
17846   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17847   algorithm: "plot_latency_error_bars"
17848   output-file-type: ".html"
17849   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17850   data: "plot-vpp-throughput-latency-3n-skx"
17851   filter: "'NIC_Intel-X710' and
17852            '64B' and
17853            'NDRPDR' and
17854            '2T1C' and
17855            'IP4FWD' and
17856            'IACL' and
17857            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17858            not 'IPSEC' and
17859            not 'VHOST'"
17860   parameters:
17861   - "latency"
17862   - "parent"
17863   - "tags"
17864   sort:
17865   - "ACL_STATELESS"
17866   - "ACL_STATEFUL"
17867   - "ACL_STATELESS"
17868   - "ACL_STATEFUL"
17869   layout:
17870     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17871     layout: "plot-latency"
17872
17873 -
17874   type: "plot"
17875   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17876   algorithm: "plot_latency_error_bars"
17877   output-file-type: ".html"
17878   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17879   data: "plot-vpp-throughput-latency-3n-skx"
17880   filter: "'NIC_Intel-X710' and
17881            '64B' and
17882            'NDRPDR' and
17883            '4T2C' and
17884            'IP4FWD' and
17885            'IACL' and
17886            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17887            not 'IPSEC' and
17888            not 'VHOST'"
17889   parameters:
17890   - "latency"
17891   - "parent"
17892   - "tags"
17893   sort:
17894   - "ACL_STATELESS"
17895   - "ACL_STATEFUL"
17896   - "ACL_STATELESS"
17897   - "ACL_STATEFUL"
17898   layout:
17899     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17900     layout: "plot-latency"
17901
17902 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17903 -
17904   type: "plot"
17905   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17906   algorithm: "plot_latency_error_bars"
17907   output-file-type: ".html"
17908   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17909   data: "plot-vpp-throughput-latency-3n-skx"
17910   filter: "'NIC_Intel-X710' and
17911            '64B' and
17912            'NDRPDR' and
17913            '2T1C' and
17914            'IP4FWD' and
17915            'OACL' and
17916            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17917            not 'IPSEC' and
17918            not 'VHOST'"
17919   parameters:
17920   - "latency"
17921   - "parent"
17922   - "tags"
17923   sort:
17924   - "ACL_STATELESS"
17925   - "ACL_STATEFUL"
17926   - "ACL_STATELESS"
17927   - "ACL_STATEFUL"
17928   layout:
17929     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17930     layout: "plot-latency"
17931
17932 -
17933   type: "plot"
17934   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17935   algorithm: "plot_latency_error_bars"
17936   output-file-type: ".html"
17937   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17938   data: "plot-vpp-throughput-latency-3n-skx"
17939   filter: "'NIC_Intel-X710' and
17940            '64B' and
17941            'NDRPDR' and
17942            '4T2C' and
17943            'IP4FWD' and
17944            'OACL' and
17945            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17946            not 'IPSEC' and
17947            not 'VHOST'"
17948   parameters:
17949   - "latency"
17950   - "parent"
17951   - "tags"
17952   sort:
17953   - "ACL_STATELESS"
17954   - "ACL_STATEFUL"
17955   - "ACL_STATELESS"
17956   - "ACL_STATEFUL"
17957   layout:
17958     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
17959     layout: "plot-latency"
17960
17961 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
17962 -
17963   type: "plot"
17964   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17965   algorithm: "plot_latency_error_bars"
17966   output-file-type: ".html"
17967   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17968   data: "plot-vpp-throughput-latency-2n-skx"
17969   filter: "'NIC_Intel-X710' and
17970            '64B' and
17971            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17972            'NDRPDR' and
17973            '2T1C' and
17974            'IP4FWD' and
17975            not 'IPSEC' and
17976            not 'VHOST'"
17977   parameters:
17978   - "latency"
17979   - "parent"
17980   - "tags"
17981   sort:
17982   - "IP4BASE"
17983   - "FIB_20K"
17984   - "FIB_200K"
17985   - "FIB_2M"
17986   layout:
17987     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
17988     layout: "plot-latency"
17989
17990 -
17991   type: "plot"
17992   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17993   algorithm: "plot_latency_error_bars"
17994   output-file-type: ".html"
17995   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17996   data: "plot-vpp-throughput-latency-2n-skx"
17997   filter: "'NIC_Intel-X710' and
17998            '64B' and
17999            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18000            'NDRPDR' and
18001            '4T2C' and
18002            'IP4FWD' and
18003            not 'IPSEC' and
18004            not 'VHOST'"
18005   parameters:
18006   - "latency"
18007   - "parent"
18008   - "tags"
18009   sort:
18010   - "IP4BASE"
18011   - "FIB_20K"
18012   - "FIB_200K"
18013   - "FIB_2M"
18014   layout:
18015     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18016     layout: "plot-latency"
18017
18018 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
18019 -
18020   type: "plot"
18021   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18022   algorithm: "plot_latency_error_bars"
18023   output-file-type: ".html"
18024   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18025   data: "plot-vpp-throughput-latency-2n-skx"
18026   filter: "'NIC_Intel-XXV710' and
18027            '64B' and
18028            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18029            'NDRPDR' and
18030            '2T1C' and
18031            'IP4FWD' and
18032            not 'IPSEC' and
18033            not 'VHOST'"
18034   parameters:
18035   - "latency"
18036   - "parent"
18037   - "tags"
18038   sort:
18039   - "IP4BASE"
18040   - "FIB_20K"
18041   - "FIB_200K"
18042   - "FIB_2M"
18043   layout:
18044     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18045     layout: "plot-latency"
18046
18047 -
18048   type: "plot"
18049   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18050   algorithm: "plot_latency_error_bars"
18051   output-file-type: ".html"
18052   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18053   data: "plot-vpp-throughput-latency-2n-skx"
18054   filter: "'NIC_Intel-XXV710' and
18055            '64B' and
18056            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18057            'NDRPDR' and
18058            '4T2C' and
18059            'IP4FWD' and
18060            not 'IPSEC' and
18061            not 'VHOST'"
18062   parameters:
18063   - "latency"
18064   - "parent"
18065   - "tags"
18066   sort:
18067   - "IP4BASE"
18068   - "FIB_20K"
18069   - "FIB_200K"
18070   - "FIB_2M"
18071   layout:
18072     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18073     layout: "plot-latency"
18074
18075 ################################################################################
18076
18077 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
18078 -
18079   type: "plot"
18080   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18081   algorithm: "plot_latency_error_bars"
18082   output-file-type: ".html"
18083   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18084   data: "plot-vpp-throughput-latency-3n-hsw"
18085   filter: "'NIC_Intel-X520-DA2' and
18086            '64B' and
18087            'ENCAP' and
18088            'NDRPDR' and
18089            '1T1C' and
18090            'VXLAN' and
18091            'L2BDMACLRN' and
18092            not 'VHOST' and
18093            not 'IPSECHW'"
18094   parameters:
18095   - "latency"
18096   - "parent"
18097   - "tags"
18098   sort:
18099   - "not DOT1Q"
18100   - "VXLAN_1"
18101   - "VXLAN_10"
18102   - "VXLAN_100"
18103   - "VXLAN_1000"
18104   layout:
18105     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18106     layout: "plot-latency"
18107
18108 -
18109   type: "plot"
18110   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18111   algorithm: "plot_latency_error_bars"
18112   output-file-type: ".html"
18113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18114   data: "plot-vpp-throughput-latency-3n-hsw"
18115   filter: "'NIC_Intel-X520-DA2' and
18116            '64B' and
18117            'ENCAP' and
18118            'NDRPDR' and
18119            '2T2C' and
18120            'VXLAN' and
18121            'L2BDMACLRN' and
18122            not 'VHOST' and
18123            not 'IPSECHW'"
18124   parameters:
18125   - "latency"
18126   - "parent"
18127   - "tags"
18128   sort:
18129   - "not DOT1Q"
18130   - "VXLAN_1"
18131   - "VXLAN_10"
18132   - "VXLAN_100"
18133   - "VXLAN_1000"
18134   layout:
18135     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18136     layout: "plot-latency"
18137
18138 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18139 -
18140   type: "plot"
18141   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18142   algorithm: "plot_latency_error_bars"
18143   output-file-type: ".html"
18144   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18145   data: "plot-vpp-throughput-latency-3n-hsw"
18146   filter: "'NIC_Intel-X520-DA2' and
18147            '64B' and
18148            'ENCAP' and
18149            'NDRPDR' and
18150            '1T1C' and
18151            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18152            not 'DOT1Q' and
18153            not 'VHOST' and
18154            not 'IPSECHW'"
18155   parameters:
18156   - "latency"
18157   - "parent"
18158   - "tags"
18159   sort:
18160   - "L2BDMACLRN"
18161   - "L2XCFWD"
18162   - "LISP"
18163   layout:
18164     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18165     layout: "plot-latency"
18166
18167 -
18168   type: "plot"
18169   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18170   algorithm: "plot_latency_error_bars"
18171   output-file-type: ".html"
18172   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18173   data: "plot-vpp-throughput-latency-3n-hsw"
18174   filter: "'NIC_Intel-X520-DA2' and
18175            '64B' and
18176            'ENCAP' and
18177            'NDRPDR' and
18178            '2T2C' and
18179            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18180            not 'DOT1Q' and
18181            not 'VHOST' and
18182            not 'IPSECHW'"
18183   parameters:
18184   - "latency"
18185   - "parent"
18186   - "tags"
18187   sort:
18188   - "L2BDMACLRN"
18189   - "L2XCFWD"
18190   - "LISP"
18191   layout:
18192     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18193     layout: "plot-latency"
18194
18195 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18196 -
18197   type: "plot"
18198   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18199   algorithm: "plot_latency_error_bars"
18200   output-file-type: ".html"
18201   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18202   data: "plot-vpp-throughput-latency-3n-hsw"
18203   filter: "'NIC_Intel-X710' and
18204            '64B' and
18205            'ENCAP' and
18206            'NDRPDR' and
18207            '1T1C' and
18208            'VXLAN' and
18209            'L2BDMACLRN' and
18210            not 'VHOST' and
18211            not 'IPSECHW'"
18212   parameters:
18213   - "latency"
18214   - "parent"
18215   - "tags"
18216   sort:
18217   - "not DOT1Q"
18218   - "VXLAN_1"
18219   - "VXLAN_10"
18220   - "VXLAN_100"
18221   - "VXLAN_1000"
18222   layout:
18223     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18224     layout: "plot-latency"
18225
18226 -
18227   type: "plot"
18228   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18229   algorithm: "plot_latency_error_bars"
18230   output-file-type: ".html"
18231   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18232   data: "plot-vpp-throughput-latency-3n-hsw"
18233   filter: "'NIC_Intel-X710' and
18234            '64B' and
18235            'ENCAP' and
18236            'NDRPDR' and
18237            '2T2C' and
18238            'VXLAN' and
18239            'L2BDMACLRN' and
18240            not 'VHOST' and
18241            not 'IPSECHW'"
18242   parameters:
18243   - "latency"
18244   - "parent"
18245   - "tags"
18246   sort:
18247   - "not DOT1Q"
18248   - "VXLAN_1"
18249   - "VXLAN_10"
18250   - "VXLAN_100"
18251   - "VXLAN_1000"
18252   layout:
18253     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18254     layout: "plot-latency"
18255
18256 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18257 -
18258   type: "plot"
18259   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18260   algorithm: "plot_latency_error_bars"
18261   output-file-type: ".html"
18262   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18263   data: "plot-vpp-throughput-latency-3n-hsw"
18264   filter: "'NIC_Intel-X710' and
18265            '64B' and
18266            'ENCAP' and
18267            'NDRPDR' and
18268            '1T1C' and
18269            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18270            not 'DOT1Q' and
18271            not 'VHOST' and
18272            not 'IPSECHW'"
18273   parameters:
18274   - "latency"
18275   - "parent"
18276   - "tags"
18277   sort:
18278   - "L2BDMACLRN"
18279   - "L2XCFWD"
18280   - "LISP"
18281   layout:
18282     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18283     layout: "plot-latency"
18284
18285 -
18286   type: "plot"
18287   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18288   algorithm: "plot_latency_error_bars"
18289   output-file-type: ".html"
18290   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18291   data: "plot-vpp-throughput-latency-3n-hsw"
18292   filter: "'NIC_Intel-X710' and
18293            '64B' and
18294            'ENCAP' and
18295            'NDRPDR' and
18296            '2T2C' and
18297            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18298            not 'DOT1Q' and
18299            not 'VHOST' and
18300            not 'IPSECHW'"
18301   parameters:
18302   - "latency"
18303   - "parent"
18304   - "tags"
18305   sort:
18306   - "L2BDMACLRN"
18307   - "L2XCFWD"
18308   - "LISP"
18309   layout:
18310     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18311     layout: "plot-latency"
18312
18313 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18314 -
18315   type: "plot"
18316   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18317   algorithm: "plot_latency_error_bars"
18318   output-file-type: ".html"
18319   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18320   data: "plot-vpp-throughput-latency-3n-skx"
18321   filter: "'NIC_Intel-X710' and
18322            '64B' and
18323            'ENCAP' and
18324            'NDRPDR' and
18325            '2T1C' and
18326            'VXLAN' and
18327            'L2BDMACLRN' and
18328            not 'VHOST' and
18329            not 'IPSECHW'"
18330   parameters:
18331   - "latency"
18332   - "parent"
18333   - "tags"
18334   sort:
18335   - "not DOT1Q"
18336   - "VXLAN_1"
18337   - "VXLAN_10"
18338   - "VXLAN_100"
18339   - "VXLAN_1000"
18340   layout:
18341     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18342     layout: "plot-latency"
18343
18344 -
18345   type: "plot"
18346   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18347   algorithm: "plot_latency_error_bars"
18348   output-file-type: ".html"
18349   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18350   data: "plot-vpp-throughput-latency-3n-skx"
18351   filter: "'NIC_Intel-X710' and
18352            '64B' and
18353            'ENCAP' and
18354            'NDRPDR' and
18355            '4T2C' and
18356            'VXLAN' and
18357            'L2BDMACLRN' and
18358            not 'VHOST' and
18359            not 'IPSECHW'"
18360   parameters:
18361   - "latency"
18362   - "parent"
18363   - "tags"
18364   sort:
18365   - "not DOT1Q"
18366   - "VXLAN_1"
18367   - "VXLAN_10"
18368   - "VXLAN_100"
18369   - "VXLAN_1000"
18370   layout:
18371     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18372     layout: "plot-latency"
18373
18374 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18375 -
18376   type: "plot"
18377   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18378   algorithm: "plot_latency_error_bars"
18379   output-file-type: ".html"
18380   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18381   data: "plot-vpp-throughput-latency-3n-skx"
18382   filter: "'NIC_Intel-X710' and
18383            '64B' and
18384            'ENCAP' and
18385            'NDRPDR' and
18386            '2T1C' and
18387            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18388            not 'DOT1Q' and
18389            not 'VHOST' and
18390            not 'IPSECHW'"
18391   parameters:
18392   - "latency"
18393   - "parent"
18394   - "tags"
18395   sort:
18396   - "L2BDMACLRN"
18397   - "L2XCFWD"
18398   - "LISP"
18399   layout:
18400     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18401     layout: "plot-latency"
18402
18403 -
18404   type: "plot"
18405   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18406   algorithm: "plot_latency_error_bars"
18407   output-file-type: ".html"
18408   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18409   data: "plot-vpp-throughput-latency-3n-skx"
18410   filter: "'NIC_Intel-X710' and
18411            '64B' and
18412            'ENCAP' and
18413            'NDRPDR' and
18414            '4T2C' and
18415            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18416            not 'DOT1Q' and
18417            not 'VHOST' and
18418            not 'IPSECHW'"
18419   parameters:
18420   - "latency"
18421   - "parent"
18422   - "tags"
18423   sort:
18424   - "L2BDMACLRN"
18425   - "L2XCFWD"
18426   - "LISP"
18427   layout:
18428     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18429     layout: "plot-latency"
18430
18431 ################################################################################
18432
18433 # Packet Latency - VPP IPv6 3n-hsw-x520
18434 -
18435   type: "plot"
18436   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18437   algorithm: "plot_latency_error_bars"
18438   output-file-type: ".html"
18439   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18440   data: "plot-vpp-throughput-latency-3n-hsw"
18441   filter: "'NIC_Intel-X520-DA2' and
18442            '78B' and
18443            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18444            'NDRPDR' and
18445            '1T1C' and
18446            'IP6FWD' and
18447            not 'SRv6' and
18448            not 'IPSEC' and
18449            not 'VHOST'"
18450   parameters:
18451   - "latency"
18452   - "parent"
18453   - "tags"
18454   sort:
18455   - "IP6BASE"
18456   - "FIB_20K"
18457   - "FIB_200K"
18458   - "FIB_2M"
18459   layout:
18460     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18461     layout: "plot-latency"
18462
18463 -
18464   type: "plot"
18465   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18466   algorithm: "plot_latency_error_bars"
18467   output-file-type: ".html"
18468   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18469   data: "plot-vpp-throughput-latency-3n-hsw"
18470   filter: "'NIC_Intel-X520-DA2' and
18471            '78B' and
18472            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18473            'NDRPDR' and
18474            '2T2C' and
18475            'IP6FWD' and
18476            not 'SRv6' and
18477            not 'IPSEC' and
18478            not 'VHOST'"
18479   parameters:
18480   - "latency"
18481   - "parent"
18482   - "tags"
18483   sort:
18484   - "IP6BASE"
18485   - "FIB_20K"
18486   - "FIB_200K"
18487   - "FIB_2M"
18488   layout:
18489     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18490     layout: "plot-latency"
18491
18492 # Packet Latency - VPP IPv6 3n-hsw-x710
18493 -
18494   type: "plot"
18495   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18496   algorithm: "plot_latency_error_bars"
18497   output-file-type: ".html"
18498   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18499   data: "plot-vpp-throughput-latency-3n-hsw"
18500   filter: "'NIC_Intel-X710' and
18501            '78B' and
18502            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18503            'NDRPDR' and
18504            '1T1C' and
18505            'IP6FWD' and
18506            not 'SRv6' and
18507            not 'IPSEC' and
18508            not 'VHOST'"
18509   parameters:
18510   - "latency"
18511   - "parent"
18512   - "tags"
18513   sort:
18514   - "IP6BASE"
18515   - "FIB_20K"
18516   - "FIB_200K"
18517   - "FIB_2M"
18518   layout:
18519     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18520     layout: "plot-latency"
18521
18522 -
18523   type: "plot"
18524   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18525   algorithm: "plot_latency_error_bars"
18526   output-file-type: ".html"
18527   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18528   data: "plot-vpp-throughput-latency-3n-hsw"
18529   filter: "'NIC_Intel-X710' and
18530            '78B' and
18531            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18532            'NDRPDR' and
18533            '2T2C' and
18534            'IP6FWD' and
18535            not 'SRv6' and
18536            not 'IPSEC' and
18537            not 'VHOST'"
18538   parameters:
18539   - "latency"
18540   - "parent"
18541   - "tags"
18542   sort:
18543   - "IP6BASE"
18544   - "FIB_20K"
18545   - "FIB_200K"
18546   - "FIB_2M"
18547   layout:
18548     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18549     layout: "plot-latency"
18550
18551 # Packet Latency - VPP IPv6 3n-hsw-xl710
18552 -
18553   type: "plot"
18554   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18555   algorithm: "plot_latency_error_bars"
18556   output-file-type: ".html"
18557   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18558   data: "plot-vpp-throughput-latency-3n-hsw"
18559   filter: "'NIC_Intel-XL710' and
18560            '78B' and
18561            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18562            'NDRPDR' and
18563            '1T1C' and
18564            'IP6FWD' and
18565            not 'SRv6' and
18566            not 'IPSEC' and
18567            not 'VHOST'"
18568   parameters:
18569   - "latency"
18570   - "parent"
18571   - "tags"
18572   sort:
18573   - "IP6BASE"
18574   - "FIB_20K"
18575   - "FIB_200K"
18576   - "FIB_2M"
18577   layout:
18578     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18579     layout: "plot-latency"
18580
18581 -
18582   type: "plot"
18583   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18584   algorithm: "plot_latency_error_bars"
18585   output-file-type: ".html"
18586   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18587   data: "plot-vpp-throughput-latency-3n-hsw"
18588   filter: "'NIC_Intel-XL710' and
18589            '78B' and
18590            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18591            'NDRPDR' and
18592            '2T2C' and
18593            'IP6FWD' and
18594            not 'SRv6' and
18595            not 'IPSEC' and
18596            not 'VHOST'"
18597   parameters:
18598   - "latency"
18599   - "parent"
18600   - "tags"
18601   sort:
18602   - "IP6BASE"
18603   - "FIB_20K"
18604   - "FIB_200K"
18605   - "FIB_2M"
18606   layout:
18607     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18608     layout: "plot-latency"
18609
18610 # Packet Latency - VPP IPv6 3n-skx-x710
18611 -
18612   type: "plot"
18613   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18614   algorithm: "plot_latency_error_bars"
18615   output-file-type: ".html"
18616   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18617   data: "plot-vpp-throughput-latency-3n-skx"
18618   filter: "'NIC_Intel-X710' and
18619            '78B' and
18620            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18621            'NDRPDR' and
18622            '2T1C' and
18623            'IP6FWD' and
18624            not 'SRv6' and
18625            not 'IPSEC' and
18626            not 'VHOST'"
18627   parameters:
18628   - "latency"
18629   - "parent"
18630   - "tags"
18631   sort:
18632   - "IP6BASE"
18633   - "FIB_20K"
18634   - "FIB_200K"
18635   - "FIB_2M"
18636   layout:
18637     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18638     layout: "plot-latency"
18639
18640 -
18641   type: "plot"
18642   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18643   algorithm: "plot_latency_error_bars"
18644   output-file-type: ".html"
18645   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18646   data: "plot-vpp-throughput-latency-3n-skx"
18647   filter: "'NIC_Intel-X710' and
18648            '78B' and
18649            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18650            'NDRPDR' and
18651            '4T2C' and
18652            'IP6FWD' and
18653            not 'SRv6' and
18654            not 'IPSEC' and
18655            not 'VHOST'"
18656   parameters:
18657   - "latency"
18658   - "parent"
18659   - "tags"
18660   sort:
18661   - "IP6BASE"
18662   - "FIB_20K"
18663   - "FIB_200K"
18664   - "FIB_2M"
18665   layout:
18666     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18667     layout: "plot-latency"
18668
18669 # Packet Latency - VPP IPv6 2n-skx-x710
18670 -
18671   type: "plot"
18672   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18673   algorithm: "plot_latency_error_bars"
18674   output-file-type: ".html"
18675   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18676   data: "plot-vpp-throughput-latency-2n-skx"
18677   filter: "'NIC_Intel-X710' and
18678            '78B' and
18679            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18680            'NDRPDR' and
18681            '2T1C' and
18682            'IP6FWD' and
18683            not 'SRv6' and
18684            not 'IPSEC' and
18685            not 'VHOST'"
18686   parameters:
18687   - "latency"
18688   - "parent"
18689   - "tags"
18690   sort:
18691   - "IP6BASE"
18692   - "FIB_20K"
18693   - "FIB_200K"
18694   - "FIB_2M"
18695   layout:
18696     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18697     layout: "plot-latency"
18698
18699 -
18700   type: "plot"
18701   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18702   algorithm: "plot_latency_error_bars"
18703   output-file-type: ".html"
18704   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18705   data: "plot-vpp-throughput-latency-2n-skx"
18706   filter: "'NIC_Intel-X710' and
18707            '78B' and
18708            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18709            'NDRPDR' and
18710            '4T2C' and
18711            'IP6FWD' and
18712            not 'SRv6' and
18713            not 'IPSEC' and
18714            not 'VHOST'"
18715   parameters:
18716   - "latency"
18717   - "parent"
18718   - "tags"
18719   sort:
18720   - "IP6BASE"
18721   - "FIB_20K"
18722   - "FIB_200K"
18723   - "FIB_2M"
18724   layout:
18725     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18726     layout: "plot-latency"
18727
18728 # Packet Latency - VPP IPv6 2n-skx-xxv710
18729 -
18730   type: "plot"
18731   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18732   algorithm: "plot_latency_error_bars"
18733   output-file-type: ".html"
18734   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18735   data: "plot-vpp-throughput-latency-2n-skx"
18736   filter: "'NIC_Intel-XXV710' and
18737            '78B' and
18738            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18739            'NDRPDR' and
18740            '2T1C' and
18741            'IP6FWD' and
18742            not 'SRv6' and
18743            not 'IPSEC' and
18744            not 'VHOST'"
18745   parameters:
18746   - "latency"
18747   - "parent"
18748   - "tags"
18749   sort:
18750   - "IP6BASE"
18751   - "FIB_20K"
18752   - "FIB_200K"
18753   - "FIB_2M"
18754   layout:
18755     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18756     layout: "plot-latency"
18757
18758 -
18759   type: "plot"
18760   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18761   algorithm: "plot_latency_error_bars"
18762   output-file-type: ".html"
18763   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18764   data: "plot-vpp-throughput-latency-2n-skx"
18765   filter: "'NIC_Intel-XXV710' and
18766            '78B' and
18767            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18768            'NDRPDR' and
18769            '4T2C' and
18770            'IP6FWD' and
18771            not 'SRv6' and
18772            not 'IPSEC' and
18773            not 'VHOST'"
18774   parameters:
18775   - "latency"
18776   - "parent"
18777   - "tags"
18778   sort:
18779   - "IP6BASE"
18780   - "FIB_20K"
18781   - "FIB_200K"
18782   - "FIB_2M"
18783   layout:
18784     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18785     layout: "plot-latency"
18786
18787 ################################################################################
18788
18789 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18790 -
18791   type: "plot"
18792   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18793   algorithm: "plot_latency_error_bars"
18794   output-file-type: ".html"
18795   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18796   data: "plot-vpp-throughput-latency-3n-hsw"
18797   filter: "'NIC_Intel-X520-DA2' and
18798            '78B' and
18799            'ENCAP' and
18800            'NDRPDR' and
18801            '1T1C' and
18802            'LISP' and
18803            not 'VHOST'"
18804   parameters:
18805   - "latency"
18806   - "parent"
18807   - "tags"
18808   sort:
18809   - "IP4UNRLAY"
18810   - "IP6UNRLAY"
18811   layout:
18812     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18813     layout: "plot-latency"
18814
18815 -
18816   type: "plot"
18817   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18818   algorithm: "plot_latency_error_bars"
18819   output-file-type: ".html"
18820   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18821   data: "plot-vpp-throughput-latency-3n-hsw"
18822   filter: "'NIC_Intel-X520-DA2' and
18823            '78B' and
18824            'ENCAP' and
18825            'NDRPDR' and
18826            '2T2C' and
18827            'LISP' and
18828            not 'VHOST'"
18829   parameters:
18830   - "latency"
18831   - "parent"
18832   - "tags"
18833   sort:
18834   - "IP4UNRLAY"
18835   - "IP6UNRLAY"
18836   layout:
18837     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18838     layout: "plot-latency"
18839
18840 ################################################################################
18841
18842 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18843 -
18844   type: "plot"
18845   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18846   algorithm: "plot_latency_error_bars"
18847   output-file-type: ".html"
18848   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18849   data: "plot-vpp-throughput-latency-3n-hsw"
18850   filter: "'NIC_Intel-XL710' and
18851            '64B' and
18852            'IP4FWD' and
18853            'NDRPDR' and
18854            'BASE' and
18855            '1T1C' and
18856            'IPSECHW' and
18857            ('IPSECTRAN' or 'IPSECTUN') and
18858            not 'VHOST'"
18859   parameters:
18860   - "latency"
18861   - "parent"
18862   - "tags"
18863   layout:
18864     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18865     layout: "plot-latency"
18866
18867 -
18868   type: "plot"
18869   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18870   algorithm: "plot_latency_error_bars"
18871   output-file-type: ".html"
18872   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18873   data: "plot-vpp-throughput-latency-3n-hsw"
18874   filter: "'NIC_Intel-XL710' and
18875            '64B' and
18876            'IP4FWD' and
18877            'NDRPDR' and
18878            'BASE' and
18879            '2T2C' and
18880            'IPSECHW' and
18881            ('IPSECTRAN' or 'IPSECTUN') and
18882            not 'VHOST'"
18883   parameters:
18884   - "latency"
18885   - "parent"
18886   - "tags"
18887   layout:
18888     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18889     layout: "plot-latency"
18890
18891 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18892 -
18893   type: "plot"
18894   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18895   algorithm: "plot_latency_error_bars"
18896   output-file-type: ".html"
18897   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18898   data: "plot-vpp-throughput-latency-3n-hsw"
18899   filter: "'NIC_Intel-XL710' and
18900            '64B' and
18901            'IP4FWD' and
18902            'NDRPDR' and
18903            'SCALE' and
18904            '1T1C' and
18905            'IPSECHW' and
18906            ('IPSECTRAN' or 'IPSECTUN') and
18907            not 'VHOST'"
18908   parameters:
18909   - "latency"
18910   - "parent"
18911   - "tags"
18912   layout:
18913     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
18914     layout: "plot-latency"
18915
18916 -
18917   type: "plot"
18918   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18919   algorithm: "plot_latency_error_bars"
18920   output-file-type: ".html"
18921   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18922   data: "plot-vpp-throughput-latency-3n-hsw"
18923   filter: "'NIC_Intel-XL710' and
18924            '64B' and
18925            'IP4FWD' and
18926            'NDRPDR' and
18927            'SCALE' and
18928            '2T2C' and
18929            'IPSECHW' and
18930            ('IPSECTRAN' or 'IPSECTUN') and
18931            not 'VHOST'"
18932   parameters:
18933   - "latency"
18934   - "parent"
18935   - "tags"
18936   layout:
18937     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18938     layout: "plot-latency"
18939
18940 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18941 -
18942   type: "plot"
18943   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18944   algorithm: "plot_latency_error_bars"
18945   output-file-type: ".html"
18946   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18947   data: "plot-vpp-throughput-latency-3n-hsw"
18948   filter: "'NIC_Intel-XL710' and
18949            '64B' and
18950            'IP4FWD' and
18951            'NDRPDR' and
18952            '1T1C' and
18953            'IPSECSW' and
18954            ('IPSECTRAN' or 'IPSECTUN') and
18955            not 'VHOST'"
18956   parameters:
18957   - "latency"
18958   - "parent"
18959   - "tags"
18960   layout:
18961     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
18962     layout: "plot-latency"
18963
18964 -
18965   type: "plot"
18966   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18967   algorithm: "plot_latency_error_bars"
18968   output-file-type: ".html"
18969   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
18970   data: "plot-vpp-throughput-latency-3n-hsw"
18971   filter: "'NIC_Intel-XL710' and
18972            '64B' and
18973            'IP4FWD' and
18974            'NDRPDR' and
18975            '2T2C' and
18976            'IPSECSW' and
18977            ('IPSECTRAN' or 'IPSECTUN') and
18978            not 'VHOST'"
18979   parameters:
18980   - "latency"
18981   - "parent"
18982   - "tags"
18983   layout:
18984     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
18985     layout: "plot-latency"
18986
18987 ################################################################################
18988
18989 # Packet Latency - VPP SRv6 3n-hsw-x520
18990 -
18991   type: "plot"
18992   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18993   algorithm: "plot_latency_error_bars"
18994   output-file-type: ".html"
18995   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
18996   data: "plot-vpp-throughput-latency-3n-hsw"
18997   filter: "'NIC_Intel-X520-DA2' and
18998            '78B' and
18999            'FEATURE' and
19000            'NDRPDR' and
19001            '1T1C' and
19002            'IP6FWD' and
19003            'SRv6'"
19004   parameters:
19005   - "latency"
19006   - "parent"
19007   - "tags"
19008   layout:
19009     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
19010     layout: "plot-latency"
19011
19012 -
19013   type: "plot"
19014   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19015   algorithm: "plot_latency_error_bars"
19016   output-file-type: ".html"
19017   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19018   data: "plot-vpp-throughput-latency-3n-hsw"
19019   filter: "'NIC_Intel-X520-DA2' and
19020            '78B' and
19021            'FEATURE' and
19022            'NDRPDR' and
19023            '2T2C' and
19024            'IP6FWD' and
19025            'SRv6'"
19026   parameters:
19027   - "latency"
19028   - "parent"
19029   - "tags"
19030   layout:
19031     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
19032     layout: "plot-latency"
19033
19034 ################################################################################
19035
19036 # Packet Latency - VPP vhost ip4 3n-hsw-x520
19037 -
19038   type: "plot"
19039   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19040   algorithm: "plot_latency_error_bars"
19041   output-file-type: ".html"
19042   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19043   data: "plot-vpp-throughput-latency-3n-hsw"
19044   filter: "'NIC_Intel-X520-DA2' and
19045            '64B' and
19046            'NDRPDR' and
19047            'ETH' and
19048            'IP4FWD' and
19049            '1T1C' and
19050            'VHOST_1024' and
19051            not 'VXLAN' and
19052            not 'DOT1Q'"
19053   parameters:
19054   - "latency"
19055   - "parent"
19056   - "tags"
19057   sort:
19058   - "not CFS_OPT"
19059   - "1VM"
19060   - "2VM"
19061   layout:
19062     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19063     layout: "plot-latency"
19064
19065 -
19066   type: "plot"
19067   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19068   algorithm: "plot_latency_error_bars"
19069   output-file-type: ".html"
19070   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19071   data: "plot-vpp-throughput-latency-3n-hsw"
19072   filter: "'NIC_Intel-X520-DA2' and
19073            '64B' and
19074            'NDRPDR' and
19075            'ETH' and
19076            'IP4FWD' and
19077            '2T2C' and
19078            'VHOST_1024' and
19079            not 'VXLAN' and
19080            not 'DOT1Q'"
19081   parameters:
19082   - "latency"
19083   - "parent"
19084   - "tags"
19085   sort:
19086   - "not CFS_OPT"
19087   - "1VM"
19088   - "2VM"
19089   layout:
19090     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19091     layout: "plot-latency"
19092
19093 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
19094 -
19095   type: "plot"
19096   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19097   algorithm: "plot_latency_error_bars"
19098   output-file-type: ".html"
19099   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19100   data: "plot-vpp-throughput-latency-3n-hsw"
19101   filter: "'NIC_Intel-X520-DA2' and
19102            '64B' and
19103            'NDRPDR' and
19104            ('ETH' or 'DOT1Q') and
19105            '1T1C' and
19106            'L2BDMACLRN' and
19107            'VHOST_1024' and
19108            not 'VXLAN' and
19109            not 'IP4FWD' and
19110            not '2VM'"
19111   parameters:
19112   - "latency"
19113   - "parent"
19114   - "tags"
19115 #  sort:
19116 #  - "VM"  # "not CFS_OPT"
19117 #  - "CFS_OPT"
19118 #  - "FIB_10K"
19119 #  - "FIB_100K"
19120 #  - "FIB_1M"
19121   layout:
19122     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19123     layout: "plot-latency"
19124
19125 -
19126   type: "plot"
19127   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19128   algorithm: "plot_latency_error_bars"
19129   output-file-type: ".html"
19130   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19131   data: "plot-vpp-throughput-latency-3n-hsw"
19132   filter: "'NIC_Intel-X520-DA2' and
19133            '64B' and
19134            'NDRPDR' and
19135            ('ETH' or 'DOT1Q') and
19136            '2T2C' and
19137            'L2BDMACLRN' and
19138            'VHOST_1024' and
19139            not 'VXLAN' and
19140            not 'IP4FWD' and
19141            not '2VM'"
19142   parameters:
19143   - "latency"
19144   - "parent"
19145   - "tags"
19146 #  sort:
19147 #  - "VM"  # "not CFS_OPT"
19148 #  - "CFS_OPT"
19149 #  - "FIB_10K"
19150 #  - "FIB_100K"
19151 #  - "FIB_1M"
19152   layout:
19153     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19154     layout: "plot-latency"
19155
19156 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19157 -
19158   type: "plot"
19159   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19160   algorithm: "plot_latency_error_bars"
19161   output-file-type: ".html"
19162   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19163   data: "plot-vpp-throughput-latency-3n-hsw"
19164   filter: "'NIC_Intel-X520-DA2' and
19165            '64B' and
19166            'NDRPDR' and
19167            ('ETH' or 'DOT1Q') and
19168            'BASE' and
19169            '1T1C' and
19170            ('L2BDMACLRN' or 'L2XCFWD') and
19171            'VHOST_1024' and
19172            not 'VXLAN' and
19173            not 'IP4FWD' and
19174            not '2VM'"
19175   parameters:
19176   - "latency"
19177   - "parent"
19178   - "tags"
19179 #  sort:
19180 #  - "not CFS_OPT"
19181 #  - "L2XCFWD"
19182 #  - "not CFS_OPT"
19183 #  - "CFS_OPT"
19184   layout:
19185     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19186     layout: "plot-latency"
19187
19188 -
19189   type: "plot"
19190   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19191   algorithm: "plot_latency_error_bars"
19192   output-file-type: ".html"
19193   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19194   data: "plot-vpp-throughput-latency-3n-hsw"
19195   filter: "'NIC_Intel-X520-DA2' and
19196            '64B' and
19197            'NDRPDR' and
19198            ('ETH' or 'DOT1Q') and
19199            'BASE' and
19200            '2T2C' and
19201            ('L2BDMACLRN' or 'L2XCFWD') and
19202            'VHOST_1024' and
19203            not 'VXLAN' and
19204            not 'IP4FWD' and
19205            not '2VM'"
19206   parameters:
19207   - "latency"
19208   - "parent"
19209   - "tags"
19210 #  sort:
19211 #  - "not CFS_OPT"
19212 #  - "L2XCFWD"
19213 #  - "not CFS_OPT"
19214 #  - "CFS_OPT"
19215   layout:
19216     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19217     layout: "plot-latency"
19218
19219 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19220 -
19221   type: "plot"
19222   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19223   algorithm: "plot_latency_error_bars"
19224   output-file-type: ".html"
19225   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19226   data: "plot-vpp-throughput-latency-3n-hsw"
19227   filter: "'NIC_Intel-X520-DA2' and
19228            '64B' and
19229            'NDRPDR' and
19230            ('ETH' or 'DOT1Q') and
19231            '1T1C' and
19232            ('L2BDMACLRN' or 'L2XCFWD') and
19233            'VHOST_1024' and
19234            not 'CFS_OPT' and
19235            not 'VXLAN' and
19236            not 'IP4FWD' and
19237            not 'LBOND'"
19238   parameters:
19239   - "latency"
19240   - "parent"
19241   - "tags"
19242 #  sort:
19243 #  - "1VM"
19244 #  - "L2XCFWD"
19245 #  - "1VM"
19246 #  - "L2BDMACLRN"
19247   layout:
19248     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19249     layout: "plot-latency"
19250
19251 -
19252   type: "plot"
19253   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19254   algorithm: "plot_latency_error_bars"
19255   output-file-type: ".html"
19256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19257   data: "plot-vpp-throughput-latency-3n-hsw"
19258   filter: "'NIC_Intel-X520-DA2' and
19259            '64B' and
19260            'NDRPDR' and
19261            ('ETH' or 'DOT1Q') and
19262            '2T2C' and
19263            ('L2BDMACLRN' or 'L2XCFWD') and
19264            'VHOST_1024' and
19265            not 'CFS_OPT' and
19266            not 'VXLAN' and
19267            not 'IP4FWD' and
19268            not 'LBOND'"
19269   parameters:
19270   - "latency"
19271   - "parent"
19272   - "tags"
19273 #  sort:
19274 #  - "1VM"
19275 #  - "L2XCFWD"
19276 #  - "1VM"
19277 #  - "L2BDMACLRN"
19278   layout:
19279     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19280     layout: "plot-latency"
19281
19282 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19283 -
19284   type: "plot"
19285   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19286   algorithm: "plot_latency_error_bars"
19287   output-file-type: ".html"
19288   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19289   data: "plot-vpp-throughput-latency-3n-hsw"
19290   filter: "'NIC_Intel-X710' and
19291            '64B' and
19292            'NDRPDR' and
19293            'ETH' and
19294            'IP4FWD' and
19295            '1T1C' and
19296            'VHOST_1024' and
19297            not 'VXLAN' and
19298            not 'DOT1Q'"
19299   parameters:
19300   - "latency"
19301   - "parent"
19302   - "tags"
19303   sort:
19304   - "not CFS_OPT"
19305   - "1VM"
19306   - "2VM"
19307   layout:
19308     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19309     layout: "plot-latency"
19310
19311 -
19312   type: "plot"
19313   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19314   algorithm: "plot_latency_error_bars"
19315   output-file-type: ".html"
19316   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19317   data: "plot-vpp-throughput-latency-3n-hsw"
19318   filter: "'NIC_Intel-X710' and
19319            '64B' and
19320            'NDRPDR' and
19321            'ETH' and
19322            'IP4FWD' and
19323            '2T2C' and
19324            'VHOST_1024' and
19325            not 'VXLAN' and
19326            not 'DOT1Q'"
19327   parameters:
19328   - "latency"
19329   - "parent"
19330   - "tags"
19331   sort:
19332   - "not CFS_OPT"
19333   - "1VM"
19334   - "2VM"
19335   layout:
19336     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19337     layout: "plot-latency"
19338
19339 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19340 -
19341   type: "plot"
19342   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19343   algorithm: "plot_latency_error_bars"
19344   output-file-type: ".html"
19345   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19346   data: "plot-vpp-throughput-latency-3n-hsw"
19347   filter: "'NIC_Intel-X710' and
19348            '64B' and
19349            'NDRPDR' and
19350            ('ETH' or 'DOT1Q') and
19351            '1T1C' and
19352            'L2BDMACLRN' and
19353            'VHOST_1024' and
19354            not 'VXLAN' and
19355            not 'IP4FWD' and
19356            not '2VM'"
19357   parameters:
19358   - "latency"
19359   - "parent"
19360   - "tags"
19361 #  sort:
19362 #  - "VM"  # "not CFS_OPT"
19363 #  - "CFS_OPT"
19364 #  - "FIB_10K"
19365 #  - "FIB_100K"
19366 #  - "FIB_1M"
19367   layout:
19368     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19369     layout: "plot-latency"
19370
19371 -
19372   type: "plot"
19373   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19374   algorithm: "plot_latency_error_bars"
19375   output-file-type: ".html"
19376   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19377   data: "plot-vpp-throughput-latency-3n-hsw"
19378   filter: "'NIC_Intel-X710' and
19379            '64B' and
19380            'NDRPDR' and
19381            ('ETH' or 'DOT1Q') and
19382            '2T2C' and
19383            'L2BDMACLRN' and
19384            'VHOST_1024' and
19385            not 'VXLAN' and
19386            not 'IP4FWD' and
19387            not '2VM'"
19388   parameters:
19389   - "latency"
19390   - "parent"
19391   - "tags"
19392 #  sort:
19393 #  - "VM"  # "not CFS_OPT"
19394 #  - "CFS_OPT"
19395 #  - "FIB_10K"
19396 #  - "FIB_100K"
19397 #  - "FIB_1M"
19398   layout:
19399     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19400     layout: "plot-latency"
19401
19402 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19403 -
19404   type: "plot"
19405   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19406   algorithm: "plot_latency_error_bars"
19407   output-file-type: ".html"
19408   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19409   data: "plot-vpp-throughput-latency-3n-hsw"
19410   filter: "'NIC_Intel-X710' and
19411            '64B' and
19412            'NDRPDR' and
19413            ('ETH' or 'DOT1Q') and
19414            'BASE' and
19415            '1T1C' and
19416            ('L2BDMACLRN' or 'L2XCFWD') and
19417            'VHOST_1024' and
19418            not 'VXLAN' and
19419            not 'IP4FWD' and
19420            not '2VM'"
19421   parameters:
19422   - "latency"
19423   - "parent"
19424   - "tags"
19425 #  sort:
19426 #  - "not CFS_OPT"
19427 #  - "L2XCFWD"
19428 #  - "not CFS_OPT"
19429 #  - "CFS_OPT"
19430   layout:
19431     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19432     layout: "plot-latency"
19433
19434 -
19435   type: "plot"
19436   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19437   algorithm: "plot_latency_error_bars"
19438   output-file-type: ".html"
19439   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19440   data: "plot-vpp-throughput-latency-3n-hsw"
19441   filter: "'NIC_Intel-X710' and
19442            '64B' and
19443            'NDRPDR' and
19444            ('ETH' or 'DOT1Q') and
19445            'BASE' and
19446            '2T2C' and
19447            ('L2BDMACLRN' or 'L2XCFWD') and
19448            'VHOST_1024' and
19449            not 'VXLAN' and
19450            not 'IP4FWD' and
19451            not '2VM'"
19452   parameters:
19453   - "latency"
19454   - "parent"
19455   - "tags"
19456 #  sort:
19457 #  - "not CFS_OPT"
19458 #  - "L2XCFWD"
19459 #  - "not CFS_OPT"
19460 #  - "CFS_OPT"
19461   layout:
19462     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19463     layout: "plot-latency"
19464
19465 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19466 -
19467   type: "plot"
19468   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19469   algorithm: "plot_latency_error_bars"
19470   output-file-type: ".html"
19471   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19472   data: "plot-vpp-throughput-latency-3n-hsw"
19473   filter: "'NIC_Intel-X710' and
19474            '64B' and
19475            'NDRPDR' and
19476            ('ETH' or 'DOT1Q') and
19477            '1T1C' and
19478            ('L2BDMACLRN' or 'L2XCFWD') and
19479            'VHOST_1024' and
19480            not 'CFS_OPT' and
19481            not 'VXLAN' and
19482            not 'IP4FWD' and
19483            not 'LBOND'"
19484   parameters:
19485   - "latency"
19486   - "parent"
19487   - "tags"
19488 #  sort:
19489 #  - "1VM"
19490 #  - "L2XCFWD"
19491 #  - "1VM"
19492 #  - "L2BDMACLRN"
19493   layout:
19494     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19495     layout: "plot-latency"
19496
19497 -
19498   type: "plot"
19499   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19500   algorithm: "plot_latency_error_bars"
19501   output-file-type: ".html"
19502   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19503   data: "plot-vpp-throughput-latency-3n-hsw"
19504   filter: "'NIC_Intel-X710' and
19505            '64B' and
19506            'NDRPDR' and
19507            ('ETH' or 'DOT1Q') and
19508            '2T2C' and
19509            ('L2BDMACLRN' or 'L2XCFWD') and
19510            'VHOST_1024' and
19511            not 'CFS_OPT' and
19512            not 'VXLAN' and
19513            not 'IP4FWD' and
19514            not 'LBOND'"
19515   parameters:
19516   - "latency"
19517   - "parent"
19518   - "tags"
19519 #  sort:
19520 #  - "1VM"
19521 #  - "L2XCFWD"
19522 #  - "1VM"
19523 #  - "L2BDMACLRN"
19524   layout:
19525     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19526     layout: "plot-latency"
19527
19528 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19529 -
19530   type: "plot"
19531   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19532   algorithm: "plot_latency_error_bars"
19533   output-file-type: ".html"
19534   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19535   data: "plot-vpp-throughput-latency-3n-hsw"
19536   filter: "'NIC_Intel-XL710' and
19537            '64B' and
19538            'NDRPDR' and
19539            'ETH' and
19540            'IP4FWD' and
19541            '1T1C' and
19542            'VHOST_1024' and
19543            not 'VXLAN' and
19544            not 'DOT1Q'"
19545   parameters:
19546   - "latency"
19547   - "parent"
19548   - "tags"
19549   sort:
19550   - "not CFS_OPT"
19551   - "1VM"
19552   - "2VM"
19553   layout:
19554     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19555     layout: "plot-latency"
19556
19557 -
19558   type: "plot"
19559   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19560   algorithm: "plot_latency_error_bars"
19561   output-file-type: ".html"
19562   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19563   data: "plot-vpp-throughput-latency-3n-hsw"
19564   filter: "'NIC_Intel-XL710' and
19565            '64B' and
19566            'NDRPDR' and
19567            'ETH' and
19568            'IP4FWD' and
19569            '2T2C' and
19570            'VHOST_1024' and
19571            not 'VXLAN' and
19572            not 'DOT1Q'"
19573   parameters:
19574   - "latency"
19575   - "parent"
19576   - "tags"
19577   sort:
19578   - "not CFS_OPT"
19579   - "1VM"
19580   - "2VM"
19581   layout:
19582     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19583     layout: "plot-latency"
19584
19585 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19586 -
19587   type: "plot"
19588   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19589   algorithm: "plot_latency_error_bars"
19590   output-file-type: ".html"
19591   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19592   data: "plot-vpp-throughput-latency-3n-hsw"
19593   filter: "'NIC_Intel-XL710' and
19594            '64B' and
19595            'NDRPDR' and
19596            ('ETH' or 'DOT1Q') and
19597            '1T1C' and
19598            'L2BDMACLRN' and
19599            'VHOST_1024' and
19600            not 'VXLAN' and
19601            not 'IP4FWD' and
19602            not '2VM'"
19603   parameters:
19604   - "latency"
19605   - "parent"
19606   - "tags"
19607 #  sort:
19608 #  - "VM"  # "not CFS_OPT"
19609 #  - "CFS_OPT"
19610 #  - "FIB_10K"
19611 #  - "FIB_100K"
19612 #  - "FIB_1M"
19613   layout:
19614     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19615     layout: "plot-latency"
19616
19617 -
19618   type: "plot"
19619   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19620   algorithm: "plot_latency_error_bars"
19621   output-file-type: ".html"
19622   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19623   data: "plot-vpp-throughput-latency-3n-hsw"
19624   filter: "'NIC_Intel-XL710' and
19625            '64B' and
19626            'NDRPDR' and
19627            ('ETH' or 'DOT1Q') and
19628            '2T2C' and
19629            'L2BDMACLRN' and
19630            'VHOST_1024' and
19631            not 'VXLAN' and
19632            not 'IP4FWD' and
19633            not '2VM'"
19634   parameters:
19635   - "latency"
19636   - "parent"
19637   - "tags"
19638 #  sort:
19639 #  - "VM"  # "not CFS_OPT"
19640 #  - "CFS_OPT"
19641 #  - "FIB_10K"
19642 #  - "FIB_100K"
19643 #  - "FIB_1M"
19644   layout:
19645     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19646     layout: "plot-latency"
19647
19648 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19649 -
19650   type: "plot"
19651   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19652   algorithm: "plot_latency_error_bars"
19653   output-file-type: ".html"
19654   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19655   data: "plot-vpp-throughput-latency-3n-hsw"
19656   filter: "'NIC_Intel-XL710' and
19657            '64B' and
19658            'NDRPDR' and
19659            ('ETH' or 'DOT1Q') and
19660            'BASE' and
19661            '1T1C' and
19662            ('L2BDMACLRN' or 'L2XCFWD') and
19663            'VHOST_1024' and
19664            not 'VXLAN' and
19665            not 'IP4FWD' and
19666            not '2VM'"
19667   parameters:
19668   - "latency"
19669   - "parent"
19670   - "tags"
19671 #  sort:
19672 #  - "not CFS_OPT"
19673 #  - "L2XCFWD"
19674 #  - "not CFS_OPT"
19675 #  - "CFS_OPT"
19676   layout:
19677     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19678     layout: "plot-latency"
19679
19680 -
19681   type: "plot"
19682   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19683   algorithm: "plot_latency_error_bars"
19684   output-file-type: ".html"
19685   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19686   data: "plot-vpp-throughput-latency-3n-hsw"
19687   filter: "'NIC_Intel-XL710' and
19688            '64B' and
19689            'NDRPDR' and
19690            ('ETH' or 'DOT1Q') and
19691            'BASE' and
19692            '2T2C' and
19693            ('L2BDMACLRN' or 'L2XCFWD') and
19694            'VHOST_1024' and
19695            not 'VXLAN' and
19696            not 'IP4FWD' and
19697            not '2VM'"
19698   parameters:
19699   - "latency"
19700   - "parent"
19701   - "tags"
19702 #  sort:
19703 #  - "not CFS_OPT"
19704 #  - "L2XCFWD"
19705 #  - "not CFS_OPT"
19706 #  - "CFS_OPT"
19707   layout:
19708     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19709     layout: "plot-latency"
19710
19711 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19712 -
19713   type: "plot"
19714   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19715   algorithm: "plot_latency_error_bars"
19716   output-file-type: ".html"
19717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19718   data: "plot-vpp-throughput-latency-3n-hsw"
19719   filter: "'NIC_Intel-XL710' and
19720            '64B' and
19721            'NDRPDR' and
19722            ('ETH' or 'DOT1Q') and
19723            '1T1C' and
19724            ('L2BDMACLRN' or 'L2XCFWD') and
19725            'VHOST_1024' and
19726            not 'CFS_OPT' and
19727            not 'VXLAN' and
19728            not 'IP4FWD'"
19729   parameters:
19730   - "latency"
19731   - "parent"
19732   - "tags"
19733 #  sort:
19734 #  - "1VM"
19735 #  - "L2XCFWD"
19736 #  - "1VM"
19737 #  - "L2BDMACLRN"
19738   layout:
19739     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19740     layout: "plot-latency"
19741
19742 -
19743   type: "plot"
19744   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19745   algorithm: "plot_latency_error_bars"
19746   output-file-type: ".html"
19747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19748   data: "plot-vpp-throughput-latency-3n-hsw"
19749   filter: "'NIC_Intel-XL710' and
19750            '64B' and
19751            'NDRPDR' and
19752            ('ETH' or 'DOT1Q') and
19753            '2T2C' and
19754            ('L2BDMACLRN' or 'L2XCFWD') and
19755            'VHOST_1024' and
19756            not 'CFS_OPT' and
19757            not 'VXLAN' and
19758            not 'IP4FWD'"
19759   parameters:
19760   - "latency"
19761   - "parent"
19762   - "tags"
19763 #  sort:
19764 #  - "1VM"
19765 #  - "L2XCFWD"
19766 #  - "1VM"
19767 #  - "L2BDMACLRN"
19768   layout:
19769     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19770     layout: "plot-latency"
19771
19772 # Packet Latency - VPP vhost ip4 3n-skx-x710
19773 -
19774   type: "plot"
19775   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19776   algorithm: "plot_latency_error_bars"
19777   output-file-type: ".html"
19778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19779   data: "plot-vpp-throughput-latency-3n-skx"
19780   filter: "'NIC_Intel-X710' and
19781            '64B' and
19782            'NDRPDR' and
19783            'ETH' and
19784            'IP4FWD' and
19785            '2T1C' and
19786            'VHOST_1024' and
19787            not 'VXLAN' and
19788            not 'DOT1Q'"
19789   parameters:
19790   - "latency"
19791   - "parent"
19792   - "tags"
19793   sort:
19794   - "not CFS_OPT"
19795   - "1VM"
19796   - "2VM"
19797   layout:
19798     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19799     layout: "plot-latency"
19800
19801 -
19802   type: "plot"
19803   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19804   algorithm: "plot_latency_error_bars"
19805   output-file-type: ".html"
19806   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19807   data: "plot-vpp-throughput-latency-3n-skx"
19808   filter: "'NIC_Intel-X710' and
19809            '64B' and
19810            'NDRPDR' and
19811            'ETH' and
19812            'IP4FWD' and
19813            '4T2C' and
19814            'VHOST_1024' and
19815            not 'VXLAN' and
19816            not 'DOT1Q'"
19817   parameters:
19818   - "latency"
19819   - "parent"
19820   - "tags"
19821   sort:
19822   - "not CFS_OPT"
19823   - "1VM"
19824   - "2VM"
19825   layout:
19826     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19827     layout: "plot-latency"
19828
19829 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19830 -
19831   type: "plot"
19832   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19833   algorithm: "plot_latency_error_bars"
19834   output-file-type: ".html"
19835   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19836   data: "plot-vpp-throughput-latency-3n-skx"
19837   filter: "'NIC_Intel-X710' and
19838            '64B' and
19839            'NDRPDR' and
19840            ('ETH' or 'DOT1Q') and
19841            '2T1C' and
19842            'L2BDMACLRN' and
19843            'VHOST_1024' and
19844            not 'VXLAN' and
19845            not 'IP4FWD' and
19846            not '2VM'"
19847   parameters:
19848   - "latency"
19849   - "parent"
19850   - "tags"
19851 #  sort:
19852 #  - "VM"  # "not CFS_OPT"
19853 #  - "CFS_OPT"
19854 #  - "FIB_10K"
19855 #  - "FIB_100K"
19856 #  - "FIB_1M"
19857   layout:
19858     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19859     layout: "plot-latency"
19860
19861 -
19862   type: "plot"
19863   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19864   algorithm: "plot_latency_error_bars"
19865   output-file-type: ".html"
19866   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19867   data: "plot-vpp-throughput-latency-3n-skx"
19868   filter: "'NIC_Intel-X710' and
19869            '64B' and
19870            'NDRPDR' and
19871            ('ETH' or 'DOT1Q') and
19872            '4T2C' and
19873            'L2BDMACLRN' and
19874            'VHOST_1024' and
19875            not 'VXLAN' and
19876            not 'IP4FWD' and
19877            not '2VM'"
19878   parameters:
19879   - "latency"
19880   - "parent"
19881   - "tags"
19882 #  sort:
19883 #  - "VM"  # "not CFS_OPT"
19884 #  - "CFS_OPT"
19885 #  - "FIB_10K"
19886 #  - "FIB_100K"
19887 #  - "FIB_1M"
19888   layout:
19889     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19890     layout: "plot-latency"
19891
19892 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19893 -
19894   type: "plot"
19895   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19896   algorithm: "plot_latency_error_bars"
19897   output-file-type: ".html"
19898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19899   data: "plot-vpp-throughput-latency-3n-skx"
19900   filter: "'NIC_Intel-X710' and
19901            '64B' and
19902            'NDRPDR' and
19903            ('ETH' or 'DOT1Q') and
19904            'BASE' and
19905            '2T1C' and
19906            ('L2BDMACLRN' or 'L2XCFWD') and
19907            'VHOST_1024' and
19908            not 'VXLAN' and
19909            not 'IP4FWD' and
19910            not '2VM' and
19911            not 'LBOND'"
19912   parameters:
19913   - "latency"
19914   - "parent"
19915   - "tags"
19916 #  sort:
19917 #  - "not CFS_OPT"
19918 #  - "L2XCFWD"
19919 #  - "not CFS_OPT"
19920 #  - "CFS_OPT"
19921   layout:
19922     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19923     layout: "plot-latency"
19924
19925 -
19926   type: "plot"
19927   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19928   algorithm: "plot_latency_error_bars"
19929   output-file-type: ".html"
19930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19931   data: "plot-vpp-throughput-latency-3n-skx"
19932   filter: "'NIC_Intel-X710' and
19933            '64B' and
19934            'NDRPDR' and
19935            ('ETH' or 'DOT1Q') and
19936            'BASE' and
19937            '4T2C' and
19938            ('L2BDMACLRN' or 'L2XCFWD') and
19939            'VHOST_1024' and
19940            not 'VXLAN' and
19941            not 'IP4FWD' and
19942            not '2VM' and
19943            not 'LBOND'"
19944   parameters:
19945   - "latency"
19946   - "parent"
19947   - "tags"
19948 #  sort:
19949 #  - "not CFS_OPT"
19950 #  - "L2XCFWD"
19951 #  - "not CFS_OPT"
19952 #  - "CFS_OPT"
19953   layout:
19954     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
19955     layout: "plot-latency"
19956
19957 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
19958 -
19959   type: "plot"
19960   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19961   algorithm: "plot_latency_error_bars"
19962   output-file-type: ".html"
19963   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
19964   data: "plot-vpp-throughput-latency-3n-skx"
19965   filter: "'NIC_Intel-X710' and
19966            '64B' and
19967            'NDRPDR' and
19968            ('ETH' or 'DOT1Q') and
19969            '2T1C' and
19970            ('L2BDMACLRN' or 'L2XCFWD') and
19971            'VHOST_1024' and
19972            not 'CFS_OPT' and
19973            not 'VXLAN' and
19974            not 'IP4FWD' and
19975            not 'LBOND'"
19976   parameters:
19977   - "latency"
19978   - "parent"
19979   - "tags"
19980 #  sort:
19981 #  - "1VM"
19982 #  - "L2XCFWD"
19983 #  - "1VM"
19984 #  - "L2BDMACLRN"
19985   layout:
19986     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
19987     layout: "plot-latency"
19988
19989 -
19990   type: "plot"
19991   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19992   algorithm: "plot_latency_error_bars"
19993   output-file-type: ".html"
19994   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
19995   data: "plot-vpp-throughput-latency-3n-skx"
19996   filter: "'NIC_Intel-X710' and
19997            '64B' and
19998            'NDRPDR' and
19999            ('ETH' or 'DOT1Q') and
20000            '4T2C' and
20001            ('L2BDMACLRN' or 'L2XCFWD') and
20002            'VHOST_1024' and
20003            not 'CFS_OPT' and
20004            not 'VXLAN' and
20005            not 'IP4FWD' and
20006            not 'LBOND'"
20007   parameters:
20008   - "latency"
20009   - "parent"
20010   - "tags"
20011 #  sort:
20012 #  - "1VM"
20013 #  - "L2XCFWD"
20014 #  - "1VM"
20015 #  - "L2BDMACLRN"
20016   layout:
20017     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
20018     layout: "plot-latency"
20019
20020 # Packet Latency - VPP vhost ip4 2n-skx-x710
20021 -
20022   type: "plot"
20023   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20024   algorithm: "plot_latency_error_bars"
20025   output-file-type: ".html"
20026   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20027   data: "plot-vpp-throughput-latency-2n-skx"
20028   filter: "'NIC_Intel-X710' and
20029            '64B' and
20030            'NDRPDR' and
20031            'ETH' and
20032            'IP4FWD' and
20033            '2T1C' and
20034            'VHOST_1024' and
20035            not 'VXLAN' and
20036            not 'DOT1Q'"
20037   parameters:
20038   - "latency"
20039   - "parent"
20040   - "tags"
20041   sort:
20042   - "not CFS_OPT"
20043   - "1VM"
20044   - "2VM"
20045   layout:
20046     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20047     layout: "plot-latency"
20048
20049 -
20050   type: "plot"
20051   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20052   algorithm: "plot_latency_error_bars"
20053   output-file-type: ".html"
20054   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20055   data: "plot-vpp-throughput-latency-2n-skx"
20056   filter: "'NIC_Intel-X710' and
20057            '64B' and
20058            'NDRPDR' and
20059            'ETH' and
20060            'IP4FWD' and
20061            '4T2C' and
20062            'VHOST_1024' and
20063            not 'VXLAN' and
20064            not 'DOT1Q'"
20065   parameters:
20066   - "latency"
20067   - "parent"
20068   - "tags"
20069   sort:
20070   - "not CFS_OPT"
20071   - "1VM"
20072   - "2VM"
20073   layout:
20074     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20075     layout: "plot-latency"
20076
20077 # Packet Latency - VPP vhost l2sw 2n-skx-x710
20078 -
20079   type: "plot"
20080   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20081   algorithm: "plot_latency_error_bars"
20082   output-file-type: ".html"
20083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20084   data: "plot-vpp-throughput-latency-2n-skx"
20085   filter: "'NIC_Intel-X710' and
20086            '64B' and
20087            'NDRPDR' and
20088            ('ETH' or 'DOT1Q') and
20089            '2T1C' and
20090            'L2BDMACLRN' and
20091            'VHOST_1024' and
20092            not 'VXLAN' and
20093            not 'IP4FWD' and
20094            not '2VM'"
20095   parameters:
20096   - "latency"
20097   - "parent"
20098   - "tags"
20099 #  sort:
20100 #  - "VM"  # "not CFS_OPT"
20101 #  - "CFS_OPT"
20102 #  - "FIB_10K"
20103 #  - "FIB_100K"
20104 #  - "FIB_1M"
20105   layout:
20106     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20107     layout: "plot-latency"
20108
20109 -
20110   type: "plot"
20111   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20112   algorithm: "plot_latency_error_bars"
20113   output-file-type: ".html"
20114   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20115   data: "plot-vpp-throughput-latency-2n-skx"
20116   filter: "'NIC_Intel-X710' and
20117            '64B' and
20118            'NDRPDR' and
20119            ('ETH' or 'DOT1Q') and
20120            '4T2C' and
20121            'L2BDMACLRN' and
20122            'VHOST_1024' and
20123            not 'VXLAN' and
20124            not 'IP4FWD' and
20125            not '2VM'"
20126   parameters:
20127   - "latency"
20128   - "parent"
20129   - "tags"
20130 #  sort:
20131 #  - "VM"  # "not CFS_OPT"
20132 #  - "CFS_OPT"
20133 #  - "FIB_10K"
20134 #  - "FIB_100K"
20135 #  - "FIB_1M"
20136   layout:
20137     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20138     layout: "plot-latency"
20139
20140 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20141 -
20142   type: "plot"
20143   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20144   algorithm: "plot_latency_error_bars"
20145   output-file-type: ".html"
20146   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20147   data: "plot-vpp-throughput-latency-2n-skx"
20148   filter: "'NIC_Intel-X710' and
20149            '64B' and
20150            'NDRPDR' and
20151            ('ETH' or 'DOT1Q') and
20152            'BASE' and
20153            '2T1C' and
20154            ('L2BDMACLRN' or 'L2XCFWD') and
20155            'VHOST_1024' and
20156            not 'VXLAN' and
20157            not 'IP4FWD' and
20158            not '2VM'"
20159   parameters:
20160   - "latency"
20161   - "parent"
20162   - "tags"
20163 #  sort:
20164 #  - "not CFS_OPT"
20165 #  - "L2XCFWD"
20166 #  - "not CFS_OPT"
20167 #  - "CFS_OPT"
20168   layout:
20169     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20170     layout: "plot-latency"
20171
20172 -
20173   type: "plot"
20174   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20175   algorithm: "plot_latency_error_bars"
20176   output-file-type: ".html"
20177   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20178   data: "plot-vpp-throughput-latency-2n-skx"
20179   filter: "'NIC_Intel-X710' and
20180            '64B' and
20181            'NDRPDR' and
20182            ('ETH' or 'DOT1Q') and
20183            'BASE' and
20184            '4T2C' and
20185            ('L2BDMACLRN' or 'L2XCFWD') and
20186            'VHOST_1024' and
20187            not 'VXLAN' and
20188            not 'IP4FWD' and
20189            not '2VM'"
20190   parameters:
20191   - "latency"
20192   - "parent"
20193   - "tags"
20194 #  sort:
20195 #  - "not CFS_OPT"
20196 #  - "L2XCFWD"
20197 #  - "not CFS_OPT"
20198 #  - "CFS_OPT"
20199   layout:
20200     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20201     layout: "plot-latency"
20202
20203 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20204 -
20205   type: "plot"
20206   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20207   algorithm: "plot_latency_error_bars"
20208   output-file-type: ".html"
20209   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20210   data: "plot-vpp-throughput-latency-2n-skx"
20211   filter: "'NIC_Intel-X710' and
20212            '64B' and
20213            'NDRPDR' and
20214            ('ETH' or 'DOT1Q') and
20215            '2T1C' and
20216            ('L2BDMACLRN' or 'L2XCFWD') and
20217            'VHOST_1024' and
20218            not 'CFS_OPT' and
20219            not 'VXLAN' and
20220            not 'IP4FWD'"
20221   parameters:
20222   - "latency"
20223   - "parent"
20224   - "tags"
20225 #  sort:
20226 #  - "1VM"
20227 #  - "L2XCFWD"
20228 #  - "1VM"
20229 #  - "L2BDMACLRN"
20230   layout:
20231     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20232     layout: "plot-latency"
20233
20234 -
20235   type: "plot"
20236   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20237   algorithm: "plot_latency_error_bars"
20238   output-file-type: ".html"
20239   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20240   data: "plot-vpp-throughput-latency-2n-skx"
20241   filter: "'NIC_Intel-X710' and
20242            '64B' and
20243            'NDRPDR' and
20244            ('ETH' or 'DOT1Q') and
20245            '4T2C' and
20246            ('L2BDMACLRN' or 'L2XCFWD') and
20247            'VHOST_1024' and
20248            not 'CFS_OPT' and
20249            not 'VXLAN' and
20250            not 'IP4FWD'"
20251   parameters:
20252   - "latency"
20253   - "parent"
20254   - "tags"
20255 #  sort:
20256 #  - "1VM"
20257 #  - "L2XCFWD"
20258 #  - "1VM"
20259 #  - "L2BDMACLRN"
20260   layout:
20261     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20262     layout: "plot-latency"
20263
20264 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20265 -
20266   type: "plot"
20267   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20268   algorithm: "plot_latency_error_bars"
20269   output-file-type: ".html"
20270   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20271   data: "plot-vpp-throughput-latency-2n-skx"
20272   filter: "'NIC_Intel-XXV710' and
20273            '64B' and
20274            'NDRPDR' and
20275            'ETH' and
20276            'IP4FWD' and
20277            '2T1C' and
20278            'VHOST_1024' and
20279            not 'VXLAN' and
20280            not 'DOT1Q'"
20281   parameters:
20282   - "latency"
20283   - "parent"
20284   - "tags"
20285   sort:
20286   - "not CFS_OPT"
20287   - "1VM"
20288   - "2VM"
20289   layout:
20290     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20291     layout: "plot-latency"
20292
20293 -
20294   type: "plot"
20295   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20296   algorithm: "plot_latency_error_bars"
20297   output-file-type: ".html"
20298   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20299   data: "plot-vpp-throughput-latency-2n-skx"
20300   filter: "'NIC_Intel-XXV710' and
20301            '64B' and
20302            'NDRPDR' and
20303            'ETH' and
20304            'IP4FWD' and
20305            '4T2C' and
20306            'VHOST_1024' and
20307            not 'VXLAN' and
20308            not 'DOT1Q'"
20309   parameters:
20310   - "latency"
20311   - "parent"
20312   - "tags"
20313   sort:
20314   - "not CFS_OPT"
20315   - "1VM"
20316   - "2VM"
20317   layout:
20318     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20319     layout: "plot-latency"
20320
20321 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20322 -
20323   type: "plot"
20324   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20325   algorithm: "plot_latency_error_bars"
20326   output-file-type: ".html"
20327   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20328   data: "plot-vpp-throughput-latency-2n-skx"
20329   filter: "'NIC_Intel-XXV710' and
20330            '64B' and
20331            'NDRPDR' and
20332            ('ETH' or 'DOT1Q') and
20333            '2T1C' and
20334            'L2BDMACLRN' and
20335            'VHOST_1024' and
20336            not 'VXLAN' and
20337            not 'IP4FWD' and
20338            not '2VM'"
20339   parameters:
20340   - "latency"
20341   - "parent"
20342   - "tags"
20343 #  sort:
20344 #  - "VM"  # "not CFS_OPT"
20345 #  - "CFS_OPT"
20346 #  - "FIB_10K"
20347 #  - "FIB_100K"
20348 #  - "FIB_1M"
20349   layout:
20350     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20351     layout: "plot-latency"
20352
20353 -
20354   type: "plot"
20355   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20356   algorithm: "plot_latency_error_bars"
20357   output-file-type: ".html"
20358   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20359   data: "plot-vpp-throughput-latency-2n-skx"
20360   filter: "'NIC_Intel-XXV710' and
20361            '64B' and
20362            'NDRPDR' and
20363            ('ETH' or 'DOT1Q') and
20364            '4T2C' and
20365            'L2BDMACLRN' and
20366            'VHOST_1024' and
20367            not 'VXLAN' and
20368            not 'IP4FWD' and
20369            not '2VM'"
20370   parameters:
20371   - "latency"
20372   - "parent"
20373   - "tags"
20374 #  sort:
20375 #  - "VM"  # "not CFS_OPT"
20376 #  - "CFS_OPT"
20377 #  - "FIB_10K"
20378 #  - "FIB_100K"
20379 #  - "FIB_1M"
20380   layout:
20381     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20382     layout: "plot-latency"
20383
20384 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20385 -
20386   type: "plot"
20387   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20388   algorithm: "plot_latency_error_bars"
20389   output-file-type: ".html"
20390   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20391   data: "plot-vpp-throughput-latency-2n-skx"
20392   filter: "'NIC_Intel-XXV710' and
20393            '64B' and
20394            'NDRPDR' and
20395            ('ETH' or 'DOT1Q') and
20396            'BASE' and
20397            '2T1C' and
20398            ('L2BDMACLRN' or 'L2XCFWD') and
20399            'VHOST_1024' and
20400            not 'VXLAN' and
20401            not 'IP4FWD' and
20402            not '2VM'"
20403   parameters:
20404   - "latency"
20405   - "parent"
20406   - "tags"
20407 #  sort:
20408 #  - "not CFS_OPT"
20409 #  - "L2XCFWD"
20410 #  - "not CFS_OPT"
20411 #  - "CFS_OPT"
20412   layout:
20413     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20414     layout: "plot-latency"
20415
20416 -
20417   type: "plot"
20418   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20419   algorithm: "plot_latency_error_bars"
20420   output-file-type: ".html"
20421   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20422   data: "plot-vpp-throughput-latency-2n-skx"
20423   filter: "'NIC_Intel-XXV710' and
20424            '64B' and
20425            'NDRPDR' and
20426            ('ETH' or 'DOT1Q') and
20427            'BASE' and
20428            '4T2C' and
20429            ('L2BDMACLRN' or 'L2XCFWD') and
20430            'VHOST_1024' and
20431            not 'VXLAN' and
20432            not 'IP4FWD' and
20433            not '2VM'"
20434   parameters:
20435   - "latency"
20436   - "parent"
20437   - "tags"
20438 #  sort:
20439 #  - "not CFS_OPT"
20440 #  - "L2XCFWD"
20441 #  - "not CFS_OPT"
20442 #  - "CFS_OPT"
20443   layout:
20444     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20445     layout: "plot-latency"
20446
20447 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20448 -
20449   type: "plot"
20450   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20451   algorithm: "plot_latency_error_bars"
20452   output-file-type: ".html"
20453   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20454   data: "plot-vpp-throughput-latency-2n-skx"
20455   filter: "'NIC_Intel-XXV710' and
20456            '64B' and
20457            'NDRPDR' and
20458            ('ETH' or 'DOT1Q') and
20459            '2T1C' and
20460            ('L2BDMACLRN' or 'L2XCFWD') and
20461            'VHOST_1024' and
20462            not 'CFS_OPT' and
20463            not 'VXLAN' and
20464            not 'IP4FWD'"
20465   parameters:
20466   - "latency"
20467   - "parent"
20468   - "tags"
20469 #  sort:
20470 #  - "1VM"
20471 #  - "L2XCFWD"
20472 #  - "1VM"
20473 #  - "L2BDMACLRN"
20474   layout:
20475     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20476     layout: "plot-latency"
20477
20478 -
20479   type: "plot"
20480   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20481   algorithm: "plot_latency_error_bars"
20482   output-file-type: ".html"
20483   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20484   data: "plot-vpp-throughput-latency-2n-skx"
20485   filter: "'NIC_Intel-XXV710' and
20486            '64B' and
20487            'NDRPDR' and
20488            ('ETH' or 'DOT1Q') and
20489            '4T2C' and
20490            ('L2BDMACLRN' or 'L2XCFWD') and
20491            'VHOST_1024' and
20492            not 'CFS_OPT' and
20493            not 'VXLAN' and
20494            not 'IP4FWD'"
20495   parameters:
20496   - "latency"
20497   - "parent"
20498   - "tags"
20499 #  sort:
20500 #  - "1VM"
20501 #  - "L2XCFWD"
20502 #  - "1VM"
20503 #  - "L2BDMACLRN"
20504   layout:
20505     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20506     layout: "plot-latency"
20507
20508 ################################################################################
20509
20510 # Packet Latency - VPP VTS 3n-hsw-x520
20511 -
20512   type: "plot"
20513   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20514   algorithm: "plot_latency_error_bars"
20515   output-file-type: ".html"
20516   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20517   data: "plot-vpp-throughput-latency-3n-hsw"
20518   filter: "'NIC_Intel-X520-DA2' and
20519            '114B' and
20520            'NDRPDR' and
20521            '1T1C' and
20522            'VTS'"
20523   parameters:
20524   - "latency"
20525   - "parent"
20526   - "tags"
20527   layout:
20528     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20529     layout: "plot-latency"
20530
20531 -
20532   type: "plot"
20533   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20534   algorithm: "plot_latency_error_bars"
20535   output-file-type: ".html"
20536   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20537   data: "plot-vpp-throughput-latency-3n-hsw"
20538   filter: "'NIC_Intel-X520-DA2' and
20539            '114B' and
20540            'NDRPDR' and
20541            '2T2C' and
20542            'VTS'"
20543   parameters:
20544   - "latency"
20545   - "parent"
20546   - "tags"
20547   layout:
20548     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20549     layout: "plot-latency"
20550
20551 ################################################################################
20552
20553 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20554 -
20555   type: "plot"
20556   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20557   algorithm: "plot_latency_error_bars"
20558   output-file-type: ".html"
20559   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20560   data: "plot-dpdk-throughput-latency-3n-hsw"
20561   filter: "'NIC_Intel-X520-DA2' and
20562            '64B' and
20563            'BASE' and
20564            'NDRPDR' and
20565            '1T1C' and
20566            'IP4FWD'"
20567   parameters:
20568   - "latency"
20569   - "parent"
20570   - "tags"
20571   layout:
20572     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20573     layout: "plot-latency"
20574
20575 -
20576   type: "plot"
20577   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20578   algorithm: "plot_latency_error_bars"
20579   output-file-type: ".html"
20580   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20581   data: "plot-dpdk-throughput-latency-3n-hsw"
20582   filter: "'NIC_Intel-X520-DA2' and
20583            '64B' and
20584            'BASE' and
20585            'NDRPDR' and
20586            '2T2C' and
20587            'IP4FWD'"
20588   parameters:
20589   - "latency"
20590   - "parent"
20591   - "tags"
20592   layout:
20593     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20594     layout: "plot-latency"
20595
20596 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20597 -
20598   type: "plot"
20599   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20600   algorithm: "plot_latency_error_bars"
20601   output-file-type: ".html"
20602   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20603   data: "plot-dpdk-throughput-latency-3n-hsw"
20604   filter: "'NIC_Intel-X710' and
20605            '64B' and
20606            'BASE' and
20607            'NDRPDR' and
20608            '1T1C' and
20609            'IP4FWD'"
20610   parameters:
20611   - "latency"
20612   - "parent"
20613   - "tags"
20614   layout:
20615     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20616     layout: "plot-latency"
20617
20618 -
20619   type: "plot"
20620   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20621   algorithm: "plot_latency_error_bars"
20622   output-file-type: ".html"
20623   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20624   data: "plot-dpdk-throughput-latency-3n-hsw"
20625   filter: "'NIC_Intel-X710' and
20626            '64B' and
20627            'BASE' and
20628            'NDRPDR' and
20629            '2T2C' and
20630            'IP4FWD'"
20631   parameters:
20632   - "latency"
20633   - "parent"
20634   - "tags"
20635   layout:
20636     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20637     layout: "plot-latency"
20638
20639 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20640 -
20641   type: "plot"
20642   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20643   algorithm: "plot_latency_error_bars"
20644   output-file-type: ".html"
20645   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20646   data: "plot-dpdk-throughput-latency-3n-hsw"
20647   filter: "'NIC_Intel-XL710' and
20648            '64B' and
20649            'BASE' and
20650            'NDRPDR' and
20651            '1T1C' and
20652            'IP4FWD'"
20653   parameters:
20654   - "latency"
20655   - "parent"
20656   - "tags"
20657   layout:
20658     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20659     layout: "plot-latency"
20660
20661 -
20662   type: "plot"
20663   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20664   algorithm: "plot_latency_error_bars"
20665   output-file-type: ".html"
20666   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20667   data: "plot-dpdk-throughput-latency-3n-hsw"
20668   filter: "'NIC_Intel-XL710' and
20669            '64B' and
20670            'BASE' and
20671            'NDRPDR' and
20672            '2T2C' and
20673            'IP4FWD'"
20674   parameters:
20675   - "latency"
20676   - "parent"
20677   - "tags"
20678   layout:
20679     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20680     layout: "plot-latency"
20681
20682 # Packet Latency - DPDK l3fwd 3n-skx-x710
20683 -
20684   type: "plot"
20685   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20686   algorithm: "plot_latency_error_bars"
20687   output-file-type: ".html"
20688   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20689   data: "plot-dpdk-throughput-latency-3n-skx"
20690   filter: "'NIC_Intel-X710' and
20691            '64B' and
20692            'BASE' and
20693            'NDRPDR' and
20694            '2T1C' and
20695            'IP4FWD'"
20696   parameters:
20697   - "latency"
20698   - "parent"
20699   - "tags"
20700   layout:
20701     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20702     layout: "plot-latency"
20703
20704 -
20705   type: "plot"
20706   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20707   algorithm: "plot_latency_error_bars"
20708   output-file-type: ".html"
20709   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20710   data: "plot-dpdk-throughput-latency-3n-skx"
20711   filter: "'NIC_Intel-X710' and
20712            '64B' and
20713            'BASE' and
20714            'NDRPDR' and
20715            '4T2C' and
20716            'IP4FWD'"
20717   parameters:
20718   - "latency"
20719   - "parent"
20720   - "tags"
20721   layout:
20722     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20723     layout: "plot-latency"
20724
20725 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20726 -
20727   type: "plot"
20728   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20729   algorithm: "plot_latency_error_bars"
20730   output-file-type: ".html"
20731   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20732   data: "plot-dpdk-throughput-latency-3n-skx"
20733   filter: "'NIC_Intel-XXV710' and
20734            '64B' and
20735            'BASE' and
20736            'NDRPDR' and
20737            '2T1C' and
20738            'IP4FWD'"
20739   parameters:
20740   - "latency"
20741   - "parent"
20742   - "tags"
20743   layout:
20744     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20745     layout: "plot-latency"
20746
20747 -
20748   type: "plot"
20749   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20750   algorithm: "plot_latency_error_bars"
20751   output-file-type: ".html"
20752   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20753   data: "plot-dpdk-throughput-latency-3n-skx"
20754   filter: "'NIC_Intel-XXV710' and
20755            '64B' and
20756            'BASE' and
20757            'NDRPDR' and
20758            '4T2C' and
20759            'IP4FWD'"
20760   parameters:
20761   - "latency"
20762   - "parent"
20763   - "tags"
20764   layout:
20765     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20766     layout: "plot-latency"
20767
20768 # Packet Latency - DPDK l3fwd 2n-skx-x710
20769 -
20770   type: "plot"
20771   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20772   algorithm: "plot_latency_error_bars"
20773   output-file-type: ".html"
20774   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20775   data: "plot-dpdk-throughput-latency-2n-skx"
20776   filter: "'NIC_Intel-X710' and
20777            '64B' and
20778            'BASE' and
20779            'NDRPDR' and
20780            '2T1C' and
20781            'IP4FWD'"
20782   parameters:
20783   - "latency"
20784   - "parent"
20785   - "tags"
20786   layout:
20787     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20788     layout: "plot-latency"
20789
20790 -
20791   type: "plot"
20792   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20793   algorithm: "plot_latency_error_bars"
20794   output-file-type: ".html"
20795   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20796   data: "plot-dpdk-throughput-latency-2n-skx"
20797   filter: "'NIC_Intel-X710' and
20798            '64B' and
20799            'BASE' and
20800            'NDRPDR' and
20801            '4T2C' and
20802            'IP4FWD'"
20803   parameters:
20804   - "latency"
20805   - "parent"
20806   - "tags"
20807   layout:
20808     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20809     layout: "plot-latency"
20810
20811 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20812 -
20813   type: "plot"
20814   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20815   algorithm: "plot_latency_error_bars"
20816   output-file-type: ".html"
20817   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20818   data: "plot-dpdk-throughput-latency-2n-skx"
20819   filter: "'NIC_Intel-XXV710' and
20820            '64B' and
20821            'BASE' and
20822            'NDRPDR' and
20823            '2T1C' and
20824            'IP4FWD'"
20825   parameters:
20826   - "latency"
20827   - "parent"
20828   - "tags"
20829   layout:
20830     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20831     layout: "plot-latency"
20832
20833 -
20834   type: "plot"
20835   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20836   algorithm: "plot_latency_error_bars"
20837   output-file-type: ".html"
20838   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20839   data: "plot-dpdk-throughput-latency-2n-skx"
20840   filter: "'NIC_Intel-XXV710' and
20841            '64B' and
20842            'BASE' and
20843            'NDRPDR' and
20844            '4T2C' and
20845            'IP4FWD'"
20846   parameters:
20847   - "latency"
20848   - "parent"
20849   - "tags"
20850   layout:
20851     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20852     layout: "plot-latency"
20853
20854 ################################################################################
20855
20856 # Packet Latency - DPDK testpmd 3n-hsw-x520
20857 -
20858   type: "plot"
20859   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20860   algorithm: "plot_latency_error_bars"
20861   output-file-type: ".html"
20862   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20863   data: "plot-dpdk-throughput-latency-3n-hsw"
20864   filter: "'NIC_Intel-X520-DA2' and
20865            '64B' and
20866            'BASE' and
20867            'NDRPDR' and
20868            '1T1C' and
20869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20870   parameters:
20871   - "latency"
20872   - "parent"
20873   - "tags"
20874   layout:
20875     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20876     layout: "plot-latency"
20877
20878 -
20879   type: "plot"
20880   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20881   algorithm: "plot_latency_error_bars"
20882   output-file-type: ".html"
20883   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20884   data: "plot-dpdk-throughput-latency-3n-hsw"
20885   filter: "'NIC_Intel-X520-DA2' and
20886            '64B' and
20887            'BASE' and
20888            'NDRPDR' and
20889            '2T2C' and
20890            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20891   parameters:
20892   - "latency"
20893   - "parent"
20894   - "tags"
20895   layout:
20896     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20897     layout: "plot-latency"
20898
20899 # Packet Latency - DPDK testpmd 3n-hsw-x710
20900 -
20901   type: "plot"
20902   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20903   algorithm: "plot_latency_error_bars"
20904   output-file-type: ".html"
20905   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20906   data: "plot-dpdk-throughput-latency-3n-hsw"
20907   filter: "'NIC_Intel-X710' and
20908            '64B' and
20909            'BASE' and
20910            'NDRPDR' and
20911            '1T1C' and
20912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20913   parameters:
20914   - "latency"
20915   - "parent"
20916   - "tags"
20917   layout:
20918     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20919     layout: "plot-latency"
20920
20921 -
20922   type: "plot"
20923   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20924   algorithm: "plot_latency_error_bars"
20925   output-file-type: ".html"
20926   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20927   data: "plot-dpdk-throughput-latency-3n-hsw"
20928   filter: "'NIC_Intel-X710' and
20929            '64B' and
20930            'BASE' and
20931            'NDRPDR' and
20932            '2T2C' and
20933            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20934   parameters:
20935   - "latency"
20936   - "parent"
20937   - "tags"
20938   layout:
20939     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
20940     layout: "plot-latency"
20941
20942 # Packet Latency - DPDK testpmd 3n-hsw-xl710
20943 -
20944   type: "plot"
20945   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20946   algorithm: "plot_latency_error_bars"
20947   output-file-type: ".html"
20948   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20949   data: "plot-dpdk-throughput-latency-3n-hsw"
20950   filter: "'NIC_Intel-XL710' and
20951            '64B' and
20952            'BASE' and
20953            'NDRPDR' and
20954            '1T1C' and
20955            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20956   parameters:
20957   - "latency"
20958   - "parent"
20959   - "tags"
20960   layout:
20961     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
20962     layout: "plot-latency"
20963
20964 -
20965   type: "plot"
20966   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20967   algorithm: "plot_latency_error_bars"
20968   output-file-type: ".html"
20969   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20970   data: "plot-dpdk-throughput-latency-3n-hsw"
20971   filter: "'NIC_Intel-XL710' and
20972            '64B' and
20973            'BASE' and
20974            'NDRPDR' and
20975            '2T2C' and
20976            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20977   parameters:
20978   - "latency"
20979   - "parent"
20980   - "tags"
20981   layout:
20982     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
20983     layout: "plot-latency"
20984
20985 # Packet Latency - DPDK testpmd 3n-skx-x710
20986 -
20987   type: "plot"
20988   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20989   algorithm: "plot_latency_error_bars"
20990   output-file-type: ".html"
20991   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20992   data: "plot-dpdk-throughput-latency-3n-skx"
20993   filter: "'NIC_Intel-X710' and
20994            '64B' and
20995            'BASE' and
20996            'NDRPDR' and
20997            '2T1C' and
20998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20999   parameters:
21000   - "latency"
21001   - "parent"
21002   - "tags"
21003   layout:
21004     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21005     layout: "plot-latency"
21006
21007 -
21008   type: "plot"
21009   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21010   algorithm: "plot_latency_error_bars"
21011   output-file-type: ".html"
21012   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21013   data: "plot-dpdk-throughput-latency-3n-skx"
21014   filter: "'NIC_Intel-X710' and
21015            '64B' and
21016            'BASE' and
21017            'NDRPDR' and
21018            '4T2C' and
21019            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21020   parameters:
21021   - "latency"
21022   - "parent"
21023   - "tags"
21024   layout:
21025     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21026     layout: "plot-latency"
21027
21028 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21029 -
21030   type: "plot"
21031   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21032   algorithm: "plot_latency_error_bars"
21033   output-file-type: ".html"
21034   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21035   data: "plot-dpdk-throughput-latency-3n-skx"
21036   filter: "'NIC_Intel-XXV710' and
21037            '64B' and
21038            'BASE' and
21039            'NDRPDR' and
21040            '2T1C' and
21041            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21042   parameters:
21043   - "latency"
21044   - "parent"
21045   - "tags"
21046   layout:
21047     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21048     layout: "plot-latency"
21049
21050 -
21051   type: "plot"
21052   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21053   algorithm: "plot_latency_error_bars"
21054   output-file-type: ".html"
21055   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21056   data: "plot-dpdk-throughput-latency-3n-skx"
21057   filter: "'NIC_Intel-XXV710' and
21058            '64B' and
21059            'BASE' and
21060            'NDRPDR' and
21061            '4T2C' and
21062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21063   parameters:
21064   - "latency"
21065   - "parent"
21066   - "tags"
21067   layout:
21068     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21069     layout: "plot-latency"
21070
21071 # Packet Latency - DPDK testpmd 2n-skx-x710
21072 -
21073   type: "plot"
21074   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21075   algorithm: "plot_latency_error_bars"
21076   output-file-type: ".html"
21077   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21078   data: "plot-dpdk-throughput-latency-2n-skx"
21079   filter: "'NIC_Intel-X710' and
21080            '64B' and
21081            'BASE' and
21082            'NDRPDR' and
21083            '2T1C' and
21084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21085   parameters:
21086   - "latency"
21087   - "parent"
21088   - "tags"
21089   layout:
21090     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21091     layout: "plot-latency"
21092
21093 -
21094   type: "plot"
21095   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21096   algorithm: "plot_latency_error_bars"
21097   output-file-type: ".html"
21098   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21099   data: "plot-dpdk-throughput-latency-2n-skx"
21100   filter: "'NIC_Intel-X710' and
21101            '64B' and
21102            'BASE' and
21103            'NDRPDR' and
21104            '4T2C' and
21105            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21106   parameters:
21107   - "latency"
21108   - "parent"
21109   - "tags"
21110   layout:
21111     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21112     layout: "plot-latency"
21113
21114 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21115 -
21116   type: "plot"
21117   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21118   algorithm: "plot_latency_error_bars"
21119   output-file-type: ".html"
21120   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21121   data: "plot-dpdk-throughput-latency-2n-skx"
21122   filter: "'NIC_Intel-XXV710' and
21123            '64B' and
21124            'BASE' and
21125            'NDRPDR' and
21126            '2T1C' and
21127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21128   parameters:
21129   - "latency"
21130   - "parent"
21131   - "tags"
21132   layout:
21133     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21134     layout: "plot-latency"
21135
21136 -
21137   type: "plot"
21138   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21139   algorithm: "plot_latency_error_bars"
21140   output-file-type: ".html"
21141   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21142   data: "plot-dpdk-throughput-latency-2n-skx"
21143   filter: "'NIC_Intel-XXV710' and
21144            '64B' and
21145            'BASE' and
21146            'NDRPDR' and
21147            '4T2C' and
21148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21149   parameters:
21150   - "latency"
21151   - "parent"
21152   - "tags"
21153   layout:
21154     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21155     layout: "plot-latency"
21156
21157 ################################################################################
21158
21159 # Speedup - VPP Container Memif 3n-hsw-x520
21160 -
21161   type: "plot"
21162   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21163   algorithm: "plot_throughput_speedup_analysis"
21164   output-file-type: ".html"
21165   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21166   data: "plot-throughput-speedup-analysis-3n-hsw"
21167   filter: "'NIC_Intel-X520-DA2' and
21168            '64B' and
21169            ('BASE' or 'SCALE') and
21170            'NDRPDR' and
21171            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21172            not 'VHOST' and
21173            'MEMIF'"
21174   parameters:
21175   - "throughput"
21176   - "parent"
21177   - "tags"
21178   sort:
21179   - "L2XCFWD"
21180   - "L2XCFWD"
21181   - "L2XCFWD"
21182   - "L2BDMACLRN"
21183   - "L2BDMACLRN"
21184   - "L2BDMACLRN"
21185   layout:
21186     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21187     layout: "plot-throughput-speedup-analysis"
21188
21189 -
21190   type: "plot"
21191   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21192   algorithm: "plot_throughput_speedup_analysis"
21193   output-file-type: ".html"
21194   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21195   data: "plot-throughput-speedup-analysis-3n-hsw"
21196   filter: "'NIC_Intel-X520-DA2' and
21197            '64B' and
21198            ('BASE' or 'SCALE') and
21199            'NDRPDR' and
21200            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21201            not 'VHOST' and
21202            'MEMIF'"
21203   parameters:
21204   - "throughput"
21205   - "parent"
21206   - "tags"
21207   sort:
21208   - "L2XCFWD"
21209   - "L2XCFWD"
21210   - "L2XCFWD"
21211   - "L2BDMACLRN"
21212   - "L2BDMACLRN"
21213   - "L2BDMACLRN"
21214   layout:
21215     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21216     layout: "plot-throughput-speedup-analysis"
21217
21218 # Speedup - VPP Container Memif 3n-hsw-x710
21219 -
21220   type: "plot"
21221   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21222   algorithm: "plot_throughput_speedup_analysis"
21223   output-file-type: ".html"
21224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21225   data: "plot-throughput-speedup-analysis-3n-hsw"
21226   filter: "'NIC_Intel-X710' and
21227            '64B' and
21228            ('BASE' or 'SCALE') and
21229            'NDRPDR' and
21230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21231            not 'VHOST' and
21232            'MEMIF'"
21233   parameters:
21234   - "throughput"
21235   - "parent"
21236   - "tags"
21237   sort:
21238   - "L2XCFWD"
21239   - "L2XCFWD"
21240   - "L2XCFWD"
21241   - "L2BDMACLRN"
21242   - "L2BDMACLRN"
21243   - "L2BDMACLRN"
21244   layout:
21245     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21246     layout: "plot-throughput-speedup-analysis"
21247
21248 -
21249   type: "plot"
21250   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21251   algorithm: "plot_throughput_speedup_analysis"
21252   output-file-type: ".html"
21253   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21254   data: "plot-throughput-speedup-analysis-3n-hsw"
21255   filter: "'NIC_Intel-X710' and
21256            '64B' and
21257            ('BASE' or 'SCALE') and
21258            'NDRPDR' and
21259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21260            not 'VHOST' and
21261            'MEMIF'"
21262   parameters:
21263   - "throughput"
21264   - "parent"
21265   - "tags"
21266   sort:
21267   - "L2XCFWD"
21268   - "L2XCFWD"
21269   - "L2XCFWD"
21270   - "L2BDMACLRN"
21271   - "L2BDMACLRN"
21272   - "L2BDMACLRN"
21273   layout:
21274     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21275     layout: "plot-throughput-speedup-analysis"
21276
21277 # Speedup - VPP Container Memif 3n-hsw-xl710
21278 -
21279   type: "plot"
21280   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21281   algorithm: "plot_throughput_speedup_analysis"
21282   output-file-type: ".html"
21283   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21284   data: "plot-throughput-speedup-analysis-3n-hsw"
21285   filter: "'NIC_Intel-XL710' and
21286            '64B' and
21287            ('BASE' or 'SCALE') and
21288            'NDRPDR' and
21289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21290            not 'VHOST' and
21291            'MEMIF'"
21292   parameters:
21293   - "throughput"
21294   - "parent"
21295   - "tags"
21296   sort:
21297   - "L2XCFWD"
21298   - "L2XCFWD"
21299   - "L2XCFWD"
21300   - "L2BDMACLRN"
21301   - "L2BDMACLRN"
21302   - "L2BDMACLRN"
21303   layout:
21304     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21305     layout: "plot-throughput-speedup-analysis"
21306
21307 -
21308   type: "plot"
21309   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21310   algorithm: "plot_throughput_speedup_analysis"
21311   output-file-type: ".html"
21312   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21313   data: "plot-throughput-speedup-analysis-3n-hsw"
21314   filter: "'NIC_Intel-XL710' and
21315            '64B' and
21316            ('BASE' or 'SCALE') and
21317            'NDRPDR' and
21318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21319            not 'VHOST' and
21320            'MEMIF'"
21321   parameters:
21322   - "throughput"
21323   - "parent"
21324   - "tags"
21325   sort:
21326   - "L2XCFWD"
21327   - "L2XCFWD"
21328   - "L2XCFWD"
21329   - "L2BDMACLRN"
21330   - "L2BDMACLRN"
21331   - "L2BDMACLRN"
21332   layout:
21333     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21334     layout: "plot-throughput-speedup-analysis"
21335
21336 # Speedup - VPP Container Memif 3n-skx-x710
21337 -
21338   type: "plot"
21339   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21340   algorithm: "plot_throughput_speedup_analysis"
21341   output-file-type: ".html"
21342   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21343   data: "plot-throughput-speedup-analysis-3n-skx"
21344   filter: "'NIC_Intel-X710' and
21345            '64B' and
21346            ('BASE' or 'SCALE') and
21347            'NDRPDR' and
21348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21349            not 'VHOST' and
21350            'MEMIF'"
21351   parameters:
21352   - "throughput"
21353   - "parent"
21354   - "tags"
21355   sort:
21356   - "L2XCFWD"
21357   - "L2XCFWD"
21358   - "L2XCFWD"
21359   - "L2BDMACLRN"
21360   - "L2BDMACLRN"
21361   - "L2BDMACLRN"
21362   layout:
21363     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21364     layout: "plot-throughput-speedup-analysis"
21365
21366 -
21367   type: "plot"
21368   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21369   algorithm: "plot_throughput_speedup_analysis"
21370   output-file-type: ".html"
21371   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21372   data: "plot-throughput-speedup-analysis-3n-skx"
21373   filter: "'NIC_Intel-X710' and
21374            '64B' and
21375            ('BASE' or 'SCALE') and
21376            'NDRPDR' and
21377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21378            not 'VHOST' and
21379             'MEMIF'"
21380   parameters:
21381   - "throughput"
21382   - "parent"
21383   - "tags"
21384   sort:
21385   - "L2XCFWD"
21386   - "L2XCFWD"
21387   - "L2XCFWD"
21388   - "L2BDMACLRN"
21389   - "L2BDMACLRN"
21390   - "L2BDMACLRN"
21391   layout:
21392     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21393     layout: "plot-throughput-speedup-analysis"
21394
21395 # Speedup - VPP Container Memif 2n-skx-x710
21396 -
21397   type: "plot"
21398   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21399   algorithm: "plot_throughput_speedup_analysis"
21400   output-file-type: ".html"
21401   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21402   data: "plot-throughput-speedup-analysis-2n-skx"
21403   filter: "'NIC_Intel-X710' and
21404            '64B' and
21405            ('BASE' or 'SCALE') and
21406            'NDRPDR' and
21407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21408            not 'VHOST' and
21409            'MEMIF'"
21410   parameters:
21411   - "throughput"
21412   - "parent"
21413   - "tags"
21414   sort:
21415   - "L2XCFWD"
21416   - "L2XCFWD"
21417   - "L2XCFWD"
21418   - "L2BDMACLRN"
21419   - "L2BDMACLRN"
21420   - "L2BDMACLRN"
21421   layout:
21422     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21423     layout: "plot-throughput-speedup-analysis"
21424
21425 -
21426   type: "plot"
21427   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21428   algorithm: "plot_throughput_speedup_analysis"
21429   output-file-type: ".html"
21430   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21431   data: "plot-throughput-speedup-analysis-2n-skx"
21432   filter: "'NIC_Intel-X710' and
21433            '64B' and
21434            ('BASE' or 'SCALE') and
21435            'NDRPDR' and
21436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21437            not 'VHOST' and
21438             'MEMIF'"
21439   parameters:
21440   - "throughput"
21441   - "parent"
21442   - "tags"
21443   sort:
21444   - "L2XCFWD"
21445   - "L2XCFWD"
21446   - "L2XCFWD"
21447   - "L2BDMACLRN"
21448   - "L2BDMACLRN"
21449   - "L2BDMACLRN"
21450   layout:
21451     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21452     layout: "plot-throughput-speedup-analysis"
21453
21454 # Speedup - VPP Container Memif 2n-skx-xxv710
21455 -
21456   type: "plot"
21457   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21458   algorithm: "plot_throughput_speedup_analysis"
21459   output-file-type: ".html"
21460   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21461   data: "plot-throughput-speedup-analysis-2n-skx"
21462   filter: "'NIC_Intel-XXV710' and
21463            '64B' and
21464            ('BASE' or 'SCALE') and
21465            'NDRPDR' and
21466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21467            not 'VHOST' and
21468            'MEMIF'"
21469   parameters:
21470   - "throughput"
21471   - "parent"
21472   - "tags"
21473   sort:
21474   - "L2XCFWD"
21475   - "L2XCFWD"
21476   - "L2XCFWD"
21477   - "L2BDMACLRN"
21478   - "L2BDMACLRN"
21479   - "L2BDMACLRN"
21480   layout:
21481     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21482     layout: "plot-throughput-speedup-analysis"
21483
21484 -
21485   type: "plot"
21486   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21487   algorithm: "plot_throughput_speedup_analysis"
21488   output-file-type: ".html"
21489   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21490   data: "plot-throughput-speedup-analysis-2n-skx"
21491   filter: "'NIC_Intel-XXV710' and
21492            '64B' and
21493            ('BASE' or 'SCALE') and
21494            'NDRPDR' and
21495            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21496            not 'VHOST' and
21497             'MEMIF'"
21498   parameters:
21499   - "throughput"
21500   - "parent"
21501   - "tags"
21502   sort:
21503   - "L2XCFWD"
21504   - "L2XCFWD"
21505   - "L2XCFWD"
21506   - "L2BDMACLRN"
21507   - "L2BDMACLRN"
21508   - "L2BDMACLRN"
21509   layout:
21510     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21511     layout: "plot-throughput-speedup-analysis"
21512
21513 ################################################################################
21514
21515 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21516 -
21517   type: "plot"
21518   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21519   algorithm: "plot_throughput_speedup_analysis"
21520   output-file-type: ".html"
21521   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21522   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21523   filter: "'NIC_Intel-X520-DA2' and
21524            '64B' and
21525            ('BASE' or 'SCALE') and
21526            'NDRPDR' and
21527            'L2XCFWD' and
21528            not 'VHOST' and
21529            'MEMIF'"
21530   parameters:
21531   - "throughput"
21532   - "parent"
21533   - "tags"
21534   sort:
21535   - "1VNF"
21536   - "2VNF"
21537   - "4VNF"
21538   - "2VNF"
21539   - "4VNF"
21540   layout:
21541     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21542     layout: "plot-throughput-speedup-analysis"
21543
21544 -
21545   type: "plot"
21546   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21547   algorithm: "plot_throughput_speedup_analysis"
21548   output-file-type: ".html"
21549   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21550   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21551   filter: "'NIC_Intel-X520-DA2' and
21552            '64B' and
21553            ('BASE' or 'SCALE') and
21554            'NDRPDR' and
21555            'L2XCFWD' and
21556            not 'VHOST' and
21557            'MEMIF'"
21558   parameters:
21559   - "throughput"
21560   - "parent"
21561   - "tags"
21562   sort:
21563   - "1VNF"
21564   - "2VNF"
21565   - "4VNF"
21566   - "2VNF"
21567   - "4VNF"
21568   layout:
21569     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21570     layout: "plot-throughput-speedup-analysis"
21571
21572 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21573 -
21574   type: "plot"
21575   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21576   algorithm: "plot_throughput_speedup_analysis"
21577   output-file-type: ".html"
21578   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21579   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21580   filter: "'NIC_Intel-X520-DA2' and
21581            '64B' and
21582            ('BASE' or 'SCALE') and
21583            'NDRPDR' and
21584            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21585            not 'VHOST' and
21586            'MEMIF'"
21587   parameters:
21588   - "throughput"
21589   - "parent"
21590   - "tags"
21591   sort:
21592   - "1VNF"
21593   - "2VNF"
21594   - "4VNF"
21595   - "2VNF"
21596   - "4VNF"
21597   layout:
21598     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
21599     layout: "plot-throughput-speedup-analysis"
21600
21601 -
21602   type: "plot"
21603   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21604   algorithm: "plot_throughput_speedup_analysis"
21605   output-file-type: ".html"
21606   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21607   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21608   filter: "'NIC_Intel-X520-DA2' and
21609            '64B' and
21610            ('BASE' or 'SCALE') and
21611            'NDRPDR' and
21612            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21613            not 'VHOST' and
21614            'MEMIF'"
21615   parameters:
21616   - "throughput"
21617   - "parent"
21618   - "tags"
21619   sort:
21620   - "1VNF"
21621   - "2VNF"
21622   - "4VNF"
21623   - "2VNF"
21624   - "4VNF"
21625   layout:
21626     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
21627     layout: "plot-throughput-speedup-analysis"
21628
21629 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21630 -
21631   type: "plot"
21632   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21633   algorithm: "plot_throughput_speedup_analysis"
21634   output-file-type: ".html"
21635   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21636   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21637   filter: "'NIC_Intel-X710' and
21638            '64B' and
21639            ('BASE' or 'SCALE') and
21640            'NDRPDR' and
21641            'L2XCFWD' and
21642            not 'VHOST' and
21643            'MEMIF'"
21644   parameters:
21645   - "throughput"
21646   - "parent"
21647   - "tags"
21648   sort:
21649   - "1VNF"
21650   - "2VNF"
21651   - "4VNF"
21652   - "2VNF"
21653   - "4VNF"
21654   layout:
21655     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
21656     layout: "plot-throughput-speedup-analysis"
21657
21658 -
21659   type: "plot"
21660   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21661   algorithm: "plot_throughput_speedup_analysis"
21662   output-file-type: ".html"
21663   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21664   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21665   filter: "'NIC_Intel-X710' and
21666            '64B' and
21667            ('BASE' or 'SCALE') and
21668            'NDRPDR' and
21669            'L2XCFWD' and
21670            not 'VHOST' and
21671            'MEMIF'"
21672   parameters:
21673   - "throughput"
21674   - "parent"
21675   - "tags"
21676   sort:
21677   - "1VNF"
21678   - "2VNF"
21679   - "4VNF"
21680   - "2VNF"
21681   - "4VNF"
21682   layout:
21683     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
21684     layout: "plot-throughput-speedup-analysis"
21685
21686 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21687 -
21688   type: "plot"
21689   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21690   algorithm: "plot_throughput_speedup_analysis"
21691   output-file-type: ".html"
21692   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21693   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21694   filter: "'NIC_Intel-X710' and
21695            '64B' and
21696            ('BASE' or 'SCALE') and
21697            'NDRPDR' and
21698            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21699            not 'VHOST' and
21700            'MEMIF'"
21701   parameters:
21702   - "throughput"
21703   - "parent"
21704   - "tags"
21705   sort:
21706   - "1VNF"
21707   - "2VNF"
21708   - "4VNF"
21709   - "2VNF"
21710   - "4VNF"
21711   layout:
21712     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
21713     layout: "plot-throughput-speedup-analysis"
21714
21715 -
21716   type: "plot"
21717   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21718   algorithm: "plot_throughput_speedup_analysis"
21719   output-file-type: ".html"
21720   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21721   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21722   filter: "'NIC_Intel-X710' and
21723            '64B' and
21724            ('BASE' or 'SCALE') and
21725            'NDRPDR' and
21726            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21727            not 'VHOST' and
21728            'MEMIF'"
21729   parameters:
21730   - "throughput"
21731   - "parent"
21732   - "tags"
21733   sort:
21734   - "1VNF"
21735   - "2VNF"
21736   - "4VNF"
21737   - "2VNF"
21738   - "4VNF"
21739   layout:
21740     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
21741     layout: "plot-throughput-speedup-analysis"
21742
21743 ################################################################################
21744
21745 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21746 -
21747   type: "plot"
21748   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21749   algorithm: "plot_throughput_speedup_analysis"
21750   output-file-type: ".html"
21751   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21752   data: "plot-throughput-speedup-analysis-3n-hsw"
21753   filter: "'NIC_Intel-X520-DA2' and
21754            '64B' and
21755            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21756            'NDRPDR' and
21757            'IP4FWD' and
21758            not 'IPSEC' and
21759            not 'VHOST'"
21760   parameters:
21761   - "throughput"
21762   - "parent"
21763   - "tags"
21764   sort:
21765   - "IP4BASE"
21766   - "FIB_20K"
21767   - "FIB_200K"
21768   - "FIB_2M"
21769   layout:
21770     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21771     layout: "plot-throughput-speedup-analysis"
21772
21773 -
21774   type: "plot"
21775   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21776   algorithm: "plot_throughput_speedup_analysis"
21777   output-file-type: ".html"
21778   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21779   data: "plot-throughput-speedup-analysis-3n-hsw"
21780   filter: "'NIC_Intel-X520-DA2' and
21781            '64B' and
21782            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21783            'NDRPDR' and
21784            'IP4FWD' and
21785            not 'IPSEC' and
21786            not 'VHOST'"
21787   parameters:
21788   - "throughput"
21789   - "parent"
21790   - "tags"
21791   sort:
21792   - "IP4BASE"
21793   - "FIB_20K"
21794   - "FIB_200K"
21795   - "FIB_2M"
21796   layout:
21797     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21798     layout: "plot-throughput-speedup-analysis"
21799
21800 # Speedup - VPP IPv4 3n-hsw-x520 features
21801 -
21802   type: "plot"
21803   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21804   algorithm: "plot_throughput_speedup_analysis"
21805   output-file-type: ".html"
21806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21807   data: "plot-throughput-speedup-analysis-3n-hsw"
21808   filter: "'NIC_Intel-X520-DA2' and
21809            '64B' and
21810            ('IP4BASE' or
21811             'POLICE_MARK' or
21812             'COPWHLIST' or
21813             ('NAT44' and 'BASE') or
21814             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21815            'NDRPDR' and
21816            'IP4FWD' and
21817            not 'IPSEC' and
21818            not 'VHOST'"
21819   parameters:
21820   - "throughput"
21821   - "parent"
21822   - "tags"
21823   sort:
21824   - "IP4BASE"
21825   - "NAT44"
21826   - "POLICE_MARK"
21827   - "COPWHLIST"
21828   - "IACL"
21829   - "OACL"
21830   layout:
21831     title: "ip4-3n-hsw-x520-64b-features-ndr"
21832     layout: "plot-throughput-speedup-analysis"
21833
21834 -
21835   type: "plot"
21836   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21837   algorithm: "plot_throughput_speedup_analysis"
21838   output-file-type: ".html"
21839   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21840   data: "plot-throughput-speedup-analysis-3n-hsw"
21841   filter: "'NIC_Intel-X520-DA2' and
21842            '64B' and
21843            ('IP4BASE' or
21844             'POLICE_MARK' or
21845             'COPWHLIST' or
21846             ('NAT44' and 'BASE') or
21847             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21848            'NDRPDR' and
21849            'IP4FWD' and
21850            not 'IPSEC' and
21851            not 'VHOST'"
21852   parameters:
21853   - "throughput"
21854   - "parent"
21855   - "tags"
21856   sort:
21857   - "IP4BASE"
21858   - "NAT44"
21859   - "POLICE_MARK"
21860   - "COPWHLIST"
21861   - "IACL"
21862   - "OACL"
21863   layout:
21864     title: "ip4-3n-hsw-x520-64b-features-pdr"
21865     layout: "plot-throughput-speedup-analysis"
21866
21867 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21868 -
21869   type: "plot"
21870   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21871   algorithm: "plot_throughput_speedup_analysis"
21872   output-file-type: ".html"
21873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21874   data: "plot-throughput-speedup-analysis-3n-hsw"
21875   filter: "'NIC_Intel-X520-DA2' and
21876            '64B' and
21877            'NDRPDR' and
21878            'IP4FWD' and
21879            'NAT44' and
21880            not 'IPSEC' and
21881            not 'VHOST'"
21882   parameters:
21883   - "throughput"
21884   - "parent"
21885   - "tags"
21886   sort:
21887   - "BASE"
21888   - "BASE"
21889   - "SRC_USER_10"
21890   - "SRC_USER_100"
21891   - "SRC_USER_1000"
21892   - "SRC_USER_2000"
21893   layout:
21894     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21895     layout: "plot-throughput-speedup-analysis"
21896
21897 -
21898   type: "plot"
21899   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21900   algorithm: "plot_throughput_speedup_analysis"
21901   output-file-type: ".html"
21902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21903   data: "plot-throughput-speedup-analysis-3n-hsw"
21904   filter: "'NIC_Intel-X520-DA2' and
21905            '64B' and
21906            'NDRPDR' and
21907            'IP4FWD' and
21908            'NAT44' and
21909            not 'IPSEC' and
21910            not 'VHOST'"
21911   parameters:
21912   - "throughput"
21913   - "parent"
21914   - "tags"
21915   sort:
21916   - "BASE"
21917   - "BASE"
21918   - "SRC_USER_10"
21919   - "SRC_USER_100"
21920   - "SRC_USER_1000"
21921   - "SRC_USER_2000"
21922   layout:
21923     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
21924     layout: "plot-throughput-speedup-analysis"
21925
21926 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
21927 -
21928   type: "plot"
21929   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21930   algorithm: "plot_throughput_speedup_analysis"
21931   output-file-type: ".html"
21932   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
21933   data: "plot-throughput-speedup-analysis-3n-hsw"
21934   filter: "'NIC_Intel-X520-DA2' and
21935            '64B' and
21936            'NDRPDR' and
21937            'IP4FWD' and
21938            'IACL' and
21939            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21940            not 'IPSEC' and
21941            not 'VHOST'"
21942   parameters:
21943   - "throughput"
21944   - "parent"
21945   - "tags"
21946   sort:
21947   - "ACL_STATELESS"
21948   - "ACL_STATEFUL"
21949   - "ACL_STATELESS"
21950   - "ACL_STATEFUL"
21951   layout:
21952     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
21953     layout: "plot-throughput-speedup-analysis"
21954
21955 -
21956   type: "plot"
21957   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21958   algorithm: "plot_throughput_speedup_analysis"
21959   output-file-type: ".html"
21960   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
21961   data: "plot-throughput-speedup-analysis-3n-hsw"
21962   filter: "'NIC_Intel-X520-DA2' and
21963            '64B' and
21964            'NDRPDR' and
21965            'IP4FWD' and
21966            'IACL' and
21967            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21968            not 'IPSEC' and
21969            not 'VHOST'"
21970   parameters:
21971   - "throughput"
21972   - "parent"
21973   - "tags"
21974   sort:
21975   - "ACL_STATELESS"
21976   - "ACL_STATEFUL"
21977   - "ACL_STATELESS"
21978   - "ACL_STATEFUL"
21979   layout:
21980     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
21981     layout: "plot-throughput-speedup-analysis"
21982
21983 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
21984 -
21985   type: "plot"
21986   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21987   algorithm: "plot_throughput_speedup_analysis"
21988   output-file-type: ".html"
21989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
21990   data: "plot-throughput-speedup-analysis-3n-hsw"
21991   filter: "'NIC_Intel-X520-DA2' and
21992            '64B' and
21993            'NDRPDR' and
21994            'IP4FWD' and
21995            'OACL' and
21996            ('ACL10' or 'ACL50') and '10k_FLOWS' and
21997            not 'IPSEC' and
21998            not 'VHOST'"
21999   parameters:
22000   - "throughput"
22001   - "parent"
22002   - "tags"
22003   sort:
22004   - "ACL_STATELESS"
22005   - "ACL_STATEFUL"
22006   - "ACL_STATELESS"
22007   - "ACL_STATEFUL"
22008   layout:
22009     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22010     layout: "plot-throughput-speedup-analysis"
22011
22012 -
22013   type: "plot"
22014   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22015   algorithm: "plot_throughput_speedup_analysis"
22016   output-file-type: ".html"
22017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22018   data: "plot-throughput-speedup-analysis-3n-hsw"
22019   filter: "'NIC_Intel-X520-DA2' and
22020            '64B' and
22021            'NDRPDR' and
22022            'IP4FWD' and
22023            'OACL' and
22024            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22025            not 'IPSEC' and
22026            not 'VHOST'"
22027   parameters:
22028   - "throughput"
22029   - "parent"
22030   - "tags"
22031   sort:
22032   - "ACL_STATELESS"
22033   - "ACL_STATEFUL"
22034   - "ACL_STATELESS"
22035   - "ACL_STATEFUL"
22036   layout:
22037     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22038     layout: "plot-throughput-speedup-analysis"
22039
22040 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22041 -
22042   type: "plot"
22043   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22044   algorithm: "plot_throughput_speedup_analysis"
22045   output-file-type: ".html"
22046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22047   data: "plot-throughput-speedup-analysis-3n-hsw"
22048   filter: "'NIC_Intel-X710' and
22049            '64B' and
22050            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22051            'NDRPDR' and
22052            'IP4FWD' and
22053            not 'IPSEC' and
22054            not 'VHOST'"
22055   parameters:
22056   - "throughput"
22057   - "parent"
22058   - "tags"
22059   sort:
22060   - "IP4BASE"
22061   - "FIB_20K"
22062   - "FIB_200K"
22063   - "FIB_2M"
22064   layout:
22065     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22066     layout: "plot-throughput-speedup-analysis"
22067
22068 -
22069   type: "plot"
22070   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22071   algorithm: "plot_throughput_speedup_analysis"
22072   output-file-type: ".html"
22073   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22074   data: "plot-throughput-speedup-analysis-3n-hsw"
22075   filter: "'NIC_Intel-X710' and
22076            '64B' and
22077            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22078            'NDRPDR' and
22079            'IP4FWD' and
22080            not 'IPSEC' and
22081            not 'VHOST'"
22082   parameters:
22083   - "throughput"
22084   - "parent"
22085   - "tags"
22086   sort:
22087   - "IP4BASE"
22088   - "FIB_20K"
22089   - "FIB_200K"
22090   - "FIB_2M"
22091   layout:
22092     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22093     layout: "plot-throughput-speedup-analysis"
22094
22095 # Speedup - VPP IPv4 3n-hsw-x710 features
22096 -
22097   type: "plot"
22098   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22099   algorithm: "plot_throughput_speedup_analysis"
22100   output-file-type: ".html"
22101   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22102   data: "plot-throughput-speedup-analysis-3n-hsw"
22103   filter: "'NIC_Intel-X710' and
22104            '64B' and
22105            ('IP4BASE' or
22106             'POLICE_MARK' or
22107             'COPWHLIST' or
22108             ('NAT44' and 'BASE') or
22109             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22110            'NDRPDR' and
22111            'IP4FWD' and
22112            not 'IPSEC' and
22113            not 'VHOST'"
22114   parameters:
22115   - "throughput"
22116   - "parent"
22117   - "tags"
22118   sort:
22119   - "IP4BASE"
22120   - "NAT44"
22121   - "POLICE_MARK"
22122   - "COPWHLIST"
22123   - "IACL"
22124   - "OACL"
22125   layout:
22126     title: "ip4-3n-hsw-x710-64b-features-ndr"
22127     layout: "plot-throughput-speedup-analysis"
22128
22129 -
22130   type: "plot"
22131   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22132   algorithm: "plot_throughput_speedup_analysis"
22133   output-file-type: ".html"
22134   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22135   data: "plot-throughput-speedup-analysis-3n-hsw"
22136   filter: "'NIC_Intel-X710' and
22137            '64B' and
22138            ('IP4BASE' or
22139             'POLICE_MARK' or
22140             'COPWHLIST' or
22141             ('NAT44' and 'BASE') or
22142             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22143            'NDRPDR' and
22144            'IP4FWD' and
22145            not 'IPSEC' and
22146            not 'VHOST'"
22147   parameters:
22148   - "throughput"
22149   - "parent"
22150   - "tags"
22151   sort:
22152   - "IP4BASE"
22153   - "NAT44"
22154   - "POLICE_MARK"
22155   - "COPWHLIST"
22156   - "IACL"
22157   - "OACL"
22158   layout:
22159     title: "ip4-3n-hsw-x710-64b-features-pdr"
22160     layout: "plot-throughput-speedup-analysis"
22161
22162 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22163 -
22164   type: "plot"
22165   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22166   algorithm: "plot_throughput_speedup_analysis"
22167   output-file-type: ".html"
22168   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22169   data: "plot-throughput-speedup-analysis-3n-hsw"
22170   filter: "'NIC_Intel-X710' and
22171            '64B' and
22172            'NDRPDR' and
22173            'IP4FWD' and
22174            'NAT44' and
22175            not 'IPSEC' and
22176            not 'VHOST'"
22177   parameters:
22178   - "throughput"
22179   - "parent"
22180   - "tags"
22181   sort:
22182   - "BASE"
22183   - "BASE"
22184   - "SRC_USER_10"
22185   - "SRC_USER_100"
22186   - "SRC_USER_1000"
22187   - "SRC_USER_2000"
22188   layout:
22189     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22190     layout: "plot-throughput-speedup-analysis"
22191
22192 -
22193   type: "plot"
22194   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22195   algorithm: "plot_throughput_speedup_analysis"
22196   output-file-type: ".html"
22197   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22198   data: "plot-throughput-speedup-analysis-3n-hsw"
22199   filter: "'NIC_Intel-X710' and
22200            '64B' and
22201            'NDRPDR' and
22202            'IP4FWD' and
22203            'NAT44' and
22204            not 'IPSEC' and
22205            not 'VHOST'"
22206   parameters:
22207   - "throughput"
22208   - "parent"
22209   - "tags"
22210   sort:
22211   - "BASE"
22212   - "BASE"
22213   - "SRC_USER_10"
22214   - "SRC_USER_100"
22215   - "SRC_USER_1000"
22216   - "SRC_USER_2000"
22217   layout:
22218     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22219     layout: "plot-throughput-speedup-analysis"
22220
22221 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22222 -
22223   type: "plot"
22224   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22225   algorithm: "plot_throughput_speedup_analysis"
22226   output-file-type: ".html"
22227   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22228   data: "plot-throughput-speedup-analysis-3n-hsw"
22229   filter: "'NIC_Intel-X710' and
22230            '64B' and
22231            'NDRPDR' and
22232            'IP4FWD' and
22233            'IACL' and
22234            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22235            not 'IPSEC' and
22236            not 'VHOST'"
22237   parameters:
22238   - "throughput"
22239   - "parent"
22240   - "tags"
22241   sort:
22242   - "ACL_STATELESS"
22243   - "ACL_STATEFUL"
22244   - "ACL_STATELESS"
22245   - "ACL_STATEFUL"
22246   layout:
22247     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22248     layout: "plot-throughput-speedup-analysis"
22249
22250 -
22251   type: "plot"
22252   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22253   algorithm: "plot_throughput_speedup_analysis"
22254   output-file-type: ".html"
22255   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22256   data: "plot-throughput-speedup-analysis-3n-hsw"
22257   filter: "'NIC_Intel-X710' and
22258            '64B' and
22259            'NDRPDR' and
22260            'IP4FWD' and
22261            'IACL' and
22262            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22263            not 'IPSEC' and
22264            not 'VHOST'"
22265   parameters:
22266   - "throughput"
22267   - "parent"
22268   - "tags"
22269   sort:
22270   - "ACL_STATELESS"
22271   - "ACL_STATEFUL"
22272   - "ACL_STATELESS"
22273   - "ACL_STATEFUL"
22274   layout:
22275     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22276     layout: "plot-throughput-speedup-analysis"
22277
22278 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22279 -
22280   type: "plot"
22281   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22282   algorithm: "plot_throughput_speedup_analysis"
22283   output-file-type: ".html"
22284   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22285   data: "plot-throughput-speedup-analysis-3n-hsw"
22286   filter: "'NIC_Intel-X710' and
22287            '64B' and
22288            'NDRPDR' and
22289            'IP4FWD' and
22290            'OACL' and
22291            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22292            not 'IPSEC' and
22293            not 'VHOST'"
22294   parameters:
22295   - "throughput"
22296   - "parent"
22297   - "tags"
22298   sort:
22299   - "ACL_STATELESS"
22300   - "ACL_STATEFUL"
22301   - "ACL_STATELESS"
22302   - "ACL_STATEFUL"
22303   layout:
22304     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
22305     layout: "plot-throughput-speedup-analysis"
22306
22307 -
22308   type: "plot"
22309   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22310   algorithm: "plot_throughput_speedup_analysis"
22311   output-file-type: ".html"
22312   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22313   data: "plot-throughput-speedup-analysis-3n-hsw"
22314   filter: "'NIC_Intel-X710' and
22315            '64B' and
22316            'NDRPDR' and
22317            'IP4FWD' and
22318            'OACL' and
22319            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22320            not 'IPSEC' and
22321            not 'VHOST'"
22322   parameters:
22323   - "throughput"
22324   - "parent"
22325   - "tags"
22326   sort:
22327   - "ACL_STATELESS"
22328   - "ACL_STATEFUL"
22329   - "ACL_STATELESS"
22330   - "ACL_STATEFUL"
22331   layout:
22332     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
22333     layout: "plot-throughput-speedup-analysis"
22334
22335 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22336 -
22337   type: "plot"
22338   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22339   algorithm: "plot_throughput_speedup_analysis"
22340   output-file-type: ".html"
22341   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22342   data: "plot-throughput-speedup-analysis-3n-hsw"
22343   filter: "'NIC_Intel-XL710' and
22344            '64B' and
22345            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22346            'NDRPDR' and
22347            'IP4FWD' and
22348            not 'IPSEC' and
22349            not 'VHOST'"
22350   parameters:
22351   - "throughput"
22352   - "parent"
22353   - "tags"
22354   sort:
22355   - "IP4BASE"
22356   - "FIB_20K"
22357   - "FIB_200K"
22358   - "FIB_2M"
22359   layout:
22360     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22361     layout: "plot-throughput-speedup-analysis"
22362
22363 -
22364   type: "plot"
22365   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22366   algorithm: "plot_throughput_speedup_analysis"
22367   output-file-type: ".html"
22368   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22369   data: "plot-throughput-speedup-analysis-3n-hsw"
22370   filter: "'NIC_Intel-XL710' and
22371            '64B' and
22372            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22373            'NDRPDR' and
22374            'IP4FWD' and
22375            not 'IPSEC' and
22376            not 'VHOST'"
22377   parameters:
22378   - "throughput"
22379   - "parent"
22380   - "tags"
22381   sort:
22382   - "IP4BASE"
22383   - "FIB_20K"
22384   - "FIB_200K"
22385   - "FIB_2M"
22386   layout:
22387     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22388     layout: "plot-throughput-speedup-analysis"
22389
22390 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22391 -
22392   type: "plot"
22393   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22394   algorithm: "plot_throughput_speedup_analysis"
22395   output-file-type: ".html"
22396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22397   data: "plot-throughput-speedup-analysis-3n-skx"
22398   filter: "'NIC_Intel-X710' and
22399            '64B' and
22400            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22401            'NDRPDR' and
22402            'IP4FWD' and
22403            not 'IPSEC' and
22404            not 'VHOST'"
22405   parameters:
22406   - "throughput"
22407   - "parent"
22408   - "tags"
22409   sort:
22410   - "IP4BASE"
22411   - "FIB_20K"
22412   - "FIB_200K"
22413   - "FIB_2M"
22414   layout:
22415     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22416     layout: "plot-throughput-speedup-analysis"
22417
22418 -
22419   type: "plot"
22420   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22421   algorithm: "plot_throughput_speedup_analysis"
22422   output-file-type: ".html"
22423   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22424   data: "plot-throughput-speedup-analysis-3n-skx"
22425   filter: "'NIC_Intel-X710' and
22426            '64B' and
22427            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22428            'NDRPDR' and
22429            'IP4FWD' and
22430            not 'IPSEC' and
22431            not 'VHOST'"
22432   parameters:
22433   - "throughput"
22434   - "parent"
22435   - "tags"
22436   sort:
22437   - "IP4BASE"
22438   - "FIB_20K"
22439   - "FIB_200K"
22440   - "FIB_2M"
22441   layout:
22442     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22443     layout: "plot-throughput-speedup-analysis"
22444
22445 # Speedup - VPP IPv4 3n-skx-x710 features
22446 -
22447   type: "plot"
22448   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22449   algorithm: "plot_throughput_speedup_analysis"
22450   output-file-type: ".html"
22451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22452   data: "plot-throughput-speedup-analysis-3n-skx"
22453   filter: "'NIC_Intel-X710' and
22454            '64B' and
22455            ('IP4BASE' or
22456             'POLICE_MARK' or
22457             'COPWHLIST' or
22458             ('NAT44' and 'BASE') or
22459             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22460            'NDRPDR' and
22461            'IP4FWD' and
22462            not 'IPSEC' and
22463            not 'VHOST'"
22464   parameters:
22465   - "throughput"
22466   - "parent"
22467   - "tags"
22468   sort:
22469   - "IP4BASE"
22470   - "NAT44"
22471   - "POLICE_MARK"
22472   - "COPWHLIST"
22473   - "IACL"
22474   - "OACL"
22475   layout:
22476     title: "ip4-3n-skx-x710-64b-features-ndr"
22477     layout: "plot-throughput-speedup-analysis"
22478
22479 -
22480   type: "plot"
22481   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22482   algorithm: "plot_throughput_speedup_analysis"
22483   output-file-type: ".html"
22484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22485   data: "plot-throughput-speedup-analysis-3n-skx"
22486   filter: "'NIC_Intel-X710' and
22487            '64B' and
22488            ('IP4BASE' or
22489             'POLICE_MARK' or
22490             'COPWHLIST' or
22491             ('NAT44' and 'BASE') or
22492             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22493            'NDRPDR' and
22494            'IP4FWD' and
22495            not 'IPSEC' and
22496            not 'VHOST'"
22497   parameters:
22498   - "throughput"
22499   - "parent"
22500   - "tags"
22501   sort:
22502   - "IP4BASE"
22503   - "NAT44"
22504   - "POLICE_MARK"
22505   - "COPWHLIST"
22506   - "IACL"
22507   - "OACL"
22508   layout:
22509     title: "ip4-3n-skx-x710-64b-features-pdr"
22510     layout: "plot-throughput-speedup-analysis"
22511
22512 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22513 -
22514   type: "plot"
22515   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22516   algorithm: "plot_throughput_speedup_analysis"
22517   output-file-type: ".html"
22518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22519   data: "plot-throughput-speedup-analysis-3n-skx"
22520   filter: "'NIC_Intel-X710' and
22521            '64B' and
22522            'NDRPDR' and
22523            'IP4FWD' and
22524            'NAT44' and
22525            not 'IPSEC' and
22526            not 'VHOST'"
22527   parameters:
22528   - "throughput"
22529   - "parent"
22530   - "tags"
22531   sort:
22532   - "BASE"
22533   - "BASE"
22534   - "SRC_USER_10"
22535   - "SRC_USER_100"
22536   - "SRC_USER_1000"
22537   - "SRC_USER_2000"
22538   layout:
22539     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22540     layout: "plot-throughput-speedup-analysis"
22541
22542 -
22543   type: "plot"
22544   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22545   algorithm: "plot_throughput_speedup_analysis"
22546   output-file-type: ".html"
22547   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22548   data: "plot-throughput-speedup-analysis-3n-skx"
22549   filter: "'NIC_Intel-X710' and
22550            '64B' and
22551            'NDRPDR' and
22552            'IP4FWD' and
22553            'NAT44' and
22554            not 'IPSEC' and
22555            not 'VHOST'"
22556   parameters:
22557   - "throughput"
22558   - "parent"
22559   - "tags"
22560   sort:
22561   - "BASE"
22562   - "BASE"
22563   - "SRC_USER_10"
22564   - "SRC_USER_100"
22565   - "SRC_USER_1000"
22566   - "SRC_USER_2000"
22567   layout:
22568     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22569     layout: "plot-throughput-speedup-analysis"
22570
22571 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22572 -
22573   type: "plot"
22574   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22575   algorithm: "plot_throughput_speedup_analysis"
22576   output-file-type: ".html"
22577   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22578   data: "plot-throughput-speedup-analysis-3n-skx"
22579   filter: "'NIC_Intel-X710' and
22580            '64B' and
22581            'NDRPDR' and
22582            'IP4FWD' and
22583            'IACL' and
22584            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22585            not 'IPSEC' and
22586            not 'VHOST'"
22587   parameters:
22588   - "throughput"
22589   - "parent"
22590   - "tags"
22591   sort:
22592   - "ACL_STATELESS"
22593   - "ACL_STATEFUL"
22594   - "ACL_STATELESS"
22595   - "ACL_STATEFUL"
22596   layout:
22597     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22598     layout: "plot-throughput-speedup-analysis"
22599
22600 -
22601   type: "plot"
22602   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22603   algorithm: "plot_throughput_speedup_analysis"
22604   output-file-type: ".html"
22605   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22606   data: "plot-throughput-speedup-analysis-3n-skx"
22607   filter: "'NIC_Intel-X710' and
22608            '64B' and
22609            'NDRPDR' and
22610            'IP4FWD' and
22611            'IACL' and
22612            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22613            not 'IPSEC' and
22614            not 'VHOST'"
22615   parameters:
22616   - "throughput"
22617   - "parent"
22618   - "tags"
22619   sort:
22620   - "ACL_STATELESS"
22621   - "ACL_STATEFUL"
22622   - "ACL_STATELESS"
22623   - "ACL_STATEFUL"
22624   layout:
22625     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22626     layout: "plot-throughput-speedup-analysis"
22627
22628 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22629 -
22630   type: "plot"
22631   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22632   algorithm: "plot_throughput_speedup_analysis"
22633   output-file-type: ".html"
22634   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22635   data: "plot-throughput-speedup-analysis-3n-skx"
22636   filter: "'NIC_Intel-X710' and
22637            '64B' and
22638            'NDRPDR' and
22639            'IP4FWD' and
22640            'OACL' and
22641            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22642            not 'IPSEC' and
22643            not 'VHOST'"
22644   parameters:
22645   - "throughput"
22646   - "parent"
22647   - "tags"
22648   sort:
22649   - "ACL_STATELESS"
22650   - "ACL_STATEFUL"
22651   - "ACL_STATELESS"
22652   - "ACL_STATEFUL"
22653   layout:
22654     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
22655     layout: "plot-throughput-speedup-analysis"
22656
22657 -
22658   type: "plot"
22659   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22660   algorithm: "plot_throughput_speedup_analysis"
22661   output-file-type: ".html"
22662   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22663   data: "plot-throughput-speedup-analysis-3n-skx"
22664   filter: "'NIC_Intel-X710' and
22665            '64B' and
22666            'NDRPDR' and
22667            'IP4FWD' and
22668            'OACL' and
22669            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22670            not 'IPSEC' and
22671            not 'VHOST'"
22672   parameters:
22673   - "throughput"
22674   - "parent"
22675   - "tags"
22676   sort:
22677   - "ACL_STATELESS"
22678   - "ACL_STATEFUL"
22679   - "ACL_STATELESS"
22680   - "ACL_STATEFUL"
22681   layout:
22682     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
22683     layout: "plot-throughput-speedup-analysis"
22684
22685 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22686 -
22687   type: "plot"
22688   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22689   algorithm: "plot_throughput_speedup_analysis"
22690   output-file-type: ".html"
22691   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22692   data: "plot-throughput-speedup-analysis-2n-skx"
22693   filter: "'NIC_Intel-X710' and
22694            '64B' and
22695            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22696            'NDRPDR' and
22697            'IP4FWD' and
22698            not 'IPSEC' and
22699            not 'VHOST'"
22700   parameters:
22701   - "throughput"
22702   - "parent"
22703   - "tags"
22704   sort:
22705   - "IP4BASE"
22706   - "FIB_20K"
22707   - "FIB_200K"
22708   - "FIB_2M"
22709   layout:
22710     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22711     layout: "plot-throughput-speedup-analysis"
22712
22713 -
22714   type: "plot"
22715   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22716   algorithm: "plot_throughput_speedup_analysis"
22717   output-file-type: ".html"
22718   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22719   data: "plot-throughput-speedup-analysis-2n-skx"
22720   filter: "'NIC_Intel-X710' and
22721            '64B' and
22722            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22723            'NDRPDR' and
22724            'IP4FWD' and
22725            not 'IPSEC' and
22726            not 'VHOST'"
22727   parameters:
22728   - "throughput"
22729   - "parent"
22730   - "tags"
22731   sort:
22732   - "IP4BASE"
22733   - "FIB_20K"
22734   - "FIB_200K"
22735   - "FIB_2M"
22736   layout:
22737     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22738     layout: "plot-throughput-speedup-analysis"
22739
22740 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22741 -
22742   type: "plot"
22743   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22744   algorithm: "plot_throughput_speedup_analysis"
22745   output-file-type: ".html"
22746   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22747   data: "plot-throughput-speedup-analysis-2n-skx"
22748   filter: "'NIC_Intel-XXV710' and
22749            '64B' and
22750            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22751            'NDRPDR' and
22752            'IP4FWD' and
22753            not 'IPSEC' and
22754            not 'VHOST'"
22755   parameters:
22756   - "throughput"
22757   - "parent"
22758   - "tags"
22759   sort:
22760   - "IP4BASE"
22761   - "FIB_20K"
22762   - "FIB_200K"
22763   - "FIB_2M"
22764   layout:
22765     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22766     layout: "plot-throughput-speedup-analysis"
22767
22768 -
22769   type: "plot"
22770   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22771   algorithm: "plot_throughput_speedup_analysis"
22772   output-file-type: ".html"
22773   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22774   data: "plot-throughput-speedup-analysis-2n-skx"
22775   filter: "'NIC_Intel-XXV710' and
22776            '64B' and
22777            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22778            'NDRPDR' and
22779            'IP4FWD' and
22780            not 'IPSEC' and
22781            not 'VHOST'"
22782   parameters:
22783   - "throughput"
22784   - "parent"
22785   - "tags"
22786   sort:
22787   - "IP4BASE"
22788   - "FIB_20K"
22789   - "FIB_200K"
22790   - "FIB_2M"
22791   layout:
22792     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22793     layout: "plot-throughput-speedup-analysis"
22794
22795 ################################################################################
22796
22797 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22798 -
22799   type: "plot"
22800   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22801   algorithm: "plot_throughput_speedup_analysis"
22802   output-file-type: ".html"
22803   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22804   data: "plot-throughput-speedup-analysis-3n-hsw"
22805   filter: "'NIC_Intel-X520_DA2' and
22806            '64B' and
22807            'ENCAP' and
22808            'NDRPDR' and
22809            'VXLAN' and
22810            'L2BDMACLRN' and
22811            not 'VHOST' and
22812            not 'IPSECHW'"
22813   parameters:
22814   - "throughput"
22815   - "parent"
22816   - "tags"
22817   sort:
22818   - "not DOT1Q"
22819   - "VXLAN_1"
22820   - "VXLAN_10"
22821   - "VXLAN_100"
22822   - "VXLAN_1000"
22823   layout:
22824     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22825     layout: "plot-throughput-speedup-analysis"
22826
22827 -
22828   type: "plot"
22829   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22830   algorithm: "plot_throughput_speedup_analysis"
22831   output-file-type: ".html"
22832   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22833   data: "plot-throughput-speedup-analysis-3n-hsw"
22834   filter: "'NIC_Intel-X520_DA2' and
22835            '64B' and
22836            'ENCAP' and
22837            'NDRPDR' and
22838            'VXLAN' and
22839            'L2BDMACLRN' and
22840            not 'VHOST' and
22841            not 'IPSECHW'"
22842   parameters:
22843   - "throughput"
22844   - "parent"
22845   - "tags"
22846   sort:
22847   - "not DOT1Q"
22848   - "VXLAN_1"
22849   - "VXLAN_10"
22850   - "VXLAN_100"
22851   - "VXLAN_1000"
22852   layout:
22853     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22854     layout: "plot-throughput-speedup-analysis"
22855
22856 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22857 -
22858   type: "plot"
22859   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22860   algorithm: "plot_throughput_speedup_analysis"
22861   output-file-type: ".html"
22862   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22863   data: "plot-throughput-speedup-analysis-3n-hsw"
22864   filter: "'NIC_Intel-X520-DA2' and
22865            '64B' and
22866            'ENCAP' and
22867            'NDRPDR' and
22868            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22869            not 'DOT1Q' and
22870            not 'VHOST' and
22871            not 'IPSECHW'"
22872   parameters:
22873   - "throughput"
22874   - "parent"
22875   - "tags"
22876   sort:
22877   - "L2BDMACLRN"
22878   - "L2XCFWD"
22879   - "LISP"
22880   layout:
22881     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22882     layout: "plot-throughput-speedup-analysis"
22883
22884 -
22885   type: "plot"
22886   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22887   algorithm: "plot_throughput_speedup_analysis"
22888   output-file-type: ".html"
22889   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22890   data: "plot-throughput-speedup-analysis-3n-hsw"
22891   filter: "'NIC_Intel-X520-DA2' and
22892            '64B' and
22893            'ENCAP' and
22894            'NDRPDR' and
22895            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22896            not 'DOT1Q' and
22897            not 'VHOST' and
22898            not 'IPSECHW'"
22899   parameters:
22900   - "throughput"
22901   - "parent"
22902   - "tags"
22903   sort:
22904   - "L2BDMACLRN"
22905   - "L2XCFWD"
22906   - "LISP"
22907   layout:
22908     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22909     layout: "plot-throughput-speedup-analysis"
22910
22911 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22912 -
22913   type: "plot"
22914   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22915   algorithm: "plot_throughput_speedup_analysis"
22916   output-file-type: ".html"
22917   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22918   data: "plot-throughput-speedup-analysis-3n-hsw"
22919   filter: "'NIC_Intel-X710' and
22920            '64B' and
22921            'ENCAP' and
22922            'NDRPDR' and
22923            'VXLAN' and
22924            'L2BDMACLRN' and
22925            not 'VHOST' and
22926            not 'IPSECHW'"
22927   parameters:
22928   - "throughput"
22929   - "parent"
22930   - "tags"
22931   sort:
22932   - "not DOT1Q"
22933   - "VXLAN_1"
22934   - "VXLAN_10"
22935   - "VXLAN_100"
22936   - "VXLAN_1000"
22937   layout:
22938     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
22939     layout: "plot-throughput-speedup-analysis"
22940
22941 -
22942   type: "plot"
22943   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22944   algorithm: "plot_throughput_speedup_analysis"
22945   output-file-type: ".html"
22946   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22947   data: "plot-throughput-speedup-analysis-3n-hsw"
22948   filter: "'NIC_Intel-X710' and
22949            '64B' and
22950            'ENCAP' and
22951            'NDRPDR' and
22952            'VXLAN' and
22953            'L2BDMACLRN' and
22954            not 'VHOST' and
22955            not 'IPSECHW'"
22956   parameters:
22957   - "throughput"
22958   - "parent"
22959   - "tags"
22960   sort:
22961   - "not DOT1Q"
22962   - "VXLAN_1"
22963   - "VXLAN_10"
22964   - "VXLAN_100"
22965   - "VXLAN_1000"
22966   layout:
22967     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
22968     layout: "plot-throughput-speedup-analysis"
22969
22970 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
22971 -
22972   type: "plot"
22973   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22974   algorithm: "plot_throughput_speedup_analysis"
22975   output-file-type: ".html"
22976   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
22977   data: "plot-throughput-speedup-analysis-3n-hsw"
22978   filter: "'NIC_Intel-X710' and
22979            '64B' and
22980            'ENCAP' and
22981            'NDRPDR' and
22982            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22983            not 'DOT1Q' and
22984            not 'VHOST' and
22985            not 'IPSECHW'"
22986   parameters:
22987   - "throughput"
22988   - "parent"
22989   - "tags"
22990   sort:
22991   - "L2BDMACLRN"
22992   - "L2XCFWD"
22993   - "LISP"
22994   layout:
22995     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
22996     layout: "plot-throughput-speedup-analysis"
22997
22998 -
22999   type: "plot"
23000   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23001   algorithm: "plot_throughput_speedup_analysis"
23002   output-file-type: ".html"
23003   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23004   data: "plot-throughput-speedup-analysis-3n-hsw"
23005   filter: "'NIC_Intel-X710' and
23006            '64B' and
23007            'ENCAP' and
23008            'NDRPDR' and
23009            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23010            not 'DOT1Q' and
23011            not 'VHOST' and
23012            not 'IPSECHW'"
23013   parameters:
23014   - "throughput"
23015   - "parent"
23016   - "tags"
23017   sort:
23018   - "L2BDMACLRN"
23019   - "L2XCFWD"
23020   - "LISP"
23021   layout:
23022     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23023     layout: "plot-throughput-speedup-analysis"
23024
23025 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23026 -
23027   type: "plot"
23028   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23029   algorithm: "plot_throughput_speedup_analysis"
23030   output-file-type: ".html"
23031   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23032   data: "plot-throughput-speedup-analysis-3n-skx"
23033   filter: "'NIC_Intel-X710' and
23034            '64B' and
23035            'ENCAP' and
23036            'NDRPDR' and
23037            'VXLAN' and
23038            'L2BDMACLRN' and
23039            not 'VHOST' and
23040            not 'IPSECHW'"
23041   parameters:
23042   - "throughput"
23043   - "parent"
23044   - "tags"
23045   sort:
23046   - "not DOT1Q"
23047   - "VXLAN_1"
23048   - "VXLAN_10"
23049   - "VXLAN_100"
23050   - "VXLAN_1000"
23051   layout:
23052     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23053     layout: "plot-throughput-speedup-analysis"
23054
23055 -
23056   type: "plot"
23057   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23058   algorithm: "plot_throughput_speedup_analysis"
23059   output-file-type: ".html"
23060   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23061   data: "plot-throughput-speedup-analysis-3n-skx"
23062   filter: "'NIC_Intel-X710' and
23063            '64B' and
23064            'ENCAP' and
23065            'NDRPDR' and
23066            'VXLAN' and
23067            'L2BDMACLRN' and
23068            not 'VHOST' and
23069            not 'IPSECHW'"
23070   parameters:
23071   - "throughput"
23072   - "parent"
23073   - "tags"
23074   sort:
23075   - "not DOT1Q"
23076   - "VXLAN_1"
23077   - "VXLAN_10"
23078   - "VXLAN_100"
23079   - "VXLAN_1000"
23080   layout:
23081     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23082     layout: "plot-throughput-speedup-analysis"
23083
23084 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23085 -
23086   type: "plot"
23087   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23088   algorithm: "plot_throughput_speedup_analysis"
23089   output-file-type: ".html"
23090   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23091   data: "plot-throughput-speedup-analysis-3n-skx"
23092   filter: "'NIC_Intel-X710' and
23093            '64B' and
23094            'ENCAP' and
23095            'NDRPDR' and
23096            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23097            not 'DOT1Q' and
23098            not 'VHOST' and
23099            not 'IPSECHW'"
23100   parameters:
23101   - "throughput"
23102   - "parent"
23103   - "tags"
23104   sort:
23105   - "L2BDMACLRN"
23106   - "L2XCFWD"
23107   - "LISP"
23108   layout:
23109     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23110     layout: "plot-throughput-speedup-analysis"
23111
23112 -
23113   type: "plot"
23114   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23115   algorithm: "plot_throughput_speedup_analysis"
23116   output-file-type: ".html"
23117   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23118   data: "plot-throughput-speedup-analysis-3n-skx"
23119   filter: "'NIC_Intel-X710' and
23120            '64B' and
23121            'ENCAP' and
23122            'NDRPDR' and
23123            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23124            not 'DOT1Q' and
23125            not 'VHOST' and
23126            not 'IPSECHW'"
23127   parameters:
23128   - "throughput"
23129   - "parent"
23130   - "tags"
23131   sort:
23132   - "L2BDMACLRN"
23133   - "L2XCFWD"
23134   - "LISP"
23135   layout:
23136     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23137     layout: "plot-throughput-speedup-analysis"
23138
23139 ################################################################################
23140
23141 # Speedup - VPP IPv6 3n-hsw-x520
23142 -
23143   type: "plot"
23144   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23145   algorithm: "plot_throughput_speedup_analysis"
23146   output-file-type: ".html"
23147   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23148   data: "plot-throughput-speedup-analysis-3n-hsw"
23149   filter: "'NIC_Intel-X520-DA2' and
23150            '78B' and
23151            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23152            'NDRPDR' and
23153            'IP6FWD' and
23154            not 'SRv6' and
23155            not 'IPSEC' and
23156            not 'VHOST'"
23157   parameters:
23158   - "throughput"
23159   - "parent"
23160   - "tags"
23161   sort:
23162   - "IP6BASE"
23163   - "FIB_20K"
23164   - "FIB_200K"
23165   - "FIB_2M"
23166   layout:
23167     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23168     layout: "plot-throughput-speedup-analysis"
23169
23170 -
23171   type: "plot"
23172   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23173   algorithm: "plot_throughput_speedup_analysis"
23174   output-file-type: ".html"
23175   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23176   data: "plot-throughput-speedup-analysis-3n-hsw"
23177   filter: "'NIC_Intel-X520-DA2' and
23178            '78B' and
23179            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23180            'NDRPDR' and
23181            'IP6FWD' and
23182            not 'SRv6' and
23183            not 'IPSEC' and
23184            not 'VHOST'"
23185   parameters:
23186   - "throughput"
23187   - "parent"
23188   - "tags"
23189   sort:
23190   - "IP6BASE"
23191   - "FIB_20K"
23192   - "FIB_200K"
23193   - "FIB_2M"
23194   layout:
23195     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23196     layout: "plot-throughput-speedup-analysis"
23197
23198 # Speedup - VPP IPv6 3n-hsw-x520 features
23199 -
23200   type: "plot"
23201   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23202   algorithm: "plot_throughput_speedup_analysis"
23203   output-file-type: ".html"
23204   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23205   data: "plot-throughput-speedup-analysis-3n-hsw"
23206   filter: "'NIC_Intel-X520-DA2' and
23207            '78B' and
23208            ('IP6BASE' or
23209             'POLICE_MARK' or
23210             'COPWHLIST' or
23211             'IACLDST') and
23212            'NDRPDR' and
23213            'IP6FWD' and
23214            not 'SRv6' and
23215            not 'IPSEC' and
23216            not 'VHOST'"
23217   parameters:
23218   - "throughput"
23219   - "parent"
23220   - "tags"
23221   sort:
23222   - "IP6BASE"
23223   - "POLICE_MARK"
23224   - "COPWHLIST"
23225   - "IACLDST"
23226   layout:
23227     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23228     layout: "plot-throughput-speedup-analysis"
23229
23230 -
23231   type: "plot"
23232   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23233   algorithm: "plot_throughput_speedup_analysis"
23234   output-file-type: ".html"
23235   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23236   data: "plot-throughput-speedup-analysis-3n-hsw"
23237   filter: "'NIC_Intel-X520-DA2' and
23238            '78B' and
23239            ('IP6BASE' or
23240             'POLICE_MARK' or
23241             'COPWHLIST' or
23242             'IACLDST') and
23243            'NDRPDR' and
23244            'IP6FWD' and
23245            not 'SRv6' and
23246            not 'IPSEC' and
23247            not 'VHOST'"
23248   parameters:
23249   - "throughput"
23250   - "parent"
23251   - "tags"
23252   sort:
23253   - "IP6BASE"
23254   - "POLICE_MARK"
23255   - "COPWHLIST"
23256   - "IACLDST"
23257   layout:
23258     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23259     layout: "plot-throughput-speedup-analysis"
23260
23261 # Speedup - VPP IPv6 3n-hsw-x710
23262 -
23263   type: "plot"
23264   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23265   algorithm: "plot_throughput_speedup_analysis"
23266   output-file-type: ".html"
23267   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23268   data: "plot-throughput-speedup-analysis-3n-hsw"
23269   filter: "'NIC_Intel-X710' and
23270            '78B' and
23271            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23272            'NDRPDR' and
23273            'IP6FWD' and
23274            not 'SRv6' and
23275            not 'IPSEC' and
23276            not 'VHOST'"
23277   parameters:
23278   - "throughput"
23279   - "parent"
23280   - "tags"
23281   sort:
23282   - "IP6BASE"
23283   - "FIB_20K"
23284   - "FIB_200K"
23285   - "FIB_2M"
23286   layout:
23287     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23288     layout: "plot-throughput-speedup-analysis"
23289
23290 -
23291   type: "plot"
23292   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23293   algorithm: "plot_throughput_speedup_analysis"
23294   output-file-type: ".html"
23295   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23296   data: "plot-throughput-speedup-analysis-3n-hsw"
23297   filter: "'NIC_Intel-X710' and
23298            '78B' and
23299            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23300            'NDRPDR' and
23301            'IP6FWD' and
23302            not 'SRv6' and
23303            not 'IPSEC' and
23304            not 'VHOST'"
23305   parameters:
23306   - "throughput"
23307   - "parent"
23308   - "tags"
23309   sort:
23310   - "IP6BASE"
23311   - "FIB_20K"
23312   - "FIB_200K"
23313   - "FIB_2M"
23314   layout:
23315     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23316     layout: "plot-throughput-speedup-analysis"
23317
23318 # Speedup - VPP IPv6 3n-hsw-x710 features
23319 -
23320   type: "plot"
23321   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23322   algorithm: "plot_throughput_speedup_analysis"
23323   output-file-type: ".html"
23324   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23325   data: "plot-throughput-speedup-analysis-3n-hsw"
23326   filter: "'NIC_Intel-X710' and
23327            '78B' and
23328            ('IP6BASE' or
23329             'POLICE_MARK' or
23330             'COPWHLIST' or
23331             'IACLDST') and
23332            'NDRPDR' and
23333            'IP6FWD' and
23334            not 'SRv6' and
23335            not 'IPSEC' and
23336            not 'VHOST'"
23337   parameters:
23338   - "throughput"
23339   - "parent"
23340   - "tags"
23341   sort:
23342   - "IP6BASE"
23343   - "POLICE_MARK"
23344   - "COPWHLIST"
23345   - "IACLDST"
23346   layout:
23347     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23348     layout: "plot-throughput-speedup-analysis"
23349
23350 -
23351   type: "plot"
23352   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23353   algorithm: "plot_throughput_speedup_analysis"
23354   output-file-type: ".html"
23355   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23356   data: "plot-throughput-speedup-analysis-3n-hsw"
23357   filter: "'NIC_Intel-X710' and
23358            '78B' and
23359            ('IP6BASE' or
23360             'POLICE_MARK' or
23361             'COPWHLIST' or
23362             'IACLDST') and
23363            'NDRPDR' and
23364            'IP6FWD' and
23365            not 'SRv6' and
23366            not 'IPSEC' and
23367            not 'VHOST'"
23368   parameters:
23369   - "throughput"
23370   - "parent"
23371   - "tags"
23372   sort:
23373   - "IP6BASE"
23374   - "POLICE_MARK"
23375   - "COPWHLIST"
23376   - "IACLDST"
23377   layout:
23378     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23379     layout: "plot-throughput-speedup-analysis"
23380
23381 # Speedup - VPP IPv6 3n-hsw-xl710
23382 -
23383   type: "plot"
23384   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23385   algorithm: "plot_throughput_speedup_analysis"
23386   output-file-type: ".html"
23387   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23388   data: "plot-throughput-speedup-analysis-3n-hsw"
23389   filter: "'NIC_Intel-XL710' and
23390            '78B' and
23391            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23392            'NDRPDR' and
23393            'IP6FWD' and
23394            not 'SRv6' and
23395            not 'IPSEC' and
23396            not 'VHOST'"
23397   parameters:
23398   - "throughput"
23399   - "parent"
23400   - "tags"
23401   sort:
23402   - "IP6BASE"
23403   - "FIB_20K"
23404   - "FIB_200K"
23405   - "FIB_2M"
23406   layout:
23407     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23408     layout: "plot-throughput-speedup-analysis"
23409
23410 -
23411   type: "plot"
23412   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23413   algorithm: "plot_throughput_speedup_analysis"
23414   output-file-type: ".html"
23415   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23416   data: "plot-throughput-speedup-analysis-3n-hsw"
23417   filter: "'NIC_Intel-XL710' and
23418            '78B' and
23419            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23420            'NDRPDR' and
23421            'IP6FWD' and
23422            not 'SRv6' and
23423            not 'IPSEC' and
23424            not 'VHOST'"
23425   parameters:
23426   - "throughput"
23427   - "parent"
23428   - "tags"
23429   sort:
23430   - "IP6BASE"
23431   - "FIB_20K"
23432   - "FIB_200K"
23433   - "FIB_2M"
23434   layout:
23435     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23436     layout: "plot-throughput-speedup-analysis"
23437
23438 # Speedup - VPP IPv6 3n-skx-x710
23439 -
23440   type: "plot"
23441   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23442   algorithm: "plot_throughput_speedup_analysis"
23443   output-file-type: ".html"
23444   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23445   data: "plot-throughput-speedup-analysis-3n-skx"
23446   filter: "'NIC_Intel-X710' and
23447            '78B' and
23448            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23449            'NDRPDR' and
23450            'IP6FWD' and
23451            not 'SRv6' and
23452            not 'IPSEC' and
23453            not 'VHOST'"
23454   parameters:
23455   - "throughput"
23456   - "parent"
23457   - "tags"
23458   sort:
23459   - "IP6BASE"
23460   - "FIB_20K"
23461   - "FIB_200K"
23462   - "FIB_2M"
23463   layout:
23464     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23465     layout: "plot-throughput-speedup-analysis"
23466
23467 -
23468   type: "plot"
23469   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23470   algorithm: "plot_throughput_speedup_analysis"
23471   output-file-type: ".html"
23472   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23473   data: "plot-throughput-speedup-analysis-3n-skx"
23474   filter: "'NIC_Intel-X710' and
23475            '78B' and
23476            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23477            'NDRPDR' and
23478            'IP6FWD' and
23479            not 'SRv6' and
23480            not 'IPSEC' and
23481            not 'VHOST'"
23482   parameters:
23483   - "throughput"
23484   - "parent"
23485   - "tags"
23486   sort:
23487   - "IP6BASE"
23488   - "FIB_20K"
23489   - "FIB_200K"
23490   - "FIB_2M"
23491   layout:
23492     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23493     layout: "plot-throughput-speedup-analysis"
23494
23495 # Speedup - VPP IPv6 3n-skx-x710 features
23496 -
23497   type: "plot"
23498   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23499   algorithm: "plot_throughput_speedup_analysis"
23500   output-file-type: ".html"
23501   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23502   data: "plot-throughput-speedup-analysis-3n-skx"
23503   filter: "'NIC_Intel-X710' and
23504            '78B' and
23505            ('IP6BASE' or
23506             'POLICE_MARK' or
23507             'COPWHLIST' or
23508             'IACLDST') and
23509            'NDRPDR' and
23510            'IP6FWD' and
23511            not 'SRv6' and
23512            not 'IPSEC' and
23513            not 'VHOST'"
23514   parameters:
23515   - "throughput"
23516   - "parent"
23517   - "tags"
23518   sort:
23519   - "IP6BASE"
23520   - "POLICE_MARK"
23521   - "COPWHLIST"
23522   - "IACLDST"
23523   layout:
23524     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23525     layout: "plot-throughput-speedup-analysis"
23526
23527 -
23528   type: "plot"
23529   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23530   algorithm: "plot_throughput_speedup_analysis"
23531   output-file-type: ".html"
23532   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23533   data: "plot-throughput-speedup-analysis-3n-skx"
23534   filter: "'NIC_Intel-X710' and
23535            '78B' and
23536            ('IP6BASE' or
23537             'POLICE_MARK' or
23538             'COPWHLIST' or
23539             'IACLDST') and
23540            'NDRPDR' and
23541            'IP6FWD' and
23542            not 'SRv6' and
23543            not 'IPSEC' and
23544            not 'VHOST'"
23545   parameters:
23546   - "throughput"
23547   - "parent"
23548   - "tags"
23549   sort:
23550   - "IP6BASE"
23551   - "POLICE_MARK"
23552   - "COPWHLIST"
23553   - "IACLDST"
23554   layout:
23555     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23556     layout: "plot-throughput-speedup-analysis"
23557
23558 # Speedup - VPP IPv6 2n-skx-x710
23559 -
23560   type: "plot"
23561   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23562   algorithm: "plot_throughput_speedup_analysis"
23563   output-file-type: ".html"
23564   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23565   data: "plot-throughput-speedup-analysis-2n-skx"
23566   filter: "'NIC_Intel-X710' and
23567            '78B' and
23568            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23569            'NDRPDR' and
23570            'IP6FWD' and
23571            not 'SRv6' and
23572            not 'IPSEC' and
23573            not 'VHOST'"
23574   parameters:
23575   - "throughput"
23576   - "parent"
23577   - "tags"
23578   sort:
23579   - "IP6BASE"
23580   - "FIB_20K"
23581   - "FIB_200K"
23582   - "FIB_2M"
23583   layout:
23584     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23585     layout: "plot-throughput-speedup-analysis"
23586
23587 -
23588   type: "plot"
23589   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23590   algorithm: "plot_throughput_speedup_analysis"
23591   output-file-type: ".html"
23592   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23593   data: "plot-throughput-speedup-analysis-2n-skx"
23594   filter: "'NIC_Intel-X710' and
23595            '78B' and
23596            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23597            'NDRPDR' and
23598            'IP6FWD' and
23599            not 'SRv6' and
23600            not 'IPSEC' and
23601            not 'VHOST'"
23602   parameters:
23603   - "throughput"
23604   - "parent"
23605   - "tags"
23606   sort:
23607   - "IP6BASE"
23608   - "FIB_20K"
23609   - "FIB_200K"
23610   - "FIB_2M"
23611   layout:
23612     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23613     layout: "plot-throughput-speedup-analysis"
23614
23615 # Speedup - VPP IPv6 2n-skx-xxv710
23616 -
23617   type: "plot"
23618   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23619   algorithm: "plot_throughput_speedup_analysis"
23620   output-file-type: ".html"
23621   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23622   data: "plot-throughput-speedup-analysis-2n-skx"
23623   filter: "'NIC_Intel-XXV710' and
23624            '78B' and
23625            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23626            'NDRPDR' and
23627            'IP6FWD' and
23628            not 'SRv6' and
23629            not 'IPSEC' and
23630            not 'VHOST'"
23631   parameters:
23632   - "throughput"
23633   - "parent"
23634   - "tags"
23635   sort:
23636   - "IP6BASE"
23637   - "FIB_20K"
23638   - "FIB_200K"
23639   - "FIB_2M"
23640   layout:
23641     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
23642     layout: "plot-throughput-speedup-analysis"
23643
23644 -
23645   type: "plot"
23646   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23647   algorithm: "plot_throughput_speedup_analysis"
23648   output-file-type: ".html"
23649   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23650   data: "plot-throughput-speedup-analysis-2n-skx"
23651   filter: "'NIC_Intel-XXV710' and
23652            '78B' and
23653            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23654            'NDRPDR' and
23655            'IP6FWD' and
23656            not 'SRv6' and
23657            not 'IPSEC' and
23658            not 'VHOST'"
23659   parameters:
23660   - "throughput"
23661   - "parent"
23662   - "tags"
23663   sort:
23664   - "IP6BASE"
23665   - "FIB_20K"
23666   - "FIB_200K"
23667   - "FIB_2M"
23668   layout:
23669     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
23670     layout: "plot-throughput-speedup-analysis"
23671
23672 ################################################################################
23673
23674 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23675 -
23676   type: "plot"
23677   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23678   algorithm: "plot_throughput_speedup_analysis"
23679   output-file-type: ".html"
23680   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23681   data: "plot-throughput-speedup-analysis-3n-hsw"
23682   filter: "'NIC_Intel-X520-DA2' and
23683            '78B' and
23684            'ENCAP' and
23685            'NDRPDR' and
23686            'LISP' and
23687            not 'VHOST'"
23688   parameters:
23689   - "throughput"
23690   - "parent"
23691   - "tags"
23692   sort:
23693   - "IP4UNRLAY"
23694   - "IP6UNRLAY"
23695   layout:
23696     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23697     layout: "plot-throughput-speedup-analysis"
23698
23699 -
23700   type: "plot"
23701   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23702   algorithm: "plot_throughput_speedup_analysis"
23703   output-file-type: ".html"
23704   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23705   data: "plot-throughput-speedup-analysis-3n-hsw"
23706   filter: "'NIC_Intel-X520-DA2' and
23707            '78B' and
23708            'ENCAP' and
23709            'NDRPDR' and
23710            'LISP' and
23711            not 'VHOST'"
23712   parameters:
23713   - "throughput"
23714   - "parent"
23715   - "tags"
23716   sort:
23717   - "IP4UNRLAY"
23718   - "IP6UNRLAY"
23719   layout:
23720     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23721     layout: "plot-throughput-speedup-analysis"
23722
23723 ################################################################################
23724
23725 # Speedup - VPP IPSec 3n-hsw-xl710 base
23726 -
23727   type: "plot"
23728   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23729   algorithm: "plot_throughput_speedup_analysis"
23730   output-file-type: ".html"
23731   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23732   data: "plot-throughput-speedup-analysis-3n-hsw"
23733   filter: "'NIC_Intel-XL710' and
23734            '64B' and
23735            'IP4FWD' and
23736            'NDRPDR' and
23737            'BASE' and
23738            'IPSECHW' and
23739            ('IPSECTRAN' or 'IPSECTUN') and
23740            not 'VHOST'"
23741   parameters:
23742   - "throughput"
23743   - "parent"
23744   - "tags"
23745   layout:
23746     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23747     layout: "plot-throughput-speedup-analysis"
23748
23749 -
23750   type: "plot"
23751   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23752   algorithm: "plot_throughput_speedup_analysis"
23753   output-file-type: ".html"
23754   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23755   data: "plot-throughput-speedup-analysis-3n-hsw"
23756   filter: "'NIC_Intel-XL710' and
23757            '64B' and
23758            'IP4FWD' and
23759            'NDRPDR' and
23760            'BASE' and
23761            'IPSECHW' and
23762            ('IPSECTRAN' or 'IPSECTUN') and
23763            not 'VHOST'"
23764   parameters:
23765   - "throughput"
23766   - "parent"
23767   - "tags"
23768   layout:
23769     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23770     layout: "plot-throughput-speedup-analysis"
23771
23772 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23773 -
23774   type: "plot"
23775   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23776   algorithm: "plot_throughput_speedup_analysis"
23777   output-file-type: ".html"
23778   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23779   data: "plot-throughput-speedup-analysis-3n-hsw"
23780   filter: "'NIC_Intel-XL710' and
23781            '64B' and
23782            'IP4FWD' and
23783            'NDRPDR' and
23784            'SCALE' and
23785            'IPSECHW' and
23786            ('IPSECTRAN' or 'IPSECTUN') and
23787            not 'VHOST'"
23788   parameters:
23789   - "throughput"
23790   - "parent"
23791   - "tags"
23792   layout:
23793     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23794     layout: "plot-throughput-speedup-analysis"
23795
23796 -
23797   type: "plot"
23798   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23799   algorithm: "plot_throughput_speedup_analysis"
23800   output-file-type: ".html"
23801   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23802   data: "plot-throughput-speedup-analysis-3n-hsw"
23803   filter: "'NIC_Intel-XL710' and
23804            '64B' and
23805            'IP4FWD' and
23806            'NDRPDR' and
23807            'SCALE' and
23808            'IPSECHW' and
23809            ('IPSECTRAN' or 'IPSECTUN') and
23810            not 'VHOST'"
23811   parameters:
23812   - "throughput"
23813   - "parent"
23814   - "tags"
23815   layout:
23816     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23817     layout: "plot-throughput-speedup-analysis"
23818
23819 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23820 -
23821   type: "plot"
23822   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23823   algorithm: "plot_throughput_speedup_analysis"
23824   output-file-type: ".html"
23825   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23826   data: "plot-throughput-speedup-analysis-3n-hsw"
23827   filter: "'NIC_Intel-XL710' and
23828            '64B' and
23829            'IP4FWD' and
23830            'NDRPDR' and
23831            'IPSECSW' and
23832            ('IPSECTRAN' or 'IPSECTUN') and
23833            not 'VHOST'"
23834   parameters:
23835   - "throughput"
23836   - "parent"
23837   - "tags"
23838   layout:
23839     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23840     layout: "plot-throughput-speedup-analysis"
23841
23842 -
23843   type: "plot"
23844   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23845   algorithm: "plot_throughput_speedup_analysis"
23846   output-file-type: ".html"
23847   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23848   data: "plot-throughput-speedup-analysis-3n-hsw"
23849   filter: "'NIC_Intel-XL710' and
23850            '64B' and
23851            'IP4FWD' and
23852            'NDRPDR' and
23853            'IPSECSW' and
23854            ('IPSECTRAN' or 'IPSECTUN') and
23855            not 'VHOST'"
23856   parameters:
23857   - "throughput"
23858   - "parent"
23859   - "tags"
23860   layout:
23861     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23862     layout: "plot-throughput-speedup-analysis"
23863
23864 ################################################################################
23865
23866 # Speedup - VPP SRv6 3n-hsw-x520
23867 -
23868   type: "plot"
23869   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23870   algorithm: "plot_throughput_speedup_analysis"
23871   output-file-type: ".html"
23872   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23873   data: "plot-throughput-speedup-analysis-3n-hsw"
23874   filter: "'NIC_Intel-X520-DA2' and
23875            '78B' and
23876            'FEATURE' and
23877            'NDRPDR' and
23878            'IP6FWD' and
23879            'SRv6'"
23880   parameters:
23881   - "throughput"
23882   - "parent"
23883   - "tags"
23884   layout:
23885     title: "srv6-3n-hsw-x520-78b-features-ndr"
23886     layout: "plot-throughput-speedup-analysis"
23887
23888 -
23889   type: "plot"
23890   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23891   algorithm: "plot_throughput_speedup_analysis"
23892   output-file-type: ".html"
23893   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23894   data: "plot-throughput-speedup-analysis-3n-hsw"
23895   filter: "'NIC_Intel-X520-DA2' and
23896            '78B' and
23897            'FEATURE' and
23898            'NDRPDR' and
23899            'IP6FWD' and
23900            'SRv6'"
23901   parameters:
23902   - "throughput"
23903   - "parent"
23904   - "tags"
23905   layout:
23906     title: "srv6-3n-hsw-x520-78b-features-pdr"
23907     layout: "plot-throughput-speedup-analysis"
23908
23909 ################################################################################
23910
23911 # Speedup - VPP L2 3n-hsw-x520 base and scale
23912 -
23913   type: "plot"
23914   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23915   algorithm: "plot_throughput_speedup_analysis"
23916   output-file-type: ".html"
23917   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23918   data: "plot-throughput-speedup-analysis-3n-hsw"
23919   filter: "'NIC_Intel-X520-DA2' and
23920            '64B' and
23921            ('BASE' or 'SCALE') and
23922            'NDRPDR' and
23923            'ETH' and
23924            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23925            not 'VHOST' and
23926            not 'MEMIF'"
23927   parameters:
23928   - "throughput"
23929   - "parent"
23930   - "tags"
23931   sort:
23932   - "L2PATCH"
23933   - "L2XCBASE"
23934   - "BASE"
23935   - "FIB_10K"
23936   - "FIB_100K"
23937   - "FIB_1M"
23938   layout:
23939     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
23940     layout: "plot-throughput-speedup-analysis"
23941
23942 -
23943   type: "plot"
23944   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23945   algorithm: "plot_throughput_speedup_analysis"
23946   output-file-type: ".html"
23947   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23948   data: "plot-throughput-speedup-analysis-3n-hsw"
23949   filter: "'NIC_Intel-X520-DA2' and
23950            '64B' and
23951            ('BASE' or 'SCALE') and
23952            'NDRPDR' and
23953            'ETH' and
23954            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
23955            not 'VHOST' and
23956            not 'MEMIF'"
23957   parameters:
23958   - "throughput"
23959   - "parent"
23960   - "tags"
23961   sort:
23962   - "L2PATCH"
23963   - "L2XCBASE"
23964   - "BASE"
23965   - "FIB_10K"
23966   - "FIB_100K"
23967   - "FIB_1M"
23968   layout:
23969     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
23970     layout: "plot-throughput-speedup-analysis"
23971
23972 # Speedup - VPP L2 3n-hsw-x520 features
23973 -
23974   type: "plot"
23975   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23976   algorithm: "plot_throughput_speedup_analysis"
23977   output-file-type: ".html"
23978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
23979   data: "plot-throughput-speedup-analysis-3n-hsw"
23980   filter: "'NIC_Intel-X520-DA2' and
23981            '64B' and
23982            'NDRPDR' and
23983            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
23984            not 'ACL' and
23985            not 'VHOST' and
23986            not 'MEMIF'"
23987   parameters:
23988   - "throughput"
23989   - "parent"
23990   - "tags"
23991   sort:
23992   - "L2XCBASE"    # l2xcbase
23993   - "L2BDBASE"    # l2bdbase
23994   - "L2XCFWD"     # dot1q-l2xcbase
23995   - "L2BDMACLRN"  # dot1q-l2bdbase
23996   layout:
23997     title: "l2sw-3n-hsw-x520-64b-features-ndr"
23998     layout: "plot-throughput-speedup-analysis"
23999
24000 -
24001   type: "plot"
24002   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24003   algorithm: "plot_throughput_speedup_analysis"
24004   output-file-type: ".html"
24005   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24006   data: "plot-throughput-speedup-analysis-3n-hsw"
24007   filter: "'NIC_Intel-X520-DA2' and
24008            '64B' and
24009            'NDRPDR' and
24010            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24011            not 'ACL' and
24012            not 'VHOST' and
24013            not 'MEMIF'"
24014   parameters:
24015   - "throughput"
24016   - "parent"
24017   - "tags"
24018   sort:
24019   - "L2XCBASE"    # l2xcbase
24020   - "L2BDBASE"    # l2bdbase
24021   - "L2XCFWD"     # dot1q-l2xcbase
24022   - "L2BDMACLRN"  # dot1q-l2bdbase
24023   layout:
24024     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24025     layout: "plot-throughput-speedup-analysis"
24026
24027 # Speedup - VPP L2 3n-hsw-x710 base and scale
24028 -
24029   type: "plot"
24030   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24031   algorithm: "plot_throughput_speedup_analysis"
24032   output-file-type: ".html"
24033   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24034   data: "plot-throughput-speedup-analysis-3n-hsw"
24035   filter: "'NIC_Intel-X710' and
24036            '64B' and
24037            ('BASE' or 'SCALE') and
24038            'NDRPDR' and
24039            'ETH' and
24040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24041            not 'VHOST' and
24042            not 'MEMIF'"
24043   parameters:
24044   - "throughput"
24045   - "parent"
24046   - "tags"
24047   sort:
24048   - "L2PATCH"
24049   - "L2XCBASE"
24050   - "BASE"
24051   - "FIB_10K"
24052   - "FIB_100K"
24053   - "FIB_1M"
24054   layout:
24055     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24056     layout: "plot-throughput-speedup-analysis"
24057
24058 -
24059   type: "plot"
24060   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24061   algorithm: "plot_throughput_speedup_analysis"
24062   output-file-type: ".html"
24063   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24064   data: "plot-throughput-speedup-analysis-3n-hsw"
24065   filter: "'NIC_Intel-X710' and
24066            '64B' and
24067            ('BASE' or 'SCALE') and
24068            'NDRPDR' and
24069            'ETH' and
24070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24071            not 'VHOST' and
24072            not 'MEMIF'"
24073   parameters:
24074   - "throughput"
24075   - "parent"
24076   - "tags"
24077   sort:
24078   - "L2PATCH"
24079   - "L2XCBASE"
24080   - "BASE"
24081   - "FIB_10K"
24082   - "FIB_100K"
24083   - "FIB_1M"
24084   layout:
24085     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24086     layout: "plot-throughput-speedup-analysis"
24087
24088 # Speedup - VPP L2 3n-hsw-x710 features
24089 -
24090   type: "plot"
24091   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24092   algorithm: "plot_throughput_speedup_analysis"
24093   output-file-type: ".html"
24094   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24095   data: "plot-throughput-speedup-analysis-3n-hsw"
24096   filter: "'NIC_Intel-X710' and
24097            '64B' and
24098            'NDRPDR' and
24099            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24100            not 'ACL' and
24101            not 'VHOST' and
24102            not 'MEMIF'"
24103   parameters:
24104   - "throughput"
24105   - "parent"
24106   - "tags"
24107   sort:
24108   - "L2XCBASE"    # l2xcbase
24109   - "L2BDBASE"    # l2bdbase
24110   - "L2XCFWD"     # dot1q-l2xcbase
24111   - "L2BDMACLRN"  # dot1q-l2bdbase
24112   layout:
24113     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24114     layout: "plot-throughput-speedup-analysis"
24115
24116 -
24117   type: "plot"
24118   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24119   algorithm: "plot_throughput_speedup_analysis"
24120   output-file-type: ".html"
24121   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24122   data: "plot-throughput-speedup-analysis-3n-hsw"
24123   filter: "'NIC_Intel-X710' and
24124            '64B' and
24125            'NDRPDR' and
24126            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24127            not 'ACL' and
24128            not 'VHOST' and
24129            not 'MEMIF'"
24130   parameters:
24131   - "throughput"
24132   - "parent"
24133   - "tags"
24134   sort:
24135   - "L2XCBASE"    # l2xcbase
24136   - "L2BDBASE"    # l2bdbase
24137   - "L2XCFWD"     # dot1q-l2xcbase
24138   - "L2BDMACLRN"  # dot1q-l2bdbase
24139   layout:
24140     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24141     layout: "plot-throughput-speedup-analysis"
24142
24143 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24144 -
24145   type: "plot"
24146   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24147   algorithm: "plot_throughput_speedup_analysis"
24148   output-file-type: ".html"
24149   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24150   data: "plot-throughput-speedup-analysis-3n-hsw"
24151   filter: "'NIC_Intel-XL710' and
24152            '64B' and
24153            ('BASE' or 'SCALE') and
24154            'NDRPDR' and
24155            'ETH' and
24156            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24157            not 'VHOST' and
24158            not 'MEMIF'"
24159   parameters:
24160   - "throughput"
24161   - "parent"
24162   - "tags"
24163   sort:
24164   - "L2PATCH"
24165   - "L2XCBASE"
24166   - "BASE"
24167   - "FIB_10K"
24168   - "FIB_100K"
24169   - "FIB_1M"
24170   layout:
24171     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24172     layout: "plot-throughput-speedup-analysis"
24173
24174 -
24175   type: "plot"
24176   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24177   algorithm: "plot_throughput_speedup_analysis"
24178   output-file-type: ".html"
24179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24180   data: "plot-throughput-speedup-analysis-3n-hsw"
24181   filter: "'NIC_Intel-XL710' and
24182            '64B' and
24183            ('BASE' or 'SCALE') and
24184            'NDRPDR' and
24185            'ETH' and
24186            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24187            not 'VHOST' and
24188            not 'MEMIF'"
24189   parameters:
24190   - "throughput"
24191   - "parent"
24192   - "tags"
24193   sort:
24194   - "L2PATCH"
24195   - "L2XCBASE"
24196   - "BASE"
24197   - "FIB_10K"
24198   - "FIB_100K"
24199   - "FIB_1M"
24200   layout:
24201     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24202     layout: "plot-throughput-speedup-analysis"
24203
24204 # Speedup - VPP L2 3n-skx-x710 base and scale
24205 -
24206   type: "plot"
24207   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24208   algorithm: "plot_throughput_speedup_analysis"
24209   output-file-type: ".html"
24210   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24211   data: "plot-throughput-speedup-analysis-3n-skx"
24212   filter: "'NIC_Intel-X710' and
24213            '64B' and
24214            ('BASE' or 'SCALE') and
24215            'NDRPDR' and
24216            'ETH' and
24217            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24218            not 'VHOST' and
24219            not 'MEMIF'"
24220   parameters:
24221   - "throughput"
24222   - "parent"
24223   - "tags"
24224   sort:
24225   - "L2PATCH"
24226   - "L2XCBASE"
24227   - "BASE"
24228   - "FIB_10K"
24229   - "FIB_100K"
24230   - "FIB_1M"
24231   layout:
24232     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24233     layout: "plot-throughput-speedup-analysis"
24234
24235 -
24236   type: "plot"
24237   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24238   algorithm: "plot_throughput_speedup_analysis"
24239   output-file-type: ".html"
24240   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24241   data: "plot-throughput-speedup-analysis-3n-skx"
24242   filter: "'NIC_Intel-X710' and
24243            '64B' and
24244            ('BASE' or 'SCALE') and
24245            'NDRPDR' and
24246            'ETH' and
24247            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24248            not 'VHOST' and
24249            not 'MEMIF'"
24250   parameters:
24251   - "throughput"
24252   - "parent"
24253   - "tags"
24254   sort:
24255   - "L2PATCH"
24256   - "L2XCBASE"
24257   - "BASE"
24258   - "FIB_10K"
24259   - "FIB_100K"
24260   - "FIB_1M"
24261   layout:
24262     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24263     layout: "plot-throughput-speedup-analysis"
24264
24265 # Speedup - VPP L2 3n-skx-x710 features
24266 -
24267   type: "plot"
24268   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24269   algorithm: "plot_throughput_speedup_analysis"
24270   output-file-type: ".html"
24271   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24272   data: "plot-throughput-speedup-analysis-3n-skx"
24273   filter: "'NIC_Intel-X710' and
24274            '64B' and
24275            'NDRPDR' and
24276            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24277            not 'ACL' and
24278            not 'VHOST' and
24279            not 'MEMIF'"
24280   parameters:
24281   - "throughput"
24282   - "parent"
24283   - "tags"
24284   sort:
24285   - "L2XCBASE"    # l2xcbase
24286   - "L2BDBASE"    # l2bdbase
24287   - "L2XCFWD"     # dot1q-l2xcbase
24288   - "L2BDMACLRN"  # dot1q-l2bdbase
24289   layout:
24290     title: "l2sw-3n-skx-x710-64b-features-ndr"
24291     layout: "plot-throughput-speedup-analysis"
24292
24293 -
24294   type: "plot"
24295   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24296   algorithm: "plot_throughput_speedup_analysis"
24297   output-file-type: ".html"
24298   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24299   data: "plot-throughput-speedup-analysis-3n-skx"
24300   filter: "'NIC_Intel-X710' and
24301            '64B' and
24302            'NDRPDR' and
24303            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24304            not 'ACL' and
24305            not 'VHOST' and
24306            not 'MEMIF'"
24307   parameters:
24308   - "throughput"
24309   - "parent"
24310   - "tags"
24311   sort:
24312   - "L2XCBASE"    # l2xcbase
24313   - "L2BDBASE"    # l2bdbase
24314   - "L2XCFWD"     # dot1q-l2xcbase
24315   - "L2BDMACLRN"  # dot1q-l2bdbase
24316   layout:
24317     title: "l2sw-3n-skx-x710-64b-features-pdr"
24318     layout: "plot-throughput-speedup-analysis"
24319
24320 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24321 -
24322   type: "plot"
24323   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24324   algorithm: "plot_throughput_speedup_analysis"
24325   output-file-type: ".html"
24326   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24327   data: "plot-throughput-speedup-analysis-3n-skx"
24328   filter: "'NIC_Intel-XXV710' and
24329            '64B' and
24330            ('BASE' or 'SCALE') and
24331            'NDRPDR' and
24332            'ETH' and
24333            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24334            not 'VHOST' and
24335            not 'MEMIF'"
24336   parameters:
24337   - "throughput"
24338   - "parent"
24339   - "tags"
24340   sort:
24341   - "L2PATCH"
24342   - "L2XCBASE"
24343   - "BASE"
24344   - "FIB_10K"
24345   - "FIB_100K"
24346   - "FIB_1M"
24347   layout:
24348     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24349     layout: "plot-throughput-speedup-analysis"
24350
24351 -
24352   type: "plot"
24353   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24354   algorithm: "plot_throughput_speedup_analysis"
24355   output-file-type: ".html"
24356   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24357   data: "plot-throughput-speedup-analysis-3n-skx"
24358   filter: "'NIC_Intel-XXV710' and
24359            '64B' and
24360            ('BASE' or 'SCALE') and
24361            'NDRPDR' and
24362            'ETH' and
24363            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24364            not 'VHOST' and
24365            not 'MEMIF'"
24366   parameters:
24367   - "throughput"
24368   - "parent"
24369   - "tags"
24370   sort:
24371   - "L2PATCH"
24372   - "L2XCBASE"
24373   - "BASE"
24374   - "FIB_10K"
24375   - "FIB_100K"
24376   - "FIB_1M"
24377   layout:
24378     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24379     layout: "plot-throughput-speedup-analysis"
24380
24381 # Speedup - VPP L2 2n-skx-x710 base and scale
24382 -
24383   type: "plot"
24384   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24385   algorithm: "plot_throughput_speedup_analysis"
24386   output-file-type: ".html"
24387   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24388   data: "plot-throughput-speedup-analysis-2n-skx"
24389   filter: "'NIC_Intel-X710' and
24390            '64B' and
24391            ('BASE' or 'SCALE') and
24392            'NDRPDR' and
24393            'ETH' and
24394            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24395            not 'VHOST' and
24396            not 'MEMIF'"
24397   parameters:
24398   - "throughput"
24399   - "parent"
24400   - "tags"
24401   sort:
24402   - "L2PATCH"
24403   - "L2XCBASE"
24404   - "BASE"
24405   - "FIB_10K"
24406   - "FIB_100K"
24407   - "FIB_1M"
24408   layout:
24409     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24410     layout: "plot-throughput-speedup-analysis"
24411
24412 -
24413   type: "plot"
24414   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24415   algorithm: "plot_throughput_speedup_analysis"
24416   output-file-type: ".html"
24417   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24418   data: "plot-throughput-speedup-analysis-2n-skx"
24419   filter: "'NIC_Intel-X710' and
24420            '64B' and
24421            ('BASE' or 'SCALE') and
24422            'NDRPDR' and
24423            'ETH' and
24424            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24425            not 'VHOST' and
24426            not 'MEMIF'"
24427   parameters:
24428   - "throughput"
24429   - "parent"
24430   - "tags"
24431   sort:
24432   - "L2PATCH"
24433   - "L2XCBASE"
24434   - "BASE"
24435   - "FIB_10K"
24436   - "FIB_100K"
24437   - "FIB_1M"
24438   layout:
24439     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24440     layout: "plot-throughput-speedup-analysis"
24441
24442 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24443 -
24444   type: "plot"
24445   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24446   algorithm: "plot_throughput_speedup_analysis"
24447   output-file-type: ".html"
24448   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24449   data: "plot-throughput-speedup-analysis-2n-skx"
24450   filter: "'NIC_Intel-XXV710' and
24451            '64B' and
24452            ('BASE' or 'SCALE') and
24453            'NDRPDR' and
24454            'ETH' and
24455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24456            not 'VHOST' and
24457            not 'MEMIF'"
24458   parameters:
24459   - "throughput"
24460   - "parent"
24461   - "tags"
24462   sort:
24463   - "L2PATCH"
24464   - "L2XCBASE"
24465   - "BASE"
24466   - "FIB_10K"
24467   - "FIB_100K"
24468   - "FIB_1M"
24469   layout:
24470     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24471     layout: "plot-throughput-speedup-analysis"
24472
24473 -
24474   type: "plot"
24475   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24476   algorithm: "plot_throughput_speedup_analysis"
24477   output-file-type: ".html"
24478   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24479   data: "plot-throughput-speedup-analysis-2n-skx"
24480   filter: "'NIC_Intel-XXV710' and
24481            '64B' and
24482            ('BASE' or 'SCALE') and
24483            'NDRPDR' and
24484            'ETH' and
24485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24486            not 'VHOST' and
24487            not 'MEMIF'"
24488   parameters:
24489   - "throughput"
24490   - "parent"
24491   - "tags"
24492   sort:
24493   - "L2PATCH"
24494   - "L2XCBASE"
24495   - "BASE"
24496   - "FIB_10K"
24497   - "FIB_100K"
24498   - "FIB_1M"
24499   layout:
24500     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24501     layout: "plot-throughput-speedup-analysis"
24502
24503 ################################################################################
24504
24505 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24506 -
24507   type: "plot"
24508   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24509   algorithm: "plot_throughput_speedup_analysis"
24510   output-file-type: ".html"
24511   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24512   data: "plot-throughput-speedup-analysis-3n-hsw"
24513   filter: "'NIC_Intel-X520-DA2' and
24514            '64B' and
24515            'NDRPDR' and
24516            'ETH' and
24517            'IP4FWD' and
24518            'VHOST_1024' and
24519            not 'VXLAN' and
24520            not 'DOT1Q'"
24521   parameters:
24522   - "throughput"
24523   - "parent"
24524   - "tags"
24525   sort:
24526   - "not CFS_OPT"
24527   - "1VM"
24528   - "2VM"
24529   layout:
24530     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24531     layout: "plot-throughput-speedup-analysis"
24532
24533 -
24534   type: "plot"
24535   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24536   algorithm: "plot_throughput_speedup_analysis"
24537   output-file-type: ".html"
24538   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24539   data: "plot-throughput-speedup-analysis-3n-hsw"
24540   filter: "'NIC_Intel-X520-DA2' and
24541            '64B' and
24542            'NDRPDR' and
24543            'ETH' and
24544            'IP4FWD' and
24545            'VHOST_1024' and
24546            not 'VXLAN' and
24547            not 'DOT1Q'"
24548   parameters:
24549   - "throughput"
24550   - "parent"
24551   - "tags"
24552   sort:
24553   - "not CFS_OPT"
24554   - "1VM"
24555   - "2VM"
24556   layout:
24557     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24558     layout: "plot-throughput-speedup-analysis"
24559
24560 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24561 -
24562   type: "plot"
24563   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24564   algorithm: "plot_throughput_speedup_analysis"
24565   output-file-type: ".html"
24566   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24567   data: "plot-throughput-speedup-analysis-3n-hsw"
24568   filter: "'NIC_Intel-X520-DA2' and
24569            '64B' and
24570            'NDRPDR' and
24571            ('ETH' or 'DOT1Q') and
24572            'VHOST_1024' and
24573            not 'VXLAN' and
24574            not 'IP4FWD' and
24575            not '2VM'"
24576   parameters:
24577   - "throughput"
24578   - "parent"
24579   - "tags"
24580 #  sort:
24581 #  - "VM"  # "not CFS_OPT"
24582 #  - "CFS_OPT"
24583 #  - "FIB_10K"
24584 #  - "FIB_100K"
24585 #  - "FIB_1M"
24586   layout:
24587     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24588     layout: "plot-throughput-speedup-analysis"
24589
24590 -
24591   type: "plot"
24592   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24593   algorithm: "plot_throughput_speedup_analysis"
24594   output-file-type: ".html"
24595   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24596   data: "plot-throughput-speedup-analysis-3n-hsw"
24597   filter: "'NIC_Intel-X520-DA2' and
24598            '64B' and
24599            'NDRPDR' and
24600            ('ETH' or 'DOT1Q') and
24601            'L2BDMACLRN' and
24602            'VHOST_1024' and
24603            not 'VXLAN' and
24604            not 'IP4FWD' and
24605            not '2VM'"
24606   parameters:
24607   - "throughput"
24608   - "parent"
24609   - "tags"
24610 #  sort:
24611 #  - "VM"  # "not CFS_OPT"
24612 #  - "CFS_OPT"
24613 #  - "FIB_10K"
24614 #  - "FIB_100K"
24615 #  - "FIB_1M"
24616   layout:
24617     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24618     layout: "plot-throughput-speedup-analysis"
24619
24620 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24621 -
24622   type: "plot"
24623   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24624   algorithm: "plot_throughput_speedup_analysis"
24625   output-file-type: ".html"
24626   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24627   data: "plot-throughput-speedup-analysis-3n-hsw"
24628   filter: "'NIC_Intel-X520-DA2' and
24629            '64B' and
24630            'NDRPDR' and
24631            ('ETH' or 'DOT1Q') and
24632            'BASE' and
24633            ('L2BDMACLRN' or 'L2XCFWD') and
24634            'VHOST_1024' and
24635            not 'VXLAN' and
24636            not 'IP4FWD' and
24637            not '2VM'"
24638   parameters:
24639   - "throughput"
24640   - "parent"
24641   - "tags"
24642 #  sort:
24643 #  - "not CFS_OPT"
24644 #  - "L2XCFWD"
24645 #  - "not CFS_OPT"
24646 #  - "CFS_OPT"
24647   layout:
24648     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24649     layout: "plot-throughput-speedup-analysis"
24650
24651 -
24652   type: "plot"
24653   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24654   algorithm: "plot_throughput_speedup_analysis"
24655   output-file-type: ".html"
24656   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24657   data: "plot-throughput-speedup-analysis-3n-hsw"
24658   filter: "'NIC_Intel-X520-DA2' and
24659            '64B' and
24660            'NDRPDR' and
24661            ('ETH' or 'DOT1Q') and
24662            'BASE' and
24663            ('L2BDMACLRN' or 'L2XCFWD') and
24664            'VHOST_1024' and
24665            not 'VXLAN' and
24666            not 'IP4FWD' and
24667            not '2VM'"
24668   parameters:
24669   - "throughput"
24670   - "parent"
24671   - "tags"
24672 #  sort:
24673 #  - "not CFS_OPT"
24674 #  - "L2XCFWD"
24675 #  - "not CFS_OPT"
24676 #  - "CFS_OPT"
24677   layout:
24678     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24679     layout: "plot-throughput-speedup-analysis"
24680
24681 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24682 -
24683   type: "plot"
24684   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24685   algorithm: "plot_throughput_speedup_analysis"
24686   output-file-type: ".html"
24687   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24688   data: "plot-throughput-speedup-analysis-3n-hsw"
24689   filter: "'NIC_Intel-X520-DA2' and
24690            '64B' and
24691            'NDRPDR' and
24692            ('ETH' or 'DOT1Q') and
24693            ('L2BDMACLRN' or 'L2XCFWD') and
24694            'VHOST_1024' and
24695            not 'CFS_OPT' and
24696            not 'VXLAN' and
24697            not 'IP4FWD' and
24698            not 'LBOND'"
24699   parameters:
24700   - "throughput"
24701   - "parent"
24702   - "tags"
24703 #  sort:
24704 #  - "1VM"
24705 #  - "L2XCFWD"
24706 #  - "1VM"
24707 #  - "L2BDMACLRN"
24708   layout:
24709     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24710     layout: "plot-throughput-speedup-analysis"
24711
24712 -
24713   type: "plot"
24714   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24715   algorithm: "plot_throughput_speedup_analysis"
24716   output-file-type: ".html"
24717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24718   data: "plot-throughput-speedup-analysis-3n-hsw"
24719   filter: "'NIC_Intel-X520-DA2' and
24720            '64B' and
24721            'NDRPDR' and
24722            ('ETH' or 'DOT1Q') and
24723            ('L2BDMACLRN' or 'L2XCFWD') and
24724            'VHOST_1024' and
24725            not 'CFS_OPT' and
24726            not 'VXLAN' and
24727            not 'IP4FWD' and
24728            not 'LBOND'"
24729   parameters:
24730   - "throughput"
24731   - "parent"
24732   - "tags"
24733 #  sort:
24734 #  - "1VM"
24735 #  - "L2XCFWD"
24736 #  - "1VM"
24737 #  - "L2BDMACLRN"
24738   layout:
24739     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24740     layout: "plot-throughput-speedup-analysis"
24741
24742 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24743 -
24744   type: "plot"
24745   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24746   algorithm: "plot_throughput_speedup_analysis"
24747   output-file-type: ".html"
24748   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24749   data: "plot-throughput-speedup-analysis-3n-hsw"
24750   filter: "'NIC_Intel-X710' and
24751            '64B' and
24752            'NDRPDR' and
24753            'ETH' and
24754            'IP4FWD' and
24755            'VHOST_1024' and
24756            not 'VXLAN' and
24757            not 'DOT1Q'"
24758   parameters:
24759   - "throughput"
24760   - "parent"
24761   - "tags"
24762   sort:
24763   - "not CFS_OPT"
24764   - "1VM"
24765   - "2VM"
24766   layout:
24767     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24768     layout: "plot-throughput-speedup-analysis"
24769
24770 -
24771   type: "plot"
24772   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24773   algorithm: "plot_throughput_speedup_analysis"
24774   output-file-type: ".html"
24775   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24776   data: "plot-throughput-speedup-analysis-3n-hsw"
24777   filter: "'NIC_Intel-X710' and
24778            '64B' and
24779            'NDRPDR' and
24780            'ETH' and
24781            'IP4FWD' and
24782            'VHOST_1024' and
24783            not 'VXLAN' and
24784            not 'DOT1Q'"
24785   parameters:
24786   - "throughput"
24787   - "parent"
24788   - "tags"
24789   sort:
24790   - "not CFS_OPT"
24791   - "1VM"
24792   - "2VM"
24793   layout:
24794     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24795     layout: "plot-throughput-speedup-analysis"
24796
24797 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24798 -
24799   type: "plot"
24800   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24801   algorithm: "plot_throughput_speedup_analysis"
24802   output-file-type: ".html"
24803   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24804   data: "plot-throughput-speedup-analysis-3n-hsw"
24805   filter: "'NIC_Intel-X710' and
24806            '64B' and
24807            'NDRPDR' and
24808            ('ETH' or 'DOT1Q') and
24809            'L2BDMACLRN' and
24810            'VHOST_1024' and
24811            not 'VXLAN' and
24812            not 'IP4FWD' and
24813            not '2VM'"
24814   parameters:
24815   - "throughput"
24816   - "parent"
24817   - "tags"
24818 #  sort:
24819 #  - "VM"  # "not CFS_OPT"
24820 #  - "CFS_OPT"
24821 #  - "FIB_10K"
24822 #  - "FIB_100K"
24823 #  - "FIB_1M"
24824   layout:
24825     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24826     layout: "plot-throughput-speedup-analysis"
24827
24828 -
24829   type: "plot"
24830   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24831   algorithm: "plot_throughput_speedup_analysis"
24832   output-file-type: ".html"
24833   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24834   data: "plot-throughput-speedup-analysis-3n-hsw"
24835   filter: "'NIC_Intel-X710' and
24836            '64B' and
24837            'NDRPDR' and
24838            ('ETH' or 'DOT1Q') and
24839            'L2BDMACLRN' and
24840            'VHOST_1024' and
24841            not 'VXLAN' and
24842            not 'IP4FWD' and
24843            not '2VM'"
24844   parameters:
24845   - "throughput"
24846   - "parent"
24847   - "tags"
24848 #  sort:
24849 #  - "VM"  # "not CFS_OPT"
24850 #  - "CFS_OPT"
24851 #  - "FIB_10K"
24852 #  - "FIB_100K"
24853 #  - "FIB_1M"
24854   layout:
24855     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24856     layout: "plot-throughput-speedup-analysis"
24857
24858 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24859 -
24860   type: "plot"
24861   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24862   algorithm: "plot_throughput_speedup_analysis"
24863   output-file-type: ".html"
24864   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24865   data: "plot-throughput-speedup-analysis-3n-hsw"
24866   filter: "'NIC_Intel-X710' and
24867            '64B' and
24868            'NDRPDR' and
24869            ('ETH' or 'DOT1Q') and
24870            'BASE' and
24871            ('L2BDMACLRN' or 'L2XCFWD') and
24872            'VHOST_1024' and
24873            not 'VXLAN' and
24874            not 'IP4FWD' and
24875            not '2VM'"
24876   parameters:
24877   - "throughput"
24878   - "parent"
24879   - "tags"
24880 #  sort:
24881 #  - "not CFS_OPT"
24882 #  - "L2XCFWD"
24883 #  - "not CFS_OPT"
24884 #  - "CFS_OPT"
24885   layout:
24886     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24887     layout: "plot-throughput-speedup-analysis"
24888
24889 -
24890   type: "plot"
24891   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24892   algorithm: "plot_throughput_speedup_analysis"
24893   output-file-type: ".html"
24894   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24895   data: "plot-throughput-speedup-analysis-3n-hsw"
24896   filter: "'NIC_Intel-X710' and
24897            '64B' and
24898            'NDRPDR' and
24899            ('ETH' or 'DOT1Q') and
24900            'BASE' and
24901            ('L2BDMACLRN' or 'L2XCFWD') and
24902            'VHOST_1024' and
24903            not 'VXLAN' and
24904            not 'IP4FWD' and
24905            not '2VM'"
24906   parameters:
24907   - "throughput"
24908   - "parent"
24909   - "tags"
24910 #  sort:
24911 #  - "not CFS_OPT"
24912 #  - "L2XCFWD"
24913 #  - "not CFS_OPT"
24914 #  - "CFS_OPT"
24915   layout:
24916     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
24917     layout: "plot-throughput-speedup-analysis"
24918
24919 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
24920 -
24921   type: "plot"
24922   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24923   algorithm: "plot_throughput_speedup_analysis"
24924   output-file-type: ".html"
24925   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
24926   data: "plot-throughput-speedup-analysis-3n-hsw"
24927   filter: "'NIC_Intel-X710' and
24928            '64B' and
24929            'NDRPDR' and
24930            ('ETH' or 'DOT1Q') and
24931            ('L2BDMACLRN' or 'L2XCFWD') and
24932            'VHOST_1024' and
24933            not 'CFS_OPT' and
24934            not 'VXLAN' and
24935            not 'IP4FWD' and
24936            not 'LBOND'"
24937   parameters:
24938   - "throughput"
24939   - "parent"
24940   - "tags"
24941 #  sort:
24942 #  - "1VM"
24943 #  - "L2XCFWD"
24944 #  - "1VM"
24945 #  - "L2BDMACLRN"
24946   layout:
24947     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
24948     layout: "plot-throughput-speedup-analysis"
24949
24950 -
24951   type: "plot"
24952   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24953   algorithm: "plot_throughput_speedup_analysis"
24954   output-file-type: ".html"
24955   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
24956   data: "plot-throughput-speedup-analysis-3n-hsw"
24957   filter: "'NIC_Intel-X710' and
24958            '64B' and
24959            'NDRPDR' and
24960            ('ETH' or 'DOT1Q') and
24961            ('L2BDMACLRN' or 'L2XCFWD') and
24962            'VHOST_1024' and
24963            not 'CFS_OPT' and
24964            not 'VXLAN' and
24965            not 'IP4FWD' and
24966            not 'LBOND'"
24967   parameters:
24968   - "throughput"
24969   - "parent"
24970   - "tags"
24971 #  sort:
24972 #  - "1VM"
24973 #  - "L2XCFWD"
24974 #  - "1VM"
24975 #  - "L2BDMACLRN"
24976   layout:
24977     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
24978     layout: "plot-throughput-speedup-analysis"
24979
24980 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
24981 -
24982   type: "plot"
24983   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24984   algorithm: "plot_throughput_speedup_analysis"
24985   output-file-type: ".html"
24986   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24987   data: "plot-throughput-speedup-analysis-3n-hsw"
24988   filter: "'NIC_Intel-XL710' and
24989            '64B' and
24990            'NDRPDR' and
24991            'ETH' and
24992            'IP4FWD' and
24993            'VHOST_1024' and
24994            not 'VXLAN' and
24995            not 'DOT1Q'"
24996   parameters:
24997   - "throughput"
24998   - "parent"
24999   - "tags"
25000   sort:
25001   - "not CFS_OPT"
25002   - "1VM"
25003   - "2VM"
25004   layout:
25005     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25006     layout: "plot-throughput-speedup-analysis"
25007
25008 -
25009   type: "plot"
25010   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25011   algorithm: "plot_throughput_speedup_analysis"
25012   output-file-type: ".html"
25013   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25014   data: "plot-throughput-speedup-analysis-3n-hsw"
25015   filter: "'NIC_Intel-XL710' and
25016            '64B' and
25017            'NDRPDR' and
25018            'ETH' and
25019            'IP4FWD' and
25020            'VHOST_1024' and
25021            not 'VXLAN' and
25022            not 'DOT1Q'"
25023   parameters:
25024   - "throughput"
25025   - "parent"
25026   - "tags"
25027   sort:
25028   - "not CFS_OPT"
25029   - "1VM"
25030   - "2VM"
25031   layout:
25032     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25033     layout: "plot-throughput-speedup-analysis"
25034
25035 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
25036 -
25037   type: "plot"
25038   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25039   algorithm: "plot_throughput_speedup_analysis"
25040   output-file-type: ".html"
25041   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25042   data: "plot-throughput-speedup-analysis-3n-hsw"
25043   filter: "'NIC_Intel-XL710' and
25044            '64B' and
25045            'NDRPDR' and
25046            ('ETH' or 'DOT1Q') and
25047            'L2BDMACLRN' and
25048            'VHOST_1024' and
25049            not 'VXLAN' and
25050            not 'IP4FWD' and
25051            not '2VM'"
25052   parameters:
25053   - "throughput"
25054   - "parent"
25055   - "tags"
25056 #  sort:
25057 #  - "VM"  # "not CFS_OPT"
25058 #  - "CFS_OPT"
25059 #  - "FIB_10K"
25060 #  - "FIB_100K"
25061 #  - "FIB_1M"
25062   layout:
25063     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25064     layout: "plot-throughput-speedup-analysis"
25065
25066 -
25067   type: "plot"
25068   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25069   algorithm: "plot_throughput_speedup_analysis"
25070   output-file-type: ".html"
25071   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25072   data: "plot-throughput-speedup-analysis-3n-hsw"
25073   filter: "'NIC_Intel-XL710' and
25074            '64B' and
25075            'NDRPDR' and
25076            ('ETH' or 'DOT1Q') and
25077            'L2BDMACLRN' and
25078            'VHOST_1024' and
25079            not 'VXLAN' and
25080            not 'IP4FWD' and
25081            not '2VM'"
25082   parameters:
25083   - "throughput"
25084   - "parent"
25085   - "tags"
25086 #  sort:
25087 #  - "VM"  # "not CFS_OPT"
25088 #  - "CFS_OPT"
25089 #  - "FIB_10K"
25090 #  - "FIB_100K"
25091 #  - "FIB_1M"
25092   layout:
25093     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25094     layout: "plot-throughput-speedup-analysis"
25095
25096 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25097 -
25098   type: "plot"
25099   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25100   algorithm: "plot_throughput_speedup_analysis"
25101   output-file-type: ".html"
25102   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25103   data: "plot-throughput-speedup-analysis-3n-hsw"
25104   filter: "'NIC_Intel-XL710' and
25105            '64B' and
25106            'NDRPDR' and
25107            ('ETH' or 'DOT1Q') and
25108            'BASE' and
25109            ('L2BDMACLRN' or 'L2XCFWD') and
25110            'VHOST_1024' and
25111            not 'VXLAN' and
25112            not 'IP4FWD' and
25113            not '2VM'"
25114   parameters:
25115   - "throughput"
25116   - "parent"
25117   - "tags"
25118 #  sort:
25119 #  - "not CFS_OPT"
25120 #  - "L2XCFWD"
25121 #  - "not CFS_OPT"
25122 #  - "CFS_OPT"
25123   layout:
25124     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25125     layout: "plot-throughput-speedup-analysis"
25126
25127 -
25128   type: "plot"
25129   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25130   algorithm: "plot_throughput_speedup_analysis"
25131   output-file-type: ".html"
25132   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25133   data: "plot-throughput-speedup-analysis-3n-hsw"
25134   filter: "'NIC_Intel-XL710' and
25135            '64B' and
25136            'NDRPDR' and
25137            ('ETH' or 'DOT1Q') and
25138            'BASE' and
25139            ('L2BDMACLRN' or 'L2XCFWD') and
25140            'VHOST_1024' and
25141            not 'VXLAN' and
25142            not 'IP4FWD' and
25143            not '2VM'"
25144   parameters:
25145   - "throughput"
25146   - "parent"
25147   - "tags"
25148 #  sort:
25149 #  - "not CFS_OPT"
25150 #  - "L2XCFWD"
25151 #  - "not CFS_OPT"
25152 #  - "CFS_OPT"
25153   layout:
25154     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25155     layout: "plot-throughput-speedup-analysis"
25156
25157 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25158 -
25159   type: "plot"
25160   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25161   algorithm: "plot_throughput_speedup_analysis"
25162   output-file-type: ".html"
25163   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25164   data: "plot-throughput-speedup-analysis-3n-hsw"
25165   filter: "'NIC_Intel-XL710' and
25166            '64B' and
25167            'NDRPDR' and
25168            ('ETH' or 'DOT1Q') and
25169            ('L2BDMACLRN' or 'L2XCFWD') and
25170            'VHOST_1024' and
25171            not 'CFS_OPT' and
25172            not 'VXLAN' and
25173            not 'IP4FWD'"
25174   parameters:
25175   - "throughput"
25176   - "parent"
25177   - "tags"
25178 #  sort:
25179 #  - "1VM"
25180 #  - "L2XCFWD"
25181 #  - "1VM"
25182 #  - "L2BDMACLRN"
25183   layout:
25184     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25185     layout: "plot-throughput-speedup-analysis"
25186
25187 -
25188   type: "plot"
25189   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25190   algorithm: "plot_throughput_speedup_analysis"
25191   output-file-type: ".html"
25192   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25193   data: "plot-throughput-speedup-analysis-3n-hsw"
25194   filter: "'NIC_Intel-XL710' and
25195            '64B' and
25196            'NDRPDR' and
25197            ('ETH' or 'DOT1Q') and
25198            ('L2BDMACLRN' or 'L2XCFWD') and
25199            'VHOST_1024' and
25200            not 'CFS_OPT' and
25201            not 'VXLAN' and
25202            not 'IP4FWD'"
25203   parameters:
25204   - "throughput"
25205   - "parent"
25206   - "tags"
25207 #  sort:
25208 #  - "1VM"
25209 #  - "L2XCFWD"
25210 #  - "1VM"
25211 #  - "L2BDMACLRN"
25212   layout:
25213     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25214     layout: "plot-throughput-speedup-analysis"
25215
25216 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25217 -
25218   type: "plot"
25219   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25220   algorithm: "plot_throughput_speedup_analysis"
25221   output-file-type: ".html"
25222   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25223   data: "plot-throughput-speedup-analysis-3n-skx"
25224   filter: "'NIC_Intel-X710' and
25225            '64B' and
25226            'NDRPDR' and
25227            'ETH' and
25228            'IP4FWD' and
25229            'VHOST_1024' and
25230            not 'VXLAN' and
25231            not 'DOT1Q'"
25232   parameters:
25233   - "throughput"
25234   - "parent"
25235   - "tags"
25236   sort:
25237   - "not CFS_OPT"
25238   - "1VM"
25239   - "2VM"
25240   layout:
25241     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25242     layout: "plot-throughput-speedup-analysis"
25243
25244 -
25245   type: "plot"
25246   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25247   algorithm: "plot_throughput_speedup_analysis"
25248   output-file-type: ".html"
25249   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25250   data: "plot-throughput-speedup-analysis-3n-skx"
25251   filter: "'NIC_Intel-X710' and
25252            '64B' and
25253            'NDRPDR' and
25254            'ETH' and
25255            'IP4FWD' and
25256            'VHOST_1024' and
25257            not 'VXLAN' and
25258            not 'DOT1Q'"
25259   parameters:
25260   - "throughput"
25261   - "parent"
25262   - "tags"
25263   sort:
25264   - "not CFS_OPT"
25265   - "1VM"
25266   - "2VM"
25267   layout:
25268     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25269     layout: "plot-throughput-speedup-analysis"
25270
25271 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25272 -
25273   type: "plot"
25274   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25275   algorithm: "plot_throughput_speedup_analysis"
25276   output-file-type: ".html"
25277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25278   data: "plot-throughput-speedup-analysis-3n-skx"
25279   filter: "'NIC_Intel-X710' and
25280            '64B' and
25281            'NDRPDR' and
25282            ('ETH' or 'DOT1Q') and
25283            'L2BDMACLRN' and
25284            'VHOST_1024' and
25285            not 'VXLAN' and
25286            not 'IP4FWD' and
25287            not '2VM'"
25288   parameters:
25289   - "throughput"
25290   - "parent"
25291   - "tags"
25292 #  sort:
25293 #  - "VM"  # "not CFS_OPT"
25294 #  - "CFS_OPT"
25295 #  - "FIB_10K"
25296 #  - "FIB_100K"
25297 #  - "FIB_1M"
25298   layout:
25299     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25300     layout: "plot-throughput-speedup-analysis"
25301
25302 -
25303   type: "plot"
25304   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25305   algorithm: "plot_throughput_speedup_analysis"
25306   output-file-type: ".html"
25307   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25308   data: "plot-throughput-speedup-analysis-3n-skx"
25309   filter: "'NIC_Intel-X710' and
25310            '64B' and
25311            'NDRPDR' and
25312            ('ETH' or 'DOT1Q') and
25313            'L2BDMACLRN' and
25314            'VHOST_1024' and
25315            not 'VXLAN' and
25316            not 'IP4FWD' and
25317            not '2VM'"
25318   parameters:
25319   - "throughput"
25320   - "parent"
25321   - "tags"
25322 #  sort:
25323 #  - "VM"  # "not CFS_OPT"
25324 #  - "CFS_OPT"
25325 #  - "FIB_10K"
25326 #  - "FIB_100K"
25327 #  - "FIB_1M"
25328   layout:
25329     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25330     layout: "plot-throughput-speedup-analysis"
25331
25332 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25333 -
25334   type: "plot"
25335   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25336   algorithm: "plot_throughput_speedup_analysis"
25337   output-file-type: ".html"
25338   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25339   data: "plot-throughput-speedup-analysis-3n-skx"
25340   filter: "'NIC_Intel-X710' and
25341            '64B' and
25342            'NDRPDR' and
25343            ('ETH' or 'DOT1Q') and
25344            'BASE' and
25345            ('L2BDMACLRN' or 'L2XCFWD') and
25346            'VHOST_1024' and
25347            not 'VXLAN' and
25348            not 'IP4FWD' and
25349            not '2VM' and
25350            not 'LBOND'"
25351   parameters:
25352   - "throughput"
25353   - "parent"
25354   - "tags"
25355 #  sort:
25356 #  - "not CFS_OPT"
25357 #  - "L2XCFWD"
25358 #  - "not CFS_OPT"
25359 #  - "CFS_OPT"
25360   layout:
25361     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25362     layout: "plot-throughput-speedup-analysis"
25363
25364 -
25365   type: "plot"
25366   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25367   algorithm: "plot_throughput_speedup_analysis"
25368   output-file-type: ".html"
25369   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25370   data: "plot-throughput-speedup-analysis-3n-skx"
25371   filter: "'NIC_Intel-X710' and
25372            '64B' and
25373            'NDRPDR' and
25374            ('ETH' or 'DOT1Q') and
25375            'BASE' and
25376            ('L2BDMACLRN' or 'L2XCFWD') and
25377            'VHOST_1024' and
25378            not 'VXLAN' and
25379            not 'IP4FWD' and
25380            not '2VM' and
25381            not 'LBOND'"
25382   parameters:
25383   - "throughput"
25384   - "parent"
25385   - "tags"
25386 #  sort:
25387 #  - "not CFS_OPT"
25388 #  - "L2XCFWD"
25389 #  - "not CFS_OPT"
25390 #  - "CFS_OPT"
25391   layout:
25392     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25393     layout: "plot-throughput-speedup-analysis"
25394
25395 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25396 -
25397   type: "plot"
25398   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25399   algorithm: "plot_throughput_speedup_analysis"
25400   output-file-type: ".html"
25401   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25402   data: "plot-throughput-speedup-analysis-3n-skx"
25403   filter: "'NIC_Intel-X710' and
25404            '64B' and
25405            'NDRPDR' and
25406            ('ETH' or 'DOT1Q') and
25407            ('L2BDMACLRN' or 'L2XCFWD') and
25408            'VHOST_1024' and
25409            not 'CFS_OPT' and
25410            not 'VXLAN' and
25411            not 'IP4FWD' and
25412            not 'LBOND'"
25413   parameters:
25414   - "throughput"
25415   - "parent"
25416   - "tags"
25417 #  sort:
25418 #  - "1VM"
25419 #  - "L2XCFWD"
25420 #  - "1VM"
25421 #  - "L2BDMACLRN"
25422   layout:
25423     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25424     layout: "plot-throughput-speedup-analysis"
25425
25426 -
25427   type: "plot"
25428   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25429   algorithm: "plot_throughput_speedup_analysis"
25430   output-file-type: ".html"
25431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25432   data: "plot-throughput-speedup-analysis-3n-skx"
25433   filter: "'NIC_Intel-X710' and
25434            '64B' and
25435            'NDRPDR' and
25436            ('ETH' or 'DOT1Q') and
25437            ('L2BDMACLRN' or 'L2XCFWD') and
25438            'VHOST_1024' and
25439            not 'CFS_OPT' and
25440            not 'VXLAN' and
25441            not 'IP4FWD' and
25442            not 'LBOND'"
25443   parameters:
25444   - "throughput"
25445   - "parent"
25446   - "tags"
25447 #  sort:
25448 #  - "1VM"
25449 #  - "L2XCFWD"
25450 #  - "1VM"
25451 #  - "L2BDMACLRN"
25452   layout:
25453     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25454     layout: "plot-throughput-speedup-analysis"
25455
25456 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25457 -
25458   type: "plot"
25459   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25460   algorithm: "plot_throughput_speedup_analysis"
25461   output-file-type: ".html"
25462   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25463   data: "plot-throughput-speedup-analysis-2n-skx"
25464   filter: "'NIC_Intel-X710' and
25465            '64B' and
25466            'NDRPDR' and
25467            'ETH' and
25468            'IP4FWD' and
25469            'VHOST_1024' and
25470            not 'VXLAN' and
25471            not 'DOT1Q'"
25472   parameters:
25473   - "throughput"
25474   - "parent"
25475   - "tags"
25476   sort:
25477   - "not CFS_OPT"
25478   - "1VM"
25479   - "2VM"
25480   layout:
25481     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25482     layout: "plot-throughput-speedup-analysis"
25483
25484 -
25485   type: "plot"
25486   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25487   algorithm: "plot_throughput_speedup_analysis"
25488   output-file-type: ".html"
25489   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25490   data: "plot-throughput-speedup-analysis-2n-skx"
25491   filter: "'NIC_Intel-X710' and
25492            '64B' and
25493            'NDRPDR' and
25494            'ETH' and
25495            'IP4FWD' and
25496            'VHOST_1024' and
25497            not 'VXLAN' and
25498            not 'DOT1Q'"
25499   parameters:
25500   - "throughput"
25501   - "parent"
25502   - "tags"
25503   sort:
25504   - "not CFS_OPT"
25505   - "1VM"
25506   - "2VM"
25507   layout:
25508     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25509     layout: "plot-throughput-speedup-analysis"
25510
25511 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25512 -
25513   type: "plot"
25514   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25515   algorithm: "plot_throughput_speedup_analysis"
25516   output-file-type: ".html"
25517   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25518   data: "plot-throughput-speedup-analysis-2n-skx"
25519   filter: "'NIC_Intel-X710' and
25520            '64B' and
25521            'NDRPDR' and
25522            ('ETH' or 'DOT1Q') and
25523            'L2BDMACLRN' and
25524            'VHOST_1024' and
25525            not 'VXLAN' and
25526            not 'IP4FWD' and
25527            not '2VM'"
25528   parameters:
25529   - "throughput"
25530   - "parent"
25531   - "tags"
25532 #  sort:
25533 #  - "VM"  # "not CFS_OPT"
25534 #  - "CFS_OPT"
25535 #  - "FIB_10K"
25536 #  - "FIB_100K"
25537 #  - "FIB_1M"
25538   layout:
25539     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25540     layout: "plot-throughput-speedup-analysis"
25541
25542 -
25543   type: "plot"
25544   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25545   algorithm: "plot_throughput_speedup_analysis"
25546   output-file-type: ".html"
25547   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25548   data: "plot-throughput-speedup-analysis-2n-skx"
25549   filter: "'NIC_Intel-X710' and
25550            '64B' and
25551            'NDRPDR' and
25552            ('ETH' or 'DOT1Q') and
25553            'L2BDMACLRN' and
25554            'VHOST_1024' and
25555            not 'VXLAN' and
25556            not 'IP4FWD' and
25557            not '2VM'"
25558   parameters:
25559   - "throughput"
25560   - "parent"
25561   - "tags"
25562 #  sort:
25563 #  - "VM"  # "not CFS_OPT"
25564 #  - "CFS_OPT"
25565 #  - "FIB_10K"
25566 #  - "FIB_100K"
25567 #  - "FIB_1M"
25568   layout:
25569     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25570     layout: "plot-throughput-speedup-analysis"
25571
25572 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25573 -
25574   type: "plot"
25575   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25576   algorithm: "plot_throughput_speedup_analysis"
25577   output-file-type: ".html"
25578   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25579   data: "plot-throughput-speedup-analysis-2n-skx"
25580   filter: "'NIC_Intel-X710' and
25581            '64B' and
25582            'NDRPDR' and
25583            ('ETH' or 'DOT1Q') and
25584            'BASE' and
25585            ('L2BDMACLRN' or 'L2XCFWD') and
25586            'VHOST_1024' and
25587            not 'VXLAN' and
25588            not 'IP4FWD' and
25589            not '2VM'"
25590   parameters:
25591   - "throughput"
25592   - "parent"
25593   - "tags"
25594 #  sort:
25595 #  - "not CFS_OPT"
25596 #  - "L2XCFWD"
25597 #  - "not CFS_OPT"
25598 #  - "CFS_OPT"
25599   layout:
25600     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25601     layout: "plot-throughput-speedup-analysis"
25602
25603 -
25604   type: "plot"
25605   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25606   algorithm: "plot_throughput_speedup_analysis"
25607   output-file-type: ".html"
25608   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25609   data: "plot-throughput-speedup-analysis-2n-skx"
25610   filter: "'NIC_Intel-X710' and
25611            '64B' and
25612            'NDRPDR' and
25613            ('ETH' or 'DOT1Q') and
25614            'BASE' and
25615            ('L2BDMACLRN' or 'L2XCFWD') and
25616            'VHOST_1024' and
25617            not 'VXLAN' and
25618            not 'IP4FWD' and
25619            not '2VM'"
25620   parameters:
25621   - "throughput"
25622   - "parent"
25623   - "tags"
25624 #  sort:
25625 #  - "not CFS_OPT"
25626 #  - "L2XCFWD"
25627 #  - "not CFS_OPT"
25628 #  - "CFS_OPT"
25629   layout:
25630     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25631     layout: "plot-throughput-speedup-analysis"
25632
25633 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25634 -
25635   type: "plot"
25636   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25637   algorithm: "plot_throughput_speedup_analysis"
25638   output-file-type: ".html"
25639   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25640   data: "plot-throughput-speedup-analysis-2n-skx"
25641   filter: "'NIC_Intel-X710' and
25642            '64B' and
25643            'NDRPDR' and
25644            ('ETH' or 'DOT1Q') and
25645            ('L2BDMACLRN' or 'L2XCFWD') and
25646            'VHOST_1024' and
25647            not 'CFS_OPT' and
25648            not 'VXLAN' and
25649            not 'IP4FWD'"
25650   parameters:
25651   - "throughput"
25652   - "parent"
25653   - "tags"
25654 #  sort:
25655 #  - "1VM"
25656 #  - "L2XCFWD"
25657 #  - "1VM"
25658 #  - "L2BDMACLRN"
25659   layout:
25660     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25661     layout: "plot-throughput-speedup-analysis"
25662
25663 -
25664   type: "plot"
25665   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25666   algorithm: "plot_throughput_speedup_analysis"
25667   output-file-type: ".html"
25668   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25669   data: "plot-throughput-speedup-analysis-2n-skx"
25670   filter: "'NIC_Intel-X710' and
25671            '64B' and
25672            'NDRPDR' and
25673            ('ETH' or 'DOT1Q') and
25674            ('L2BDMACLRN' or 'L2XCFWD') and
25675            'VHOST_1024' and
25676            not 'CFS_OPT' and
25677            not 'VXLAN' and
25678            not 'IP4FWD'"
25679   parameters:
25680   - "throughput"
25681   - "parent"
25682   - "tags"
25683 #  sort:
25684 #  - "1VM"
25685 #  - "L2XCFWD"
25686 #  - "1VM"
25687 #  - "L2BDMACLRN"
25688   layout:
25689     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25690     layout: "plot-throughput-speedup-analysis"
25691
25692 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25693 -
25694   type: "plot"
25695   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25696   algorithm: "plot_throughput_speedup_analysis"
25697   output-file-type: ".html"
25698   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25699   data: "plot-throughput-speedup-analysis-2n-skx"
25700   filter: "'NIC_Intel-XXV710' and
25701            '64B' and
25702            'NDRPDR' and
25703            'ETH' and
25704            'IP4FWD' and
25705            'VHOST_1024' and
25706            not 'VXLAN' and
25707            not 'DOT1Q'"
25708   parameters:
25709   - "throughput"
25710   - "parent"
25711   - "tags"
25712   sort:
25713   - "not CFS_OPT"
25714   - "1VM"
25715   - "2VM"
25716   layout:
25717     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25718     layout: "plot-throughput-speedup-analysis"
25719
25720 -
25721   type: "plot"
25722   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25723   algorithm: "plot_throughput_speedup_analysis"
25724   output-file-type: ".html"
25725   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25726   data: "plot-throughput-speedup-analysis-2n-skx"
25727   filter: "'NIC_Intel-XXV710' and
25728            '64B' and
25729            'NDRPDR' and
25730            'ETH' and
25731            'IP4FWD' and
25732            'VHOST_1024' and
25733            not 'VXLAN' and
25734            not 'DOT1Q'"
25735   parameters:
25736   - "throughput"
25737   - "parent"
25738   - "tags"
25739   sort:
25740   - "not CFS_OPT"
25741   - "1VM"
25742   - "2VM"
25743   layout:
25744     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25745     layout: "plot-throughput-speedup-analysis"
25746
25747 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25748 -
25749   type: "plot"
25750   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25751   algorithm: "plot_throughput_speedup_analysis"
25752   output-file-type: ".html"
25753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25754   data: "plot-throughput-speedup-analysis-2n-skx"
25755   filter: "'NIC_Intel-XXV710' and
25756            '64B' and
25757            'NDRPDR' and
25758            ('ETH' or 'DOT1Q') and
25759            'L2BDMACLRN' and
25760            'VHOST_1024' and
25761            not 'VXLAN' and
25762            not 'IP4FWD' and
25763            not '2VM'"
25764   parameters:
25765   - "throughput"
25766   - "parent"
25767   - "tags"
25768 #  sort:
25769 #  - "VM"  # "not CFS_OPT"
25770 #  - "CFS_OPT"
25771 #  - "FIB_10K"
25772 #  - "FIB_100K"
25773 #  - "FIB_1M"
25774   layout:
25775     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25776     layout: "plot-throughput-speedup-analysis"
25777
25778 -
25779   type: "plot"
25780   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25781   algorithm: "plot_throughput_speedup_analysis"
25782   output-file-type: ".html"
25783   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25784   data: "plot-throughput-speedup-analysis-2n-skx"
25785   filter: "'NIC_Intel-XXV710' and
25786            '64B' and
25787            'NDRPDR' and
25788            ('ETH' or 'DOT1Q') and
25789            'L2BDMACLRN' and
25790            'VHOST_1024' and
25791            not 'VXLAN' and
25792            not 'IP4FWD' and
25793            not '2VM'"
25794   parameters:
25795   - "throughput"
25796   - "parent"
25797   - "tags"
25798 #  sort:
25799 #  - "VM"  # "not CFS_OPT"
25800 #  - "CFS_OPT"
25801 #  - "FIB_10K"
25802 #  - "FIB_100K"
25803 #  - "FIB_1M"
25804   layout:
25805     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25806     layout: "plot-throughput-speedup-analysis"
25807
25808 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25809 -
25810   type: "plot"
25811   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25812   algorithm: "plot_throughput_speedup_analysis"
25813   output-file-type: ".html"
25814   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25815   data: "plot-throughput-speedup-analysis-2n-skx"
25816   filter: "'NIC_Intel-XXV710' and
25817            '64B' and
25818            'NDRPDR' and
25819            ('ETH' or 'DOT1Q') and
25820            'BASE' and
25821            ('L2BDMACLRN' or 'L2XCFWD') and
25822            'VHOST_1024' and
25823            not 'VXLAN' and
25824            not 'IP4FWD' and
25825            not '2VM'"
25826   parameters:
25827   - "throughput"
25828   - "parent"
25829   - "tags"
25830 #  sort:
25831 #  - "not CFS_OPT"
25832 #  - "L2XCFWD"
25833 #  - "not CFS_OPT"
25834 #  - "CFS_OPT"
25835   layout:
25836     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25837     layout: "plot-throughput-speedup-analysis"
25838
25839 -
25840   type: "plot"
25841   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25842   algorithm: "plot_throughput_speedup_analysis"
25843   output-file-type: ".html"
25844   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25845   data: "plot-throughput-speedup-analysis-2n-skx"
25846   filter: "'NIC_Intel-XXV710' and
25847            '64B' and
25848            'NDRPDR' and
25849            ('ETH' or 'DOT1Q') and
25850            'BASE' and
25851            ('L2BDMACLRN' or 'L2XCFWD') and
25852            'VHOST_1024' and
25853            not 'VXLAN' and
25854            not 'IP4FWD' and
25855            not '2VM'"
25856   parameters:
25857   - "throughput"
25858   - "parent"
25859   - "tags"
25860 #  sort:
25861 #  - "not CFS_OPT"
25862 #  - "L2XCFWD"
25863 #  - "not CFS_OPT"
25864 #  - "CFS_OPT"
25865   layout:
25866     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25867     layout: "plot-throughput-speedup-analysis"
25868
25869 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25870 -
25871   type: "plot"
25872   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25873   algorithm: "plot_throughput_speedup_analysis"
25874   output-file-type: ".html"
25875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25876   data: "plot-throughput-speedup-analysis-2n-skx"
25877   filter: "'NIC_Intel-XXV710' and
25878            '64B' and
25879            'NDRPDR' and
25880            ('ETH' or 'DOT1Q') and
25881            ('L2BDMACLRN' or 'L2XCFWD') and
25882            'VHOST_1024' and
25883            not 'CFS_OPT' and
25884            not 'VXLAN' and
25885            not 'IP4FWD'"
25886   parameters:
25887   - "throughput"
25888   - "parent"
25889   - "tags"
25890 #  sort:
25891 #  - "1VM"
25892 #  - "L2XCFWD"
25893 #  - "1VM"
25894 #  - "L2BDMACLRN"
25895   layout:
25896     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
25897     layout: "plot-throughput-speedup-analysis"
25898
25899 -
25900   type: "plot"
25901   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25902   algorithm: "plot_throughput_speedup_analysis"
25903   output-file-type: ".html"
25904   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
25905   data: "plot-throughput-speedup-analysis-2n-skx"
25906   filter: "'NIC_Intel-XXV710' and
25907            '64B' and
25908            'NDRPDR' and
25909            ('ETH' or 'DOT1Q') and
25910            ('L2BDMACLRN' or 'L2XCFWD') and
25911            'VHOST_1024' and
25912            not 'CFS_OPT' and
25913            not 'VXLAN' and
25914            not 'IP4FWD'"
25915   parameters:
25916   - "throughput"
25917   - "parent"
25918   - "tags"
25919 #  sort:
25920 #  - "1VM"
25921 #  - "L2XCFWD"
25922 #  - "1VM"
25923 #  - "L2BDMACLRN"
25924   layout:
25925     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
25926     layout: "plot-throughput-speedup-analysis"
25927
25928 ################################################################################
25929
25930 # Speedup - VPP vts 3n-hsw-x520
25931 -
25932   type: "plot"
25933   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25934   algorithm: "plot_throughput_speedup_analysis"
25935   output-file-type: ".html"
25936   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
25937   data: "plot-throughput-speedup-analysis-3n-hsw"
25938   filter: "'NIC_Intel-X520-DA2' and
25939            '114B' and
25940            'NDRPDR' and
25941            'VTS'"
25942   parameters:
25943   - "throughput"
25944   - "parent"
25945   - "tags"
25946   layout:
25947     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
25948     layout: "plot-throughput-speedup-analysis"
25949
25950 -
25951   type: "plot"
25952   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25953   algorithm: "plot_throughput_speedup_analysis"
25954   output-file-type: ".html"
25955   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25956   data: "plot-throughput-speedup-analysis-3n-hsw"
25957   filter: "'NIC_Intel-X520-DA2' and
25958            '114B' and
25959            'NDRPDR' and
25960            'VTS'"
25961   parameters:
25962   - "throughput"
25963   - "parent"
25964   - "tags"
25965   layout:
25966     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
25967     layout: "plot-throughput-speedup-analysis"