CSIT-1350: Add new data to 1810 report
[csit.git] / resources / tools / presentation / specification.yaml
1 -
2   type: "environment"
3
4   paths:
5     # Top level directories:
6     ## Working directory
7     DIR[WORKING]: "_tmp"
8     ## Build directories
9     DIR[BUILD,HTML]: "_build"
10     DIR[BUILD,LATEX]: "_build_latex"
11
12     # Static .rst files
13     DIR[RST]: "../../../docs/report"
14
15     # Working directories
16     ## Input data files (.zip, .xml)
17     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
18     ## Static source files from git
19     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
20     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
21
22     # Static html content
23     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
24     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
25     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
26     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
27
28     # Detailed test results
29     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
30     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
31     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
32     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
33     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
34     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
35     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
40     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
41     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
42     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
43     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
44     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
45     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
46     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
47
48     # Detailed test configurations
49     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
50     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
51     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
52     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
53     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
54     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
55     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
56     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
57     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
58     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
59
60     # Detailed tests operational data
61     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
62     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
63     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
64     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
65
66     # .css patch file to fix tables generated by Sphinx
67     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
68     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
69
70   urls:
71     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
72     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
73     URL[NEXUS]: "https://docs.fd.io/csit"
74     DIR[NEXUS]: "report/_static/archive"
75
76   make-dirs:
77   # List the directories which are created while preparing the environment.
78   # All directories MUST be defined in "paths" section.
79   - "DIR[WORKING,DATA]"
80   - "DIR[STATIC,VPP]"
81   - "DIR[STATIC,DPDK]"
82   - "DIR[STATIC,ARCH]"
83   - "DIR[BUILD,LATEX]"
84   - "DIR[WORKING,SRC]"
85   - "DIR[WORKING,SRC,STATIC]"
86
87   remove-dirs:
88   # List the directories which are deleted while cleaning the environment.
89   # All directories MUST be defined in "paths" section.
90   #- "DIR[BUILD,HTML]"
91   - "DIR[WORKING,DATA]"
92
93   build-dirs:
94   # List the directories where the results (build) is stored.
95   # All directories MUST be defined in "paths" section.
96   - "DIR[BUILD,HTML]"
97   - "DIR[BUILD,LATEX]"
98
99 -
100   type: "configuration"
101
102   limits:
103     nic:
104       x520: 24460000
105       x710: 35800000
106       xxv710: 35800000
107       xl710: 35800000
108
109     link:
110       10ge: 14880952.38
111       25ge: 37202380.95
112       40ge: 59523809.52
113       100ge: 148809523.81
114
115     pci:
116       pci-g3-x8: 74404761.90
117       pci-g3-x16: 148809523.81
118
119   data-sets:
120
121     # VPP Performance
122     vpp-performance-changes:
123       csit-vpp-perf-1804-all:
124       - 21  # sel
125       - 22  # sel
126       - 23  # sel
127       - 24  # sel
128       - 27  # sel
129       - 28  # sel
130       - 29  # sel
131       - 30  # sel
132       - 31  # sel
133       - 35  # sel
134       csit-vpp-perf-verify-1807-3n-hsw:
135       - 11  # NDRPDR full 1
136       - 22  # NDRPDR full 2
137       - 45  # NDRPDR full 3
138       - 46  # NDRPDR full 4
139       - 15  # NDRPDR sel
140       - 16  # NDRPDR sel
141       - 19  # NDRPDR sel
142       - 18  # NDRPDR sel
143       - 20  # NDRPDR sel
144       - 38  # NDRPDR sel
145       - 40  # NDRPDR sel
146       - 44  # NDRPDR sel
147       - 47  # NDRPDR sel
148       csit-vpp-perf-verify-1810-3n-hsw:
149       # TODO: Add data
150       - 8   # NDRPDR sel
151       - 12  # NDRPDR sel
152       - 14  # NDRPDR sel
153       - 18  # NDRPDR sel
154       - 23  # NDRPDR sel
155       - 25  # NDRPDR sel
156       - 38  # NDRPDR sel
157       - 39  # NDRPDR sel
158       - 41  # NDRPDR sel
159
160     vpp-compare-testbeds:
161       csit-vpp-perf-verify-1810-3n-hsw:
162       # TODO: Add data
163       - 8   # NDRPDR sel
164       - 12  # NDRPDR sel
165       - 14  # NDRPDR sel
166       - 18  # NDRPDR sel
167       - 23  # NDRPDR sel
168       - 25  # NDRPDR sel
169       - 38  # NDRPDR sel
170       - 39  # NDRPDR sel
171       - 41  # NDRPDR sel
172       csit-vpp-perf-verify-1810-3n-skx:
173       - 24  # NDRPDR full
174       - 10  # NDRPDR sel
175       - 14  # NDRPDR sel
176       - 15  # NDRPDR sel
177       - 16  # NDRPDR sel
178       - 17  # NDRPDR sel
179       - 19  # NDRPDR sel
180       - 20  # NDRPDR sel
181       - 21  # NDRPDR sel
182       - 22  # NDRPDR sel
183       - 25  # NDRPDR sel
184
185     vpp-compare-testbeds-mrr:
186       csit-vpp-perf-verify-1810-3n-hsw:
187       - 9   # MRR sel
188       csit-vpp-perf-verify-1810-3n-skx:
189       - 9   # MRR sel
190       - 11  # MRR sel
191       - 12  # MRR sel
192       - 13  # MRR sel
193
194     vpp-performance-changes-mrr:
195       csit-vpp-perf-check-1804:
196       - 6   # mrr - sel
197       - 13  # mrr - sel
198       - 14  # mrr - sel
199       - 15  # mrr - sel
200       - 16  # mrr - sel
201       - 17  # mrr - sel
202       - 19  # mrr - sel
203       - 20  # mrr - sel
204       - 21  # mrr - sel
205       - 22  # mrr - sel
206       csit-vpp-perf-verify-1807-3n-hsw:
207       - 8   # MRR full
208       - 9   # MRR sel
209       - 21  # MRR sel
210       - 31  # MRR sel
211       - 33  # MRR sel
212       - 36  # MRR sel
213       - 41  # MRR sel
214       - 42  # MRR sel
215       - 48  # MRR sel
216       csit-vpp-perf-verify-1810-3n-hsw:
217       - 9   # MRR sel
218
219     vpp-perf-results-3n-hsw:
220       csit-vpp-perf-verify-1810-3n-hsw:
221       - 20  # NDRPDR full
222       - 21  # NDRPDR full
223       - 22  # NDRPDR full
224       - 27  # NDRPDR full
225
226     vpp-perf-results-3n-skx:
227       csit-vpp-perf-verify-1810-3n-skx:
228       - 23  # NDRPDR full
229       - 24  # NDRPDR full
230
231     vpp-perf-results-2n-skx:
232       csit-vpp-perf-verify-1810-2n-skx:
233       - 25  # NDRPDR full
234       - 26  # NDRPDR full
235
236     vpp-mrr-results-3n-hsw:
237       csit-vpp-perf-verify-1810-3n-hsw:
238       - 9   # MRR sel
239
240     vpp-mrr-results-3n-skx:
241       csit-vpp-perf-verify-1810-3n-skx:
242       - 9   # MRR sel
243
244     vpp-mrr-results-2n-skx:
245       csit-vpp-perf-verify-1810-2n-skx:
246       - 8   # MRR sel
247
248     plot-throughput-speedup-analysis-3n-hsw:
249       csit-vpp-perf-verify-1810-3n-hsw:
250       # TODO: Add data
251       - 8   # NDRPDR sel
252       - 12  # NDRPDR sel
253       - 14  # NDRPDR sel
254       - 18  # NDRPDR sel
255       - 23  # NDRPDR sel
256       - 25  # NDRPDR sel
257       - 38  # NDRPDR sel
258       - 39  # NDRPDR sel
259       - 41  # NDRPDR sel
260
261     plot-throughput-speedup-analysis-3n-skx:
262       csit-vpp-perf-verify-1810-3n-skx:
263       - 24  # NDRPDR full
264       - 10  # NDRPDR sel
265       - 14  # NDRPDR sel
266       - 15  # NDRPDR sel
267       - 16  # NDRPDR sel
268       - 17  # NDRPDR sel
269       - 19  # NDRPDR sel
270       - 20  # NDRPDR sel
271       - 21  # NDRPDR sel
272       - 22  # NDRPDR sel
273       - 25  # NDRPDR sel
274
275     plot-throughput-speedup-analysis-2n-skx:
276       csit-vpp-perf-verify-1810-2n-skx:
277       - 9   # NDRPDR sel
278       - 13  # NDRPDR sel
279       - 14  # NDRPDR sel
280       - 19  # NDRPDR sel
281       - 20  # NDRPDR sel
282       - 21  # NDRPDR sel
283       - 22  # NDRPDR sel
284       - 23  # NDRPDR sel
285       - 24  # NDRPDR sel
286       - 27  # NDRPDR sel
287
288     plot-vpp-throughput-latency-3n-hsw:
289       csit-vpp-perf-verify-1810-3n-hsw:
290       # TODO: Add data
291       - 8   # NDRPDR sel
292       - 12  # NDRPDR sel
293       - 14  # NDRPDR sel
294       - 18  # NDRPDR sel
295       - 23  # NDRPDR sel
296       - 25  # NDRPDR sel
297       - 38  # NDRPDR sel
298       - 39  # NDRPDR sel
299       - 41  # NDRPDR sel
300
301     plot-vpp-throughput-latency-3n-skx:
302       csit-vpp-perf-verify-1810-3n-skx:
303       - 24  # NDRPDR full
304       - 10  # NDRPDR sel
305       - 14  # NDRPDR sel
306       - 15  # NDRPDR sel
307       - 16  # NDRPDR sel
308       - 17  # NDRPDR sel
309       - 19  # NDRPDR sel
310       - 20  # NDRPDR sel
311       - 21  # NDRPDR sel
312       - 22  # NDRPDR sel
313       - 25  # NDRPDR sel
314
315     plot-vpp-throughput-latency-2n-skx:
316       csit-vpp-perf-verify-1810-2n-skx:
317       - 9   # NDRPDR sel
318       - 13  # NDRPDR sel
319       - 14  # NDRPDR sel
320       - 19  # NDRPDR sel
321       - 20  # NDRPDR sel
322       - 21  # NDRPDR sel
323       - 22  # NDRPDR sel
324       - 23  # NDRPDR sel
325       - 24  # NDRPDR sel
326       - 27  # NDRPDR sel
327
328     plot-vpp-http-server-performance:
329       csit-vpp-perf-verify-1810-3n-hsw:
330       - 28  # WRK
331       - 29  # WRK
332       - 30  # WRK
333       - 31  # WRK
334       - 32  # WRK
335       - 33  # WRK
336       - 34  # WRK
337       - 35  # WRK
338       - 36  # WRK
339       - 37  # WRK
340
341     # VPP Functional
342     vpp-func-results-ubuntu:
343       csit-vpp-functional-1810-ubuntu1604-virl:
344       - 44
345
346     vpp-func-results-centos:
347       csit-vpp-functional-1810-centos7-virl:
348       - 44
349
350     vpp-device-results-ubuntu:
351       csit-vpp-device-1810-ubuntu1804-1n-skx:
352       - 2
353
354     # VPP Ligato
355     ligato-perf-results-3n-hsw:
356       csit-ligato-perf-verify-1810-3n-hsw:
357       - 5   # full
358
359     plot-ligato-throughput-speedup-analysis-3n-hsw:
360       csit-ligato-perf-verify-1810-3n-hsw:
361       - 5   # full
362       - 6   # sel
363       - 8   # sel
364       - 9   # sel
365       - 11  # sel
366       - 12  # sel
367       - 13  # sel
368       - 14  # sel
369       - 16  # sel
370       - 17  # sel
371       - 18  # sel
372
373     plot-ligato-throughput-latency-3n-hsw:
374       csit-ligato-perf-verify-1810-3n-hsw:
375       - 5   # full
376       - 6   # sel
377       - 8   # sel
378       - 9   # sel
379       - 11  # sel
380       - 12  # sel
381       - 13  # sel
382       - 14  # sel
383       - 16  # sel
384       - 17  # sel
385       - 18  # sel
386
387     # DPDK Performance
388     dpdk-performance-changes:
389       csit-dpdk-perf-1804-all:
390       - 4
391       - 5
392       - 6
393       - 7
394       - 8
395       - 9
396       - 10
397       - 11
398       - 12
399       - 13
400       csit-dpdk-perf-verify-1807-3n-hsw:
401       - 11
402       - 12  # full
403       - 14
404       - 15
405       - 16
406       - 17
407       - 20
408       - 21
409       - 22
410       - 23
411       csit-dpdk-perf-verify-1810-3n-hsw:
412       - 1   # NDRPDR sel
413       - 2   # NDRPDR sel
414       - 3   # NDRPDR sel
415       - 4   # NDRPDR sel
416       - 5   # NDRPDR sel
417       - 6   # NDRPDR sel
418       - 7   # NDRPDR sel
419       - 8   # NDRPDR sel
420       - 9   # NDRPDR sel
421       - 10  # NDRPDR sel
422
423     dpdk-compare-testbeds:
424       csit-dpdk-perf-verify-1810-3n-skx:
425       - 3   # NDRPDR sel
426       - 4   # NDRPDR sel
427       - 6   # NDRPDR sel
428       - 7   # NDRPDR sel
429       - 8   # NDRPDR sel
430       - 9   # NDRPDR sel
431       - 10  # NDRPDR sel
432       - 11  # NDRPDR sel
433       - 12  # NDRPDR sel
434       - 13  # NDRPDR sel
435       csit-dpdk-perf-verify-1810-3n-hsw:
436       - 1   # NDRPDR sel
437       - 2   # NDRPDR sel
438       - 3   # NDRPDR sel
439       - 4   # NDRPDR sel
440       - 5   # NDRPDR sel
441       - 6   # NDRPDR sel
442       - 7   # NDRPDR sel
443       - 8   # NDRPDR sel
444       - 9   # NDRPDR sel
445       - 10  # NDRPDR sel
446
447     dpdk-perf-results-3n-hsw:
448       csit-dpdk-perf-verify-1810-3n-hsw:
449       - 1
450
451     dpdk-perf-results-3n-skx:
452       csit-dpdk-perf-verify-1810-3n-skx:
453       - 3   # NDRPDR sel
454
455     dpdk-perf-results-2n-skx:
456       csit-dpdk-perf-verify-1810-2n-skx:
457       - 3
458
459     plot-dpdk-throughput-latency-3n-hsw:
460       csit-dpdk-perf-verify-1810-3n-hsw:
461       - 1   # NDRPDR sel
462       - 2   # NDRPDR sel
463       - 3   # NDRPDR sel
464       - 4   # NDRPDR sel
465       - 5   # NDRPDR sel
466       - 6   # NDRPDR sel
467       - 7   # NDRPDR sel
468       - 8   # NDRPDR sel
469       - 9   # NDRPDR sel
470       - 10  # NDRPDR sel
471
472     plot-dpdk-throughput-latency-3n-skx:
473       csit-dpdk-perf-verify-1810-3n-skx:
474       - 3   # NDRPDR sel
475       - 4   # NDRPDR sel
476       - 6   # NDRPDR sel
477       - 7   # NDRPDR sel
478       - 8   # NDRPDR sel
479       - 9   # NDRPDR sel
480       - 10  # NDRPDR sel
481       - 11  # NDRPDR sel
482       - 12  # NDRPDR sel
483       - 13  # NDRPDR sel
484
485     plot-dpdk-throughput-latency-2n-skx:
486       csit-dpdk-perf-verify-1810-2n-skx:
487       - 3   # NDRPDR sel
488       - 4   # NDRPDR sel
489       - 5   # NDRPDR sel
490       - 7   # NDRPDR sel
491       - 8   # NDRPDR sel
492       - 9   # NDRPDR sel
493       - 10  # NDRPDR sel
494       - 11  # NDRPDR sel
495       - 12  # NDRPDR sel
496       - 13  # NDRPDR sel
497
498     # HoneyComb Functional
499     hc-func-results:
500       csit-hc2vpp-verify-func-1810-ubuntu1604:
501       - 1
502
503     # NSH SFC Functional
504     nsh-func-results:
505       csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
506       - 1
507
508     # DMM Functional
509     dmm-func-results:
510       csit-dmm-functional-1810-ubuntu1604-virl:
511       - 1
512
513   plot-layouts:
514
515     plot-cps:
516       titlefont:
517         size: 18
518       xaxis:
519         title: "<b>Test Cases [Index]</b>"
520         titlefont:
521           size: 16
522         autorange: True
523         fixedrange: False
524         gridcolor: "rgb(230, 230, 230)"
525         linecolor: "rgb(220, 220, 220)"
526         linewidth: 1
527         showgrid: True
528         showline: True
529         showticklabels: True
530         tickcolor: "rgb(220, 220, 220)"
531         tickmode: "linear"
532         tickfont:
533           size: 16
534         zeroline: False
535       yaxis:
536         title: "<b>Connections Per Second [cps]</b>"
537         titlefont:
538           size: 16
539         gridcolor: "rgb(230, 230, 230)"
540         hoverformat: ".4s"
541         linecolor: "rgb(220, 220, 220)"
542         linewidth: 1
543         rangemode: "tozero"
544         showgrid: True
545         showline: True
546         showticklabels: True
547         tickcolor: "rgb(220, 220, 220)"
548         tickformat: ".3s"
549         tickfont:
550           size: 16
551         zeroline: False
552       boxmode: "group"
553       boxgroupgap: 0.5
554       autosize: False
555       margin:
556         t: 50
557         b: 20
558         l: 80
559         r: 20
560       showlegend: True
561       legend:
562         orientation: "h"
563         font:
564           size: 16
565       width: 700
566       height: 800
567
568     plot-rps:
569       titlefont:
570         size: 18
571       xaxis:
572         title: "<b>Test Cases [Index]</b>"
573         titlefont:
574           size: 16
575         autorange: True
576         fixedrange: False
577         gridcolor: "rgb(230, 230, 230)"
578         linecolor: "rgb(220, 220, 220)"
579         linewidth: 1
580         showgrid: True
581         showline: True
582         showticklabels: True
583         tickcolor: "rgb(220, 220, 220)"
584         tickmode: "linear"
585         tickfont:
586           size: 16
587         zeroline: False
588       yaxis:
589         title: "<b>Requests Per Second [rps]</b>"
590         titlefont:
591           size: 16
592         gridcolor: "rgb(230, 230, 230)"
593         hoverformat: ".4s"
594         linecolor: "rgb(220, 220, 220)"
595         linewidth: 1
596         rangemode: "tozero"
597         showgrid: True
598         showline: True
599         showticklabels: True
600         tickcolor: "rgb(230, 230, 230)"
601         tickformat: ".3s"
602         tickfont:
603           size: 16
604         zeroline: False
605       boxmode: "group"
606       boxgroupgap: 0.5
607       autosize: False
608       margin:
609         t: 50
610         b: 20
611         l: 80
612         r: 20
613       showlegend: True
614       legend:
615         orientation: "h"
616         font:
617           size: 16
618       width: 700
619       height: 800
620
621     plot-throughput:
622       titlefont:
623         size: 18
624       xaxis:
625         title: "<b>Test Cases [Index]</b>"
626         titlefont:
627           size: 16
628         autorange: True
629         fixedrange: False
630         gridcolor: "rgb(230, 230, 230)"
631         linecolor: "rgb(220, 220, 220)"
632         linewidth: 1
633         showgrid: True
634         showline: True
635         showticklabels: True
636         tickcolor: "rgb(220, 220, 220)"
637         tickmode: "linear"
638         tickfont:
639           size: 16
640         zeroline: False
641       yaxis:
642         title: "<b>Packet Throughput [Mpps]</b>"
643         titlefont:
644           size: 16
645         gridcolor: "rgb(230, 230, 230)"
646         hoverformat: ".4s"
647         tickformat: ".3s"
648         linecolor: "rgb(220, 220, 220)"
649         linewidth: 1
650         showgrid: True
651         showline: True
652         showticklabels: True
653         tickcolor: "rgb(220, 220, 220)"
654         tickfont:
655           size: 16
656         zeroline: False
657         range: [0,50]
658       boxmode: "group"
659       boxgroupgap: 0.5
660       autosize: False
661       margin:
662         t: 50
663         b: 20
664         l: 80
665         r: 20
666       showlegend: True
667       legend:
668         orientation: "h"
669         font:
670           size: 16
671       width: 700
672       height: 800
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.125,
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.14,
761           font: {
762             family: "Consolas, Courier New",
763             size: 15
764           },
765         },
766       ]
767
768     plot-latency:
769       titlefont:
770         size: 18
771       xaxis:
772         title: "<b>Direction</b>"
773         titlefont:
774           size: 16
775         autorange: True
776         fixedrange: False
777         gridcolor: "rgb(230, 230, 230)"
778         linecolor: "rgb(220, 220, 220)"
779         linewidth: 1
780         showgrid: True
781         showline: True
782         showticklabels: False
783         tickcolor: "rgb(220, 220, 220)"
784         tickmode: "linear"
785         tickfont:
786           size: 16
787         zeroline: False
788       yaxis:
789         title: "<b>Packet Latency [uSec]</b>"
790         titlefont:
791           size: 16
792         type: "linear"
793         gridcolor: "rgb(230, 230, 230)"
794         hoverformat: ".4s"
795         linecolor: "rgb(220, 220, 220)"
796         linewidth: 1
797         showgrid: True
798         showline: True
799         showticklabels: True
800         tickcolor: "rgb(220, 220, 220)"
801         tickformat: ".4s"
802         tickfont:
803           size: 16
804         zeroline: True
805         rangemode: "tozero"
806       legend:
807         orientation: "h"
808         font:
809           size: 16
810         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
811       autosize: False
812       margin:
813           't': 50
814           'b': 150
815           'l': 80
816           'r': 10
817       showlegend: True
818       width: 700
819       height: 700
820       hoverlabel:
821         namelength: -1
822
823 -
824   type: "static"
825   src-path: "{DIR[RST]}"
826   dst-path: "{DIR[WORKING,SRC]}"
827
828 -
829   type: "input"
830   general:
831     file-name: "robot-plugin.zip"
832     file-format: ".zip"
833     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
834     extract: "robot-plugin/output.xml"
835
836   builds:
837
838     csit-vpp-perf-1804-all:
839     - 21  # sel
840     - 22  # sel
841     - 23  # sel
842     - 24  # sel
843     - 27  # sel
844     - 28  # sel
845     - 29  # sel
846     - 30  # sel
847     - 31  # sel
848     - 35  # sel
849     csit-vpp-perf-verify-1807-3n-hsw:
850     - 8   # MRR full
851     - 9   # MRR sel
852     - 21  # MRR sel
853     - 31  # MRR sel
854     - 33  # MRR sel
855     - 36  # MRR sel
856     - 41  # MRR sel
857     - 42  # MRR sel
858     - 48  # MRR sel
859     - 11  # NDRPDR full 1
860     - 22  # NDRPDR full 2
861     - 45  # NDRPDR full 3
862     - 46  # NDRPDR full 4
863     - 15  # NDRPDR sel
864     - 16  # NDRPDR sel
865     - 19  # NDRPDR sel
866     - 18  # NDRPDR sel
867     - 20  # NDRPDR sel
868     - 38  # NDRPDR sel
869     - 40  # NDRPDR sel
870     - 44  # NDRPDR sel
871     - 47  # NDRPDR sel
872     - 24  # WRK
873     - 25  # WRK
874     - 23  # WRK
875     - 26  # WRK
876     - 27  # WRK
877     - 28  # WRK
878     - 29  # WRK
879     - 30  # WRK
880     - 32  # WRK
881     - 35  # WRK
882     # TODO: Add data:
883     csit-vpp-perf-verify-1810-3n-hsw:
884     - 9   # MRR sel
885     - 20  # NDRPDR full
886     - 21  # NDRPDR full
887     - 22  # NDRPDR full
888     - 27  # NDRPDR full
889     - 8   # NDRPDR sel
890     - 12  # NDRPDR sel
891     - 14  # NDRPDR sel
892     - 18  # NDRPDR sel
893     - 23  # NDRPDR sel
894     - 25  # NDRPDR sel
895     - 38  # NDRPDR sel
896     - 39  # NDRPDR sel
897     - 41  # NDRPDR sel
898     - 28  # WRK
899     - 29  # WRK
900     - 30  # WRK
901     - 31  # WRK
902     - 32  # WRK
903     - 33  # WRK
904     - 34  # WRK
905     - 35  # WRK
906     - 36  # WRK
907     - 37  # WRK
908     csit-vpp-perf-verify-1807-3n-skx:
909     - 31  # MRR full
910     - 28  # MRR sel
911     - 32  # MRR sel
912     - 36  # MRR sel
913     - 42  # MRR sel
914     - 47  # MRR sel
915     - 48  # MRR sel
916     - 51  # MRR sel
917     - 52  # MRR sel
918     - 53  # MRR sel
919     - 54  # MRR sel
920     - 40  # NDRPDR full 1
921     - 41  # NDRPDR full 2
922     - 33  # NDRPDR sel
923     - 35  # NDRPDR sel
924     - 37  # NDRPDR sel
925     - 38  # NDRPDR sel
926     - 39  # NDRPDR sel
927     - 43  # NDRPDR sel
928     - 44  # NDRPDR sel
929     - 49  # NDRPDR sel
930     - 50  # NDRPDR sel
931     - 56  # NDRPDR sel
932     csit-vpp-perf-verify-1810-3n-skx:
933     - 9   # MRR sel
934     - 11  # MRR sel
935     - 12  # MRR sel
936     - 13  # MRR sel
937     - 23  # NDRPDR full
938     - 24  # NDRPDR full
939     - 10  # NDRPDR sel
940     - 14  # NDRPDR sel
941     - 15  # NDRPDR sel
942     - 16  # NDRPDR sel
943     - 17  # NDRPDR sel
944     - 19  # NDRPDR sel
945     - 20  # NDRPDR sel
946     - 21  # NDRPDR sel
947     - 22  # NDRPDR sel
948     - 25  # NDRPDR sel
949     csit-vpp-perf-verify-1807-2n-skx:
950     - 27  # MRR full
951     - 31  # MRR sel
952     - 33  # MRR sel
953     - 37  # MRR sel
954     - 38  # MRR sel
955     - 41  # MRR sel
956     - 43  # MRR sel
957     - 44  # MRR sel
958     - 45  # MRR sel
959     - 46  # MRR sel
960     - 47  # MRR sel
961     - 32  # NDRPDR full
962     - 26  # NDRPDR sel
963     - 28  # NDRPDR sel
964     - 29  # NDRPDR sel
965     - 30  # NDRPDR sel
966     - 34  # NDRPDR sel
967     - 35  # NDRPDR sel
968     - 36  # NDRPDR sel
969     - 39  # NDRPDR sel
970     - 40  # NDRPDR sel
971     - 42  # NDRPDR sel
972     csit-vpp-perf-verify-1810-2n-skx:
973     - 8   # MRR sel
974     - 10  # MRR sel
975     - 11  # MRR sel
976     - 12  # MRR sel
977     - 25  # NDRPDR full
978     - 26  # NDRPDR full
979     - 9   # NDRPDR sel
980     - 13  # NDRPDR sel
981     - 14  # NDRPDR sel
982     - 19  # NDRPDR sel
983     - 20  # NDRPDR sel
984     - 21  # NDRPDR sel
985     - 22  # NDRPDR sel
986     - 23  # NDRPDR sel
987     - 24  # NDRPDR sel
988     - 27  # NDRPDR sel
989     csit-vpp-perf-check-1804:
990     - 5   # mrr - full
991     - 6   # mrr - sel
992     - 13  # mrr - sel
993     - 14  # mrr - sel
994     - 15  # mrr - sel
995     - 16  # mrr - sel
996     - 17  # mrr - sel
997     - 19  # mrr - sel
998     - 20  # mrr - sel
999     - 21  # mrr - sel
1000     - 22  # mrr - sel
1001     csit-ligato-perf-verify-1810-3n-hsw:
1002     - 5   # full
1003     - 6   # sel
1004     - 8   # sel
1005     - 9   # sel
1006     - 11  # sel
1007     - 12  # sel
1008     - 13  # sel
1009     - 14  # sel
1010     - 16  # sel
1011     - 17  # sel
1012     - 18  # sel
1013     csit-dpdk-perf-1804-all:
1014     - 4
1015     - 5
1016     - 6
1017     - 7
1018     - 8
1019     - 9
1020     - 10
1021     - 11
1022     - 12
1023     - 13
1024     csit-dpdk-perf-verify-1807-3n-hsw:
1025     - 11
1026     - 12  # full
1027     - 14
1028     - 15
1029     - 16
1030     - 17
1031     - 20
1032     - 21
1033     - 22
1034     - 23
1035     csit-dpdk-perf-verify-1810-3n-hsw:
1036     - 1   # NDRPDR sel
1037     - 2   # NDRPDR sel
1038     - 3   # NDRPDR sel
1039     - 4   # NDRPDR sel
1040     - 5   # NDRPDR sel
1041     - 6   # NDRPDR sel
1042     - 7   # NDRPDR sel
1043     - 8   # NDRPDR sel
1044     - 9   # NDRPDR sel
1045     - 10  # NDRPDR sel
1046     csit-dpdk-perf-verify-1807-3n-skx:
1047     - 1
1048     - 2
1049     - 3
1050     - 6
1051     - 7
1052     - 8
1053     - 9
1054     - 10
1055     - 11
1056     - 12
1057     csit-dpdk-perf-verify-1810-3n-skx:
1058     - 3   # NDRPDR sel
1059     - 4   # NDRPDR sel
1060     - 6   # NDRPDR sel
1061     - 7   # NDRPDR sel
1062     - 8   # NDRPDR sel
1063     - 9   # NDRPDR sel
1064     - 10  # NDRPDR sel
1065     - 11  # NDRPDR sel
1066     - 12  # NDRPDR sel
1067     - 13  # NDRPDR sel
1068     csit-dpdk-perf-verify-1810-2n-skx:
1069     - 3   # NDRPDR sel
1070     - 4   # NDRPDR sel
1071     - 5   # NDRPDR sel
1072     - 7   # NDRPDR sel
1073     - 8   # NDRPDR sel
1074     - 9   # NDRPDR sel
1075     - 10  # NDRPDR sel
1076     - 11  # NDRPDR sel
1077     - 12  # NDRPDR sel
1078     - 13  # NDRPDR sel
1079
1080     csit-vpp-functional-1810-ubuntu1604-virl:
1081     - 44
1082     csit-vpp-functional-1810-centos7-virl:
1083     - 44
1084     csit-vpp-device-1810-ubuntu1804-1n-skx:
1085     - 2
1086     csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1087     - 1
1088     csit-dmm-functional-1810-ubuntu1604-virl:
1089     - 1
1090     csit-hc2vpp-verify-func-1810-ubuntu1604:
1091     - 1
1092
1093 -
1094   type: "output"
1095   output: "report"
1096   format:
1097     html:
1098     - full
1099     pdf:
1100     - minimal
1101
1102 ################################################################################
1103 ###                               T A B L E S                                ###
1104 ################################################################################
1105
1106 ################################################################################
1107 # VPP
1108
1109 # VPP Performance Changes 1t1c pdr
1110 -
1111   type: "table"
1112   title: "VPP Performance Changes 1t1c pdr"
1113   algorithm: "table_performance_comparison"
1114   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-pdr"
1115   history:
1116     -
1117       title: "rls1804"
1118       data:
1119         csit-vpp-perf-1804-all:
1120         - 21  # sel
1121         - 22  # sel
1122         - 23  # sel
1123         - 24  # sel
1124         - 27  # sel
1125         - 28  # sel
1126         - 29  # sel
1127         - 30  # sel
1128         - 31  # sel
1129         - 35  # sel
1130   reference:
1131     title: "rls1807"
1132     data:
1133       csit-vpp-perf-verify-1807-3n-hsw:
1134       - 11  # NDRPDR full 1
1135       - 22  # NDRPDR full 2
1136       - 45  # NDRPDR full 3
1137       - 46  # NDRPDR full 4
1138       - 15  # NDRPDR sel
1139       - 16  # NDRPDR sel
1140       - 19  # NDRPDR sel
1141       - 18  # NDRPDR sel
1142       - 20  # NDRPDR sel
1143       - 38  # NDRPDR sel
1144       - 40  # NDRPDR sel
1145       - 44  # NDRPDR sel
1146       - 47  # NDRPDR sel
1147   compare:
1148     title: "rls1810"
1149     data:
1150       csit-vpp-perf-verify-1810-3n-hsw:
1151       - 8   # NDRPDR sel
1152       - 12  # NDRPDR sel
1153       - 14  # NDRPDR sel
1154       - 18  # NDRPDR sel
1155       - 23  # NDRPDR sel
1156       - 25  # NDRPDR sel
1157       - 38  # NDRPDR sel
1158       - 39  # NDRPDR sel
1159       - 41  # NDRPDR sel
1160   data: "vpp-performance-changes"
1161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1162   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1163   parameters:
1164   - "name"
1165   - "parent"
1166   - "throughput"
1167
1168 # VPP Performance Changes 2t2c pdr
1169 -
1170   type: "table"
1171   title: "VPP Performance Changes 2t2c pdr"
1172   algorithm: "table_performance_comparison"
1173   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-pdr"
1174   history:
1175     -
1176       title: "rls1804"
1177       data:
1178         csit-vpp-perf-1804-all:
1179         - 21  # sel
1180         - 22  # sel
1181         - 23  # sel
1182         - 24  # sel
1183         - 27  # sel
1184         - 28  # sel
1185         - 29  # sel
1186         - 30  # sel
1187         - 31  # sel
1188         - 35  # sel
1189   reference:
1190     title: "rls1807"
1191     data:
1192       csit-vpp-perf-verify-1807-3n-hsw:
1193       - 11  # NDRPDR full 1
1194       - 22  # NDRPDR full 2
1195       - 45  # NDRPDR full 3
1196       - 46  # NDRPDR full 4
1197       - 15  # NDRPDR sel
1198       - 16  # NDRPDR sel
1199       - 19  # NDRPDR sel
1200       - 18  # NDRPDR sel
1201       - 20  # NDRPDR sel
1202       - 38  # NDRPDR sel
1203       - 40  # NDRPDR sel
1204       - 44  # NDRPDR sel
1205       - 47  # NDRPDR sel
1206   compare:
1207     title: "rls1810"
1208     data:
1209       csit-vpp-perf-verify-1810-3n-hsw:
1210       - 8   # NDRPDR sel
1211       - 12  # NDRPDR sel
1212       - 14  # NDRPDR sel
1213       - 18  # NDRPDR sel
1214       - 23  # NDRPDR sel
1215       - 25  # NDRPDR sel
1216       - 38  # NDRPDR sel
1217       - 39  # NDRPDR sel
1218       - 41  # NDRPDR sel
1219   data: "vpp-performance-changes"
1220   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1221   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1222   parameters:
1223   - "name"
1224   - "parent"
1225   - "throughput"
1226
1227 # VPP Performance Changes 1t1c ndr
1228 -
1229   type: "table"
1230   title: "VPP Performance Changes 1t1c ndr"
1231   algorithm: "table_performance_comparison"
1232   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-ndr"
1233   history:
1234     -
1235       title: "rls1804"
1236       data:
1237         csit-vpp-perf-1804-all:
1238         - 21  # sel
1239         - 22  # sel
1240         - 23  # sel
1241         - 24  # sel
1242         - 27  # sel
1243         - 28  # sel
1244         - 29  # sel
1245         - 30  # sel
1246         - 31  # sel
1247         - 35  # sel
1248   reference:
1249     title: "rls1807"
1250     data:
1251       csit-vpp-perf-verify-1807-3n-hsw:
1252       - 11  # NDRPDR full 1
1253       - 22  # NDRPDR full 2
1254       - 45  # NDRPDR full 3
1255       - 46  # NDRPDR full 4
1256       - 15  # NDRPDR sel
1257       - 16  # NDRPDR sel
1258       - 19  # NDRPDR sel
1259       - 18  # NDRPDR sel
1260       - 20  # NDRPDR sel
1261       - 38  # NDRPDR sel
1262       - 40  # NDRPDR sel
1263       - 44  # NDRPDR sel
1264       - 47  # NDRPDR sel
1265   compare:
1266     title: "rls1810"
1267     data:
1268       csit-vpp-perf-verify-1810-3n-hsw:
1269       - 8   # NDRPDR sel
1270       - 12  # NDRPDR sel
1271       - 14  # NDRPDR sel
1272       - 18  # NDRPDR sel
1273       - 23  # NDRPDR sel
1274       - 25  # NDRPDR sel
1275       - 38  # NDRPDR sel
1276       - 39  # NDRPDR sel
1277       - 41  # NDRPDR sel
1278   data: "vpp-performance-changes"
1279   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1280   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1281   parameters:
1282   - "name"
1283   - "parent"
1284   - "throughput"
1285
1286 # VPP Performance Changes 2t2c ndr
1287 -
1288   type: "table"
1289   title: "VPP Performance Changes 2t2c ndr"
1290   algorithm: "table_performance_comparison"
1291   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-ndr"
1292   history:
1293     -
1294       title: "rls1804"
1295       data:
1296         csit-vpp-perf-1804-all:
1297         - 21  # sel
1298         - 22  # sel
1299         - 23  # sel
1300         - 24  # sel
1301         - 27  # sel
1302         - 28  # sel
1303         - 29  # sel
1304         - 30  # sel
1305         - 31  # sel
1306         - 35  # sel
1307   reference:
1308     title: "rls1807"
1309     data:
1310       csit-vpp-perf-verify-1807-3n-hsw:
1311       - 11  # NDRPDR full 1
1312       - 22  # NDRPDR full 2
1313       - 45  # NDRPDR full 3
1314       - 46  # NDRPDR full 4
1315       - 15  # NDRPDR sel
1316       - 16  # NDRPDR sel
1317       - 19  # NDRPDR sel
1318       - 18  # NDRPDR sel
1319       - 20  # NDRPDR sel
1320       - 38  # NDRPDR sel
1321       - 40  # NDRPDR sel
1322       - 44  # NDRPDR sel
1323       - 47  # NDRPDR sel
1324   compare:
1325     title: "rls1810"
1326     data:
1327       csit-vpp-perf-verify-1810-3n-hsw:
1328       - 8   # NDRPDR sel
1329       - 12  # NDRPDR sel
1330       - 14  # NDRPDR sel
1331       - 18  # NDRPDR sel
1332       - 23  # NDRPDR sel
1333       - 25  # NDRPDR sel
1334       - 38  # NDRPDR sel
1335       - 39  # NDRPDR sel
1336       - 41  # NDRPDR sel
1337   data: "vpp-performance-changes"
1338   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1339   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1340   parameters:
1341   - "name"
1342   - "parent"
1343   - "throughput"
1344
1345 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr
1346 -
1347   type: "table"
1348   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
1349   algorithm: "table_performance_comparison"
1350   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
1351   reference:
1352     title: "3-Node Hsw"
1353     data:
1354       csit-vpp-perf-verify-1810-3n-hsw:
1355       - 8   # NDRPDR sel
1356       - 12  # NDRPDR sel
1357       - 14  # NDRPDR sel
1358       - 18  # NDRPDR sel
1359       - 23  # NDRPDR sel
1360       - 25  # NDRPDR sel
1361       - 38  # NDRPDR sel
1362       - 39  # NDRPDR sel
1363       - 41  # NDRPDR sel
1364   compare:
1365     title: "3-Node Skx"
1366     data:
1367       csit-vpp-perf-verify-1810-3n-skx:
1368       - 10  # NDRPDR sel
1369       - 14  # NDRPDR sel
1370       - 15  # NDRPDR sel
1371       - 16  # NDRPDR sel
1372       - 17  # NDRPDR sel
1373       - 19  # NDRPDR sel
1374       - 20  # NDRPDR sel
1375       - 21  # NDRPDR sel
1376       - 22  # NDRPDR sel
1377       - 25  # NDRPDR sel
1378   data: "vpp-compare-testbeds"
1379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1380   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1381   parameters:
1382   - "name"
1383   - "parent"
1384   - "throughput"
1385
1386 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr
1387 -
1388   type: "table"
1389   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
1390   algorithm: "table_performance_comparison"
1391   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
1392   reference:
1393     title: "3-Node Hsw"
1394     data:
1395       csit-vpp-perf-verify-1810-3n-hsw:
1396       - 8   # NDRPDR sel
1397       - 12  # NDRPDR sel
1398       - 14  # NDRPDR sel
1399       - 18  # NDRPDR sel
1400       - 23  # NDRPDR sel
1401       - 25  # NDRPDR sel
1402       - 38  # NDRPDR sel
1403       - 39  # NDRPDR sel
1404       - 41  # NDRPDR sel
1405   compare:
1406     title: "3-Node Skx"
1407     data:
1408       csit-vpp-perf-verify-1810-3n-skx:
1409       - 10  # NDRPDR sel
1410       - 14  # NDRPDR sel
1411       - 15  # NDRPDR sel
1412       - 16  # NDRPDR sel
1413       - 17  # NDRPDR sel
1414       - 19  # NDRPDR sel
1415       - 20  # NDRPDR sel
1416       - 21  # NDRPDR sel
1417       - 22  # NDRPDR sel
1418       - 25  # NDRPDR sel
1419   data: "vpp-compare-testbeds"
1420   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1421   filter: "'NIC_Intel-X710' and 'NDRPDR'"
1422   parameters:
1423   - "name"
1424   - "parent"
1425   - "throughput"
1426
1427 # VPP Performance Changes - 1t1c MRR
1428 -
1429   type: "table"
1430   title: "VPP Performance Changes - 1t1c MRR"
1431   algorithm: "table_performance_comparison"
1432   output-file: "{DIR[STATIC,VPP]}/performance-changes-1t1c-mrr"
1433   history:
1434     -
1435       title: "rls1804"
1436       data:
1437         csit-vpp-perf-check-1804:
1438         - 6   # mrr - sel
1439         - 13  # mrr - sel
1440         - 14  # mrr - sel
1441         - 15  # mrr - sel
1442         - 16  # mrr - sel
1443         - 17  # mrr - sel
1444         - 19  # mrr - sel
1445         - 20  # mrr - sel
1446         - 21  # mrr - sel
1447         - 22  # mrr - sel
1448   reference:
1449     title: "rls1807"
1450     data:
1451       csit-vpp-perf-verify-1807-3n-hsw:
1452       - 8   # MRR full
1453       - 9   # MRR sel
1454       - 21  # MRR sel
1455       - 31  # MRR sel
1456       - 33  # MRR sel
1457       - 36  # MRR sel
1458       - 41  # MRR sel
1459       - 42  # MRR sel
1460       - 48  # MRR sel
1461   compare:
1462     title: "rls1810"
1463     data:
1464       csit-vpp-perf-verify-1810-3n-hsw:
1465       - 9   # MRR sel
1466   data: "vpp-performance-changes-mrr"
1467   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1468   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1469   parameters:
1470   - "name"
1471   - "parent"
1472   - "result"
1473
1474 # VPP Performance Changes - 2t2c MRR
1475 -
1476   type: "table"
1477   title: "VPP Performance Changes - 2t2c MRR"
1478   algorithm: "table_performance_comparison"
1479   output-file: "{DIR[STATIC,VPP]}/performance-changes-2t2c-mrr"
1480   history:
1481     -
1482       title: "rls1804"
1483       data:
1484         csit-vpp-perf-check-1804:
1485         - 6   # mrr - sel
1486         - 13  # mrr - sel
1487         - 14  # mrr - sel
1488         - 15  # mrr - sel
1489         - 16  # mrr - sel
1490         - 17  # mrr - sel
1491         - 19  # mrr - sel
1492         - 20  # mrr - sel
1493         - 21  # mrr - sel
1494         - 22  # mrr - sel
1495   reference:
1496     title: "rls1807"
1497     data:
1498       csit-vpp-perf-verify-1807-3n-hsw:
1499       - 8   # MRR full
1500       - 9   # MRR sel
1501       - 21  # MRR sel
1502       - 31  # MRR sel
1503       - 33  # MRR sel
1504       - 36  # MRR sel
1505       - 41  # MRR sel
1506       - 42  # MRR sel
1507       - 48  # MRR sel
1508   compare:
1509     title: "rls1810"
1510     data:
1511       csit-vpp-perf-verify-1810-3n-hsw:
1512       - 9   # MRR sel
1513   data: "vpp-performance-changes-mrr"
1514   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1515   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1516   parameters:
1517   - "name"
1518   - "parent"
1519   - "result"
1520
1521 # VPP Performance Changes - 4t4c MRR
1522 -
1523   type: "table"
1524   title: "VPP Performance Changes - 4t4c MRR"
1525   algorithm: "table_performance_comparison"
1526   output-file: "{DIR[STATIC,VPP]}/performance-changes-4t4c-mrr"
1527   history:
1528     -
1529       title: "rls1804"
1530       data:
1531         csit-vpp-perf-check-1804:
1532         - 6   # mrr - sel
1533         - 13  # mrr - sel
1534         - 14  # mrr - sel
1535         - 15  # mrr - sel
1536         - 16  # mrr - sel
1537         - 17  # mrr - sel
1538         - 19  # mrr - sel
1539         - 20  # mrr - sel
1540         - 21  # mrr - sel
1541         - 22  # mrr - sel
1542   reference:
1543     title: "rls1807"
1544     data:
1545       csit-vpp-perf-verify-1807-3n-hsw:
1546       - 8   # MRR full
1547       - 9   # MRR sel
1548       - 21  # MRR sel
1549       - 31  # MRR sel
1550       - 33  # MRR sel
1551       - 36  # MRR sel
1552       - 41  # MRR sel
1553       - 42  # MRR sel
1554       - 48  # MRR sel
1555   compare:
1556     title: "rls1810"
1557     data:
1558       csit-vpp-perf-verify-1810-3n-hsw:
1559       - 9   # MRR sel
1560   data: "vpp-performance-changes-mrr"
1561   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1562   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1563   parameters:
1564   - "name"
1565   - "parent"
1566   - "result"
1567
1568 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr
1569 -
1570   type: "table"
1571   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
1572   algorithm: "table_performance_comparison"
1573   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
1574   reference:
1575     title: "3-Node Hsw"
1576     data:
1577       csit-vpp-perf-verify-1810-3n-hsw:
1578       - 9   # MRR sel
1579   compare:
1580     title: "3-Node Skx"
1581     data:
1582       csit-vpp-perf-verify-1810-3n-skx:
1583       - 9   # MRR sel
1584       - 11  # MRR sel
1585       - 12  # MRR sel
1586       - 13  # MRR sel
1587   data: "vpp-compare-testbeds-mrr"
1588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1589   filter: "'NIC_Intel-X710' and 'MRR'"
1590   parameters:
1591   - "name"
1592   - "parent"
1593   - "result"
1594
1595 # Detailed Test Results - VPP Performance Results 3n-hsw
1596 -
1597   type: "table"
1598   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
1599   algorithm: "table_merged_details"
1600   output-file-ext: ".csv"
1601   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
1602   columns:
1603   -
1604     title: "Name"
1605     data: "data name"
1606   -
1607     title: "Status"
1608     data: "data msg"
1609   rows: "generated"
1610   data: "vpp-perf-results-3n-hsw"
1611   filter: "not 'NDRCHK' and not 'PDRCHK'"
1612   parameters:
1613   - "name"
1614   - "parent"
1615   - "msg"
1616
1617 # Detailed Test Results - VPP Performance Results 3n-skx
1618 -
1619   type: "table"
1620   title: "Detailed Test Results - VPP Performance Results 3n-skx"
1621   algorithm: "table_merged_details"
1622   output-file-ext: ".csv"
1623   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
1624   columns:
1625   -
1626     title: "Name"
1627     data: "data name"
1628   -
1629     title: "Status"
1630     data: "data msg"
1631   rows: "generated"
1632   data: "vpp-perf-results-3n-skx"
1633   filter: "not 'NDRCHK' and not 'PDRCHK'"
1634   parameters:
1635   - "name"
1636   - "parent"
1637   - "msg"
1638
1639 # Detailed Test Results - VPP Performance Results 2n-skx
1640 -
1641   type: "table"
1642   title: "Detailed Test Results - VPP Performance Results 2n-skx"
1643   algorithm: "table_merged_details"
1644   output-file-ext: ".csv"
1645   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
1646   columns:
1647   -
1648     title: "Name"
1649     data: "data name"
1650   -
1651     title: "Status"
1652     data: "data msg"
1653   rows: "generated"
1654   data: "vpp-perf-results-2n-skx"
1655   filter: "not 'NDRCHK' and not 'PDRCHK'"
1656   parameters:
1657   - "name"
1658   - "parent"
1659   - "msg"
1660
1661 # Test configuration - VPP Performance Test Configs 3n-hsw
1662 -
1663   type: "table"
1664   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
1665   algorithm: "table_merged_details"
1666   output-file-ext: ".csv"
1667   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
1668   columns:
1669   -
1670     title: "Name"
1671     data: "data name"
1672   -
1673     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1674     data: "data vat-history"
1675   rows: "generated"
1676   data: "vpp-perf-results-3n-hsw"
1677   filter: "not 'NDRCHK' and not 'PDRCHK'"
1678   parameters:
1679   - "parent"
1680   - "name"
1681   - "vat-history"
1682
1683 # Test configuration - VPP Performance Test Configs 3n-skx
1684 -
1685   type: "table"
1686   title: "Test configuration - VPP Performance Test Configs 3n-skx"
1687   algorithm: "table_merged_details"
1688   output-file-ext: ".csv"
1689   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
1690   columns:
1691   -
1692     title: "Name"
1693     data: "data name"
1694   -
1695     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1696     data: "data vat-history"
1697   rows: "generated"
1698   data: "vpp-perf-results-3n-skx"
1699   filter: "not 'NDRCHK' and not 'PDRCHK'"
1700   parameters:
1701   - "parent"
1702   - "name"
1703   - "vat-history"
1704
1705 # Test configuration - VPP Performance Test Configs 2n-skx
1706 -
1707   type: "table"
1708   title: "Test configuration - VPP Performance Test Configs 2n-skx"
1709   algorithm: "table_merged_details"
1710   output-file-ext: ".csv"
1711   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
1712   columns:
1713   -
1714     title: "Name"
1715     data: "data name"
1716   -
1717     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1718     data: "data vat-history"
1719   rows: "generated"
1720   data: "vpp-perf-results-2n-skx"
1721   filter: "not 'NDRCHK' and not 'PDRCHK'"
1722   parameters:
1723   - "parent"
1724   - "name"
1725   - "vat-history"
1726
1727 # Test Operational Data - VPP Performance Operational Data 3n-hsw
1728 -
1729   type: "table"
1730   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
1731   algorithm: "table_merged_details"
1732   output-file-ext: ".csv"
1733   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
1734   columns:
1735   -
1736     title: "Name"
1737     data: "data name"
1738   -
1739     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1740     data: "data show-run"
1741   rows: "generated"
1742   data: "vpp-perf-results-3n-hsw"
1743   filter: "not 'NDRCHK' and not 'PDRCHK'"
1744   parameters:
1745   - "parent"
1746   - "name"
1747   - "show-run"
1748
1749 # Test Operational Data - VPP Performance Operational Data 3n-skx
1750 -
1751   type: "table"
1752   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
1753   algorithm: "table_merged_details"
1754   output-file-ext: ".csv"
1755   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
1756   columns:
1757   -
1758     title: "Name"
1759     data: "data name"
1760   -
1761     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1762     data: "data show-run"
1763   rows: "generated"
1764   data: "vpp-perf-results-3n-skx"
1765   filter: "not 'NDRCHK' and not 'PDRCHK'"
1766   parameters:
1767   - "parent"
1768   - "name"
1769   - "show-run"
1770
1771 # Test Operational Data - VPP Performance Operational Data 2n-skx
1772 -
1773   type: "table"
1774   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
1775   algorithm: "table_merged_details"
1776   output-file-ext: ".csv"
1777   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
1778   columns:
1779   -
1780     title: "Name"
1781     data: "data name"
1782   -
1783     title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
1784     data: "data show-run"
1785   rows: "generated"
1786   data: "vpp-perf-results-2n-skx"
1787   filter: "not 'NDRCHK' and not 'PDRCHK'"
1788   parameters:
1789   - "parent"
1790   - "name"
1791   - "show-run"
1792
1793 # Detailed Test Results - VPP MRR Results 3n-hsw
1794 -
1795   type: "table"
1796   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
1797   algorithm: "table_details"
1798   output-file-ext: ".csv"
1799   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
1800   columns:
1801   -
1802     title: "Name"
1803     data: "data name"
1804   -
1805     title: "Status"
1806     data: "data msg"
1807   rows: "generated"
1808   data: "vpp-mrr-results-3n-hsw"
1809   filter: "'MRR'"
1810   parameters:
1811   - "name"
1812   - "parent"
1813   - "msg"
1814
1815 # Detailed Test Results - VPP MRR Results 3n-skx
1816 -
1817   type: "table"
1818   title: "Detailed Test Results - VPP MRR Results 3n-skx"
1819   algorithm: "table_details"
1820   output-file-ext: ".csv"
1821   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
1822   columns:
1823   -
1824     title: "Name"
1825     data: "data name"
1826   -
1827     title: "Status"
1828     data: "data msg"
1829   rows: "generated"
1830   data: "vpp-mrr-results-3n-skx"
1831   filter: "'MRR'"
1832   parameters:
1833   - "name"
1834   - "parent"
1835   - "msg"
1836
1837 # Detailed Test Results - VPP MRR Results 2n-skx
1838 -
1839   type: "table"
1840   title: "Detailed Test Results - VPP MRR Results 2n-skx"
1841   algorithm: "table_details"
1842   output-file-ext: ".csv"
1843   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
1844   columns:
1845   -
1846     title: "Name"
1847     data: "data name"
1848   -
1849     title: "Status"
1850     data: "data msg"
1851   rows: "generated"
1852   data: "vpp-mrr-results-2n-skx"
1853   filter: "'MRR'"
1854   parameters:
1855   - "name"
1856   - "parent"
1857   - "msg"
1858
1859 # Test configuration - VPP MRR Test Configs 3n-hsw
1860 -
1861   type: "table"
1862   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
1863   algorithm: "table_details"
1864   output-file-ext: ".csv"
1865   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
1866   columns:
1867   -
1868     title: "Name"
1869     data: "data name"
1870   -
1871     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1872     data: "data vat-history"
1873   rows: "generated"
1874   data: "vpp-mrr-results-3n-hsw"
1875   filter: "'MRR'"
1876   parameters:
1877   - "parent"
1878   - "name"
1879   - "vat-history"
1880
1881 # Test configuration - VPP MRR Test Configs 3n-skx
1882 -
1883   type: "table"
1884   title: "Test configuration - VPP MRR Test Configs 3n-skx"
1885   algorithm: "table_details"
1886   output-file-ext: ".csv"
1887   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
1888   columns:
1889   -
1890     title: "Name"
1891     data: "data name"
1892   -
1893     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1894     data: "data vat-history"
1895   rows: "generated"
1896   data: "vpp-mrr-results-3n-skx"
1897   filter: "'MRR'"
1898   parameters:
1899   - "parent"
1900   - "name"
1901   - "vat-history"
1902
1903 # Test configuration - VPP MRR Test Configs 2n-skx
1904 -
1905   type: "table"
1906   title: "Test configuration - VPP MRR Test Configs 2n-skx"
1907   algorithm: "table_details"
1908   output-file-ext: ".csv"
1909   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
1910   columns:
1911   -
1912     title: "Name"
1913     data: "data name"
1914   -
1915     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1916     data: "data vat-history"
1917   rows: "generated"
1918   data: "vpp-mrr-results-2n-skx"
1919   filter: "'MRR'"
1920   parameters:
1921   - "parent"
1922   - "name"
1923   - "vat-history"
1924
1925 # Detailed Test Results - VPP Functional Results - Ubuntu
1926 -
1927   type: "table"
1928   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
1929   algorithm: "table_details"
1930   output-file-ext: ".csv"
1931   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
1932   columns:
1933   -
1934     title: "Name"
1935     data: "data name"
1936   -
1937     title: "Documentation"
1938     data: "data doc"
1939   -
1940     title: "Status"
1941     data: "data status"
1942   rows: "generated"
1943   data: "vpp-func-results-ubuntu"
1944   filter: "all"
1945   parameters:
1946   - "name"
1947   - "parent"
1948   - "doc"
1949   - "status"
1950
1951 # Detailed Test Results - VPP Functional Results - CentOS
1952 -
1953   type: "table"
1954   title: "Detailed Test Results - VPP Functional Results - CentOS"
1955   algorithm: "table_details"
1956   output-file-ext: ".csv"
1957   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
1958   columns:
1959   -
1960     title: "Name"
1961     data: "data name"
1962   -
1963     title: "Documentation"
1964     data: "data doc"
1965   -
1966     title: "Status"
1967     data: "data status"
1968   rows: "generated"
1969   data:
1970     "vpp-func-results-centos"
1971   filter: "all"
1972   parameters:
1973   - "name"
1974   - "parent"
1975   - "doc"
1976   - "status"
1977
1978 # Test configuration - VPP Functional Test Configs - Ubuntu
1979 -
1980   type: "table"
1981   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
1982   algorithm: "table_details"
1983   output-file-ext: ".csv"
1984   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
1985   columns:
1986   -
1987     title: "Name"
1988     data: "data name"
1989   -
1990     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
1991     data: "data vat-history"
1992   rows: "generated"
1993   data: "vpp-func-results-ubuntu"
1994   filter: "all"
1995   parameters:
1996   - "parent"
1997   - "name"
1998   - "vat-history"
1999
2000 # Test configuration - VPP Functional Test Configs - CentOS
2001 -
2002   type: "table"
2003   title: "Test configuration - VPP Functional Test Configs - CentOS"
2004   algorithm: "table_details"
2005   output-file-ext: ".csv"
2006   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2007   columns:
2008   -
2009     title: "Name"
2010     data: "data name"
2011   -
2012     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2013     data: "data vat-history"
2014   rows: "generated"
2015   data: "vpp-func-results-centos"
2016   filter: "all"
2017   parameters:
2018   - "parent"
2019   - "name"
2020   - "vat-history"
2021
2022 # Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
2023 -
2024   type: "table"
2025   title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
2026   algorithm: "table_details"
2027   output-file-ext: ".csv"
2028   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2029   columns:
2030   -
2031     title: "Name"
2032     data: "data name"
2033   -
2034     title: "Status"
2035     data: "data msg"
2036   rows: "generated"
2037   data: "ligato-perf-results-3n-hsw"
2038   filter: "all"
2039   parameters:
2040   - "name"
2041   - "parent"
2042   - "msg"
2043
2044 # Detailed Test Results - VPP Device Results - Ubuntu
2045 -
2046   type: "table"
2047   title: "Detailed Test Results - VPP Device Results - Ubuntu"
2048   algorithm: "table_details"
2049   output-file-ext: ".csv"
2050   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2051   columns:
2052   -
2053     title: "Name"
2054     data: "data name"
2055   -
2056     title: "Documentation"
2057     data: "data doc"
2058   -
2059     title: "Status"
2060     data: "data status"
2061   rows: "generated"
2062   data: "vpp-device-results-ubuntu"
2063   filter: "all"
2064   parameters:
2065   - "name"
2066   - "parent"
2067   - "doc"
2068   - "status"
2069
2070 # Test configuration - VPP Device Test Configs - Ubuntu
2071 -
2072   type: "table"
2073   title: "Test configuration - VPP Device Test Configs - Ubuntu"
2074   algorithm: "table_details"
2075   output-file-ext: ".csv"
2076   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2077   columns:
2078   -
2079     title: "Name"
2080     data: "data name"
2081   -
2082     title: "VPP API Test (VAT) Commands History - Commands Used Per Test Case"
2083     data: "data vat-history"
2084   rows: "generated"
2085   data: "vpp-device-results-ubuntu"
2086   filter: "all"
2087   parameters:
2088   - "parent"
2089   - "name"
2090   - "vat-history"
2091
2092 ################################################################################
2093
2094 # DPDK Performance Changes 1t1c pdr
2095 -
2096   type: "table"
2097   title: "DPDK Performance Changes 1t1c pdr"
2098   algorithm: "table_performance_comparison"
2099   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-pdr"
2100   history:
2101     -
2102       title: "rls1804"
2103       data:
2104         csit-dpdk-perf-1804-all:
2105         - 4
2106         - 5
2107         - 6
2108         - 7
2109         - 8
2110         - 9
2111         - 10
2112         - 11
2113         - 12
2114         - 13
2115   reference:
2116     title: "rls1807"
2117     data:
2118       csit-dpdk-perf-verify-1807-3n-hsw:
2119       - 11
2120       - 12  # full
2121       - 14
2122       - 15
2123       - 16
2124       - 17
2125       - 20
2126       - 21
2127       - 22
2128       - 23
2129   compare:
2130     title: "rls1810"
2131     data:
2132       csit-dpdk-perf-verify-1810-3n-hsw:
2133       - 1   # NDRPDR sel
2134       - 2   # NDRPDR sel
2135       - 3   # NDRPDR sel
2136       - 4   # NDRPDR sel
2137       - 5   # NDRPDR sel
2138       - 6   # NDRPDR sel
2139       - 7   # NDRPDR sel
2140       - 8   # NDRPDR sel
2141       - 9   # NDRPDR sel
2142       - 10  # NDRPDR sel
2143   data: "dpdk-performance-changes"
2144   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2145   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2146   parameters:
2147   - "name"
2148   - "parent"
2149   - "throughput"
2150
2151 # DPDK Performance Changes 2t2c pdr
2152 -
2153   type: "table"
2154   title: "DPDK Performance Changes 2t2c pdr"
2155   algorithm: "table_performance_comparison"
2156   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-pdr"
2157   history:
2158     -
2159       title: "rls1804"
2160       data:
2161         csit-dpdk-perf-1804-all:
2162         - 4
2163         - 5
2164         - 6
2165         - 7
2166         - 8
2167         - 9
2168         - 10
2169         - 11
2170         - 12
2171         - 13
2172   reference:
2173     title: "rls1807"
2174     data:
2175       csit-dpdk-perf-verify-1807-3n-hsw:
2176       - 11
2177       - 12  # full
2178       - 14
2179       - 15
2180       - 16
2181       - 17
2182       - 20
2183       - 21
2184       - 22
2185       - 23
2186   compare:
2187     title: "rls1810"
2188     data:
2189       csit-dpdk-perf-verify-1810-3n-hsw:
2190       - 1   # NDRPDR sel
2191       - 2   # NDRPDR sel
2192       - 3   # NDRPDR sel
2193       - 4   # NDRPDR sel
2194       - 5   # NDRPDR sel
2195       - 6   # NDRPDR sel
2196       - 7   # NDRPDR sel
2197       - 8   # NDRPDR sel
2198       - 9   # NDRPDR sel
2199       - 10  # NDRPDR sel
2200   data: "dpdk-performance-changes"
2201   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2202   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2203   parameters:
2204   - "name"
2205   - "parent"
2206   - "throughput"
2207
2208 # DPDK Performance Changes 1t1c ndr
2209 -
2210   type: "table"
2211   title: "DPDK Performance Changes 1t1c ndr"
2212   algorithm: "table_performance_comparison"
2213   output-file: "{DIR[STATIC,DPDK]}/performance-changes-1t1c-ndr"
2214   history:
2215     -
2216       title: "rls1804"
2217       data:
2218         csit-dpdk-perf-1804-all:
2219         - 4
2220         - 5
2221         - 6
2222         - 7
2223         - 8
2224         - 9
2225         - 10
2226         - 11
2227         - 12
2228         - 13
2229   reference:
2230     title: "rls1807"
2231     data:
2232       csit-dpdk-perf-verify-1807-3n-hsw:
2233       - 11
2234       - 12  # full
2235       - 14
2236       - 15
2237       - 16
2238       - 17
2239       - 20
2240       - 21
2241       - 22
2242       - 23
2243   compare:
2244     title: "rls1810"
2245     data:
2246       csit-dpdk-perf-verify-1810-3n-hsw:
2247       - 1   # NDRPDR sel
2248       - 2   # NDRPDR sel
2249       - 3   # NDRPDR sel
2250       - 4   # NDRPDR sel
2251       - 5   # NDRPDR sel
2252       - 6   # NDRPDR sel
2253       - 7   # NDRPDR sel
2254       - 8   # NDRPDR sel
2255       - 9   # NDRPDR sel
2256       - 10  # NDRPDR sel
2257   data: "dpdk-performance-changes"
2258   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2259   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2260   parameters:
2261   - "name"
2262   - "parent"
2263   - "throughput"
2264
2265 # DPDK Performance Changes 2t2c ndr
2266 -
2267   type: "table"
2268   title: "DPDK Performance Changes 2t2c ndr"
2269   algorithm: "table_performance_comparison"
2270   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2t2c-ndr"
2271   history:
2272     -
2273       title: "rls1804"
2274       data:
2275         csit-dpdk-perf-1804-all:
2276         - 4
2277         - 5
2278         - 6
2279         - 7
2280         - 8
2281         - 9
2282         - 10
2283         - 11
2284         - 12
2285         - 13
2286   reference:
2287     title: "rls1807"
2288     data:
2289       csit-dpdk-perf-verify-1807-3n-hsw:
2290       - 11
2291       - 12  # full
2292       - 14
2293       - 15
2294       - 16
2295       - 17
2296       - 20
2297       - 21
2298       - 22
2299       - 23
2300   compare:
2301     title: "rls1810"
2302     data:
2303       csit-dpdk-perf-verify-1810-3n-hsw:
2304       - 1   # NDRPDR sel
2305       - 2   # NDRPDR sel
2306       - 3   # NDRPDR sel
2307       - 4   # NDRPDR sel
2308       - 5   # NDRPDR sel
2309       - 6   # NDRPDR sel
2310       - 7   # NDRPDR sel
2311       - 8   # NDRPDR sel
2312       - 9   # NDRPDR sel
2313       - 10  # NDRPDR sel
2314   data: "dpdk-performance-changes"
2315   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2316   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2317   parameters:
2318   - "name"
2319   - "parent"
2320   - "throughput"
2321
2322 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
2323 -
2324   type: "table"
2325   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
2326   algorithm: "table_performance_comparison"
2327   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
2328   reference:
2329     title: "3-Node Hsw"
2330     data:
2331       csit-dpdk-perf-verify-1810-3n-hsw:
2332       - 1   # NDRPDR sel
2333       - 2   # NDRPDR sel
2334       - 3   # NDRPDR sel
2335       - 4   # NDRPDR sel
2336       - 5   # NDRPDR sel
2337       - 6   # NDRPDR sel
2338       - 7   # NDRPDR sel
2339       - 8   # NDRPDR sel
2340       - 9   # NDRPDR sel
2341       - 10  # NDRPDR sel
2342   compare:
2343     title: "3-Node Skx"
2344     data:
2345       csit-dpdk-perf-verify-1810-3n-skx:
2346       - 3   # NDRPDR sel
2347       - 4   # NDRPDR sel
2348       - 6   # NDRPDR sel
2349       - 7   # NDRPDR sel
2350       - 8   # NDRPDR sel
2351       - 9   # NDRPDR sel
2352       - 10  # NDRPDR sel
2353       - 11  # NDRPDR sel
2354       - 12  # NDRPDR sel
2355       - 13  # NDRPDR sel
2356   data: "dpdk-compare-testbeds"
2357   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2358   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2359   parameters:
2360   - "name"
2361   - "parent"
2362   - "throughput"
2363
2364 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
2365 -
2366   type: "table"
2367   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
2368   algorithm: "table_performance_comparison"
2369   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
2370   reference:
2371     title: "3-Node Hsw"
2372     data:
2373       csit-dpdk-perf-verify-1810-3n-hsw:
2374       - 1   # NDRPDR sel
2375       - 2   # NDRPDR sel
2376       - 3   # NDRPDR sel
2377       - 4   # NDRPDR sel
2378       - 5   # NDRPDR sel
2379       - 6   # NDRPDR sel
2380       - 7   # NDRPDR sel
2381       - 8   # NDRPDR sel
2382       - 9   # NDRPDR sel
2383       - 10  # NDRPDR sel
2384   compare:
2385     title: "3-Node Skx"
2386     data:
2387       csit-dpdk-perf-verify-1810-3n-skx:
2388       - 3   # NDRPDR sel
2389       - 4   # NDRPDR sel
2390       - 6   # NDRPDR sel
2391       - 7   # NDRPDR sel
2392       - 8   # NDRPDR sel
2393       - 9   # NDRPDR sel
2394       - 10  # NDRPDR sel
2395       - 11  # NDRPDR sel
2396       - 12  # NDRPDR sel
2397       - 13  # NDRPDR sel
2398   data: "dpdk-compare-testbeds"
2399   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2400   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2401   parameters:
2402   - "name"
2403   - "parent"
2404   - "throughput"
2405
2406 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr
2407 # NOTE: Not used in 18.10
2408 #-
2409 #  type: "table"
2410 #  title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx mrr"
2411 #  algorithm: "table_performance_comparison"
2412 #  output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-mrr"
2413 #  reference:
2414 #    title: "3-Node Hsw"
2415 #    data:
2416 #      csit-dpdk-perf-verify-1807-3n-hsw:
2417 #      - 11
2418 #      - 12  # full
2419 #      - 14
2420 #      - 15
2421 #      - 16
2422 #      - 17
2423 #      - 20
2424 #      - 21
2425 #      - 22
2426 #      - 23
2427 #  compare:
2428 #    title: "3-Node Skx"
2429 #    data:
2430 #      csit-dpdk-perf-verify-1807-3n-skx:
2431 #      - 1
2432 #      - 2
2433 #      - 3
2434 #      - 6
2435 #      - 7
2436 #      - 8
2437 #      - 9
2438 #      - 10
2439 #      - 11
2440 #      - 12
2441 #  data: "dpdk-compare-testbeds"
2442 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2443 #  filter: "'NIC_Intel-X710' and MRR" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2444 #  parameters:
2445 #  - "name"
2446 #  - "parent"
2447 #  - "result"
2448
2449 # Detailed Test Results - DPDK Performance Results 3n-hsw
2450 -
2451   type: "table"
2452   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
2453   algorithm: "table_details"
2454   output-file-ext: ".csv"
2455   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
2456   columns:
2457   -
2458     title: "Name"
2459     data: "data name"
2460   -
2461     title: "Status"
2462     data: "data msg"
2463   rows: "generated"
2464   data: "dpdk-perf-results-3n-hsw"
2465   filter: "all"
2466   parameters:
2467   - "name"
2468   - "parent"
2469   - "msg"
2470
2471 # Detailed Test Results - DPDK Performance Results 3n-skx
2472 -
2473   type: "table"
2474   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
2475   algorithm: "table_details"
2476   output-file-ext: ".csv"
2477   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
2478   columns:
2479   -
2480     title: "Name"
2481     data: "data name"
2482   -
2483     title: "Status"
2484     data: "data msg"
2485   rows: "generated"
2486   data: "dpdk-perf-results-3n-skx"
2487   filter: "all"
2488   parameters:
2489   - "name"
2490   - "parent"
2491   - "msg"
2492
2493 # Detailed Test Results - DPDK Performance Results 2n-skx
2494 -
2495   type: "table"
2496   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
2497   algorithm: "table_details"
2498   output-file-ext: ".csv"
2499   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
2500   columns:
2501   -
2502     title: "Name"
2503     data: "data name"
2504   -
2505     title: "Status"
2506     data: "data msg"
2507   rows: "generated"
2508   data: "dpdk-perf-results-2n-skx"
2509   filter: "all"
2510   parameters:
2511   - "name"
2512   - "parent"
2513   - "msg"
2514
2515 ################################################################################
2516 # HoneyComb
2517 -
2518   type: "table"
2519   title: "Detailed Test Results - Honeycomb Functional Results"
2520   algorithm: "table_details"
2521   output-file-ext: ".csv"
2522   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
2523   columns:
2524   -
2525     title: "Name"
2526     data: "data name"
2527   -
2528     title: "Documentation"
2529     data: "data doc"
2530   -
2531     title: "Status"
2532     data: "data status"
2533   rows: "generated"
2534   data:
2535     "hc-func-results"
2536   filter: "all"
2537   parameters:
2538   - "name"
2539   - "parent"
2540   - "doc"
2541   - "status"
2542
2543 ################################################################################
2544 # NSH SFC
2545 -
2546   type: "table"
2547   title: "Detailed Test Results - NSH SFC Functional Results"
2548   algorithm: "table_details"
2549   output-file-ext: ".csv"
2550   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
2551   columns:
2552   -
2553     title: "Name"
2554     data: "data name"
2555   -
2556     title: "Documentation"
2557     data: "data doc"
2558   -
2559     title: "Status"
2560     data: "data status"
2561   rows: "generated"
2562   data:
2563     "nsh-func-results"
2564   filter: "all"
2565   parameters:
2566   - "name"
2567   - "parent"
2568   - "doc"
2569   - "status"
2570
2571 ################################################################################
2572 # DMM
2573 -
2574   type: "table"
2575   title: "Detailed Test Results - DMM Functional Results"
2576   algorithm: "table_details"
2577   output-file-ext: ".csv"
2578   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
2579   columns:
2580   -
2581     title: "Name"
2582     data: "data name"
2583   -
2584     title: "Documentation"
2585     data: "data doc"
2586   -
2587     title: "Status"
2588     data: "data status"
2589   rows: "generated"
2590   data:
2591     "dmm-func-results"
2592   filter: "all"
2593   parameters:
2594   - "name"
2595   - "parent"
2596   - "doc"
2597   - "status"
2598
2599 ################################################################################
2600 ###                                F I L E S                                 ###
2601 ################################################################################
2602
2603 # VPP Performance Results 3n-hsw
2604 -
2605   type: "file"
2606   title: "VPP Performance Results 3n-hsw"
2607   algorithm: "file_test_results"
2608   output-file-ext: ".rst"
2609   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2610   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2611   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
2612   data: "vpp-perf-results-3n-hsw"
2613   filter: "not 'NDRCHK' and not 'PDRCHK'"
2614   parameters:
2615   - "name"
2616   - "doc"
2617   - "level"
2618   - "parent"
2619   data-start-level: 3
2620
2621 # VPP Performance Results 3n-skx
2622 -
2623   type: "file"
2624   title: "VPP Performance Results 3n-skx"
2625   algorithm: "file_test_results"
2626   output-file-ext: ".rst"
2627   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2628   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2629   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
2630   data: "vpp-perf-results-3n-skx"
2631   filter: "not 'NDRCHK' and not 'PDRCHK'"
2632   parameters:
2633   - "name"
2634   - "doc"
2635   - "level"
2636   - "parent"
2637   data-start-level: 3
2638
2639 # VPP Performance Results 2n-skx
2640 -
2641   type: "file"
2642   title: "VPP Performance Results 2n-skx"
2643   algorithm: "file_test_results"
2644   output-file-ext: ".rst"
2645   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2646   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2647   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
2648   data: "vpp-perf-results-2n-skx"
2649   filter: "not 'NDRCHK' and not 'PDRCHK'"
2650   parameters:
2651   - "name"
2652   - "doc"
2653   - "level"
2654   - "parent"
2655   data-start-level: 3
2656
2657 # VPP Performance Configuration 3n-hsw
2658 -
2659   type: "file"
2660   title: "VPP Performance Configuration 3n-hsw"
2661   algorithm: "file_test_results"
2662   output-file-ext: ".rst"
2663   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
2664   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2665   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
2666   data: "vpp-perf-results-3n-hsw"
2667   filter: "not 'NDRCHK' and not 'PDRCHK'"
2668   parameters:
2669   - "name"
2670   - "doc"
2671   - "level"
2672   - "parent"
2673   data-start-level: 3
2674
2675 # VPP Performance Configuration 3n-skx
2676 -
2677   type: "file"
2678   title: "VPP Performance Configuration 3n-skx"
2679   algorithm: "file_test_results"
2680   output-file-ext: ".rst"
2681   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
2682   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2683   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
2684   data: "vpp-perf-results-3n-skx"
2685   filter: "not 'NDRCHK' and not 'PDRCHK'"
2686   parameters:
2687   - "name"
2688   - "doc"
2689   - "level"
2690   - "parent"
2691   data-start-level: 3
2692
2693 # VPP Performance Configuration 2n-skx
2694 -
2695   type: "file"
2696   title: "VPP Performance Configuration 2n-skx"
2697   algorithm: "file_test_results"
2698   output-file-ext: ".rst"
2699   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
2700   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2701   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
2702   data: "vpp-perf-results-2n-skx"
2703   filter: "not 'NDRCHK' and not 'PDRCHK'"
2704   parameters:
2705   - "name"
2706   - "doc"
2707   - "level"
2708   - "parent"
2709   data-start-level: 3
2710
2711 # VPP Performance Operational Data 3n-hsw
2712 -
2713   type: "file"
2714   title: "VPP Performance Operational Data 3n-hsw"
2715   algorithm: "file_test_results"
2716   output-file-ext: ".rst"
2717   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
2718   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2719   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
2720   data: "vpp-perf-results-3n-hsw"
2721   filter: "not 'NDRCHK' and not 'PDRCHK'"
2722   parameters:
2723   - "name"
2724   - "doc"
2725   - "level"
2726   - "parent"
2727   data-start-level: 3
2728
2729 # VPP Performance Operational Data 3n-skx
2730 -
2731   type: "file"
2732   title: "VPP Performance Operational Data 3n-skx"
2733   algorithm: "file_test_results"
2734   output-file-ext: ".rst"
2735   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
2736   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2737   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
2738   data: "vpp-perf-results-3n-skx"
2739   filter: "not 'NDRCHK' and not 'PDRCHK'"
2740   parameters:
2741   - "name"
2742   - "doc"
2743   - "level"
2744   - "parent"
2745   data-start-level: 3
2746
2747 # VPP Performance Operational Data 2n-skx
2748 -
2749   type: "file"
2750   title: "VPP Performance Operational Data 2n-skx"
2751   algorithm: "file_test_results"
2752   output-file-ext: ".rst"
2753   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
2754   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2755   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
2756   data: "vpp-perf-results-2n-skx"
2757   filter: "not 'NDRCHK' and not 'PDRCHK'"
2758   parameters:
2759   - "name"
2760   - "doc"
2761   - "level"
2762   - "parent"
2763   data-start-level: 3
2764
2765 # VPP MRR Results 3n-hsw
2766 -
2767   type: "file"
2768   title: "VPP MRR Results 3n-hsw"
2769   algorithm: "file_test_results"
2770   output-file-ext: ".rst"
2771   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
2772   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2773   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
2774   data: "vpp-mrr-results-3n-hsw"
2775   filter: "'MRR'"
2776   parameters:
2777   - "name"
2778   - "doc"
2779   - "level"
2780   - "parent"
2781   data-start-level: 3
2782
2783 # VPP MRR Results 3n-skx
2784 -
2785   type: "file"
2786   title: "VPP MRR Results 3n-skx"
2787   algorithm: "file_test_results"
2788   output-file-ext: ".rst"
2789   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
2790   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2791   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
2792   data: "vpp-mrr-results-3n-skx"
2793   filter: "'MRR'"
2794   parameters:
2795   - "name"
2796   - "doc"
2797   - "level"
2798   - "parent"
2799   data-start-level: 3
2800
2801 # VPP MRR Results 2n-skx
2802 -
2803   type: "file"
2804   title: "VPP MRR Results 2n-skx"
2805   algorithm: "file_test_results"
2806   output-file-ext: ".rst"
2807   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
2808   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2809   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
2810   data: "vpp-mrr-results-2n-skx"
2811   filter: "all"
2812   parameters:
2813   - "name"
2814   - "doc"
2815   - "level"
2816   - "parent"
2817   data-start-level: 3
2818
2819 # VPP MRR Configuration 3n-hsw
2820 -
2821   type: "file"
2822   title: "VPP MRR Configuration 3n-hsw"
2823   algorithm: "file_test_results"
2824   output-file-ext: ".rst"
2825   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
2826   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2827   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
2828   data: "vpp-mrr-results-3n-hsw"
2829   filter: "'MRR'"
2830   parameters:
2831   - "name"
2832   - "doc"
2833   - "level"
2834   - "parent"
2835   data-start-level: 3
2836
2837 # VPP MRR Configuration 3n-skx
2838 -
2839   type: "file"
2840   title: "VPP MRR Configuration 3n-skx"
2841   algorithm: "file_test_results"
2842   output-file-ext: ".rst"
2843   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
2844   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2845   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
2846   data: "vpp-mrr-results-3n-skx"
2847   filter: "'MRR'"
2848   parameters:
2849   - "name"
2850   - "doc"
2851   - "level"
2852   - "parent"
2853   data-start-level: 3
2854
2855 # VPP MRR Configuration 2n-skx
2856 -
2857   type: "file"
2858   title: "VPP MRR Configuration 2n-skx"
2859   algorithm: "file_test_results"
2860   output-file-ext: ".rst"
2861   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
2862   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2863   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
2864   data: "vpp-mrr-results-2n-skx"
2865   filter: "'MRR'"
2866   parameters:
2867   - "name"
2868   - "doc"
2869   - "level"
2870   - "parent"
2871   data-start-level: 3
2872
2873 # VPP Functional Results - Ubuntu
2874 -
2875   type: "file"
2876   title: "VPP Functional Results - Ubuntu"
2877   algorithm: "file_test_results"
2878   output-file-ext: ".rst"
2879   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
2880   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2881   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
2882   data: "vpp-func-results-ubuntu"
2883   filter: "all"
2884   parameters:
2885   - "name"
2886   - "doc"
2887   - "level"
2888   - "parent"
2889   data-start-level: 3
2890
2891 # VPP Functional Results - CentOS
2892 -
2893   type: "file"
2894   title: "VPP Functional Results - CentOS"
2895   algorithm: "file_test_results"
2896   output-file-ext: ".rst"
2897   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
2898   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2899   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
2900   data:
2901     "vpp-func-results-centos"
2902   filter: "all"
2903   parameters:
2904   - "name"
2905   - "doc"
2906   - "level"
2907   - "parent"
2908   data-start-level: 3
2909
2910 # VPP Functional Configuration - Ubuntu
2911 -
2912   type: "file"
2913   title: "VPP Functional Configuration - Ubuntu"
2914   algorithm: "file_test_results"
2915   output-file-ext: ".rst"
2916   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
2917   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2918   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
2919   data: "vpp-func-results-ubuntu"
2920   filter: "all"
2921   parameters:
2922   - "name"
2923   - "doc"
2924   - "level"
2925   - "parent"
2926   data-start-level: 3
2927
2928 # VPP Functional Configuration - CentOS
2929 -
2930   type: "file"
2931   title: "VPP Functional Configuration - CentOS"
2932   algorithm: "file_test_results"
2933   output-file-ext: ".rst"
2934   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
2935   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2936   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
2937   data:
2938     "vpp-func-results-centos"
2939   filter: "all"
2940   parameters:
2941   - "name"
2942   - "doc"
2943   - "level"
2944   - "parent"
2945   data-start-level: 3
2946
2947 # VPP Device Results - Ubuntu
2948 -
2949   type: "file"
2950   title: "VPP Device Results - Ubuntu"
2951   algorithm: "file_test_results"
2952   output-file-ext: ".rst"
2953   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
2954   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2955   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
2956   data: "vpp-device-results-ubuntu"
2957   filter: "all"
2958   parameters:
2959   - "name"
2960   - "doc"
2961   - "level"
2962   - "parent"
2963   data-start-level: 2
2964
2965 # VPP Device Configuration - Ubuntu
2966 -
2967   type: "file"
2968   title: "VPP Device Configuration - Ubuntu"
2969   algorithm: "file_test_results"
2970   output-file-ext: ".rst"
2971   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
2972   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2973   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
2974   data: "vpp-device-results-ubuntu"
2975   filter: "all"
2976   parameters:
2977   - "name"
2978   - "doc"
2979   - "level"
2980   - "parent"
2981   data-start-level: 2
2982
2983 # Container Orchestrated Performance Results 3n-hsw
2984 -
2985   type: "file"
2986   title: "Container Orchestrated Performance Results 3n-hsw"
2987   algorithm: "file_test_results"
2988   output-file-ext: ".rst"
2989   output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
2990   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
2991   dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
2992   data: "ligato-perf-results-3n-hsw"
2993   filter: "all"
2994   parameters:
2995   - "name"
2996   - "doc"
2997   - "level"
2998   - "parent"
2999   data-start-level: 3
3000
3001 # DPDK Performance Results 3n-hsw
3002 -
3003   type: "file"
3004   title: "DPDK Performance Results 3n-hsw"
3005   algorithm: "file_test_results"
3006   output-file-ext: ".rst"
3007   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3008   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3009   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
3010   data: "dpdk-perf-results-3n-hsw"
3011   filter: "all"
3012   parameters:
3013   - "name"
3014   - "doc"
3015   - "level"
3016   - "parent"
3017   data-start-level: 3
3018
3019 # DPDK Performance Results 3n-skx
3020 -
3021   type: "file"
3022   title: "DPDK Performance Results 3n-skx"
3023   algorithm: "file_test_results"
3024   output-file-ext: ".rst"
3025   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3026   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3027   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
3028   data: "dpdk-perf-results-3n-skx"
3029   filter: "all"
3030   parameters:
3031   - "name"
3032   - "doc"
3033   - "level"
3034   - "parent"
3035   data-start-level: 3
3036
3037 # DPDK Performance Results 2n-skx
3038 -
3039   type: "file"
3040   title: "DPDK Performance Results 2n-skx"
3041   algorithm: "file_test_results"
3042   output-file-ext: ".rst"
3043   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3044   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3045   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
3046   data: "dpdk-perf-results-2n-skx"
3047   filter: "all"
3048   parameters:
3049   - "name"
3050   - "doc"
3051   - "level"
3052   - "parent"
3053   data-start-level: 3
3054
3055 # Honeycomb Functional Results
3056 -
3057   type: "file"
3058   title: "Honeycomb Functional Results"
3059   algorithm: "file_test_results"
3060   output-file-ext: ".rst"
3061   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
3062   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3063   dir-tables: "{DIR[DTR,FUNC,HC]}"
3064   data:
3065     "hc-func-results"
3066   filter: "all"
3067   parameters:
3068   - "name"
3069   - "doc"
3070   - "level"
3071   - "parent"
3072   data-start-level: 3
3073
3074 # NSH SFC Functional Results
3075 -
3076   type: "file"
3077   title: "NSH SFC Functional Results"
3078   algorithm: "file_test_results"
3079   output-file-ext: ".rst"
3080   output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
3081   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3082   dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
3083   data:
3084     "nsh-func-results"
3085   filter: "all"
3086   parameters:
3087   - "name"
3088   - "doc"
3089   - "level"
3090   - "parent"
3091   data-start-level: 3
3092
3093 # DMM Functional Results
3094 -
3095   type: "file"
3096   title: "DMM Functional Results"
3097   algorithm: "file_test_results"
3098   output-file-ext: ".rst"
3099   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
3100   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
3101   dir-tables: "{DIR[DTR,FUNC,DMM]}"
3102   data:
3103     "dmm-func-results"
3104   filter: "all"
3105   parameters:
3106   - "name"
3107   - "doc"
3108   - "level"
3109   - "parent"
3110   data-start-level: 3
3111
3112 ################################################################################
3113 ###                                P L O T S                                 ###
3114 ################################################################################
3115
3116 ################################################################################
3117 # Plots VPP HTTP Server Performance
3118 -
3119   type: "plot"
3120   title: "VPP HTTP Server Performance"
3121   algorithm: "plot_http_server_performance_box"
3122   output-file-type: ".html"
3123   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
3124   data:
3125     "plot-vpp-http-server-performance"
3126   # Keep this formatting, the filter is enclosed with " (quotation mark) and
3127   # each tag is enclosed with ' (apostrophe).
3128   filter: "'HTTP' and 'TCP_CPS'"
3129   parameters:
3130   - "result"
3131   - "name"
3132   traces:
3133     hoverinfo: "x+y"
3134     boxpoints: "outliers"
3135     whiskerwidth: 0
3136   layout:
3137     title: "VPP HTTP Server Performance"
3138     layout:
3139       "plot-cps"
3140
3141 -
3142   type: "plot"
3143   title: "VPP HTTP Server Performance"
3144   algorithm: "plot_http_server_performance_box"
3145   output-file-type: ".html"
3146   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
3147   data:
3148     "plot-vpp-http-server-performance"
3149   filter: "'HTTP' and 'TCP_RPS'"
3150   parameters:
3151   - "result"
3152   - "name"
3153   traces:
3154     hoverinfo: "x+y"
3155     boxpoints: "outliers"
3156     whiskerwidth: 0
3157   layout:
3158     title: "VPP HTTP Server Performance"
3159     layout:
3160       "plot-rps"
3161
3162 ################################################################################
3163
3164 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
3165 -
3166   type: "plot"
3167   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3168   algorithm: "plot_performance_box"
3169   output-file-type: ".html"
3170   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3171   data: "plot-vpp-throughput-latency-3n-hsw"
3172   filter: "'NIC_Intel-X520-DA2' and
3173            '64B' and
3174            ('BASE' or 'SCALE') and
3175            'NDRPDR' and
3176            'ETH' and
3177            '1T1C' and
3178            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3179            not 'VHOST' and
3180            not 'MEMIF'"
3181   parameters:
3182   - "throughput"
3183   - "parent"
3184   - "tags"
3185   sort:
3186   - "L2PATCH"
3187   - "L2XCBASE"
3188   - "BASE"
3189   - "FIB_10K"
3190   - "FIB_100K"
3191   - "FIB_1M"
3192   traces:
3193     hoverinfo: "x+y"
3194     boxpoints: "outliers"
3195     whiskerwidth: 0
3196   layout:
3197     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
3198     layout: "plot-throughput"
3199
3200 -
3201   type: "plot"
3202   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3203   algorithm: "plot_performance_box"
3204   output-file-type: ".html"
3205   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3206   data: "plot-vpp-throughput-latency-3n-hsw"
3207   filter: "'NIC_Intel-X520-DA2' and
3208            '64B' and
3209            ('BASE' or 'SCALE') and
3210            'NDRPDR' and
3211            'ETH' and
3212            '1T1C' and
3213            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3214            not 'VHOST' and
3215            not 'MEMIF'"
3216   parameters:
3217   - "throughput"
3218   - "parent"
3219   - "tags"
3220   sort:
3221   - "L2PATCH"
3222   - "L2XCBASE"
3223   - "BASE"
3224   - "FIB_10K"
3225   - "FIB_100K"
3226   - "FIB_1M"
3227   traces:
3228     hoverinfo: "x+y"
3229     boxpoints: "outliers"
3230     whiskerwidth: 0
3231   layout:
3232     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
3233     layout: "plot-throughput"
3234
3235 -
3236   type: "plot"
3237   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3238   algorithm: "plot_performance_box"
3239   output-file-type: ".html"
3240   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3241   data: "plot-vpp-throughput-latency-3n-hsw"
3242   filter: "'NIC_Intel-X520-DA2' and
3243            '64B' and
3244            ('BASE' or 'SCALE') and
3245            'NDRPDR' and
3246            'ETH' and
3247            '2T2C' and
3248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3249            not 'VHOST' and
3250            not 'MEMIF'"
3251   parameters:
3252   - "throughput"
3253   - "parent"
3254   - "tags"
3255   sort:
3256   - "L2PATCH"
3257   - "L2XCBASE"
3258   - "BASE"
3259   - "FIB_10K"
3260   - "FIB_100K"
3261   - "FIB_1M"
3262   traces:
3263     hoverinfo: "x+y"
3264     boxpoints: "outliers"
3265     whiskerwidth: 0
3266   layout:
3267     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
3268     layout: "plot-throughput"
3269
3270 -
3271   type: "plot"
3272   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3273   algorithm: "plot_performance_box"
3274   output-file-type: ".html"
3275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3276   data: "plot-vpp-throughput-latency-3n-hsw"
3277   filter: "'NIC_Intel-X520-DA2' and
3278            '64B' and
3279            ('BASE' or 'SCALE') and
3280            'NDRPDR' and
3281            'ETH' and
3282            '2T2C' and
3283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3284            not 'VHOST' and
3285            not 'MEMIF'"
3286   parameters:
3287   - "throughput"
3288   - "parent"
3289   - "tags"
3290   sort:
3291   - "L2PATCH"
3292   - "L2XCBASE"
3293   - "BASE"
3294   - "FIB_10K"
3295   - "FIB_100K"
3296   - "FIB_1M"
3297   traces:
3298     hoverinfo: "x+y"
3299     boxpoints: "outliers"
3300     whiskerwidth: 0
3301   layout:
3302     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
3303     layout: "plot-throughput"
3304
3305 # Packet Throughput - VPP L2 3n-hsw-x520 features
3306 -
3307   type: "plot"
3308   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3309   algorithm: "plot_performance_box"
3310   output-file-type: ".html"
3311   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3312   data: "plot-vpp-throughput-latency-3n-hsw"
3313   filter: "'NIC_Intel-X520-DA2' and
3314            '64B' and
3315            'NDRPDR' and
3316            '1T1C' and
3317            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3318            not 'ACL' and
3319            not 'VHOST' and
3320            not 'MEMIF'"
3321   parameters:
3322   - "throughput"
3323   - "parent"
3324   - "tags"
3325   sort:
3326   - "L2XCBASE"    # l2xcbase
3327   - "L2BDBASE"    # l2bdbase
3328   - "L2XCFWD"     # dot1q-l2xcbase
3329   - "L2BDMACLRN"  # dot1q-l2bdbase
3330   traces:
3331     hoverinfo: "x+y"
3332     boxpoints: "outliers"
3333     whiskerwidth: 0
3334   layout:
3335     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
3336     layout: "plot-throughput"
3337
3338 -
3339   type: "plot"
3340   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3341   algorithm: "plot_performance_box"
3342   output-file-type: ".html"
3343   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3344   data: "plot-vpp-throughput-latency-3n-hsw"
3345   filter: "'NIC_Intel-X520-DA2' and
3346            '64B' and
3347            'NDRPDR' and
3348            '1T1C' and
3349            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3350            not 'ACL' and
3351            not 'VHOST' and
3352            not 'MEMIF'"
3353   parameters:
3354   - "throughput"
3355   - "parent"
3356   - "tags"
3357   sort:
3358   - "L2XCBASE"    # l2xcbase
3359   - "L2BDBASE"    # l2bdbase
3360   - "L2XCFWD"     # dot1q-l2xcbase
3361   - "L2BDMACLRN"  # dot1q-l2bdbase
3362   traces:
3363     hoverinfo: "x+y"
3364     boxpoints: "outliers"
3365     whiskerwidth: 0
3366   layout:
3367     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
3368     layout: "plot-throughput"
3369
3370 -
3371   type: "plot"
3372   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3373   algorithm: "plot_performance_box"
3374   output-file-type: ".html"
3375   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3376   data: "plot-vpp-throughput-latency-3n-hsw"
3377   filter: "'NIC_Intel-X520-DA2' and
3378            '64B' and
3379            'NDRPDR' and
3380            '2T2C' and
3381            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3382            not 'ACL' and
3383            not 'VHOST' and
3384            not 'MEMIF'"
3385   parameters:
3386   - "throughput"
3387   - "parent"
3388   - "tags"
3389   sort:
3390   - "L2XCBASE"    # l2xcbase
3391   - "L2BDBASE"    # l2bdbase
3392   - "L2XCFWD"     # dot1q-l2xcbase
3393   - "L2BDMACLRN"  # dot1q-l2bdbase
3394   traces:
3395     hoverinfo: "x+y"
3396     boxpoints: "outliers"
3397     whiskerwidth: 0
3398   layout:
3399     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
3400     layout: "plot-throughput"
3401
3402 -
3403   type: "plot"
3404   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3405   algorithm: "plot_performance_box"
3406   output-file-type: ".html"
3407   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3408   data: "plot-vpp-throughput-latency-3n-hsw"
3409   filter: "'NIC_Intel-X520-DA2' and
3410            '64B' and
3411            'NDRPDR' and
3412            '2T2C' and
3413            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3414            not 'ACL' and
3415            not 'VHOST' and
3416            not 'MEMIF'"
3417   parameters:
3418   - "throughput"
3419   - "parent"
3420   - "tags"
3421   sort:
3422   - "L2XCBASE"    # l2xcbase
3423   - "L2BDBASE"    # l2bdbase
3424   - "L2XCFWD"     # dot1q-l2xcbase
3425   - "L2BDMACLRN"  # dot1q-l2bdbase
3426   traces:
3427     hoverinfo: "x+y"
3428     boxpoints: "outliers"
3429     whiskerwidth: 0
3430   layout:
3431     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
3432     layout: "plot-throughput"
3433
3434 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
3435 -
3436   type: "plot"
3437   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3438   algorithm: "plot_performance_box"
3439   output-file-type: ".html"
3440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3441   data: "plot-vpp-throughput-latency-3n-hsw"
3442   filter: "'NIC_Intel-X710' and
3443            '64B' and
3444            ('BASE' or 'SCALE') and
3445            'NDRPDR' and
3446            'ETH' and
3447            '1T1C' and
3448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3449            not 'VHOST' and
3450            not 'MEMIF'"
3451   parameters:
3452   - "throughput"
3453   - "parent"
3454   - "tags"
3455   sort:
3456   - "L2PATCH"
3457   - "L2XCBASE"
3458   - "BASE"
3459   - "FIB_10K"
3460   - "FIB_100K"
3461   - "FIB_1M"
3462   traces:
3463     hoverinfo: "x+y"
3464     boxpoints: "outliers"
3465     whiskerwidth: 0
3466   layout:
3467     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
3468     layout: "plot-throughput"
3469
3470 -
3471   type: "plot"
3472   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3473   algorithm: "plot_performance_box"
3474   output-file-type: ".html"
3475   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3476   data: "plot-vpp-throughput-latency-3n-hsw"
3477   filter: "'NIC_Intel-X710' and
3478            '64B' and
3479            ('BASE' or 'SCALE') and
3480            'NDRPDR' and
3481            'ETH' and
3482            '1T1C' and
3483            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3484            not 'VHOST' and
3485            not 'MEMIF'"
3486   parameters:
3487   - "throughput"
3488   - "parent"
3489   - "tags"
3490   sort:
3491   - "L2PATCH"
3492   - "L2XCBASE"
3493   - "BASE"
3494   - "FIB_10K"
3495   - "FIB_100K"
3496   - "FIB_1M"
3497   traces:
3498     hoverinfo: "x+y"
3499     boxpoints: "outliers"
3500     whiskerwidth: 0
3501   layout:
3502     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
3503     layout: "plot-throughput"
3504
3505 -
3506   type: "plot"
3507   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3508   algorithm: "plot_performance_box"
3509   output-file-type: ".html"
3510   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3511   data: "plot-vpp-throughput-latency-3n-hsw"
3512   filter: "'NIC_Intel-X710' and
3513            '64B' and
3514            ('BASE' or 'SCALE') and
3515            'NDRPDR' and
3516            'ETH' and
3517            '2T2C' and
3518            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3519            not 'VHOST' and
3520            not 'MEMIF'"
3521   parameters:
3522   - "throughput"
3523   - "parent"
3524   - "tags"
3525   sort:
3526   - "L2PATCH"
3527   - "L2XCBASE"
3528   - "BASE"
3529   - "FIB_10K"
3530   - "FIB_100K"
3531   - "FIB_1M"
3532   traces:
3533     hoverinfo: "x+y"
3534     boxpoints: "outliers"
3535     whiskerwidth: 0
3536   layout:
3537     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
3538     layout: "plot-throughput"
3539
3540 -
3541   type: "plot"
3542   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3543   algorithm: "plot_performance_box"
3544   output-file-type: ".html"
3545   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3546   data: "plot-vpp-throughput-latency-3n-hsw"
3547   filter: "'NIC_Intel-X710' and
3548            '64B' and
3549            ('BASE' or 'SCALE') and
3550            'NDRPDR' and
3551            'ETH' and
3552            '2T2C' and
3553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3554            not 'VHOST' and
3555            not 'MEMIF'"
3556   parameters:
3557   - "throughput"
3558   - "parent"
3559   - "tags"
3560   sort:
3561   - "L2PATCH"
3562   - "L2XCBASE"
3563   - "BASE"
3564   - "FIB_10K"
3565   - "FIB_100K"
3566   - "FIB_1M"
3567   traces:
3568     hoverinfo: "x+y"
3569     boxpoints: "outliers"
3570     whiskerwidth: 0
3571   layout:
3572     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
3573     layout: "plot-throughput"
3574
3575 # Packet Throughput - VPP L2 3n-hsw-x710 features
3576 -
3577   type: "plot"
3578   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3579   algorithm: "plot_performance_box"
3580   output-file-type: ".html"
3581   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3582   data: "plot-vpp-throughput-latency-3n-hsw"
3583   filter: "'NIC_Intel-X710' and
3584            '64B' and
3585            'NDRPDR' and
3586            '1T1C' and
3587            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3588            not 'ACL' and
3589            not 'VHOST' and
3590            not 'MEMIF'"
3591   parameters:
3592   - "throughput"
3593   - "parent"
3594   - "tags"
3595   sort:
3596   - "L2XCBASE"    # l2xcbase
3597   - "L2BDBASE"    # l2bdbase
3598   - "L2XCFWD"     # dot1q-l2xcbase
3599   - "L2BDMACLRN"  # dot1q-l2bdbase
3600   traces:
3601     hoverinfo: "x+y"
3602     boxpoints: "outliers"
3603     whiskerwidth: 0
3604   layout:
3605     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
3606     layout: "plot-throughput"
3607
3608 -
3609   type: "plot"
3610   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3611   algorithm: "plot_performance_box"
3612   output-file-type: ".html"
3613   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3614   data: "plot-vpp-throughput-latency-3n-hsw"
3615   filter: "'NIC_Intel-X710' and
3616            '64B' and
3617            'NDRPDR' and
3618            '1T1C' and
3619            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3620            not 'ACL' and
3621            not 'VHOST' and
3622            not 'MEMIF'"
3623   parameters:
3624   - "throughput"
3625   - "parent"
3626   - "tags"
3627   sort:
3628   - "L2XCBASE"    # l2xcbase
3629   - "L2BDBASE"    # l2bdbase
3630   - "L2XCFWD"     # dot1q-l2xcbase
3631   - "L2BDMACLRN"  # dot1q-l2bdbase
3632   traces:
3633     hoverinfo: "x+y"
3634     boxpoints: "outliers"
3635     whiskerwidth: 0
3636   layout:
3637     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
3638     layout: "plot-throughput"
3639
3640 -
3641   type: "plot"
3642   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3643   algorithm: "plot_performance_box"
3644   output-file-type: ".html"
3645   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3646   data: "plot-vpp-throughput-latency-3n-hsw"
3647   filter: "'NIC_Intel-X710' and
3648            '64B' and
3649            'NDRPDR' and
3650            '2T2C' and
3651            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3652            not 'ACL' and
3653            not 'VHOST' and
3654            not 'MEMIF'"
3655   parameters:
3656   - "throughput"
3657   - "parent"
3658   - "tags"
3659   sort:
3660   - "L2XCBASE"    # l2xcbase
3661   - "L2BDBASE"    # l2bdbase
3662   - "L2XCFWD"     # dot1q-l2xcbase
3663   - "L2BDMACLRN"  # dot1q-l2bdbase
3664   traces:
3665     hoverinfo: "x+y"
3666     boxpoints: "outliers"
3667     whiskerwidth: 0
3668   layout:
3669     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
3670     layout: "plot-throughput"
3671
3672 -
3673   type: "plot"
3674   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3675   algorithm: "plot_performance_box"
3676   output-file-type: ".html"
3677   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3678   data: "plot-vpp-throughput-latency-3n-hsw"
3679   filter: "'NIC_Intel-X710' and
3680            '64B' and
3681            'NDRPDR' and
3682            '2T2C' and
3683            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3684            not 'ACL' and
3685            not 'VHOST' and
3686            not 'MEMIF'"
3687   parameters:
3688   - "throughput"
3689   - "parent"
3690   - "tags"
3691   sort:
3692   - "L2XCBASE"    # l2xcbase
3693   - "L2BDBASE"    # l2bdbase
3694   - "L2XCFWD"     # dot1q-l2xcbase
3695   - "L2BDMACLRN"  # dot1q-l2bdbase
3696   traces:
3697     hoverinfo: "x+y"
3698     boxpoints: "outliers"
3699     whiskerwidth: 0
3700   layout:
3701     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
3702     layout: "plot-throughput"
3703
3704 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
3705 -
3706   type: "plot"
3707   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3708   algorithm: "plot_performance_box"
3709   output-file-type: ".html"
3710   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3711   data: "plot-vpp-throughput-latency-3n-hsw"
3712   filter: "'NIC_Intel-XL710' and
3713            '64B' and
3714            ('BASE' or 'SCALE') and
3715            'NDRPDR' and
3716            'ETH' and
3717            '1T1C' and
3718            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3719            not 'VHOST' and
3720            not 'MEMIF'"
3721   parameters:
3722   - "throughput"
3723   - "parent"
3724   - "tags"
3725   sort:
3726   - "L2PATCH"
3727   - "L2XCBASE"
3728   - "BASE"
3729   - "FIB_10K"
3730   - "FIB_100K"
3731   - "FIB_1M"
3732   traces:
3733     hoverinfo: "x+y"
3734     boxpoints: "outliers"
3735     whiskerwidth: 0
3736   layout:
3737     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
3738     layout: "plot-throughput"
3739
3740 -
3741   type: "plot"
3742   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3743   algorithm: "plot_performance_box"
3744   output-file-type: ".html"
3745   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3746   data: "plot-vpp-throughput-latency-3n-hsw"
3747   filter: "'NIC_Intel-XL710' and
3748            '64B' and
3749            ('BASE' or 'SCALE') and
3750            'NDRPDR' and
3751            'ETH' and
3752            '1T1C' and
3753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3754            not 'VHOST' and
3755            not 'MEMIF'"
3756   parameters:
3757   - "throughput"
3758   - "parent"
3759   - "tags"
3760   sort:
3761   - "L2PATCH"
3762   - "L2XCBASE"
3763   - "BASE"
3764   - "FIB_10K"
3765   - "FIB_100K"
3766   - "FIB_1M"
3767   traces:
3768     hoverinfo: "x+y"
3769     boxpoints: "outliers"
3770     whiskerwidth: 0
3771   layout:
3772     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
3773     layout: "plot-throughput"
3774
3775 -
3776   type: "plot"
3777   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3778   algorithm: "plot_performance_box"
3779   output-file-type: ".html"
3780   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3781   data: "plot-vpp-throughput-latency-3n-hsw"
3782   filter: "'NIC_Intel-XL710' and
3783            '64B' and
3784            ('BASE' or 'SCALE') and
3785            'NDRPDR' and
3786            'ETH' and
3787            '2T2C' and
3788            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3789            not 'VHOST' and
3790            not 'MEMIF'"
3791   parameters:
3792   - "throughput"
3793   - "parent"
3794   - "tags"
3795   sort:
3796   - "L2PATCH"
3797   - "L2XCBASE"
3798   - "BASE"
3799   - "FIB_10K"
3800   - "FIB_100K"
3801   - "FIB_1M"
3802   traces:
3803     hoverinfo: "x+y"
3804     boxpoints: "outliers"
3805     whiskerwidth: 0
3806   layout:
3807     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
3808     layout: "plot-throughput"
3809
3810 -
3811   type: "plot"
3812   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3813   algorithm: "plot_performance_box"
3814   output-file-type: ".html"
3815   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3816   data: "plot-vpp-throughput-latency-3n-hsw"
3817   filter: "'NIC_Intel-XL710' and
3818            '64B' and
3819            ('BASE' or 'SCALE') and
3820            'NDRPDR' and
3821            'ETH' and
3822            '2T2C' and
3823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3824            not 'VHOST' and
3825            not 'MEMIF'"
3826   parameters:
3827   - "throughput"
3828   - "parent"
3829   - "tags"
3830   sort:
3831   - "L2PATCH"
3832   - "L2XCBASE"
3833   - "BASE"
3834   - "FIB_10K"
3835   - "FIB_100K"
3836   - "FIB_1M"
3837   traces:
3838     hoverinfo: "x+y"
3839     boxpoints: "outliers"
3840     whiskerwidth: 0
3841   layout:
3842     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
3843     layout: "plot-throughput"
3844
3845 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
3846 -
3847   type: "plot"
3848   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3849   algorithm: "plot_performance_box"
3850   output-file-type: ".html"
3851   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3852   data: "plot-vpp-throughput-latency-3n-skx"
3853   filter: "'NIC_Intel-X710' and
3854            '64B' and
3855            ('BASE' or 'SCALE') and
3856            'NDRPDR' and
3857            'ETH' and
3858            '2T1C' and
3859            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3860            not 'VHOST' and
3861            not 'MEMIF'"
3862   parameters:
3863   - "throughput"
3864   - "parent"
3865   - "tags"
3866   sort:
3867   - "L2PATCH"
3868   - "L2XCBASE"
3869   - "BASE"
3870   - "FIB_10K"
3871   - "FIB_100K"
3872   - "FIB_1M"
3873   traces:
3874     hoverinfo: "x+y"
3875     boxpoints: "outliers"
3876     whiskerwidth: 0
3877   layout:
3878     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
3879     layout: "plot-throughput"
3880
3881 -
3882   type: "plot"
3883   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3884   algorithm: "plot_performance_box"
3885   output-file-type: ".html"
3886   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3887   data: "plot-vpp-throughput-latency-3n-skx"
3888   filter: "'NIC_Intel-X710' and
3889            '64B' and
3890            ('BASE' or 'SCALE') and
3891            'NDRPDR' and
3892            'ETH' and
3893            '2T1C' and
3894            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3895            not 'VHOST' and
3896            not 'MEMIF'"
3897   parameters:
3898   - "throughput"
3899   - "parent"
3900   - "tags"
3901   sort:
3902   - "L2PATCH"
3903   - "L2XCBASE"
3904   - "BASE"
3905   - "FIB_10K"
3906   - "FIB_100K"
3907   - "FIB_1M"
3908   traces:
3909     hoverinfo: "x+y"
3910     boxpoints: "outliers"
3911     whiskerwidth: 0
3912   layout:
3913     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
3914     layout: "plot-throughput"
3915
3916 -
3917   type: "plot"
3918   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3919   algorithm: "plot_performance_box"
3920   output-file-type: ".html"
3921   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3922   data: "plot-vpp-throughput-latency-3n-skx"
3923   filter: "'NIC_Intel-X710' and
3924            '64B' and
3925            ('BASE' or 'SCALE') and
3926            'NDRPDR' and
3927            'ETH' and
3928            '4T2C' and
3929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3930            not 'VHOST' and
3931            not 'MEMIF'"
3932   parameters:
3933   - "throughput"
3934   - "parent"
3935   - "tags"
3936   sort:
3937   - "L2PATCH"
3938   - "L2XCBASE"
3939   - "BASE"
3940   - "FIB_10K"
3941   - "FIB_100K"
3942   - "FIB_1M"
3943   traces:
3944     hoverinfo: "x+y"
3945     boxpoints: "outliers"
3946     whiskerwidth: 0
3947   layout:
3948     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
3949     layout: "plot-throughput"
3950
3951 -
3952   type: "plot"
3953   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3954   algorithm: "plot_performance_box"
3955   output-file-type: ".html"
3956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3957   data: "plot-vpp-throughput-latency-3n-skx"
3958   filter: "'NIC_Intel-X710' and
3959            '64B' and
3960            ('BASE' or 'SCALE') and
3961            'NDRPDR' and
3962            'ETH' and
3963            '4T2C' and
3964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
3965            not 'VHOST' and
3966            not 'MEMIF'"
3967   parameters:
3968   - "throughput"
3969   - "parent"
3970   - "tags"
3971   sort:
3972   - "L2PATCH"
3973   - "L2XCBASE"
3974   - "BASE"
3975   - "FIB_10K"
3976   - "FIB_100K"
3977   - "FIB_1M"
3978   traces:
3979     hoverinfo: "x+y"
3980     boxpoints: "outliers"
3981     whiskerwidth: 0
3982   layout:
3983     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
3984     layout: "plot-throughput"
3985
3986 # Packet Throughput - VPP L2 3n-skx-x710 features
3987 -
3988   type: "plot"
3989   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3990   algorithm: "plot_performance_box"
3991   output-file-type: ".html"
3992   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
3993   data: "plot-vpp-throughput-latency-3n-skx"
3994   filter: "'NIC_Intel-X710' and
3995            '64B' and
3996            'NDRPDR' and
3997            '2T1C' and
3998            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
3999            not 'ACL' and
4000            not 'VHOST' and
4001            not 'MEMIF'"
4002   parameters:
4003   - "throughput"
4004   - "parent"
4005   - "tags"
4006   sort:
4007   - "L2XCBASE"    # l2xcbase
4008   - "L2BDBASE"    # l2bdbase
4009   - "L2XCFWD"     # dot1q-l2xcbase
4010   - "L2BDMACLRN"  # dot1q-l2bdbase
4011   traces:
4012     hoverinfo: "x+y"
4013     boxpoints: "outliers"
4014     whiskerwidth: 0
4015   layout:
4016     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
4017     layout: "plot-throughput"
4018
4019 -
4020   type: "plot"
4021   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4022   algorithm: "plot_performance_box"
4023   output-file-type: ".html"
4024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4025   data: "plot-vpp-throughput-latency-3n-skx"
4026   filter: "'NIC_Intel-X710' and
4027            '64B' and
4028            'NDRPDR' and
4029            '2T1C' and
4030            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4031            not 'ACL' and
4032            not 'VHOST' and
4033            not 'MEMIF'"
4034   parameters:
4035   - "throughput"
4036   - "parent"
4037   - "tags"
4038   sort:
4039   - "L2XCBASE"    # l2xcbase
4040   - "L2BDBASE"    # l2bdbase
4041   - "L2XCFWD"     # dot1q-l2xcbase
4042   - "L2BDMACLRN"  # dot1q-l2bdbase
4043   traces:
4044     hoverinfo: "x+y"
4045     boxpoints: "outliers"
4046     whiskerwidth: 0
4047   layout:
4048     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
4049     layout: "plot-throughput"
4050
4051 -
4052   type: "plot"
4053   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4054   algorithm: "plot_performance_box"
4055   output-file-type: ".html"
4056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4057   data: "plot-vpp-throughput-latency-3n-skx"
4058   filter: "'NIC_Intel-X710' and
4059            '64B' and
4060            'NDRPDR' and
4061            '4T2C' and
4062            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4063            not 'ACL' and
4064            not 'VHOST' and
4065            not 'MEMIF'"
4066   parameters:
4067   - "throughput"
4068   - "parent"
4069   - "tags"
4070   sort:
4071   - "L2XCBASE"    # l2xcbase
4072   - "L2BDBASE"    # l2bdbase
4073   - "L2XCFWD"     # dot1q-l2xcbase
4074   - "L2BDMACLRN"  # dot1q-l2bdbase
4075   traces:
4076     hoverinfo: "x+y"
4077     boxpoints: "outliers"
4078     whiskerwidth: 0
4079   layout:
4080     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
4081     layout: "plot-throughput"
4082
4083 -
4084   type: "plot"
4085   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4086   algorithm: "plot_performance_box"
4087   output-file-type: ".html"
4088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4089   data: "plot-vpp-throughput-latency-3n-skx"
4090   filter: "'NIC_Intel-X710' and
4091            '64B' and
4092            'NDRPDR' and
4093            '4T2C' and
4094            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
4095            not 'ACL' and
4096            not 'VHOST' and
4097            not 'MEMIF'"
4098   parameters:
4099   - "throughput"
4100   - "parent"
4101   - "tags"
4102   sort:
4103   - "L2XCBASE"    # l2xcbase
4104   - "L2BDBASE"    # l2bdbase
4105   - "L2XCFWD"     # dot1q-l2xcbase
4106   - "L2BDMACLRN"  # dot1q-l2bdbase
4107   traces:
4108     hoverinfo: "x+y"
4109     boxpoints: "outliers"
4110     whiskerwidth: 0
4111   layout:
4112     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
4113     layout: "plot-throughput"
4114
4115 # Packet Throughput - VPP L2 3n-skx-xxv710 base and scale
4116 -
4117   type: "plot"
4118   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4119   algorithm: "plot_performance_box"
4120   output-file-type: ".html"
4121   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4122   data: "plot-vpp-throughput-latency-3n-skx"
4123   filter: "'NIC_Intel-XXV710' and
4124            '64B' and
4125            ('BASE' or 'SCALE') and
4126            'NDRPDR' and
4127            'ETH' and
4128            '2T1C' and
4129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4130            not 'VHOST' and
4131            not 'MEMIF'"
4132   parameters:
4133   - "throughput"
4134   - "parent"
4135   - "tags"
4136   sort:
4137   - "L2PATCH"
4138   - "L2XCBASE"
4139   - "BASE"
4140   - "FIB_10K"
4141   - "FIB_100K"
4142   - "FIB_1M"
4143   traces:
4144     hoverinfo: "x+y"
4145     boxpoints: "outliers"
4146     whiskerwidth: 0
4147   layout:
4148     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4149     layout: "plot-throughput"
4150
4151 -
4152   type: "plot"
4153   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4154   algorithm: "plot_performance_box"
4155   output-file-type: ".html"
4156   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4157   data: "plot-vpp-throughput-latency-3n-skx"
4158   filter: "'NIC_Intel-XXV710' and
4159            '64B' and
4160            ('BASE' or 'SCALE') and
4161            'NDRPDR' and
4162            'ETH' and
4163            '2T1C' and
4164            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4165            not 'VHOST' and
4166            not 'MEMIF'"
4167   parameters:
4168   - "throughput"
4169   - "parent"
4170   - "tags"
4171   sort:
4172   - "L2PATCH"
4173   - "L2XCBASE"
4174   - "BASE"
4175   - "FIB_10K"
4176   - "FIB_100K"
4177   - "FIB_1M"
4178   traces:
4179     hoverinfo: "x+y"
4180     boxpoints: "outliers"
4181     whiskerwidth: 0
4182   layout:
4183     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4184     layout: "plot-throughput"
4185
4186 -
4187   type: "plot"
4188   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4189   algorithm: "plot_performance_box"
4190   output-file-type: ".html"
4191   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4192   data: "plot-vpp-throughput-latency-3n-skx"
4193   filter: "'NIC_Intel-XXV710' and
4194            '64B' and
4195            ('BASE' or 'SCALE') and
4196            'NDRPDR' and
4197            'ETH' and
4198            '4T2C' and
4199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4200            not 'VHOST' and
4201            not 'MEMIF'"
4202   parameters:
4203   - "throughput"
4204   - "parent"
4205   - "tags"
4206   sort:
4207   - "L2PATCH"
4208   - "L2XCBASE"
4209   - "BASE"
4210   - "FIB_10K"
4211   - "FIB_100K"
4212   - "FIB_1M"
4213   traces:
4214     hoverinfo: "x+y"
4215     boxpoints: "outliers"
4216     whiskerwidth: 0
4217   layout:
4218     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4219     layout: "plot-throughput"
4220
4221 -
4222   type: "plot"
4223   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4224   algorithm: "plot_performance_box"
4225   output-file-type: ".html"
4226   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4227   data: "plot-vpp-throughput-latency-3n-skx"
4228   filter: "'NIC_Intel-XXV710' and
4229            '64B' and
4230            ('BASE' or 'SCALE') and
4231            'NDRPDR' and
4232            'ETH' and
4233            '4T2C' and
4234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4235            not 'VHOST' and
4236            not 'MEMIF'"
4237   parameters:
4238   - "throughput"
4239   - "parent"
4240   - "tags"
4241   sort:
4242   - "L2PATCH"
4243   - "L2XCBASE"
4244   - "BASE"
4245   - "FIB_10K"
4246   - "FIB_100K"
4247   - "FIB_1M"
4248   traces:
4249     hoverinfo: "x+y"
4250     boxpoints: "outliers"
4251     whiskerwidth: 0
4252   layout:
4253     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4254     layout: "plot-throughput"
4255
4256 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
4257 -
4258   type: "plot"
4259   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4260   algorithm: "plot_performance_box"
4261   output-file-type: ".html"
4262   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4263   data: "plot-vpp-throughput-latency-2n-skx"
4264   filter: "'NIC_Intel-X710' and
4265            '64B' and
4266            ('BASE' or 'SCALE') and
4267            'NDRPDR' and
4268            'ETH' and
4269            '2T1C' and
4270            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4271            not 'VHOST' and
4272            not 'MEMIF'"
4273   parameters:
4274   - "throughput"
4275   - "parent"
4276   - "tags"
4277   sort:
4278   - "L2PATCH"
4279   - "L2XCBASE"
4280   - "BASE"
4281   - "FIB_10K"
4282   - "FIB_100K"
4283   - "FIB_1M"
4284   traces:
4285     hoverinfo: "x+y"
4286     boxpoints: "outliers"
4287     whiskerwidth: 0
4288   layout:
4289     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
4290     layout: "plot-throughput"
4291
4292 -
4293   type: "plot"
4294   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4295   algorithm: "plot_performance_box"
4296   output-file-type: ".html"
4297   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4298   data: "plot-vpp-throughput-latency-2n-skx"
4299   filter: "'NIC_Intel-X710' and
4300            '64B' and
4301            ('BASE' or 'SCALE') and
4302            'NDRPDR' and
4303            'ETH' and
4304            '2T1C' and
4305            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4306            not 'VHOST' and
4307            not 'MEMIF'"
4308   parameters:
4309   - "throughput"
4310   - "parent"
4311   - "tags"
4312   sort:
4313   - "L2PATCH"
4314   - "L2XCBASE"
4315   - "BASE"
4316   - "FIB_10K"
4317   - "FIB_100K"
4318   - "FIB_1M"
4319   traces:
4320     hoverinfo: "x+y"
4321     boxpoints: "outliers"
4322     whiskerwidth: 0
4323   layout:
4324     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
4325     layout: "plot-throughput"
4326
4327 -
4328   type: "plot"
4329   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4330   algorithm: "plot_performance_box"
4331   output-file-type: ".html"
4332   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4333   data: "plot-vpp-throughput-latency-2n-skx"
4334   filter: "'NIC_Intel-X710' and
4335            '64B' and
4336            ('BASE' or 'SCALE') and
4337            'NDRPDR' and
4338            'ETH' and
4339            '4T2C' and
4340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4341            not 'VHOST' and
4342            not 'MEMIF'"
4343   parameters:
4344   - "throughput"
4345   - "parent"
4346   - "tags"
4347   sort:
4348   - "L2PATCH"
4349   - "L2XCBASE"
4350   - "BASE"
4351   - "FIB_10K"
4352   - "FIB_100K"
4353   - "FIB_1M"
4354   traces:
4355     hoverinfo: "x+y"
4356     boxpoints: "outliers"
4357     whiskerwidth: 0
4358   layout:
4359     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
4360     layout: "plot-throughput"
4361
4362 -
4363   type: "plot"
4364   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4365   algorithm: "plot_performance_box"
4366   output-file-type: ".html"
4367   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4368   data: "plot-vpp-throughput-latency-2n-skx"
4369   filter: "'NIC_Intel-X710' and
4370            '64B' and
4371            ('BASE' or 'SCALE') and
4372            'NDRPDR' and
4373            'ETH' and
4374            '4T2C' and
4375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4376            not 'VHOST' and
4377            not 'MEMIF'"
4378   parameters:
4379   - "throughput"
4380   - "parent"
4381   - "tags"
4382   sort:
4383   - "L2PATCH"
4384   - "L2XCBASE"
4385   - "BASE"
4386   - "FIB_10K"
4387   - "FIB_100K"
4388   - "FIB_1M"
4389   traces:
4390     hoverinfo: "x+y"
4391     boxpoints: "outliers"
4392     whiskerwidth: 0
4393   layout:
4394     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
4395     layout: "plot-throughput"
4396
4397 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
4398 -
4399   type: "plot"
4400   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4401   algorithm: "plot_performance_box"
4402   output-file-type: ".html"
4403   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4404   data: "plot-vpp-throughput-latency-2n-skx"
4405   filter: "'NIC_Intel-XXV710' and
4406            '64B' and
4407            ('BASE' or 'SCALE') and
4408            'NDRPDR' and
4409            'ETH' and
4410            '2T1C' and
4411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4412            not 'VHOST' and
4413            not 'MEMIF'"
4414   parameters:
4415   - "throughput"
4416   - "parent"
4417   - "tags"
4418   sort:
4419   - "L2PATCH"
4420   - "L2XCBASE"
4421   - "BASE"
4422   - "FIB_10K"
4423   - "FIB_100K"
4424   - "FIB_1M"
4425   traces:
4426     hoverinfo: "x+y"
4427     boxpoints: "outliers"
4428     whiskerwidth: 0
4429   layout:
4430     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
4431     layout: "plot-throughput"
4432
4433 -
4434   type: "plot"
4435   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4436   algorithm: "plot_performance_box"
4437   output-file-type: ".html"
4438   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4439   data: "plot-vpp-throughput-latency-2n-skx"
4440   filter: "'NIC_Intel-XXV710' and
4441            '64B' and
4442            ('BASE' or 'SCALE') and
4443            'NDRPDR' and
4444            'ETH' and
4445            '2T1C' and
4446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4447            not 'VHOST' and
4448            not 'MEMIF'"
4449   parameters:
4450   - "throughput"
4451   - "parent"
4452   - "tags"
4453   sort:
4454   - "L2PATCH"
4455   - "L2XCBASE"
4456   - "BASE"
4457   - "FIB_10K"
4458   - "FIB_100K"
4459   - "FIB_1M"
4460   traces:
4461     hoverinfo: "x+y"
4462     boxpoints: "outliers"
4463     whiskerwidth: 0
4464   layout:
4465     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
4466     layout: "plot-throughput"
4467
4468 -
4469   type: "plot"
4470   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4471   algorithm: "plot_performance_box"
4472   output-file-type: ".html"
4473   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4474   data: "plot-vpp-throughput-latency-2n-skx"
4475   filter: "'NIC_Intel-XXV710' and
4476            '64B' and
4477            ('BASE' or 'SCALE') and
4478            'NDRPDR' and
4479            'ETH' and
4480            '4T2C' and
4481            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4482            not 'VHOST' and
4483            not 'MEMIF'"
4484   parameters:
4485   - "throughput"
4486   - "parent"
4487   - "tags"
4488   sort:
4489   - "L2PATCH"
4490   - "L2XCBASE"
4491   - "BASE"
4492   - "FIB_10K"
4493   - "FIB_100K"
4494   - "FIB_1M"
4495   traces:
4496     hoverinfo: "x+y"
4497     boxpoints: "outliers"
4498     whiskerwidth: 0
4499   layout:
4500     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
4501     layout: "plot-throughput"
4502
4503 -
4504   type: "plot"
4505   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4506   algorithm: "plot_performance_box"
4507   output-file-type: ".html"
4508   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4509   data: "plot-vpp-throughput-latency-2n-skx"
4510   filter: "'NIC_Intel-XXV710' and
4511            '64B' and
4512            ('BASE' or 'SCALE') and
4513            'NDRPDR' and
4514            'ETH' and
4515            '4T2C' and
4516            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4517            not 'VHOST' and
4518            not 'MEMIF'"
4519   parameters:
4520   - "throughput"
4521   - "parent"
4522   - "tags"
4523   sort:
4524   - "L2PATCH"
4525   - "L2XCBASE"
4526   - "BASE"
4527   - "FIB_10K"
4528   - "FIB_100K"
4529   - "FIB_1M"
4530   traces:
4531     hoverinfo: "x+y"
4532     boxpoints: "outliers"
4533     whiskerwidth: 0
4534   layout:
4535     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
4536     layout: "plot-throughput"
4537
4538 ################################################################################
4539
4540 # Packet Throughput - VPP Container Memif 3n-hsw-x520
4541 -
4542   type: "plot"
4543   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4544   algorithm: "plot_performance_box"
4545   output-file-type: ".html"
4546   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4547   data: "plot-vpp-throughput-latency-3n-hsw"
4548   filter: "'NIC_Intel-X520-DA2' and
4549            '64B' and
4550            ('BASE' or 'SCALE') and
4551            'NDRPDR' and
4552            '1T1C' and
4553            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4554            not 'VHOST' and
4555            'MEMIF'"
4556   parameters:
4557   - "throughput"
4558   - "parent"
4559   - "tags"
4560   sort:
4561   - "L2XCFWD"
4562   - "L2XCFWD"
4563   - "L2XCFWD"
4564   - "L2BDMACLRN"
4565   - "L2BDMACLRN"
4566   - "L2BDMACLRN"
4567   traces:
4568     hoverinfo: "x+y"
4569     boxpoints: "outliers"
4570     whiskerwidth: 0
4571   layout:
4572     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
4573     layout: "plot-throughput"
4574
4575 -
4576   type: "plot"
4577   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4578   algorithm: "plot_performance_box"
4579   output-file-type: ".html"
4580   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4581   data: "plot-vpp-throughput-latency-3n-hsw"
4582   filter: "'NIC_Intel-X520-DA2' and
4583            '64B' and
4584            ('BASE' or 'SCALE') and
4585            'NDRPDR' and
4586            '1T1C' and
4587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4588            not 'VHOST' and
4589            'MEMIF'"
4590   parameters:
4591   - "throughput"
4592   - "parent"
4593   - "tags"
4594   sort:
4595   - "L2XCFWD"
4596   - "L2XCFWD"
4597   - "L2XCFWD"
4598   - "L2BDMACLRN"
4599   - "L2BDMACLRN"
4600   - "L2BDMACLRN"
4601   traces:
4602     hoverinfo: "x+y"
4603     boxpoints: "outliers"
4604     whiskerwidth: 0
4605   layout:
4606     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
4607     layout: "plot-throughput"
4608
4609 -
4610   type: "plot"
4611   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4612   algorithm: "plot_performance_box"
4613   output-file-type: ".html"
4614   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4615   data: "plot-vpp-throughput-latency-3n-hsw"
4616   filter: "'NIC_Intel-X520-DA2' and
4617            '64B' and
4618            ('BASE' or 'SCALE') and
4619            'NDRPDR' and
4620            '2T2C' and
4621            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4622            not 'VHOST' and
4623            'MEMIF'"
4624   parameters:
4625   - "throughput"
4626   - "parent"
4627   - "tags"
4628   sort:
4629   - "L2XCFWD"
4630   - "L2XCFWD"
4631   - "L2XCFWD"
4632   - "L2BDMACLRN"
4633   - "L2BDMACLRN"
4634   - "L2BDMACLRN"
4635   traces:
4636     hoverinfo: "x+y"
4637     boxpoints: "outliers"
4638     whiskerwidth: 0
4639   layout:
4640     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
4641     layout: "plot-throughput"
4642
4643 -
4644   type: "plot"
4645   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4646   algorithm: "plot_performance_box"
4647   output-file-type: ".html"
4648   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4649   data: "plot-vpp-throughput-latency-3n-hsw"
4650   filter: "'NIC_Intel-X520-DA2' and
4651            '64B' and
4652            ('BASE' or 'SCALE') and
4653            'NDRPDR' and
4654            '2T2C' and
4655            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4656            not 'VHOST' and
4657            'MEMIF'"
4658   parameters:
4659   - "throughput"
4660   - "parent"
4661   - "tags"
4662   sort:
4663   - "L2XCFWD"
4664   - "L2XCFWD"
4665   - "L2XCFWD"
4666   - "L2BDMACLRN"
4667   - "L2BDMACLRN"
4668   - "L2BDMACLRN"
4669   traces:
4670     hoverinfo: "x+y"
4671     boxpoints: "outliers"
4672     whiskerwidth: 0
4673   layout:
4674     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
4675     layout: "plot-throughput"
4676
4677 # Packet Throughput - VPP Container Memif 3n-hsw-x710
4678 -
4679   type: "plot"
4680   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4681   algorithm: "plot_performance_box"
4682   output-file-type: ".html"
4683   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4684   data: "plot-vpp-throughput-latency-3n-hsw"
4685   filter: "'NIC_Intel-X710' and
4686            '64B' and
4687            ('BASE' or 'SCALE') and
4688            'NDRPDR' and
4689            '1T1C' and
4690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4691            not 'VHOST' and
4692            'MEMIF'"
4693   parameters:
4694   - "throughput"
4695   - "parent"
4696   - "tags"
4697   sort:
4698   - "L2XCFWD"
4699   - "L2XCFWD"
4700   - "L2XCFWD"
4701   - "L2BDMACLRN"
4702   - "L2BDMACLRN"
4703   - "L2BDMACLRN"
4704   traces:
4705     hoverinfo: "x+y"
4706     boxpoints: "outliers"
4707     whiskerwidth: 0
4708   layout:
4709     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
4710     layout: "plot-throughput"
4711
4712 -
4713   type: "plot"
4714   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4715   algorithm: "plot_performance_box"
4716   output-file-type: ".html"
4717   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4718   data: "plot-vpp-throughput-latency-3n-hsw"
4719   filter: "'NIC_Intel-X710' and
4720            '64B' and
4721            ('BASE' or 'SCALE') and
4722            'NDRPDR' and
4723            '1T1C' and
4724            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4725            not 'VHOST' and
4726            'MEMIF'"
4727   parameters:
4728   - "throughput"
4729   - "parent"
4730   - "tags"
4731   sort:
4732   - "L2XCFWD"
4733   - "L2XCFWD"
4734   - "L2XCFWD"
4735   - "L2BDMACLRN"
4736   - "L2BDMACLRN"
4737   - "L2BDMACLRN"
4738   traces:
4739     hoverinfo: "x+y"
4740     boxpoints: "outliers"
4741     whiskerwidth: 0
4742   layout:
4743     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
4744     layout: "plot-throughput"
4745
4746 -
4747   type: "plot"
4748   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4749   algorithm: "plot_performance_box"
4750   output-file-type: ".html"
4751   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4752   data: "plot-vpp-throughput-latency-3n-hsw"
4753   filter: "'NIC_Intel-X710' and
4754            '64B' and
4755            ('BASE' or 'SCALE') and
4756            'NDRPDR' and
4757            '2T2C' and
4758            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4759            not 'VHOST' and
4760            'MEMIF'"
4761   parameters:
4762   - "throughput"
4763   - "parent"
4764   - "tags"
4765   sort:
4766   - "L2XCFWD"
4767   - "L2XCFWD"
4768   - "L2XCFWD"
4769   - "L2BDMACLRN"
4770   - "L2BDMACLRN"
4771   - "L2BDMACLRN"
4772   traces:
4773     hoverinfo: "x+y"
4774     boxpoints: "outliers"
4775     whiskerwidth: 0
4776   layout:
4777     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
4778     layout: "plot-throughput"
4779
4780 -
4781   type: "plot"
4782   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4783   algorithm: "plot_performance_box"
4784   output-file-type: ".html"
4785   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4786   data: "plot-vpp-throughput-latency-3n-hsw"
4787   filter: "'NIC_Intel-X710' and
4788            '64B' and
4789            ('BASE' or 'SCALE') and
4790            'NDRPDR' and
4791            '2T2C' and
4792            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4793            not 'VHOST' and
4794            'MEMIF'"
4795   parameters:
4796   - "throughput"
4797   - "parent"
4798   - "tags"
4799   sort:
4800   - "L2XCFWD"
4801   - "L2XCFWD"
4802   - "L2XCFWD"
4803   - "L2BDMACLRN"
4804   - "L2BDMACLRN"
4805   - "L2BDMACLRN"
4806   traces:
4807     hoverinfo: "x+y"
4808     boxpoints: "outliers"
4809     whiskerwidth: 0
4810   layout:
4811     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
4812     layout: "plot-throughput"
4813
4814 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
4815 -
4816   type: "plot"
4817   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4818   algorithm: "plot_performance_box"
4819   output-file-type: ".html"
4820   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4821   data: "plot-vpp-throughput-latency-3n-hsw"
4822   filter: "'NIC_Intel-XL710' and
4823            '64B' and
4824            ('BASE' or 'SCALE') and
4825            'NDRPDR' and
4826            '1T1C' and
4827            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4828            not 'VHOST' and
4829            'MEMIF'"
4830   parameters:
4831   - "throughput"
4832   - "parent"
4833   - "tags"
4834   sort:
4835   - "L2XCFWD"
4836   - "L2XCFWD"
4837   - "L2XCFWD"
4838   - "L2BDMACLRN"
4839   - "L2BDMACLRN"
4840   - "L2BDMACLRN"
4841   traces:
4842     hoverinfo: "x+y"
4843     boxpoints: "outliers"
4844     whiskerwidth: 0
4845   layout:
4846     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
4847     layout: "plot-throughput"
4848
4849 -
4850   type: "plot"
4851   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4852   algorithm: "plot_performance_box"
4853   output-file-type: ".html"
4854   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4855   data: "plot-vpp-throughput-latency-3n-hsw"
4856   filter: "'NIC_Intel-XL710' and
4857            '64B' and
4858            ('BASE' or 'SCALE') and
4859            'NDRPDR' and
4860            '1T1C' and
4861            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4862            not 'VHOST' and
4863            'MEMIF'"
4864   parameters:
4865   - "throughput"
4866   - "parent"
4867   - "tags"
4868   sort:
4869   - "L2XCFWD"
4870   - "L2XCFWD"
4871   - "L2XCFWD"
4872   - "L2BDMACLRN"
4873   - "L2BDMACLRN"
4874   - "L2BDMACLRN"
4875   traces:
4876     hoverinfo: "x+y"
4877     boxpoints: "outliers"
4878     whiskerwidth: 0
4879   layout:
4880     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
4881     layout: "plot-throughput"
4882
4883 -
4884   type: "plot"
4885   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4886   algorithm: "plot_performance_box"
4887   output-file-type: ".html"
4888   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4889   data: "plot-vpp-throughput-latency-3n-hsw"
4890   filter: "'NIC_Intel-XL710' and
4891            '64B' and
4892            ('BASE' or 'SCALE') and
4893            'NDRPDR' and
4894            '2T2C' and
4895            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4896            not 'VHOST' and
4897            'MEMIF'"
4898   parameters:
4899   - "throughput"
4900   - "parent"
4901   - "tags"
4902   sort:
4903   - "L2XCFWD"
4904   - "L2XCFWD"
4905   - "L2XCFWD"
4906   - "L2BDMACLRN"
4907   - "L2BDMACLRN"
4908   - "L2BDMACLRN"
4909   traces:
4910     hoverinfo: "x+y"
4911     boxpoints: "outliers"
4912     whiskerwidth: 0
4913   layout:
4914     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
4915     layout: "plot-throughput"
4916
4917 -
4918   type: "plot"
4919   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4920   algorithm: "plot_performance_box"
4921   output-file-type: ".html"
4922   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4923   data: "plot-vpp-throughput-latency-3n-hsw"
4924   filter: "'NIC_Intel-XL710' and
4925            '64B' and
4926            ('BASE' or 'SCALE') and
4927            'NDRPDR' and
4928            '2T2C' and
4929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4930            not 'VHOST' and
4931            'MEMIF'"
4932   parameters:
4933   - "throughput"
4934   - "parent"
4935   - "tags"
4936   sort:
4937   - "L2XCFWD"
4938   - "L2XCFWD"
4939   - "L2XCFWD"
4940   - "L2BDMACLRN"
4941   - "L2BDMACLRN"
4942   - "L2BDMACLRN"
4943   traces:
4944     hoverinfo: "x+y"
4945     boxpoints: "outliers"
4946     whiskerwidth: 0
4947   layout:
4948     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
4949     layout: "plot-throughput"
4950
4951 # Packet Throughput - VPP Container Memif 3n-skx-x710
4952 -
4953   type: "plot"
4954   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4955   algorithm: "plot_performance_box"
4956   output-file-type: ".html"
4957   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4958   data: "plot-vpp-throughput-latency-3n-skx"
4959   filter: "'NIC_Intel-X710' and
4960            '64B' and
4961            ('BASE' or 'SCALE') and
4962            'NDRPDR' and
4963            '2T1C' and
4964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4965            not 'VHOST' and
4966            'MEMIF'"
4967   parameters:
4968   - "throughput"
4969   - "parent"
4970   - "tags"
4971   sort:
4972   - "L2XCFWD"
4973   - "L2XCFWD"
4974   - "L2XCFWD"
4975   - "L2BDMACLRN"
4976   - "L2BDMACLRN"
4977   - "L2BDMACLRN"
4978   traces:
4979     hoverinfo: "x+y"
4980     boxpoints: "outliers"
4981     whiskerwidth: 0
4982   layout:
4983     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
4984     layout: "plot-throughput"
4985
4986 -
4987   type: "plot"
4988   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4989   algorithm: "plot_performance_box"
4990   output-file-type: ".html"
4991   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
4992   data: "plot-vpp-throughput-latency-3n-skx"
4993   filter: "'NIC_Intel-X710' and
4994            '64B' and
4995            ('BASE' or 'SCALE') and
4996            'NDRPDR' and
4997            '2T1C' and
4998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
4999            not 'VHOST' and
5000            'MEMIF'"
5001   parameters:
5002   - "throughput"
5003   - "parent"
5004   - "tags"
5005   sort:
5006   - "L2XCFWD"
5007   - "L2XCFWD"
5008   - "L2XCFWD"
5009   - "L2BDMACLRN"
5010   - "L2BDMACLRN"
5011   - "L2BDMACLRN"
5012   traces:
5013     hoverinfo: "x+y"
5014     boxpoints: "outliers"
5015     whiskerwidth: 0
5016   layout:
5017     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
5018     layout: "plot-throughput"
5019
5020 -
5021   type: "plot"
5022   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5023   algorithm: "plot_performance_box"
5024   output-file-type: ".html"
5025   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5026   data: "plot-vpp-throughput-latency-3n-skx"
5027   filter: "'NIC_Intel-X710' and
5028            '64B' and
5029            ('BASE' or 'SCALE') and
5030            'NDRPDR' and
5031            '4T2C' and
5032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5033            not 'VHOST' and
5034            'MEMIF'"
5035   parameters:
5036   - "throughput"
5037   - "parent"
5038   - "tags"
5039   sort:
5040   - "L2XCFWD"
5041   - "L2XCFWD"
5042   - "L2XCFWD"
5043   - "L2BDMACLRN"
5044   - "L2BDMACLRN"
5045   - "L2BDMACLRN"
5046   traces:
5047     hoverinfo: "x+y"
5048     boxpoints: "outliers"
5049     whiskerwidth: 0
5050   layout:
5051     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
5052     layout: "plot-throughput"
5053
5054 -
5055   type: "plot"
5056   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5057   algorithm: "plot_performance_box"
5058   output-file-type: ".html"
5059   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5060   data: "plot-vpp-throughput-latency-3n-skx"
5061   filter: "'NIC_Intel-X710' and
5062            '64B' and
5063            ('BASE' or 'SCALE') and
5064            'NDRPDR' and
5065            '4T2C' and
5066            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5067            not 'VHOST' and
5068            'MEMIF'"
5069   parameters:
5070   - "throughput"
5071   - "parent"
5072   - "tags"
5073   sort:
5074   - "L2XCFWD"
5075   - "L2XCFWD"
5076   - "L2XCFWD"
5077   - "L2BDMACLRN"
5078   - "L2BDMACLRN"
5079   - "L2BDMACLRN"
5080   traces:
5081     hoverinfo: "x+y"
5082     boxpoints: "outliers"
5083     whiskerwidth: 0
5084   layout:
5085     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
5086     layout: "plot-throughput"
5087
5088 # Packet Throughput - VPP Container Memif 2n-skx-x710
5089 -
5090   type: "plot"
5091   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5092   algorithm: "plot_performance_box"
5093   output-file-type: ".html"
5094   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5095   data: "plot-vpp-throughput-latency-2n-skx"
5096   filter: "'NIC_Intel-X710' and
5097            '64B' and
5098            ('BASE' or 'SCALE') and
5099            'NDRPDR' and
5100            '2T1C' and
5101            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5102            not 'VHOST' and
5103            'MEMIF'"
5104   parameters:
5105   - "throughput"
5106   - "parent"
5107   - "tags"
5108   sort:
5109   - "L2XCFWD"
5110   - "L2XCFWD"
5111   - "L2XCFWD"
5112   - "L2BDMACLRN"
5113   - "L2BDMACLRN"
5114   - "L2BDMACLRN"
5115   traces:
5116     hoverinfo: "x+y"
5117     boxpoints: "outliers"
5118     whiskerwidth: 0
5119   layout:
5120     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
5121     layout: "plot-throughput"
5122
5123 -
5124   type: "plot"
5125   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5126   algorithm: "plot_performance_box"
5127   output-file-type: ".html"
5128   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5129   data: "plot-vpp-throughput-latency-2n-skx"
5130   filter: "'NIC_Intel-X710' and
5131            '64B' and
5132            ('BASE' or 'SCALE') and
5133            'NDRPDR' and
5134            '2T1C' and
5135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5136            not 'VHOST' and
5137            'MEMIF'"
5138   parameters:
5139   - "throughput"
5140   - "parent"
5141   - "tags"
5142   sort:
5143   - "L2XCFWD"
5144   - "L2XCFWD"
5145   - "L2XCFWD"
5146   - "L2BDMACLRN"
5147   - "L2BDMACLRN"
5148   - "L2BDMACLRN"
5149   traces:
5150     hoverinfo: "x+y"
5151     boxpoints: "outliers"
5152     whiskerwidth: 0
5153   layout:
5154     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
5155     layout: "plot-throughput"
5156
5157 -
5158   type: "plot"
5159   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5160   algorithm: "plot_performance_box"
5161   output-file-type: ".html"
5162   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5163   data: "plot-vpp-throughput-latency-2n-skx"
5164   filter: "'NIC_Intel-X710' and
5165            '64B' and
5166            ('BASE' or 'SCALE') and
5167            'NDRPDR' and
5168            '4T2C' and
5169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5170            not 'VHOST' and
5171            'MEMIF'"
5172   parameters:
5173   - "throughput"
5174   - "parent"
5175   - "tags"
5176   sort:
5177   - "L2XCFWD"
5178   - "L2XCFWD"
5179   - "L2XCFWD"
5180   - "L2BDMACLRN"
5181   - "L2BDMACLRN"
5182   - "L2BDMACLRN"
5183   traces:
5184     hoverinfo: "x+y"
5185     boxpoints: "outliers"
5186     whiskerwidth: 0
5187   layout:
5188     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
5189     layout: "plot-throughput"
5190
5191 -
5192   type: "plot"
5193   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5194   algorithm: "plot_performance_box"
5195   output-file-type: ".html"
5196   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5197   data: "plot-vpp-throughput-latency-2n-skx"
5198   filter: "'NIC_Intel-X710' and
5199            '64B' and
5200            ('BASE' or 'SCALE') and
5201            'NDRPDR' and
5202            '4T2C' and
5203            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5204            not 'VHOST' and
5205            'MEMIF'"
5206   parameters:
5207   - "throughput"
5208   - "parent"
5209   - "tags"
5210   sort:
5211   - "L2XCFWD"
5212   - "L2XCFWD"
5213   - "L2XCFWD"
5214   - "L2BDMACLRN"
5215   - "L2BDMACLRN"
5216   - "L2BDMACLRN"
5217   traces:
5218     hoverinfo: "x+y"
5219     boxpoints: "outliers"
5220     whiskerwidth: 0
5221   layout:
5222     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
5223     layout: "plot-throughput"
5224
5225 # Packet Throughput - VPP Container Memif 2n-skx-xxv710
5226 -
5227   type: "plot"
5228   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5229   algorithm: "plot_performance_box"
5230   output-file-type: ".html"
5231   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5232   data: "plot-vpp-throughput-latency-2n-skx"
5233   filter: "'NIC_Intel-XXV710' and
5234            '64B' and
5235            ('BASE' or 'SCALE') and
5236            'NDRPDR' and
5237            '2T1C' and
5238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5239            not 'VHOST' and
5240            'MEMIF'"
5241   parameters:
5242   - "throughput"
5243   - "parent"
5244   - "tags"
5245   sort:
5246   - "L2XCFWD"
5247   - "L2XCFWD"
5248   - "L2XCFWD"
5249   - "L2BDMACLRN"
5250   - "L2BDMACLRN"
5251   - "L2BDMACLRN"
5252   traces:
5253     hoverinfo: "x+y"
5254     boxpoints: "outliers"
5255     whiskerwidth: 0
5256   layout:
5257     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
5258     layout: "plot-throughput"
5259
5260 -
5261   type: "plot"
5262   title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5263   algorithm: "plot_performance_box"
5264   output-file-type: ".html"
5265   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5266   data: "plot-vpp-throughput-latency-2n-skx"
5267   filter: "'NIC_Intel-XXV710' and
5268            '64B' and
5269            ('BASE' or 'SCALE') and
5270            'NDRPDR' and
5271            '2T1C' and
5272            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5273            not 'VHOST' and
5274            'MEMIF'"
5275   parameters:
5276   - "throughput"
5277   - "parent"
5278   - "tags"
5279   sort:
5280   - "L2XCFWD"
5281   - "L2XCFWD"
5282   - "L2XCFWD"
5283   - "L2BDMACLRN"
5284   - "L2BDMACLRN"
5285   - "L2BDMACLRN"
5286   traces:
5287     hoverinfo: "x+y"
5288     boxpoints: "outliers"
5289     whiskerwidth: 0
5290   layout:
5291     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
5292     layout: "plot-throughput"
5293
5294 -
5295   type: "plot"
5296   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5297   algorithm: "plot_performance_box"
5298   output-file-type: ".html"
5299   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5300   data: "plot-vpp-throughput-latency-2n-skx"
5301   filter: "'NIC_Intel-XXV710' and
5302            '64B' and
5303            ('BASE' or 'SCALE') and
5304            'NDRPDR' and
5305            '4T2C' and
5306            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5307            not 'VHOST' and
5308            'MEMIF'"
5309   parameters:
5310   - "throughput"
5311   - "parent"
5312   - "tags"
5313   sort:
5314   - "L2XCFWD"
5315   - "L2XCFWD"
5316   - "L2XCFWD"
5317   - "L2BDMACLRN"
5318   - "L2BDMACLRN"
5319   - "L2BDMACLRN"
5320   traces:
5321     hoverinfo: "x+y"
5322     boxpoints: "outliers"
5323     whiskerwidth: 0
5324   layout:
5325     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
5326     layout: "plot-throughput"
5327
5328 -
5329   type: "plot"
5330   title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5331   algorithm: "plot_performance_box"
5332   output-file-type: ".html"
5333   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5334   data: "plot-vpp-throughput-latency-2n-skx"
5335   filter: "'NIC_Intel-XXV710' and
5336            '64B' and
5337            ('BASE' or 'SCALE') and
5338            'NDRPDR' and
5339            '4T2C' and
5340            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
5341            not 'VHOST' and
5342            'MEMIF'"
5343   parameters:
5344   - "throughput"
5345   - "parent"
5346   - "tags"
5347   sort:
5348   - "L2XCFWD"
5349   - "L2XCFWD"
5350   - "L2XCFWD"
5351   - "L2BDMACLRN"
5352   - "L2BDMACLRN"
5353   - "L2BDMACLRN"
5354   traces:
5355     hoverinfo: "x+y"
5356     boxpoints: "outliers"
5357     whiskerwidth: 0
5358   layout:
5359     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
5360     layout: "plot-throughput"
5361
5362 ################################################################################
5363
5364 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
5365 -
5366   type: "plot"
5367   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5368   algorithm: "plot_performance_box"
5369   output-file-type: ".html"
5370   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5371   data: "plot-ligato-throughput-latency-3n-hsw"
5372   filter: "'NIC_Intel-X520-DA2' and
5373            '64B' and
5374            ('BASE' or 'SCALE') and
5375            'NDRPDR' and
5376            '1T1C' and
5377            'L2XCFWD' and
5378            not 'VHOST' and
5379            'MEMIF'"
5380   parameters:
5381   - "throughput"
5382   - "parent"
5383   - "tags"
5384   sort:
5385   - "1VNF"
5386   - "2VNF"
5387   - "4VNF"
5388   - "2VNF"
5389   - "4VNF"
5390   traces:
5391     hoverinfo: "x+y"
5392     boxpoints: "outliers"
5393     whiskerwidth: 0
5394   layout:
5395     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
5396     layout: "plot-throughput"
5397
5398 -
5399   type: "plot"
5400   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5401   algorithm: "plot_performance_box"
5402   output-file-type: ".html"
5403   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5404   data: "plot-ligato-throughput-latency-3n-hsw"
5405   filter: "'NIC_Intel-X520-DA2' and
5406            '64B' and
5407            ('BASE' or 'SCALE') and
5408            'NDRPDR' and
5409            '1T1C' and
5410            'L2XCFWD' and
5411            not 'VHOST' and
5412            'MEMIF'"
5413   parameters:
5414   - "throughput"
5415   - "parent"
5416   - "tags"
5417   sort:
5418   - "1VNF"
5419   - "2VNF"
5420   - "4VNF"
5421   - "2VNF"
5422   - "4VNF"
5423   traces:
5424     hoverinfo: "x+y"
5425     boxpoints: "outliers"
5426     whiskerwidth: 0
5427   layout:
5428     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
5429     layout: "plot-throughput"
5430
5431 -
5432   type: "plot"
5433   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5434   algorithm: "plot_performance_box"
5435   output-file-type: ".html"
5436   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5437   data: "plot-ligato-throughput-latency-3n-hsw"
5438   filter: "'NIC_Intel-X520-DA2' and
5439            '64B' and
5440            ('BASE' or 'SCALE') and
5441            'NDRPDR' and
5442            '2T2C' and
5443            'L2XCFWD' and
5444            not 'VHOST' and
5445            'MEMIF'"
5446   parameters:
5447   - "throughput"
5448   - "parent"
5449   - "tags"
5450   sort:
5451   - "1VNF"
5452   - "2VNF"
5453   - "4VNF"
5454   - "2VNF"
5455   - "4VNF"
5456   traces:
5457     hoverinfo: "x+y"
5458     boxpoints: "outliers"
5459     whiskerwidth: 0
5460   layout:
5461     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
5462     layout: "plot-throughput"
5463
5464 -
5465   type: "plot"
5466   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5467   algorithm: "plot_performance_box"
5468   output-file-type: ".html"
5469   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5470   data: "plot-ligato-throughput-latency-3n-hsw"
5471   filter: "'NIC_Intel-X520-DA2' and
5472            '64B' and
5473            ('BASE' or 'SCALE') and
5474            'NDRPDR' and
5475            '2T2C' and
5476            'L2XCFWD' and
5477            not 'VHOST' and
5478            'MEMIF'"
5479   parameters:
5480   - "throughput"
5481   - "parent"
5482   - "tags"
5483   sort:
5484   - "1VNF"
5485   - "2VNF"
5486   - "4VNF"
5487   - "2VNF"
5488   - "4VNF"
5489   traces:
5490     hoverinfo: "x+y"
5491     boxpoints: "outliers"
5492     whiskerwidth: 0
5493   layout:
5494     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
5495     layout: "plot-throughput"
5496
5497 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
5498 -
5499   type: "plot"
5500   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5501   algorithm: "plot_performance_box"
5502   output-file-type: ".html"
5503   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5504   data: "plot-ligato-throughput-latency-3n-hsw"
5505   filter: "'NIC_Intel-X520-DA2' and
5506            '64B' and
5507            ('BASE' or 'SCALE') and
5508            'NDRPDR' and
5509            '1T1C' and
5510            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5511            not 'VHOST' and
5512            'MEMIF'"
5513   parameters:
5514   - "throughput"
5515   - "parent"
5516   - "tags"
5517   sort:
5518   - "1VNF"
5519   - "2VNF"
5520   - "4VNF"
5521   - "2VNF"
5522   - "4VNF"
5523   traces:
5524     hoverinfo: "x+y"
5525     boxpoints: "outliers"
5526     whiskerwidth: 0
5527   layout:
5528     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
5529     layout: "plot-throughput"
5530
5531 -
5532   type: "plot"
5533   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5534   algorithm: "plot_performance_box"
5535   output-file-type: ".html"
5536   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5537   data: "plot-ligato-throughput-latency-3n-hsw"
5538   filter: "'NIC_Intel-X520-DA2' and
5539            '64B' and
5540            ('BASE' or 'SCALE') and
5541            'NDRPDR' and
5542            '1T1C' and
5543            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5544            not 'VHOST' and
5545            'MEMIF'"
5546   parameters:
5547   - "throughput"
5548   - "parent"
5549   - "tags"
5550   sort:
5551   - "1VNF"
5552   - "2VNF"
5553   - "4VNF"
5554   - "2VNF"
5555   - "4VNF"
5556   traces:
5557     hoverinfo: "x+y"
5558     boxpoints: "outliers"
5559     whiskerwidth: 0
5560   layout:
5561     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
5562     layout: "plot-throughput"
5563
5564 -
5565   type: "plot"
5566   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5567   algorithm: "plot_performance_box"
5568   output-file-type: ".html"
5569   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5570   data: "plot-ligato-throughput-latency-3n-hsw"
5571   filter: "'NIC_Intel-X520-DA2' and
5572            '64B' and
5573            ('BASE' or 'SCALE') and
5574            'NDRPDR' and
5575            '2T2C' and
5576            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5577            not 'VHOST' and
5578            'MEMIF'"
5579   parameters:
5580   - "throughput"
5581   - "parent"
5582   - "tags"
5583   sort:
5584   - "1VNF"
5585   - "2VNF"
5586   - "4VNF"
5587   - "2VNF"
5588   - "4VNF"
5589   traces:
5590     hoverinfo: "x+y"
5591     boxpoints: "outliers"
5592     whiskerwidth: 0
5593   layout:
5594     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
5595     layout: "plot-throughput"
5596
5597 -
5598   type: "plot"
5599   title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5600   algorithm: "plot_performance_box"
5601   output-file-type: ".html"
5602   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5603   data: "plot-ligato-throughput-latency-3n-hsw"
5604   filter: "'NIC_Intel-X520-DA2' and
5605            '64B' and
5606            ('BASE' or 'SCALE') and
5607            'NDRPDR' and
5608            '2T2C' and
5609            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5610            not 'VHOST' and
5611            'MEMIF'"
5612   parameters:
5613   - "throughput"
5614   - "parent"
5615   - "tags"
5616   sort:
5617   - "1VNF"
5618   - "2VNF"
5619   - "4VNF"
5620   - "2VNF"
5621   - "4VNF"
5622   traces:
5623     hoverinfo: "x+y"
5624     boxpoints: "outliers"
5625     whiskerwidth: 0
5626   layout:
5627     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
5628     layout: "plot-throughput"
5629
5630 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
5631 -
5632   type: "plot"
5633   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5634   algorithm: "plot_performance_box"
5635   output-file-type: ".html"
5636   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5637   data: "plot-ligato-throughput-latency-3n-hsw"
5638   filter: "'NIC_Intel-X710' and
5639            '64B' and
5640            ('BASE' or 'SCALE') and
5641            'NDRPDR' and
5642            '1T1C' and
5643            'L2XCFWD' and
5644            not 'VHOST' and
5645            'MEMIF'"
5646   parameters:
5647   - "throughput"
5648   - "parent"
5649   - "tags"
5650   sort:
5651   - "1VNF"
5652   - "2VNF"
5653   - "4VNF"
5654   - "2VNF"
5655   - "4VNF"
5656   traces:
5657     hoverinfo: "x+y"
5658     boxpoints: "outliers"
5659     whiskerwidth: 0
5660   layout:
5661     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
5662     layout: "plot-throughput"
5663
5664 -
5665   type: "plot"
5666   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5667   algorithm: "plot_performance_box"
5668   output-file-type: ".html"
5669   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5670   data: "plot-ligato-throughput-latency-3n-hsw"
5671   filter: "'NIC_Intel-X710' and
5672            '64B' and
5673            ('BASE' or 'SCALE') and
5674            'NDRPDR' and
5675            '1T1C' and
5676            'L2XCFWD' and
5677            not 'VHOST' and
5678            'MEMIF'"
5679   parameters:
5680   - "throughput"
5681   - "parent"
5682   - "tags"
5683   sort:
5684   - "1VNF"
5685   - "2VNF"
5686   - "4VNF"
5687   - "2VNF"
5688   - "4VNF"
5689   traces:
5690     hoverinfo: "x+y"
5691     boxpoints: "outliers"
5692     whiskerwidth: 0
5693   layout:
5694     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
5695     layout: "plot-throughput"
5696
5697 -
5698   type: "plot"
5699   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5700   algorithm: "plot_performance_box"
5701   output-file-type: ".html"
5702   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5703   data: "plot-ligato-throughput-latency-3n-hsw"
5704   filter: "'NIC_Intel-X710' and
5705            '64B' and
5706            ('BASE' or 'SCALE') and
5707            'NDRPDR' and
5708            '2T2C' and
5709            'L2XCFWD' and
5710            not 'VHOST' and
5711            'MEMIF'"
5712   parameters:
5713   - "throughput"
5714   - "parent"
5715   - "tags"
5716   sort:
5717   - "1VNF"
5718   - "2VNF"
5719   - "4VNF"
5720   - "2VNF"
5721   - "4VNF"
5722   traces:
5723     hoverinfo: "x+y"
5724     boxpoints: "outliers"
5725     whiskerwidth: 0
5726   layout:
5727     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
5728     layout: "plot-throughput"
5729
5730 -
5731   type: "plot"
5732   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5733   algorithm: "plot_performance_box"
5734   output-file-type: ".html"
5735   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5736   data: "plot-ligato-throughput-latency-3n-hsw"
5737   filter: "'NIC_Intel-X710' and
5738            '64B' and
5739            ('BASE' or 'SCALE') and
5740            'NDRPDR' and
5741            '2T2C' and
5742            'L2XCFWD' and
5743            not 'VHOST' and
5744            'MEMIF'"
5745   parameters:
5746   - "throughput"
5747   - "parent"
5748   - "tags"
5749   sort:
5750   - "1VNF"
5751   - "2VNF"
5752   - "4VNF"
5753   - "2VNF"
5754   - "4VNF"
5755   traces:
5756     hoverinfo: "x+y"
5757     boxpoints: "outliers"
5758     whiskerwidth: 0
5759   layout:
5760     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
5761     layout: "plot-throughput"
5762
5763 # Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
5764 -
5765   type: "plot"
5766   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5767   algorithm: "plot_performance_box"
5768   output-file-type: ".html"
5769   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5770   data: "plot-ligato-throughput-latency-3n-hsw"
5771   filter: "'NIC_Intel-X710' and
5772            '64B' and
5773            ('BASE' or 'SCALE') and
5774            'NDRPDR' and
5775            '1T1C' and
5776            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5777            not 'VHOST' and
5778            'MEMIF'"
5779   parameters:
5780   - "throughput"
5781   - "parent"
5782   - "tags"
5783   sort:
5784   - "1VNF"
5785   - "2VNF"
5786   - "4VNF"
5787   - "2VNF"
5788   - "4VNF"
5789   traces:
5790     hoverinfo: "x+y"
5791     boxpoints: "outliers"
5792     whiskerwidth: 0
5793   layout:
5794     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
5795     layout: "plot-throughput"
5796
5797 -
5798   type: "plot"
5799   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5800   algorithm: "plot_performance_box"
5801   output-file-type: ".html"
5802   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5803   data: "plot-ligato-throughput-latency-3n-hsw"
5804   filter: "'NIC_Intel-X710' and
5805            '64B' and
5806            ('BASE' or 'SCALE') and
5807            'NDRPDR' and
5808            '1T1C' and
5809            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5810            not 'VHOST' and
5811            'MEMIF'"
5812   parameters:
5813   - "throughput"
5814   - "parent"
5815   - "tags"
5816   sort:
5817   - "1VNF"
5818   - "2VNF"
5819   - "4VNF"
5820   - "2VNF"
5821   - "4VNF"
5822   traces:
5823     hoverinfo: "x+y"
5824     boxpoints: "outliers"
5825     whiskerwidth: 0
5826   layout:
5827     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
5828     layout: "plot-throughput"
5829
5830 -
5831   type: "plot"
5832   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5833   algorithm: "plot_performance_box"
5834   output-file-type: ".html"
5835   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5836   data: "plot-ligato-throughput-latency-3n-hsw"
5837   filter: "'NIC_Intel-X710' and
5838            '64B' and
5839            ('BASE' or 'SCALE') and
5840            'NDRPDR' and
5841            '2T2C' and
5842            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5843            not 'VHOST' and
5844            'MEMIF'"
5845   parameters:
5846   - "throughput"
5847   - "parent"
5848   - "tags"
5849   sort:
5850   - "1VNF"
5851   - "2VNF"
5852   - "4VNF"
5853   - "2VNF"
5854   - "4VNF"
5855   traces:
5856     hoverinfo: "x+y"
5857     boxpoints: "outliers"
5858     whiskerwidth: 0
5859   layout:
5860     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
5861     layout: "plot-throughput"
5862
5863 -
5864   type: "plot"
5865   title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5866   algorithm: "plot_performance_box"
5867   output-file-type: ".html"
5868   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5869   data: "plot-ligato-throughput-latency-3n-hsw"
5870   filter: "'NIC_Intel-X710' and
5871            '64B' and
5872            ('BASE' or 'SCALE') and
5873            'NDRPDR' and
5874            '2T2C' and
5875            ('L2BDMACSTAT' or 'L2BDMACLRN') and
5876            not 'VHOST' and
5877            'MEMIF'"
5878   parameters:
5879   - "throughput"
5880   - "parent"
5881   - "tags"
5882   sort:
5883   - "1VNF"
5884   - "2VNF"
5885   - "4VNF"
5886   - "2VNF"
5887   - "4VNF"
5888   traces:
5889     hoverinfo: "x+y"
5890     boxpoints: "outliers"
5891     whiskerwidth: 0
5892   layout:
5893     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
5894     layout: "plot-throughput"
5895
5896 ################################################################################
5897
5898 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
5899 -
5900   type: "plot"
5901   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5902   algorithm: "plot_performance_box"
5903   output-file-type: ".html"
5904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5905   data: "plot-vpp-throughput-latency-3n-hsw"
5906   filter: "'NIC_Intel-X520-DA2' and
5907            '64B' and
5908            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5909            'NDRPDR' and
5910            '1T1C' and
5911            'IP4FWD' and
5912            not 'IPSEC' and
5913            not 'VHOST'"
5914   parameters:
5915   - "throughput"
5916   - "parent"
5917   - "tags"
5918   sort:
5919   - "IP4BASE"
5920   - "FIB_20K"
5921   - "FIB_200K"
5922   - "FIB_2M"
5923   traces:
5924     hoverinfo: "x+y"
5925     boxpoints: "outliers"
5926     whiskerwidth: 0
5927   layout:
5928     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
5929     layout: "plot-throughput"
5930
5931 -
5932   type: "plot"
5933   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5934   algorithm: "plot_performance_box"
5935   output-file-type: ".html"
5936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5937   data: "plot-vpp-throughput-latency-3n-hsw"
5938   filter: "'NIC_Intel-X520-DA2' and
5939            '64B' and
5940            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5941            'NDRPDR' and
5942            '1T1C' and
5943            'IP4FWD' and
5944            not 'IPSEC' and
5945            not 'VHOST'"
5946   parameters:
5947   - "throughput"
5948   - "parent"
5949   - "tags"
5950   sort:
5951   - "IP4BASE"
5952   - "FIB_20K"
5953   - "FIB_200K"
5954   - "FIB_2M"
5955   traces:
5956     hoverinfo: "x+y"
5957     boxpoints: "outliers"
5958     whiskerwidth: 0
5959   layout:
5960     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
5961     layout: "plot-throughput"
5962
5963 -
5964   type: "plot"
5965   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5966   algorithm: "plot_performance_box"
5967   output-file-type: ".html"
5968   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5969   data: "plot-vpp-throughput-latency-3n-hsw"
5970   filter: "'NIC_Intel-X520-DA2' and
5971            '64B' and
5972            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
5973            'NDRPDR' and
5974            '2T2C' and
5975            'IP4FWD' and
5976            not 'IPSEC' and
5977            not 'VHOST'"
5978   parameters:
5979   - "throughput"
5980   - "parent"
5981   - "tags"
5982   sort:
5983   - "IP4BASE"
5984   - "FIB_20K"
5985   - "FIB_200K"
5986   - "FIB_2M"
5987   traces:
5988     hoverinfo: "x+y"
5989     boxpoints: "outliers"
5990     whiskerwidth: 0
5991   layout:
5992     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
5993     layout: "plot-throughput"
5994
5995 -
5996   type: "plot"
5997   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
5998   algorithm: "plot_performance_box"
5999   output-file-type: ".html"
6000   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6001   data: "plot-vpp-throughput-latency-3n-hsw"
6002   filter: "'NIC_Intel-X520-DA2' and
6003            '64B' and
6004            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6005            'NDRPDR' and
6006            '2T2C' and
6007            'IP4FWD' and
6008            not 'IPSEC' and
6009            not 'VHOST'"
6010   parameters:
6011   - "throughput"
6012   - "parent"
6013   - "tags"
6014   sort:
6015   - "IP4BASE"
6016   - "FIB_20K"
6017   - "FIB_200K"
6018   - "FIB_2M"
6019   traces:
6020     hoverinfo: "x+y"
6021     boxpoints: "outliers"
6022     whiskerwidth: 0
6023   layout:
6024     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6025     layout: "plot-throughput"
6026
6027 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
6028 -
6029   type: "plot"
6030   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6031   algorithm: "plot_performance_box"
6032   output-file-type: ".html"
6033   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6034   data: "plot-vpp-throughput-latency-3n-hsw"
6035   filter: "'NIC_Intel-X520-DA2' and
6036            '64B' and
6037            ('IP4BASE' or
6038             'POLICE_MARK' or
6039             'COPWHLIST' or
6040             ('NAT44' and 'BASE') or
6041             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6042            'NDRPDR' and
6043            '1T1C' and
6044            'IP4FWD' and
6045            not 'IPSEC' and
6046            not 'VHOST'"
6047   parameters:
6048   - "throughput"
6049   - "parent"
6050   - "tags"
6051   sort:
6052   - "IP4BASE"
6053   - "NAT44"
6054   - "POLICE_MARK"
6055   - "COPWHLIST"
6056   - "IACL"
6057   - "OACL"
6058   traces:
6059     hoverinfo: "x+y"
6060     boxpoints: "outliers"
6061     whiskerwidth: 0
6062   layout:
6063     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
6064     layout: "plot-throughput"
6065
6066 -
6067   type: "plot"
6068   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6069   algorithm: "plot_performance_box"
6070   output-file-type: ".html"
6071   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6072   data: "plot-vpp-throughput-latency-3n-hsw"
6073   filter: "'NIC_Intel-X520-DA2' and
6074            '64B' and
6075            ('IP4BASE' or
6076             'POLICE_MARK' or
6077             'COPWHLIST' or
6078             ('NAT44' and 'BASE') or
6079             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6080            'NDRPDR' and
6081            '1T1C' and
6082            'IP4FWD' and
6083            not 'IPSEC' and
6084            not 'VHOST'"
6085   parameters:
6086   - "throughput"
6087   - "parent"
6088   - "tags"
6089   sort:
6090   - "IP4BASE"
6091   - "NAT44"
6092   - "POLICE_MARK"
6093   - "COPWHLIST"
6094   - "IACL"
6095   - "OACL"
6096   traces:
6097     hoverinfo: "x+y"
6098     boxpoints: "outliers"
6099     whiskerwidth: 0
6100   layout:
6101     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
6102     layout: "plot-throughput"
6103
6104 -
6105   type: "plot"
6106   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6107   algorithm: "plot_performance_box"
6108   output-file-type: ".html"
6109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6110   data: "plot-vpp-throughput-latency-3n-hsw"
6111   filter: "'NIC_Intel-X520-DA2' and
6112            '64B' and
6113            ('IP4BASE' or
6114             'POLICE_MARK' or
6115             'COPWHLIST' or
6116             ('NAT44' and 'BASE') or
6117             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6118            'NDRPDR' and
6119            '2T2C' and
6120            'IP4FWD' and
6121            not 'IPSEC' and
6122            not 'VHOST'"
6123   parameters:
6124   - "throughput"
6125   - "parent"
6126   - "tags"
6127   sort:
6128   - "IP4BASE"
6129   - "NAT44"
6130   - "POLICE_MARK"
6131   - "COPWHLIST"
6132   - "IACL"
6133   - "OACL"
6134   traces:
6135     hoverinfo: "x+y"
6136     boxpoints: "outliers"
6137     whiskerwidth: 0
6138   layout:
6139     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
6140     layout: "plot-throughput"
6141
6142 -
6143   type: "plot"
6144   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6145   algorithm: "plot_performance_box"
6146   output-file-type: ".html"
6147   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6148   data: "plot-vpp-throughput-latency-3n-hsw"
6149   filter: "'NIC_Intel-X520-DA2' and
6150            '64B' and
6151            ('IP4BASE' or
6152             'POLICE_MARK' or
6153             'COPWHLIST' or
6154             ('NAT44' and 'BASE') or
6155             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6156            'NDRPDR' and
6157            '2T2C' and
6158            'IP4FWD' and
6159            not 'IPSEC' and
6160            not 'VHOST'"
6161   parameters:
6162   - "throughput"
6163   - "parent"
6164   - "tags"
6165   sort:
6166   - "IP4BASE"
6167   - "NAT44"
6168   - "POLICE_MARK"
6169   - "COPWHLIST"
6170   - "IACL"
6171   - "OACL"
6172   traces:
6173     hoverinfo: "x+y"
6174     boxpoints: "outliers"
6175     whiskerwidth: 0
6176   layout:
6177     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
6178     layout: "plot-throughput"
6179
6180 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
6181 -
6182   type: "plot"
6183   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6184   algorithm: "plot_performance_box"
6185   output-file-type: ".html"
6186   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6187   data: "plot-vpp-throughput-latency-3n-hsw"
6188   filter: "'NIC_Intel-X520-DA2' and
6189            '64B' and
6190            'NDRPDR' and
6191            '1T1C' and
6192            'IP4FWD' and
6193            'NAT44' and
6194            not 'IPSEC' and
6195            not 'VHOST'"
6196   parameters:
6197   - "throughput"
6198   - "parent"
6199   - "tags"
6200   sort:
6201   - "BASE"
6202   - "BASE"
6203   - "SRC_USER_10"
6204   - "SRC_USER_100"
6205   - "SRC_USER_1000"
6206   - "SRC_USER_2000"
6207   traces:
6208     hoverinfo: "x+y"
6209     boxpoints: "outliers"
6210     whiskerwidth: 0
6211   layout:
6212     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
6213     layout: "plot-throughput"
6214
6215 -
6216   type: "plot"
6217   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6218   algorithm: "plot_performance_box"
6219   output-file-type: ".html"
6220   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6221   data: "plot-vpp-throughput-latency-3n-hsw"
6222   filter: "'NIC_Intel-X520-DA2' and
6223            '64B' and
6224            'NDRPDR' and
6225            '1T1C' and
6226            'IP4FWD' and
6227            'NAT44' and
6228            not 'IPSEC' and
6229            not 'VHOST'"
6230   parameters:
6231   - "throughput"
6232   - "parent"
6233   - "tags"
6234   sort:
6235   - "BASE"
6236   - "BASE"
6237   - "SRC_USER_10"
6238   - "SRC_USER_100"
6239   - "SRC_USER_1000"
6240   - "SRC_USER_2000"
6241   traces:
6242     hoverinfo: "x+y"
6243     boxpoints: "outliers"
6244     whiskerwidth: 0
6245   layout:
6246     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
6247     layout: "plot-throughput"
6248
6249 -
6250   type: "plot"
6251   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6252   algorithm: "plot_performance_box"
6253   output-file-type: ".html"
6254   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6255   data: "plot-vpp-throughput-latency-3n-hsw"
6256   filter: "'NIC_Intel-X520-DA2' and
6257            '64B' and
6258            'NDRPDR' and
6259            '2T2C' and
6260            'IP4FWD' and
6261            'NAT44' and
6262            not 'IPSEC' and
6263            not 'VHOST'"
6264   parameters:
6265   - "throughput"
6266   - "parent"
6267   - "tags"
6268   sort:
6269   - "BASE"
6270   - "BASE"
6271   - "SRC_USER_10"
6272   - "SRC_USER_100"
6273   - "SRC_USER_1000"
6274   - "SRC_USER_2000"
6275   traces:
6276     hoverinfo: "x+y"
6277     boxpoints: "outliers"
6278     whiskerwidth: 0
6279   layout:
6280     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
6281     layout: "plot-throughput"
6282
6283 -
6284   type: "plot"
6285   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6286   algorithm: "plot_performance_box"
6287   output-file-type: ".html"
6288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6289   data: "plot-vpp-throughput-latency-3n-hsw"
6290   filter: "'NIC_Intel-X520-DA2' and
6291            '64B' and
6292            'NDRPDR' and
6293            '2T2C' and
6294            'IP4FWD' and
6295            'NAT44' and
6296            not 'IPSEC' and
6297            not 'VHOST'"
6298   parameters:
6299   - "throughput"
6300   - "parent"
6301   - "tags"
6302   sort:
6303   - "BASE"
6304   - "BASE"
6305   - "SRC_USER_10"
6306   - "SRC_USER_100"
6307   - "SRC_USER_1000"
6308   - "SRC_USER_2000"
6309   traces:
6310     hoverinfo: "x+y"
6311     boxpoints: "outliers"
6312     whiskerwidth: 0
6313   layout:
6314     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
6315     layout: "plot-throughput"
6316
6317 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
6318 -
6319   type: "plot"
6320   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6321   algorithm: "plot_performance_box"
6322   output-file-type: ".html"
6323   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6324   data: "plot-vpp-throughput-latency-3n-hsw"
6325   filter: "'NIC_Intel-X520-DA2' and
6326            '64B' and
6327            'NDRPDR' and
6328            '1T1C' and
6329            'IP4FWD' and
6330            'IACL' and
6331            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6332            not 'IPSEC' and
6333            not 'VHOST'"
6334   parameters:
6335   - "throughput"
6336   - "parent"
6337   - "tags"
6338   sort:
6339   - "ACL_STATELESS"
6340   - "ACL_STATEFUL"
6341   - "ACL_STATELESS"
6342   - "ACL_STATEFUL"
6343   traces:
6344     hoverinfo: "x+y"
6345     boxpoints: "outliers"
6346     whiskerwidth: 0
6347   layout:
6348     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6349     layout: "plot-throughput"
6350
6351 -
6352   type: "plot"
6353   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6354   algorithm: "plot_performance_box"
6355   output-file-type: ".html"
6356   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6357   data: "plot-vpp-throughput-latency-3n-hsw"
6358   filter: "'NIC_Intel-X520-DA2' and
6359            '64B' and
6360            'NDRPDR' and
6361            '1T1C' and
6362            'IP4FWD' and
6363            'IACL' and
6364            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6365            not 'IPSEC' and
6366            not 'VHOST'"
6367   parameters:
6368   - "throughput"
6369   - "parent"
6370   - "tags"
6371   sort:
6372   - "ACL_STATELESS"
6373   - "ACL_STATEFUL"
6374   - "ACL_STATELESS"
6375   - "ACL_STATEFUL"
6376   traces:
6377     hoverinfo: "x+y"
6378     boxpoints: "outliers"
6379     whiskerwidth: 0
6380   layout:
6381     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6382     layout: "plot-throughput"
6383
6384 -
6385   type: "plot"
6386   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6387   algorithm: "plot_performance_box"
6388   output-file-type: ".html"
6389   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6390   data: "plot-vpp-throughput-latency-3n-hsw"
6391   filter: "'NIC_Intel-X520-DA2' and
6392            '64B' and
6393            'NDRPDR' and
6394            '2T2C' and
6395            'IP4FWD' and
6396            'IACL' and
6397            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6398            not 'IPSEC' and
6399            not 'VHOST'"
6400   parameters:
6401   - "throughput"
6402   - "parent"
6403   - "tags"
6404   sort:
6405   - "ACL_STATELESS"
6406   - "ACL_STATEFUL"
6407   - "ACL_STATELESS"
6408   - "ACL_STATEFUL"
6409   traces:
6410     hoverinfo: "x+y"
6411     boxpoints: "outliers"
6412     whiskerwidth: 0
6413   layout:
6414     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6415     layout: "plot-throughput"
6416
6417 -
6418   type: "plot"
6419   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6420   algorithm: "plot_performance_box"
6421   output-file-type: ".html"
6422   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6423   data: "plot-vpp-throughput-latency-3n-hsw"
6424   filter: "'NIC_Intel-X520-DA2' and
6425            '64B' and
6426            'NDRPDR' and
6427            '2T2C' and
6428            'IP4FWD' and
6429            'IACL' and
6430            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6431            not 'IPSEC' and
6432            not 'VHOST'"
6433   parameters:
6434   - "throughput"
6435   - "parent"
6436   - "tags"
6437   sort:
6438   - "ACL_STATELESS"
6439   - "ACL_STATEFUL"
6440   - "ACL_STATELESS"
6441   - "ACL_STATEFUL"
6442   traces:
6443     hoverinfo: "x+y"
6444     boxpoints: "outliers"
6445     whiskerwidth: 0
6446   layout:
6447     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6448     layout: "plot-throughput"
6449
6450 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
6451 -
6452   type: "plot"
6453   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6454   algorithm: "plot_performance_box"
6455   output-file-type: ".html"
6456   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6457   data: "plot-vpp-throughput-latency-3n-hsw"
6458   filter: "'NIC_Intel-X520-DA2' and
6459            '64B' and
6460            'NDRPDR' and
6461            '1T1C' and
6462            'IP4FWD' and
6463            'OACL' and
6464            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6465            not 'IPSEC' and
6466            not 'VHOST'"
6467   parameters:
6468   - "throughput"
6469   - "parent"
6470   - "tags"
6471   sort:
6472   - "ACL_STATELESS"
6473   - "ACL_STATEFUL"
6474   - "ACL_STATELESS"
6475   - "ACL_STATEFUL"
6476   traces:
6477     hoverinfo: "x+y"
6478     boxpoints: "outliers"
6479     whiskerwidth: 0
6480   layout:
6481     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6482     layout: "plot-throughput"
6483
6484 -
6485   type: "plot"
6486   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6487   algorithm: "plot_performance_box"
6488   output-file-type: ".html"
6489   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6490   data: "plot-vpp-throughput-latency-3n-hsw"
6491   filter: "'NIC_Intel-X520-DA2' and
6492            '64B' and
6493            'NDRPDR' and
6494            '1T1C' and
6495            'IP4FWD' and
6496            'OACL' and
6497            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6498            not 'IPSEC' and
6499            not 'VHOST'"
6500   parameters:
6501   - "throughput"
6502   - "parent"
6503   - "tags"
6504   sort:
6505   - "ACL_STATELESS"
6506   - "ACL_STATEFUL"
6507   - "ACL_STATELESS"
6508   - "ACL_STATEFUL"
6509   traces:
6510     hoverinfo: "x+y"
6511     boxpoints: "outliers"
6512     whiskerwidth: 0
6513   layout:
6514     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6515     layout: "plot-throughput"
6516
6517 -
6518   type: "plot"
6519   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6520   algorithm: "plot_performance_box"
6521   output-file-type: ".html"
6522   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6523   data: "plot-vpp-throughput-latency-3n-hsw"
6524   filter: "'NIC_Intel-X520-DA2' and
6525            '64B' and
6526            'NDRPDR' and
6527            '2T2C' and
6528            'IP4FWD' and
6529            'OACL' and
6530            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6531            not 'IPSEC' and
6532            not 'VHOST'"
6533   parameters:
6534   - "throughput"
6535   - "parent"
6536   - "tags"
6537   sort:
6538   - "ACL_STATELESS"
6539   - "ACL_STATEFUL"
6540   - "ACL_STATELESS"
6541   - "ACL_STATEFUL"
6542   traces:
6543     hoverinfo: "x+y"
6544     boxpoints: "outliers"
6545     whiskerwidth: 0
6546   layout:
6547     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6548     layout: "plot-throughput"
6549
6550 -
6551   type: "plot"
6552   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6553   algorithm: "plot_performance_box"
6554   output-file-type: ".html"
6555   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6556   data: "plot-vpp-throughput-latency-3n-hsw"
6557   filter: "'NIC_Intel-X520-DA2' and
6558            '64B' and
6559            'NDRPDR' and
6560            '2T2C' and
6561            'IP4FWD' and
6562            'OACL' and
6563            ('ACL10' or 'ACL50') and '10k_FLOWS' and
6564            not 'IPSEC' and
6565            not 'VHOST'"
6566   parameters:
6567   - "throughput"
6568   - "parent"
6569   - "tags"
6570   sort:
6571   - "ACL_STATELESS"
6572   - "ACL_STATEFUL"
6573   - "ACL_STATELESS"
6574   - "ACL_STATEFUL"
6575   traces:
6576     hoverinfo: "x+y"
6577     boxpoints: "outliers"
6578     whiskerwidth: 0
6579   layout:
6580     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6581     layout: "plot-throughput"
6582
6583 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
6584 -
6585   type: "plot"
6586   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6587   algorithm: "plot_performance_box"
6588   output-file-type: ".html"
6589   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6590   data: "plot-vpp-throughput-latency-3n-hsw"
6591   filter: "'NIC_Intel-X710' and
6592            '64B' and
6593            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6594            'NDRPDR' and
6595            '1T1C' and
6596            'IP4FWD' and
6597            not 'IPSEC' and
6598            not 'VHOST'"
6599   parameters:
6600   - "throughput"
6601   - "parent"
6602   - "tags"
6603   sort:
6604   - "IP4BASE"
6605   - "FIB_20K"
6606   - "FIB_200K"
6607   - "FIB_2M"
6608   traces:
6609     hoverinfo: "x+y"
6610     boxpoints: "outliers"
6611     whiskerwidth: 0
6612   layout:
6613     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
6614     layout: "plot-throughput"
6615
6616 -
6617   type: "plot"
6618   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6619   algorithm: "plot_performance_box"
6620   output-file-type: ".html"
6621   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6622   data: "plot-vpp-throughput-latency-3n-hsw"
6623   filter: "'NIC_Intel-X710' and
6624            '64B' and
6625            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6626            'NDRPDR' and
6627            '1T1C' and
6628            'IP4FWD' and
6629            not 'IPSEC' and
6630            not 'VHOST'"
6631   parameters:
6632   - "throughput"
6633   - "parent"
6634   - "tags"
6635   sort:
6636   - "IP4BASE"
6637   - "FIB_20K"
6638   - "FIB_200K"
6639   - "FIB_2M"
6640   traces:
6641     hoverinfo: "x+y"
6642     boxpoints: "outliers"
6643     whiskerwidth: 0
6644   layout:
6645     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
6646     layout: "plot-throughput"
6647
6648 -
6649   type: "plot"
6650   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6651   algorithm: "plot_performance_box"
6652   output-file-type: ".html"
6653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6654   data: "plot-vpp-throughput-latency-3n-hsw"
6655   filter: "'NIC_Intel-X710' and
6656            '64B' and
6657            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6658            'NDRPDR' and
6659            '2T2C' and
6660            'IP4FWD' and
6661            not 'IPSEC' and
6662            not 'VHOST'"
6663   parameters:
6664   - "throughput"
6665   - "parent"
6666   - "tags"
6667   sort:
6668   - "IP4BASE"
6669   - "FIB_20K"
6670   - "FIB_200K"
6671   - "FIB_2M"
6672   traces:
6673     hoverinfo: "x+y"
6674     boxpoints: "outliers"
6675     whiskerwidth: 0
6676   layout:
6677     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
6678     layout: "plot-throughput"
6679
6680 -
6681   type: "plot"
6682   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6683   algorithm: "plot_performance_box"
6684   output-file-type: ".html"
6685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6686   data: "plot-vpp-throughput-latency-3n-hsw"
6687   filter: "'NIC_Intel-X710' and
6688            '64B' and
6689            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
6690            'NDRPDR' and
6691            '2T2C' and
6692            'IP4FWD' and
6693            not 'IPSEC' and
6694            not 'VHOST'"
6695   parameters:
6696   - "throughput"
6697   - "parent"
6698   - "tags"
6699   sort:
6700   - "IP4BASE"
6701   - "FIB_20K"
6702   - "FIB_200K"
6703   - "FIB_2M"
6704   traces:
6705     hoverinfo: "x+y"
6706     boxpoints: "outliers"
6707     whiskerwidth: 0
6708   layout:
6709     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
6710     layout: "plot-throughput"
6711
6712 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
6713 -
6714   type: "plot"
6715   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6716   algorithm: "plot_performance_box"
6717   output-file-type: ".html"
6718   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6719   data: "plot-vpp-throughput-latency-3n-hsw"
6720   filter: "'NIC_Intel-X710' and
6721            '64B' and
6722            ('IP4BASE' or
6723             'POLICE_MARK' or
6724             'COPWHLIST' or
6725             ('NAT44' and 'BASE') or
6726             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6727            'NDRPDR' and
6728            '1T1C' and
6729            'IP4FWD' and
6730            not 'IPSEC' and
6731            not 'VHOST'"
6732   parameters:
6733   - "throughput"
6734   - "parent"
6735   - "tags"
6736   sort:
6737   - "IP4BASE"
6738   - "NAT44"
6739   - "POLICE_MARK"
6740   - "COPWHLIST"
6741   - "IACL"
6742   - "OACL"
6743   traces:
6744     hoverinfo: "x+y"
6745     boxpoints: "outliers"
6746     whiskerwidth: 0
6747   layout:
6748     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
6749     layout: "plot-throughput"
6750
6751 -
6752   type: "plot"
6753   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6754   algorithm: "plot_performance_box"
6755   output-file-type: ".html"
6756   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6757   data: "plot-vpp-throughput-latency-3n-hsw"
6758   filter: "'NIC_Intel-X710' and
6759            '64B' and
6760            ('IP4BASE' or
6761             'POLICE_MARK' or
6762             'COPWHLIST' or
6763             ('NAT44' and 'BASE') or
6764             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6765            'NDRPDR' and
6766            '1T1C' and
6767            'IP4FWD' and
6768            not 'IPSEC' and
6769            not 'VHOST'"
6770   parameters:
6771   - "throughput"
6772   - "parent"
6773   - "tags"
6774   sort:
6775   - "IP4BASE"
6776   - "NAT44"
6777   - "POLICE_MARK"
6778   - "COPWHLIST"
6779   - "IACL"
6780   - "OACL"
6781   traces:
6782     hoverinfo: "x+y"
6783     boxpoints: "outliers"
6784     whiskerwidth: 0
6785   layout:
6786     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
6787     layout: "plot-throughput"
6788
6789 -
6790   type: "plot"
6791   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6792   algorithm: "plot_performance_box"
6793   output-file-type: ".html"
6794   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6795   data: "plot-vpp-throughput-latency-3n-hsw"
6796   filter: "'NIC_Intel-X710' and
6797            '64B' and
6798            ('IP4BASE' or
6799             'POLICE_MARK' or
6800             'COPWHLIST' or
6801             ('NAT44' and 'BASE') or
6802             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6803            'NDRPDR' and
6804            '2T2C' and
6805            'IP4FWD' and
6806            not 'IPSEC' and
6807            not 'VHOST'"
6808   parameters:
6809   - "throughput"
6810   - "parent"
6811   - "tags"
6812   sort:
6813   - "IP4BASE"
6814   - "NAT44"
6815   - "POLICE_MARK"
6816   - "COPWHLIST"
6817   - "IACL"
6818   - "OACL"
6819   traces:
6820     hoverinfo: "x+y"
6821     boxpoints: "outliers"
6822     whiskerwidth: 0
6823   layout:
6824     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
6825     layout: "plot-throughput"
6826
6827 -
6828   type: "plot"
6829   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6830   algorithm: "plot_performance_box"
6831   output-file-type: ".html"
6832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6833   data: "plot-vpp-throughput-latency-3n-hsw"
6834   filter: "'NIC_Intel-X710' and
6835            '64B' and
6836            ('IP4BASE' or
6837             'POLICE_MARK' or
6838             'COPWHLIST' or
6839             ('NAT44' and 'BASE') or
6840             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
6841            'NDRPDR' and
6842            '2T2C' and
6843            'IP4FWD' and
6844            not 'IPSEC' and
6845            not 'VHOST'"
6846   parameters:
6847   - "throughput"
6848   - "parent"
6849   - "tags"
6850   sort:
6851   - "IP4BASE"
6852   - "NAT44"
6853   - "POLICE_MARK"
6854   - "COPWHLIST"
6855   - "IACL"
6856   - "OACL"
6857   traces:
6858     hoverinfo: "x+y"
6859     boxpoints: "outliers"
6860     whiskerwidth: 0
6861   layout:
6862     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
6863     layout: "plot-throughput"
6864
6865 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
6866 -
6867   type: "plot"
6868   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6869   algorithm: "plot_performance_box"
6870   output-file-type: ".html"
6871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6872   data: "plot-vpp-throughput-latency-3n-skx"
6873   filter: "'NIC_Intel-X710' and
6874            '64B' and
6875            'NDRPDR' and
6876            '2T1C' and
6877            'IP4FWD' and
6878            'NAT44' and
6879            not 'IPSEC' and
6880            not 'VHOST'"
6881   parameters:
6882   - "throughput"
6883   - "parent"
6884   - "tags"
6885   sort:
6886   - "BASE"
6887   - "BASE"
6888   - "SRC_USER_10"
6889   - "SRC_USER_100"
6890   - "SRC_USER_1000"
6891   - "SRC_USER_2000"
6892   traces:
6893     hoverinfo: "x+y"
6894     boxpoints: "outliers"
6895     whiskerwidth: 0
6896   layout:
6897     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
6898     layout: "plot-throughput"
6899
6900 -
6901   type: "plot"
6902   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6903   algorithm: "plot_performance_box"
6904   output-file-type: ".html"
6905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6906   data: "plot-vpp-throughput-latency-3n-skx"
6907   filter: "'NIC_Intel-X710' and
6908            '64B' and
6909            'NDRPDR' and
6910            '2T1C' and
6911            'IP4FWD' and
6912            'NAT44' and
6913            not 'IPSEC' and
6914            not 'VHOST'"
6915   parameters:
6916   - "throughput"
6917   - "parent"
6918   - "tags"
6919   sort:
6920   - "BASE"
6921   - "BASE"
6922   - "SRC_USER_10"
6923   - "SRC_USER_100"
6924   - "SRC_USER_1000"
6925   - "SRC_USER_2000"
6926   traces:
6927     hoverinfo: "x+y"
6928     boxpoints: "outliers"
6929     whiskerwidth: 0
6930   layout:
6931     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
6932     layout: "plot-throughput"
6933
6934 -
6935   type: "plot"
6936   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6937   algorithm: "plot_performance_box"
6938   output-file-type: ".html"
6939   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6940   data: "plot-vpp-throughput-latency-3n-skx"
6941   filter: "'NIC_Intel-X710' and
6942            '64B' and
6943            'NDRPDR' and
6944            '4T2C' and
6945            'IP4FWD' and
6946            'NAT44' and
6947            not 'IPSEC' and
6948            not 'VHOST'"
6949   parameters:
6950   - "throughput"
6951   - "parent"
6952   - "tags"
6953   sort:
6954   - "BASE"
6955   - "BASE"
6956   - "SRC_USER_10"
6957   - "SRC_USER_100"
6958   - "SRC_USER_1000"
6959   - "SRC_USER_2000"
6960   traces:
6961     hoverinfo: "x+y"
6962     boxpoints: "outliers"
6963     whiskerwidth: 0
6964   layout:
6965     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
6966     layout: "plot-throughput"
6967
6968 -
6969   type: "plot"
6970   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6971   algorithm: "plot_performance_box"
6972   output-file-type: ".html"
6973   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
6974   data: "plot-vpp-throughput-latency-3n-skx"
6975   filter: "'NIC_Intel-X710' and
6976            '64B' and
6977            'NDRPDR' and
6978            '4T2C' and
6979            'IP4FWD' and
6980            'NAT44' and
6981            not 'IPSEC' and
6982            not 'VHOST'"
6983   parameters:
6984   - "throughput"
6985   - "parent"
6986   - "tags"
6987   sort:
6988   - "BASE"
6989   - "BASE"
6990   - "SRC_USER_10"
6991   - "SRC_USER_100"
6992   - "SRC_USER_1000"
6993   - "SRC_USER_2000"
6994   traces:
6995     hoverinfo: "x+y"
6996     boxpoints: "outliers"
6997     whiskerwidth: 0
6998   layout:
6999     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
7000     layout: "plot-throughput"
7001
7002 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
7003 -
7004   type: "plot"
7005   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7006   algorithm: "plot_performance_box"
7007   output-file-type: ".html"
7008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7009   data: "plot-vpp-throughput-latency-3n-skx"
7010   filter: "'NIC_Intel-X710' and
7011            '64B' and
7012            'NDRPDR' and
7013            '2T1C' and
7014            'IP4FWD' and
7015            'IACL' and
7016            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7017            not 'IPSEC' and
7018            not 'VHOST'"
7019   parameters:
7020   - "throughput"
7021   - "parent"
7022   - "tags"
7023   sort:
7024   - "ACL_STATELESS"
7025   - "ACL_STATEFUL"
7026   - "ACL_STATELESS"
7027   - "ACL_STATEFUL"
7028   traces:
7029     hoverinfo: "x+y"
7030     boxpoints: "outliers"
7031     whiskerwidth: 0
7032   layout:
7033     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7034     layout: "plot-throughput"
7035
7036 -
7037   type: "plot"
7038   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7039   algorithm: "plot_performance_box"
7040   output-file-type: ".html"
7041   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7042   data: "plot-vpp-throughput-latency-3n-skx"
7043   filter: "'NIC_Intel-X710' and
7044            '64B' and
7045            'NDRPDR' and
7046            '2T1C' and
7047            'IP4FWD' and
7048            'IACL' and
7049            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7050            not 'IPSEC' and
7051            not 'VHOST'"
7052   parameters:
7053   - "throughput"
7054   - "parent"
7055   - "tags"
7056   sort:
7057   - "ACL_STATELESS"
7058   - "ACL_STATEFUL"
7059   - "ACL_STATELESS"
7060   - "ACL_STATEFUL"
7061   traces:
7062     hoverinfo: "x+y"
7063     boxpoints: "outliers"
7064     whiskerwidth: 0
7065   layout:
7066     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7067     layout: "plot-throughput"
7068
7069 -
7070   type: "plot"
7071   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7072   algorithm: "plot_performance_box"
7073   output-file-type: ".html"
7074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7075   data: "plot-vpp-throughput-latency-3n-skx"
7076   filter: "'NIC_Intel-X710' and
7077            '64B' and
7078            'NDRPDR' and
7079            '4T2C' and
7080            'IP4FWD' and
7081            'IACL' and
7082            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7083            not 'IPSEC' and
7084            not 'VHOST'"
7085   parameters:
7086   - "throughput"
7087   - "parent"
7088   - "tags"
7089   sort:
7090   - "ACL_STATELESS"
7091   - "ACL_STATEFUL"
7092   - "ACL_STATELESS"
7093   - "ACL_STATEFUL"
7094   traces:
7095     hoverinfo: "x+y"
7096     boxpoints: "outliers"
7097     whiskerwidth: 0
7098   layout:
7099     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7100     layout: "plot-throughput"
7101
7102 -
7103   type: "plot"
7104   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7105   algorithm: "plot_performance_box"
7106   output-file-type: ".html"
7107   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7108   data: "plot-vpp-throughput-latency-3n-skx"
7109   filter: "'NIC_Intel-X710' and
7110            '64B' and
7111            'NDRPDR' and
7112            '4T2C' and
7113            'IP4FWD' and
7114            'IACL' and
7115            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7116            not 'IPSEC' and
7117            not 'VHOST'"
7118   parameters:
7119   - "throughput"
7120   - "parent"
7121   - "tags"
7122   sort:
7123   - "ACL_STATELESS"
7124   - "ACL_STATEFUL"
7125   - "ACL_STATELESS"
7126   - "ACL_STATEFUL"
7127   traces:
7128     hoverinfo: "x+y"
7129     boxpoints: "outliers"
7130     whiskerwidth: 0
7131   layout:
7132     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7133     layout: "plot-throughput"
7134
7135 # Packet Throughput - VPP IPv4 3n-hsw-x710 features oacl
7136 -
7137   type: "plot"
7138   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7139   algorithm: "plot_performance_box"
7140   output-file-type: ".html"
7141   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7142   data: "plot-vpp-throughput-latency-3n-skx"
7143   filter: "'NIC_Intel-X710' and
7144            '64B' and
7145            'NDRPDR' and
7146            '2T1C' and
7147            'IP4FWD' and
7148            'OACL' and
7149            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7150            not 'IPSEC' and
7151            not 'VHOST'"
7152   parameters:
7153   - "throughput"
7154   - "parent"
7155   - "tags"
7156   sort:
7157   - "ACL_STATELESS"
7158   - "ACL_STATEFUL"
7159   - "ACL_STATELESS"
7160   - "ACL_STATEFUL"
7161   traces:
7162     hoverinfo: "x+y"
7163     boxpoints: "outliers"
7164     whiskerwidth: 0
7165   layout:
7166     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
7167     layout: "plot-throughput"
7168
7169 -
7170   type: "plot"
7171   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7172   algorithm: "plot_performance_box"
7173   output-file-type: ".html"
7174   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7175   data: "plot-vpp-throughput-latency-3n-skx"
7176   filter: "'NIC_Intel-X710' and
7177            '64B' and
7178            'NDRPDR' and
7179            '2T1C' and
7180            'IP4FWD' and
7181            'OACL' and
7182            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7183            not 'IPSEC' and
7184            not 'VHOST'"
7185   parameters:
7186   - "throughput"
7187   - "parent"
7188   - "tags"
7189   sort:
7190   - "ACL_STATELESS"
7191   - "ACL_STATEFUL"
7192   - "ACL_STATELESS"
7193   - "ACL_STATEFUL"
7194   traces:
7195     hoverinfo: "x+y"
7196     boxpoints: "outliers"
7197     whiskerwidth: 0
7198   layout:
7199     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-pdr"
7200     layout: "plot-throughput"
7201
7202 -
7203   type: "plot"
7204   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7205   algorithm: "plot_performance_box"
7206   output-file-type: ".html"
7207   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7208   data: "plot-vpp-throughput-latency-3n-skx"
7209   filter: "'NIC_Intel-X710' and
7210            '64B' and
7211            'NDRPDR' and
7212            '4T2C' and
7213            'IP4FWD' and
7214            'OACL' and
7215            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7216            not 'IPSEC' and
7217            not 'VHOST'"
7218   parameters:
7219   - "throughput"
7220   - "parent"
7221   - "tags"
7222   sort:
7223   - "ACL_STATELESS"
7224   - "ACL_STATEFUL"
7225   - "ACL_STATELESS"
7226   - "ACL_STATEFUL"
7227   traces:
7228     hoverinfo: "x+y"
7229     boxpoints: "outliers"
7230     whiskerwidth: 0
7231   layout:
7232     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
7233     layout: "plot-throughput"
7234
7235 -
7236   type: "plot"
7237   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7238   algorithm: "plot_performance_box"
7239   output-file-type: ".html"
7240   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7241   data: "plot-vpp-throughput-latency-3n-skx"
7242   filter: "'NIC_Intel-X710' and
7243            '64B' and
7244            'NDRPDR' and
7245            '4T2C' and
7246            'IP4FWD' and
7247            'OACL' and
7248            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7249            not 'IPSEC' and
7250            not 'VHOST'"
7251   parameters:
7252   - "throughput"
7253   - "parent"
7254   - "tags"
7255   sort:
7256   - "ACL_STATELESS"
7257   - "ACL_STATEFUL"
7258   - "ACL_STATELESS"
7259   - "ACL_STATEFUL"
7260   traces:
7261     hoverinfo: "x+y"
7262     boxpoints: "outliers"
7263     whiskerwidth: 0
7264   layout:
7265     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-pdr"
7266     layout: "plot-throughput"
7267
7268 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
7269 -
7270   type: "plot"
7271   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7272   algorithm: "plot_performance_box"
7273   output-file-type: ".html"
7274   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7275   data: "plot-vpp-throughput-latency-3n-hsw"
7276   filter: "'NIC_Intel-XL710' and
7277            '64B' and
7278            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7279            'NDRPDR' and
7280            '1T1C' and
7281            'IP4FWD' and
7282            not 'IPSEC' and
7283            not 'VHOST'"
7284   parameters:
7285   - "throughput"
7286   - "parent"
7287   - "tags"
7288   sort:
7289   - "IP4BASE"
7290   - "FIB_20K"
7291   - "FIB_200K"
7292   - "FIB_2M"
7293   traces:
7294     hoverinfo: "x+y"
7295     boxpoints: "outliers"
7296     whiskerwidth: 0
7297   layout:
7298     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
7299     layout: "plot-throughput"
7300
7301 -
7302   type: "plot"
7303   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7304   algorithm: "plot_performance_box"
7305   output-file-type: ".html"
7306   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7307   data: "plot-vpp-throughput-latency-3n-hsw"
7308   filter: "'NIC_Intel-XL710' and
7309            '64B' and
7310            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7311            'NDRPDR' and
7312            '1T1C' and
7313            'IP4FWD' and
7314            not 'IPSEC' and
7315            not 'VHOST'"
7316   parameters:
7317   - "throughput"
7318   - "parent"
7319   - "tags"
7320   sort:
7321   - "IP4BASE"
7322   - "FIB_20K"
7323   - "FIB_200K"
7324   - "FIB_2M"
7325   traces:
7326     hoverinfo: "x+y"
7327     boxpoints: "outliers"
7328     whiskerwidth: 0
7329   layout:
7330     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
7331     layout: "plot-throughput"
7332
7333 -
7334   type: "plot"
7335   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7336   algorithm: "plot_performance_box"
7337   output-file-type: ".html"
7338   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7339   data: "plot-vpp-throughput-latency-3n-hsw"
7340   filter: "'NIC_Intel-XL710' and
7341            '64B' and
7342            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7343            'NDRPDR' and
7344            '2T2C' and
7345            'IP4FWD' and
7346            not 'IPSEC' and
7347            not 'VHOST'"
7348   parameters:
7349   - "throughput"
7350   - "parent"
7351   - "tags"
7352   sort:
7353   - "IP4BASE"
7354   - "FIB_20K"
7355   - "FIB_200K"
7356   - "FIB_2M"
7357   traces:
7358     hoverinfo: "x+y"
7359     boxpoints: "outliers"
7360     whiskerwidth: 0
7361   layout:
7362     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
7363     layout: "plot-throughput"
7364
7365 -
7366   type: "plot"
7367   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7368   algorithm: "plot_performance_box"
7369   output-file-type: ".html"
7370   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7371   data: "plot-vpp-throughput-latency-3n-hsw"
7372   filter: "'NIC_Intel-XL710' and
7373            '64B' and
7374            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7375            'NDRPDR' and
7376            '2T2C' and
7377            'IP4FWD' and
7378            not 'IPSEC' and
7379            not 'VHOST'"
7380   parameters:
7381   - "throughput"
7382   - "parent"
7383   - "tags"
7384   sort:
7385   - "IP4BASE"
7386   - "FIB_20K"
7387   - "FIB_200K"
7388   - "FIB_2M"
7389   traces:
7390     hoverinfo: "x+y"
7391     boxpoints: "outliers"
7392     whiskerwidth: 0
7393   layout:
7394     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
7395     layout: "plot-throughput"
7396
7397 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
7398 -
7399   type: "plot"
7400   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7401   algorithm: "plot_performance_box"
7402   output-file-type: ".html"
7403   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7404   data: "plot-vpp-throughput-latency-3n-skx"
7405   filter: "'NIC_Intel-X710' and
7406            '64B' and
7407            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7408            'NDRPDR' and
7409            '2T1C' and
7410            'IP4FWD' and
7411            not 'IPSEC' and
7412            not 'VHOST'"
7413   parameters:
7414   - "throughput"
7415   - "parent"
7416   - "tags"
7417   sort:
7418   - "IP4BASE"
7419   - "FIB_20K"
7420   - "FIB_200K"
7421   - "FIB_2M"
7422   traces:
7423     hoverinfo: "x+y"
7424     boxpoints: "outliers"
7425     whiskerwidth: 0
7426   layout:
7427     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7428     layout: "plot-throughput"
7429
7430 -
7431   type: "plot"
7432   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7433   algorithm: "plot_performance_box"
7434   output-file-type: ".html"
7435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7436   data: "plot-vpp-throughput-latency-3n-skx"
7437   filter: "'NIC_Intel-X710' and
7438            '64B' and
7439            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7440            'NDRPDR' and
7441            '2T1C' and
7442            'IP4FWD' and
7443            not 'IPSEC' and
7444            not 'VHOST'"
7445   parameters:
7446   - "throughput"
7447   - "parent"
7448   - "tags"
7449   sort:
7450   - "IP4BASE"
7451   - "FIB_20K"
7452   - "FIB_200K"
7453   - "FIB_2M"
7454   traces:
7455     hoverinfo: "x+y"
7456     boxpoints: "outliers"
7457     whiskerwidth: 0
7458   layout:
7459     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7460     layout: "plot-throughput"
7461
7462 -
7463   type: "plot"
7464   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7465   algorithm: "plot_performance_box"
7466   output-file-type: ".html"
7467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7468   data: "plot-vpp-throughput-latency-3n-skx"
7469   filter: "'NIC_Intel-X710' and
7470            '64B' and
7471            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7472            'NDRPDR' and
7473            '4T2C' and
7474            'IP4FWD' and
7475            not 'IPSEC' and
7476            not 'VHOST'"
7477   parameters:
7478   - "throughput"
7479   - "parent"
7480   - "tags"
7481   sort:
7482   - "IP4BASE"
7483   - "FIB_20K"
7484   - "FIB_200K"
7485   - "FIB_2M"
7486   traces:
7487     hoverinfo: "x+y"
7488     boxpoints: "outliers"
7489     whiskerwidth: 0
7490   layout:
7491     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7492     layout: "plot-throughput"
7493
7494 -
7495   type: "plot"
7496   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7497   algorithm: "plot_performance_box"
7498   output-file-type: ".html"
7499   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7500   data: "plot-vpp-throughput-latency-3n-skx"
7501   filter: "'NIC_Intel-X710' and
7502            '64B' and
7503            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
7504            'NDRPDR' and
7505            '4T2C' and
7506            'IP4FWD' and
7507            not 'IPSEC' and
7508            not 'VHOST'"
7509   parameters:
7510   - "throughput"
7511   - "parent"
7512   - "tags"
7513   sort:
7514   - "IP4BASE"
7515   - "FIB_20K"
7516   - "FIB_200K"
7517   - "FIB_2M"
7518   traces:
7519     hoverinfo: "x+y"
7520     boxpoints: "outliers"
7521     whiskerwidth: 0
7522   layout:
7523     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7524     layout: "plot-throughput"
7525
7526 # Packet Throughput - VPP IPv4 3n-skx-x710 features
7527 -
7528   type: "plot"
7529   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
7530   algorithm: "plot_performance_box"
7531   output-file-type: ".html"
7532   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
7533   data: "plot-vpp-throughput-latency-3n-skx"
7534   filter: "'NIC_Intel-X710' and
7535            '64B' and
7536            ('IP4BASE' or
7537             'POLICE_MARK' or
7538             'COPWHLIST' or
7539             ('NAT44' and 'BASE') or
7540             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7541            'NDRPDR' and
7542            '2T1C' and
7543            'IP4FWD' and
7544            not 'IPSEC' and
7545            not 'VHOST'"
7546   parameters:
7547   - "throughput"
7548   - "parent"
7549   - "tags"
7550   sort:
7551   - "IP4BASE"
7552   - "NAT44"
7553   - "POLICE_MARK"
7554   - "COPWHLIST"
7555   - "IACL"
7556   - "OACL"
7557   traces:
7558     hoverinfo: "x+y"
7559     boxpoints: "outliers"
7560     whiskerwidth: 0
7561   layout:
7562     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
7563     layout: "plot-throughput"
7564
7565 -
7566   type: "plot"
7567   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
7568   algorithm: "plot_performance_box"
7569   output-file-type: ".html"
7570   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
7571   data: "plot-vpp-throughput-latency-3n-skx"
7572   filter: "'NIC_Intel-X710' and
7573            '64B' and
7574            ('IP4BASE' or
7575             'POLICE_MARK' or
7576             'COPWHLIST' or
7577             ('NAT44' and 'BASE') or
7578             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7579            'NDRPDR' and
7580            '2T1C' and
7581            'IP4FWD' and
7582            not 'IPSEC' and
7583            not 'VHOST'"
7584   parameters:
7585   - "throughput"
7586   - "parent"
7587   - "tags"
7588   sort:
7589   - "IP4BASE"
7590   - "NAT44"
7591   - "POLICE_MARK"
7592   - "COPWHLIST"
7593   - "IACL"
7594   - "OACL"
7595   traces:
7596     hoverinfo: "x+y"
7597     boxpoints: "outliers"
7598     whiskerwidth: 0
7599   layout:
7600     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
7601     layout: "plot-throughput"
7602
7603 -
7604   type: "plot"
7605   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
7606   algorithm: "plot_performance_box"
7607   output-file-type: ".html"
7608   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
7609   data: "plot-vpp-throughput-latency-3n-skx"
7610   filter: "'NIC_Intel-X710' and
7611            '64B' and
7612            ('IP4BASE' or
7613             'POLICE_MARK' or
7614             'COPWHLIST' or
7615             ('NAT44' and 'BASE') or
7616             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7617            'NDRPDR' and
7618            '4T2C' and
7619            'IP4FWD' and
7620            not 'IPSEC' and
7621            not 'VHOST'"
7622   parameters:
7623   - "throughput"
7624   - "parent"
7625   - "tags"
7626   sort:
7627   - "IP4BASE"
7628   - "NAT44"
7629   - "POLICE_MARK"
7630   - "COPWHLIST"
7631   - "IACL"
7632   - "OACL"
7633   traces:
7634     hoverinfo: "x+y"
7635     boxpoints: "outliers"
7636     whiskerwidth: 0
7637   layout:
7638     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
7639     layout: "plot-throughput"
7640
7641 -
7642   type: "plot"
7643   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
7644   algorithm: "plot_performance_box"
7645   output-file-type: ".html"
7646   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
7647   data: "plot-vpp-throughput-latency-3n-skx"
7648   filter: "'NIC_Intel-X710' and
7649            '64B' and
7650            ('IP4BASE' or
7651             'POLICE_MARK' or
7652             'COPWHLIST' or
7653             ('NAT44' and 'BASE') or
7654             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
7655            'NDRPDR' and
7656            '4T2C' and
7657            'IP4FWD' and
7658            not 'IPSEC' and
7659            not 'VHOST'"
7660   parameters:
7661   - "throughput"
7662   - "parent"
7663   - "tags"
7664   sort:
7665   - "IP4BASE"
7666   - "NAT44"
7667   - "POLICE_MARK"
7668   - "COPWHLIST"
7669   - "IACL"
7670   - "OACL"
7671   traces:
7672     hoverinfo: "x+y"
7673     boxpoints: "outliers"
7674     whiskerwidth: 0
7675   layout:
7676     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
7677     layout: "plot-throughput"
7678
7679 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
7680 -
7681   type: "plot"
7682   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7683   algorithm: "plot_performance_box"
7684   output-file-type: ".html"
7685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7686   data: "plot-vpp-throughput-latency-3n-hsw"
7687   filter: "'NIC_Intel-X710' and
7688            '64B' and
7689            'NDRPDR' and
7690            '1T1C' and
7691            'IP4FWD' and
7692            'NAT44' and
7693            not 'IPSEC' and
7694            not 'VHOST'"
7695   parameters:
7696   - "throughput"
7697   - "parent"
7698   - "tags"
7699   sort:
7700   - "BASE"
7701   - "BASE"
7702   - "SRC_USER_10"
7703   - "SRC_USER_100"
7704   - "SRC_USER_1000"
7705   - "SRC_USER_2000"
7706   traces:
7707     hoverinfo: "x+y"
7708     boxpoints: "outliers"
7709     whiskerwidth: 0
7710   layout:
7711     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
7712     layout: "plot-throughput"
7713
7714 -
7715   type: "plot"
7716   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7717   algorithm: "plot_performance_box"
7718   output-file-type: ".html"
7719   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7720   data: "plot-vpp-throughput-latency-3n-hsw"
7721   filter: "'NIC_Intel-X710' and
7722            '64B' and
7723            'NDRPDR' and
7724            '1T1C' and
7725            'IP4FWD' and
7726            'NAT44' and
7727            not 'IPSEC' and
7728            not 'VHOST'"
7729   parameters:
7730   - "throughput"
7731   - "parent"
7732   - "tags"
7733   sort:
7734   - "BASE"
7735   - "BASE"
7736   - "SRC_USER_10"
7737   - "SRC_USER_100"
7738   - "SRC_USER_1000"
7739   - "SRC_USER_2000"
7740   traces:
7741     hoverinfo: "x+y"
7742     boxpoints: "outliers"
7743     whiskerwidth: 0
7744   layout:
7745     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
7746     layout: "plot-throughput"
7747
7748 -
7749   type: "plot"
7750   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7751   algorithm: "plot_performance_box"
7752   output-file-type: ".html"
7753   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7754   data: "plot-vpp-throughput-latency-3n-hsw"
7755   filter: "'NIC_Intel-X710' and
7756            '64B' and
7757            'NDRPDR' and
7758            '2T2C' and
7759            'IP4FWD' and
7760            'NAT44' and
7761            not 'IPSEC' and
7762            not 'VHOST'"
7763   parameters:
7764   - "throughput"
7765   - "parent"
7766   - "tags"
7767   sort:
7768   - "BASE"
7769   - "BASE"
7770   - "SRC_USER_10"
7771   - "SRC_USER_100"
7772   - "SRC_USER_1000"
7773   - "SRC_USER_2000"
7774   traces:
7775     hoverinfo: "x+y"
7776     boxpoints: "outliers"
7777     whiskerwidth: 0
7778   layout:
7779     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
7780     layout: "plot-throughput"
7781
7782 -
7783   type: "plot"
7784   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7785   algorithm: "plot_performance_box"
7786   output-file-type: ".html"
7787   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7788   data: "plot-vpp-throughput-latency-3n-hsw"
7789   filter: "'NIC_Intel-X710' and
7790            '64B' and
7791            'NDRPDR' and
7792            '2T2C' and
7793            'IP4FWD' and
7794            'NAT44' and
7795            not 'IPSEC' and
7796            not 'VHOST'"
7797   parameters:
7798   - "throughput"
7799   - "parent"
7800   - "tags"
7801   sort:
7802   - "BASE"
7803   - "BASE"
7804   - "SRC_USER_10"
7805   - "SRC_USER_100"
7806   - "SRC_USER_1000"
7807   - "SRC_USER_2000"
7808   traces:
7809     hoverinfo: "x+y"
7810     boxpoints: "outliers"
7811     whiskerwidth: 0
7812   layout:
7813     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
7814     layout: "plot-throughput"
7815
7816 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
7817 -
7818   type: "plot"
7819   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7820   algorithm: "plot_performance_box"
7821   output-file-type: ".html"
7822   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7823   data: "plot-vpp-throughput-latency-3n-hsw"
7824   filter: "'NIC_Intel-X710' and
7825            '64B' and
7826            'NDRPDR' and
7827            '1T1C' and
7828            'IP4FWD' and
7829            'IACL' and
7830            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7831            not 'IPSEC' and
7832            not 'VHOST'"
7833   parameters:
7834   - "throughput"
7835   - "parent"
7836   - "tags"
7837   sort:
7838   - "ACL_STATELESS"
7839   - "ACL_STATEFUL"
7840   - "ACL_STATELESS"
7841   - "ACL_STATEFUL"
7842   traces:
7843     hoverinfo: "x+y"
7844     boxpoints: "outliers"
7845     whiskerwidth: 0
7846   layout:
7847     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7848     layout: "plot-throughput"
7849
7850 -
7851   type: "plot"
7852   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7853   algorithm: "plot_performance_box"
7854   output-file-type: ".html"
7855   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7856   data: "plot-vpp-throughput-latency-3n-hsw"
7857   filter: "'NIC_Intel-X710' and
7858            '64B' and
7859            'NDRPDR' and
7860            '1T1C' and
7861            'IP4FWD' and
7862            'IACL' and
7863            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7864            not 'IPSEC' and
7865            not 'VHOST'"
7866   parameters:
7867   - "throughput"
7868   - "parent"
7869   - "tags"
7870   sort:
7871   - "ACL_STATELESS"
7872   - "ACL_STATEFUL"
7873   - "ACL_STATELESS"
7874   - "ACL_STATEFUL"
7875   traces:
7876     hoverinfo: "x+y"
7877     boxpoints: "outliers"
7878     whiskerwidth: 0
7879   layout:
7880     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7881     layout: "plot-throughput"
7882
7883 -
7884   type: "plot"
7885   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7886   algorithm: "plot_performance_box"
7887   output-file-type: ".html"
7888   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7889   data: "plot-vpp-throughput-latency-3n-hsw"
7890   filter: "'NIC_Intel-X710' and
7891            '64B' and
7892            'NDRPDR' and
7893            '2T2C' and
7894            'IP4FWD' and
7895            'IACL' and
7896            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7897            not 'IPSEC' and
7898            not 'VHOST'"
7899   parameters:
7900   - "throughput"
7901   - "parent"
7902   - "tags"
7903   sort:
7904   - "ACL_STATELESS"
7905   - "ACL_STATEFUL"
7906   - "ACL_STATELESS"
7907   - "ACL_STATEFUL"
7908   traces:
7909     hoverinfo: "x+y"
7910     boxpoints: "outliers"
7911     whiskerwidth: 0
7912   layout:
7913     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7914     layout: "plot-throughput"
7915
7916 -
7917   type: "plot"
7918   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7919   algorithm: "plot_performance_box"
7920   output-file-type: ".html"
7921   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7922   data: "plot-vpp-throughput-latency-3n-hsw"
7923   filter: "'NIC_Intel-X710' and
7924            '64B' and
7925            'NDRPDR' and
7926            '2T2C' and
7927            'IP4FWD' and
7928            'IACL' and
7929            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7930            not 'IPSEC' and
7931            not 'VHOST'"
7932   parameters:
7933   - "throughput"
7934   - "parent"
7935   - "tags"
7936   sort:
7937   - "ACL_STATELESS"
7938   - "ACL_STATEFUL"
7939   - "ACL_STATELESS"
7940   - "ACL_STATEFUL"
7941   traces:
7942     hoverinfo: "x+y"
7943     boxpoints: "outliers"
7944     whiskerwidth: 0
7945   layout:
7946     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7947     layout: "plot-throughput"
7948
7949 # Packet Throughput - VPP IPv4 3n-skx-x710 features oacl
7950 -
7951   type: "plot"
7952   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7953   algorithm: "plot_performance_box"
7954   output-file-type: ".html"
7955   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7956   data: "plot-vpp-throughput-latency-3n-hsw"
7957   filter: "'NIC_Intel-X710' and
7958            '64B' and
7959            'NDRPDR' and
7960            '1T1C' and
7961            'IP4FWD' and
7962            'OACL' and
7963            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7964            not 'IPSEC' and
7965            not 'VHOST'"
7966   parameters:
7967   - "throughput"
7968   - "parent"
7969   - "tags"
7970   sort:
7971   - "ACL_STATELESS"
7972   - "ACL_STATEFUL"
7973   - "ACL_STATELESS"
7974   - "ACL_STATEFUL"
7975   traces:
7976     hoverinfo: "x+y"
7977     boxpoints: "outliers"
7978     whiskerwidth: 0
7979   layout:
7980     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
7981     layout: "plot-throughput"
7982
7983 -
7984   type: "plot"
7985   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7986   algorithm: "plot_performance_box"
7987   output-file-type: ".html"
7988   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
7989   data: "plot-vpp-throughput-latency-3n-hsw"
7990   filter: "'NIC_Intel-X710' and
7991            '64B' and
7992            'NDRPDR' and
7993            '1T1C' and
7994            'IP4FWD' and
7995            'OACL' and
7996            ('ACL10' or 'ACL50') and '10k_FLOWS' and
7997            not 'IPSEC' and
7998            not 'VHOST'"
7999   parameters:
8000   - "throughput"
8001   - "parent"
8002   - "tags"
8003   sort:
8004   - "ACL_STATELESS"
8005   - "ACL_STATEFUL"
8006   - "ACL_STATELESS"
8007   - "ACL_STATEFUL"
8008   traces:
8009     hoverinfo: "x+y"
8010     boxpoints: "outliers"
8011     whiskerwidth: 0
8012   layout:
8013     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-pdr"
8014     layout: "plot-throughput"
8015
8016 -
8017   type: "plot"
8018   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8019   algorithm: "plot_performance_box"
8020   output-file-type: ".html"
8021   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8022   data: "plot-vpp-throughput-latency-3n-hsw"
8023   filter: "'NIC_Intel-X710' and
8024            '64B' and
8025            'NDRPDR' and
8026            '2T2C' and
8027            'IP4FWD' and
8028            'OACL' and
8029            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8030            not 'IPSEC' and
8031            not 'VHOST'"
8032   parameters:
8033   - "throughput"
8034   - "parent"
8035   - "tags"
8036   sort:
8037   - "ACL_STATELESS"
8038   - "ACL_STATEFUL"
8039   - "ACL_STATELESS"
8040   - "ACL_STATEFUL"
8041   traces:
8042     hoverinfo: "x+y"
8043     boxpoints: "outliers"
8044     whiskerwidth: 0
8045   layout:
8046     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
8047     layout: "plot-throughput"
8048
8049 -
8050   type: "plot"
8051   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8052   algorithm: "plot_performance_box"
8053   output-file-type: ".html"
8054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8055   data: "plot-vpp-throughput-latency-3n-hsw"
8056   filter: "'NIC_Intel-X710' and
8057            '64B' and
8058            'NDRPDR' and
8059            '2T2C' and
8060            'IP4FWD' and
8061            'OACL' and
8062            ('ACL10' or 'ACL50') and '10k_FLOWS' and
8063            not 'IPSEC' and
8064            not 'VHOST'"
8065   parameters:
8066   - "throughput"
8067   - "parent"
8068   - "tags"
8069   sort:
8070   - "ACL_STATELESS"
8071   - "ACL_STATEFUL"
8072   - "ACL_STATELESS"
8073   - "ACL_STATEFUL"
8074   traces:
8075     hoverinfo: "x+y"
8076     boxpoints: "outliers"
8077     whiskerwidth: 0
8078   layout:
8079     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-pdr"
8080     layout: "plot-throughput"
8081
8082 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
8083 -
8084   type: "plot"
8085   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8086   algorithm: "plot_performance_box"
8087   output-file-type: ".html"
8088   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8089   data: "plot-vpp-throughput-latency-2n-skx"
8090   filter: "'NIC_Intel-X710' and
8091            '64B' and
8092            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8093            'NDRPDR' and
8094            '2T1C' and
8095            'IP4FWD' and
8096            not 'IPSEC' and
8097            not 'VHOST'"
8098   parameters:
8099   - "throughput"
8100   - "parent"
8101   - "tags"
8102   sort:
8103   - "IP4BASE"
8104   - "FIB_20K"
8105   - "FIB_200K"
8106   - "FIB_2M"
8107   traces:
8108     hoverinfo: "x+y"
8109     boxpoints: "outliers"
8110     whiskerwidth: 0
8111   layout:
8112     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8113     layout: "plot-throughput"
8114
8115 -
8116   type: "plot"
8117   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8118   algorithm: "plot_performance_box"
8119   output-file-type: ".html"
8120   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8121   data: "plot-vpp-throughput-latency-2n-skx"
8122   filter: "'NIC_Intel-X710' and
8123            '64B' and
8124            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8125            'NDRPDR' and
8126            '2T1C' and
8127            'IP4FWD' and
8128            not 'IPSEC' and
8129            not 'VHOST'"
8130   parameters:
8131   - "throughput"
8132   - "parent"
8133   - "tags"
8134   sort:
8135   - "IP4BASE"
8136   - "FIB_20K"
8137   - "FIB_200K"
8138   - "FIB_2M"
8139   traces:
8140     hoverinfo: "x+y"
8141     boxpoints: "outliers"
8142     whiskerwidth: 0
8143   layout:
8144     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8145     layout: "plot-throughput"
8146
8147 -
8148   type: "plot"
8149   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8150   algorithm: "plot_performance_box"
8151   output-file-type: ".html"
8152   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8153   data: "plot-vpp-throughput-latency-2n-skx"
8154   filter: "'NIC_Intel-X710' and
8155            '64B' and
8156            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8157            'NDRPDR' and
8158            '4T2C' and
8159            'IP4FWD' and
8160            not 'IPSEC' and
8161            not 'VHOST'"
8162   parameters:
8163   - "throughput"
8164   - "parent"
8165   - "tags"
8166   sort:
8167   - "IP4BASE"
8168   - "FIB_20K"
8169   - "FIB_200K"
8170   - "FIB_2M"
8171   traces:
8172     hoverinfo: "x+y"
8173     boxpoints: "outliers"
8174     whiskerwidth: 0
8175   layout:
8176     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8177     layout: "plot-throughput"
8178
8179 -
8180   type: "plot"
8181   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8182   algorithm: "plot_performance_box"
8183   output-file-type: ".html"
8184   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8185   data: "plot-vpp-throughput-latency-2n-skx"
8186   filter: "'NIC_Intel-X710' and
8187            '64B' and
8188            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8189            'NDRPDR' and
8190            '4T2C' and
8191            'IP4FWD' and
8192            not 'IPSEC' and
8193            not 'VHOST'"
8194   parameters:
8195   - "throughput"
8196   - "parent"
8197   - "tags"
8198   sort:
8199   - "IP4BASE"
8200   - "FIB_20K"
8201   - "FIB_200K"
8202   - "FIB_2M"
8203   traces:
8204     hoverinfo: "x+y"
8205     boxpoints: "outliers"
8206     whiskerwidth: 0
8207   layout:
8208     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8209     layout: "plot-throughput"
8210
8211 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
8212 -
8213   type: "plot"
8214   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8215   algorithm: "plot_performance_box"
8216   output-file-type: ".html"
8217   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8218   data: "plot-vpp-throughput-latency-2n-skx"
8219   filter: "'NIC_Intel-XXV710' and
8220            '64B' and
8221            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8222            'NDRPDR' and
8223            '2T1C' and
8224            'IP4FWD' and
8225            not 'IPSEC' and
8226            not 'VHOST'"
8227   parameters:
8228   - "throughput"
8229   - "parent"
8230   - "tags"
8231   sort:
8232   - "IP4BASE"
8233   - "FIB_20K"
8234   - "FIB_200K"
8235   - "FIB_2M"
8236   traces:
8237     hoverinfo: "x+y"
8238     boxpoints: "outliers"
8239     whiskerwidth: 0
8240   layout:
8241     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8242     layout: "plot-throughput"
8243
8244 -
8245   type: "plot"
8246   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8247   algorithm: "plot_performance_box"
8248   output-file-type: ".html"
8249   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8250   data: "plot-vpp-throughput-latency-2n-skx"
8251   filter: "'NIC_Intel-XXV710' and
8252            '64B' and
8253            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8254            'NDRPDR' and
8255            '2T1C' and
8256            'IP4FWD' and
8257            not 'IPSEC' and
8258            not 'VHOST'"
8259   parameters:
8260   - "throughput"
8261   - "parent"
8262   - "tags"
8263   sort:
8264   - "IP4BASE"
8265   - "FIB_20K"
8266   - "FIB_200K"
8267   - "FIB_2M"
8268   traces:
8269     hoverinfo: "x+y"
8270     boxpoints: "outliers"
8271     whiskerwidth: 0
8272   layout:
8273     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8274     layout: "plot-throughput"
8275
8276 -
8277   type: "plot"
8278   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8279   algorithm: "plot_performance_box"
8280   output-file-type: ".html"
8281   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8282   data: "plot-vpp-throughput-latency-2n-skx"
8283   filter: "'NIC_Intel-XXV710' and
8284            '64B' and
8285            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8286            'NDRPDR' and
8287            '4T2C' and
8288            'IP4FWD' and
8289            not 'IPSEC' and
8290            not 'VHOST'"
8291   parameters:
8292   - "throughput"
8293   - "parent"
8294   - "tags"
8295   sort:
8296   - "IP4BASE"
8297   - "FIB_20K"
8298   - "FIB_200K"
8299   - "FIB_2M"
8300   traces:
8301     hoverinfo: "x+y"
8302     boxpoints: "outliers"
8303     whiskerwidth: 0
8304   layout:
8305     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8306     layout: "plot-throughput"
8307
8308 -
8309   type: "plot"
8310   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8311   algorithm: "plot_performance_box"
8312   output-file-type: ".html"
8313   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8314   data: "plot-vpp-throughput-latency-2n-skx"
8315   filter: "'NIC_Intel-XXV710' and
8316            '64B' and
8317            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
8318            'NDRPDR' and
8319            '4T2C' and
8320            'IP4FWD' and
8321            not 'IPSEC' and
8322            not 'VHOST'"
8323   parameters:
8324   - "throughput"
8325   - "parent"
8326   - "tags"
8327   sort:
8328   - "IP4BASE"
8329   - "FIB_20K"
8330   - "FIB_200K"
8331   - "FIB_2M"
8332   traces:
8333     hoverinfo: "x+y"
8334     boxpoints: "outliers"
8335     whiskerwidth: 0
8336   layout:
8337     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8338     layout: "plot-throughput"
8339
8340 ################################################################################
8341
8342 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 base and scale
8343 -
8344   type: "plot"
8345   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8346   algorithm: "plot_performance_box"
8347   output-file-type: ".html"
8348   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8349   data: "plot-vpp-throughput-latency-3n-hsw"
8350   filter: "'NIC_Intel-X520-DA2' and
8351            '64B' and
8352            'ENCAP' and
8353            'NDRPDR' and
8354            '1T1C' and
8355            'VXLAN' and
8356            'L2BDMACLRN' and
8357            not 'VHOST' and
8358            not 'IPSECHW'"
8359   parameters:
8360   - "throughput"
8361   - "parent"
8362   - "tags"
8363   sort:
8364   - "not DOT1Q"
8365   - "VXLAN_1"
8366   - "VXLAN_10"
8367   - "VXLAN_100"
8368   - "VXLAN_1000"
8369   traces:
8370     hoverinfo: "x+y"
8371     boxpoints: "outliers"
8372     whiskerwidth: 0
8373   layout:
8374     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
8375     layout: "plot-throughput"
8376
8377 -
8378   type: "plot"
8379   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8380   algorithm: "plot_performance_box"
8381   output-file-type: ".html"
8382   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8383   data: "plot-vpp-throughput-latency-3n-hsw"
8384   filter: "'NIC_Intel-X520-DA2' and
8385            '64B' and
8386            'ENCAP' and
8387            'NDRPDR' and
8388            '1T1C' and
8389            'VXLAN' and
8390            'L2BDMACLRN' and
8391            not 'VHOST' and
8392            not 'IPSECHW'"
8393   parameters:
8394   - "throughput"
8395   - "parent"
8396   - "tags"
8397   sort:
8398   - "not DOT1Q"
8399   - "VXLAN_1"
8400   - "VXLAN_10"
8401   - "VXLAN_100"
8402   - "VXLAN_1000"
8403   traces:
8404     hoverinfo: "x+y"
8405     boxpoints: "outliers"
8406     whiskerwidth: 0
8407   layout:
8408     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
8409     layout: "plot-throughput"
8410
8411 -
8412   type: "plot"
8413   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8414   algorithm: "plot_performance_box"
8415   output-file-type: ".html"
8416   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8417   data: "plot-vpp-throughput-latency-3n-hsw"
8418   filter: "'NIC_Intel-X520-DA2' and
8419            '64B' and
8420            'ENCAP' and
8421            'NDRPDR' and
8422            '2T2C' and
8423            'VXLAN' and
8424            'L2BDMACLRN' and
8425            not 'VHOST' and
8426            not 'IPSECHW'"
8427   parameters:
8428   - "throughput"
8429   - "parent"
8430   - "tags"
8431   sort:
8432   - "not DOT1Q"
8433   - "VXLAN_1"
8434   - "VXLAN_10"
8435   - "VXLAN_100"
8436   - "VXLAN_1000"
8437   traces:
8438     hoverinfo: "x+y"
8439     boxpoints: "outliers"
8440     whiskerwidth: 0
8441   layout:
8442     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
8443     layout: "plot-throughput"
8444
8445 -
8446   type: "plot"
8447   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8448   algorithm: "plot_performance_box"
8449   output-file-type: ".html"
8450   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8451   data: "plot-vpp-throughput-latency-3n-hsw"
8452   filter: "'NIC_Intel-X520-DA2' and
8453            '64B' and
8454            'ENCAP' and
8455            'NDRPDR' and
8456            '2T2C' and
8457            'VXLAN' and
8458            'L2BDMACLRN' and
8459            not 'VHOST' and
8460            not 'IPSECHW'"
8461   parameters:
8462   - "throughput"
8463   - "parent"
8464   - "tags"
8465   sort:
8466   - "not DOT1Q"
8467   - "VXLAN_1"
8468   - "VXLAN_10"
8469   - "VXLAN_100"
8470   - "VXLAN_1000"
8471   traces:
8472     hoverinfo: "x+y"
8473     boxpoints: "outliers"
8474     whiskerwidth: 0
8475   layout:
8476     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
8477     layout: "plot-throughput"
8478
8479 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
8480 -
8481   type: "plot"
8482   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8483   algorithm: "plot_performance_box"
8484   output-file-type: ".html"
8485   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8486   data: "plot-vpp-throughput-latency-3n-hsw"
8487   filter: "'NIC_Intel-X520-DA2' and
8488            '64B' and
8489            'ENCAP' and
8490            'NDRPDR' and
8491            '1T1C' and
8492            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8493            not 'DOT1Q' and
8494            not 'VHOST' and
8495            not 'IPSECHW'"
8496   parameters:
8497   - "throughput"
8498   - "parent"
8499   - "tags"
8500   sort:
8501   - "L2BDMACLRN"
8502   - "L2XCFWD"
8503   - "LISP"
8504   traces:
8505     hoverinfo: "x+y"
8506     boxpoints: "outliers"
8507     whiskerwidth: 0
8508   layout:
8509     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8510     layout: "plot-throughput"
8511
8512 -
8513   type: "plot"
8514   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8515   algorithm: "plot_performance_box"
8516   output-file-type: ".html"
8517   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8518   data: "plot-vpp-throughput-latency-3n-hsw"
8519   filter: "'NIC_Intel-X520-DA2' and
8520            '64B' and
8521            'ENCAP' and
8522            'NDRPDR' and
8523            '2T2C' and
8524            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8525            not 'DOT1Q' and
8526            not 'VHOST' and
8527            not 'IPSECHW'"
8528   parameters:
8529   - "throughput"
8530   - "parent"
8531   - "tags"
8532   sort:
8533   - "L2BDMACLRN"
8534   - "L2XCFWD"
8535   - "LISP"
8536   traces:
8537     hoverinfo: "x+y"
8538     boxpoints: "outliers"
8539     whiskerwidth: 0
8540   layout:
8541     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8542     layout: "plot-throughput"
8543
8544 -
8545   type: "plot"
8546   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8547   algorithm: "plot_performance_box"
8548   output-file-type: ".html"
8549   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8550   data: "plot-vpp-throughput-latency-3n-hsw"
8551   filter: "'NIC_Intel-X520-DA2' and
8552            '64B' and
8553            'ENCAP' and
8554            'NDRPDR' and
8555            '1T1C' and
8556            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8557            not 'DOT1Q' and
8558            not 'VHOST' and
8559            not 'IPSECHW'"
8560   parameters:
8561   - "throughput"
8562   - "parent"
8563   - "tags"
8564   sort:
8565   - "L2BDMACLRN"
8566   - "L2XCFWD"
8567   - "LISP"
8568   traces:
8569     hoverinfo: "x+y"
8570     boxpoints: "outliers"
8571     whiskerwidth: 0
8572   layout:
8573     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8574     layout: "plot-throughput"
8575
8576 -
8577   type: "plot"
8578   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8579   algorithm: "plot_performance_box"
8580   output-file-type: ".html"
8581   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8582   data: "plot-vpp-throughput-latency-3n-hsw"
8583   filter: "'NIC_Intel-X520-DA2' and
8584            '64B' and
8585            'ENCAP' and
8586            'NDRPDR' and
8587            '2T2C' and
8588            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8589            not 'DOT1Q' and
8590            not 'VHOST' and
8591            not 'IPSECHW'"
8592   parameters:
8593   - "throughput"
8594   - "parent"
8595   - "tags"
8596   sort:
8597   - "L2BDMACLRN"
8598   - "L2XCFWD"
8599   - "LISP"
8600   traces:
8601     hoverinfo: "x+y"
8602     boxpoints: "outliers"
8603     whiskerwidth: 0
8604   layout:
8605     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8606     layout: "plot-throughput"
8607
8608 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
8609 -
8610   type: "plot"
8611   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8612   algorithm: "plot_performance_box"
8613   output-file-type: ".html"
8614   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8615   data: "plot-vpp-throughput-latency-3n-hsw"
8616   filter: "'NIC_Intel-X710' and
8617            '64B' and
8618            'ENCAP' and
8619            'NDRPDR' and
8620            '1T1C' and
8621            'VXLAN' and
8622            'L2BDMACLRN' and
8623            not 'VHOST' and
8624            not 'IPSECHW'"
8625   parameters:
8626   - "throughput"
8627   - "parent"
8628   - "tags"
8629   sort:
8630   - "not DOT1Q"
8631   - "VXLAN_1"
8632   - "VXLAN_10"
8633   - "VXLAN_100"
8634   - "VXLAN_1000"
8635   traces:
8636     hoverinfo: "x+y"
8637     boxpoints: "outliers"
8638     whiskerwidth: 0
8639   layout:
8640     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
8641     layout: "plot-throughput"
8642
8643 -
8644   type: "plot"
8645   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8646   algorithm: "plot_performance_box"
8647   output-file-type: ".html"
8648   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8649   data: "plot-vpp-throughput-latency-3n-hsw"
8650   filter: "'NIC_Intel-X710' and
8651            '64B' and
8652            'ENCAP' and
8653            'NDRPDR' and
8654            '1T1C' and
8655            'VXLAN' and
8656            'L2BDMACLRN' and
8657            not 'VHOST' and
8658            not 'IPSECHW'"
8659   parameters:
8660   - "throughput"
8661   - "parent"
8662   - "tags"
8663   sort:
8664   - "not DOT1Q"
8665   - "VXLAN_1"
8666   - "VXLAN_10"
8667   - "VXLAN_100"
8668   - "VXLAN_1000"
8669   traces:
8670     hoverinfo: "x+y"
8671     boxpoints: "outliers"
8672     whiskerwidth: 0
8673   layout:
8674     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
8675     layout: "plot-throughput"
8676
8677 -
8678   type: "plot"
8679   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8680   algorithm: "plot_performance_box"
8681   output-file-type: ".html"
8682   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8683   data: "plot-vpp-throughput-latency-3n-hsw"
8684   filter: "'NIC_Intel-X710' and
8685            '64B' and
8686            'ENCAP' and
8687            'NDRPDR' and
8688            '2T2C' and
8689            'VXLAN' and
8690            'L2BDMACLRN' and
8691            not 'VHOST' and
8692            not 'IPSECHW'"
8693   parameters:
8694   - "throughput"
8695   - "parent"
8696   - "tags"
8697   sort:
8698   - "not DOT1Q"
8699   - "VXLAN_1"
8700   - "VXLAN_10"
8701   - "VXLAN_100"
8702   - "VXLAN_1000"
8703   traces:
8704     hoverinfo: "x+y"
8705     boxpoints: "outliers"
8706     whiskerwidth: 0
8707   layout:
8708     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
8709     layout: "plot-throughput"
8710
8711 -
8712   type: "plot"
8713   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8714   algorithm: "plot_performance_box"
8715   output-file-type: ".html"
8716   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8717   data: "plot-vpp-throughput-latency-3n-hsw"
8718   filter: "'NIC_Intel-X710' and
8719            '64B' and
8720            'ENCAP' and
8721            'NDRPDR' and
8722            '2T2C' and
8723            'VXLAN' and
8724            'L2BDMACLRN' and
8725            not 'VHOST' and
8726            not 'IPSECHW'"
8727   parameters:
8728   - "throughput"
8729   - "parent"
8730   - "tags"
8731   sort:
8732   - "not DOT1Q"
8733   - "VXLAN_1"
8734   - "VXLAN_10"
8735   - "VXLAN_100"
8736   - "VXLAN_1000"
8737   traces:
8738     hoverinfo: "x+y"
8739     boxpoints: "outliers"
8740     whiskerwidth: 0
8741   layout:
8742     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
8743     layout: "plot-throughput"
8744
8745 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
8746 -
8747   type: "plot"
8748   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8749   algorithm: "plot_performance_box"
8750   output-file-type: ".html"
8751   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8752   data: "plot-vpp-throughput-latency-3n-hsw"
8753   filter: "'NIC_Intel-X710' and
8754            '64B' and
8755            'ENCAP' and
8756            'NDRPDR' and
8757            '1T1C' and
8758            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8759            not 'DOT1Q' and
8760            not 'VHOST' and
8761            not 'IPSECHW'"
8762   parameters:
8763   - "throughput"
8764   - "parent"
8765   - "tags"
8766   sort:
8767   - "L2BDMACLRN"
8768   - "L2XCFWD"
8769   - "LISP"
8770   traces:
8771     hoverinfo: "x+y"
8772     boxpoints: "outliers"
8773     whiskerwidth: 0
8774   layout:
8775     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8776     layout: "plot-throughput"
8777
8778 -
8779   type: "plot"
8780   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8781   algorithm: "plot_performance_box"
8782   output-file-type: ".html"
8783   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8784   data: "plot-vpp-throughput-latency-3n-hsw"
8785   filter: "'NIC_Intel-X710' and
8786            '64B' and
8787            'ENCAP' and
8788            'NDRPDR' and
8789            '2T2C' and
8790            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8791            not 'DOT1Q' and
8792            not 'VHOST' and
8793            not 'IPSECHW'"
8794   parameters:
8795   - "throughput"
8796   - "parent"
8797   - "tags"
8798   sort:
8799   - "L2BDMACLRN"
8800   - "L2XCFWD"
8801   - "LISP"
8802   traces:
8803     hoverinfo: "x+y"
8804     boxpoints: "outliers"
8805     whiskerwidth: 0
8806   layout:
8807     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8808     layout: "plot-throughput"
8809
8810 -
8811   type: "plot"
8812   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8813   algorithm: "plot_performance_box"
8814   output-file-type: ".html"
8815   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8816   data: "plot-vpp-throughput-latency-3n-hsw"
8817   filter: "'NIC_Intel-X710' and
8818            '64B' and
8819            'ENCAP' and
8820            'NDRPDR' and
8821            '1T1C' and
8822            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8823            not 'DOT1Q' and
8824            not 'VHOST' and
8825            not 'IPSECHW'"
8826   parameters:
8827   - "throughput"
8828   - "parent"
8829   - "tags"
8830   sort:
8831   - "L2BDMACLRN"
8832   - "L2XCFWD"
8833   - "LISP"
8834   traces:
8835     hoverinfo: "x+y"
8836     boxpoints: "outliers"
8837     whiskerwidth: 0
8838   layout:
8839     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8840     layout: "plot-throughput"
8841
8842 -
8843   type: "plot"
8844   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8845   algorithm: "plot_performance_box"
8846   output-file-type: ".html"
8847   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8848   data: "plot-vpp-throughput-latency-3n-hsw"
8849   filter: "'NIC_Intel-X710' and
8850            '64B' and
8851            'ENCAP' and
8852            'NDRPDR' and
8853            '2T2C' and
8854            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
8855            not 'DOT1Q' and
8856            not 'VHOST' and
8857            not 'IPSECHW'"
8858   parameters:
8859   - "throughput"
8860   - "parent"
8861   - "tags"
8862   sort:
8863   - "L2BDMACLRN"
8864   - "L2XCFWD"
8865   - "LISP"
8866   traces:
8867     hoverinfo: "x+y"
8868     boxpoints: "outliers"
8869     whiskerwidth: 0
8870   layout:
8871     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8872     layout: "plot-throughput"
8873
8874 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
8875 -
8876   type: "plot"
8877   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8878   algorithm: "plot_performance_box"
8879   output-file-type: ".html"
8880   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8881   data: "plot-vpp-throughput-latency-3n-skx"
8882   filter: "'NIC_Intel-X710' and
8883            '64B' and
8884            'ENCAP' and
8885            'NDRPDR' and
8886            '2T1C' and
8887            'VXLAN' and
8888            'L2BDMACLRN' and
8889            not 'VHOST' and
8890            not 'IPSECHW'"
8891   parameters:
8892   - "throughput"
8893   - "parent"
8894   - "tags"
8895   sort:
8896   - "not DOT1Q"
8897   - "VXLAN_1"
8898   - "VXLAN_10"
8899   - "VXLAN_100"
8900   - "VXLAN_1000"
8901   traces:
8902     hoverinfo: "x+y"
8903     boxpoints: "outliers"
8904     whiskerwidth: 0
8905   layout:
8906     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
8907     layout: "plot-throughput"
8908
8909 -
8910   type: "plot"
8911   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8912   algorithm: "plot_performance_box"
8913   output-file-type: ".html"
8914   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8915   data: "plot-vpp-throughput-latency-3n-skx"
8916   filter: "'NIC_Intel-X710' and
8917            '64B' and
8918            'ENCAP' and
8919            'NDRPDR' and
8920            '2T1C' and
8921            'VXLAN' and
8922            'L2BDMACLRN' and
8923            not 'VHOST' and
8924            not 'IPSECHW'"
8925   parameters:
8926   - "throughput"
8927   - "parent"
8928   - "tags"
8929   sort:
8930   - "not DOT1Q"
8931   - "VXLAN_1"
8932   - "VXLAN_10"
8933   - "VXLAN_100"
8934   - "VXLAN_1000"
8935   traces:
8936     hoverinfo: "x+y"
8937     boxpoints: "outliers"
8938     whiskerwidth: 0
8939   layout:
8940     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
8941     layout: "plot-throughput"
8942
8943 -
8944   type: "plot"
8945   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8946   algorithm: "plot_performance_box"
8947   output-file-type: ".html"
8948   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8949   data: "plot-vpp-throughput-latency-3n-skx"
8950   filter: "'NIC_Intel-X710' and
8951            '64B' and
8952            'ENCAP' and
8953            'NDRPDR' and
8954            '4T2C' and
8955            'VXLAN' and
8956            'L2BDMACLRN' and
8957            not 'VHOST' and
8958            not 'IPSECHW'"
8959   parameters:
8960   - "throughput"
8961   - "parent"
8962   - "tags"
8963   sort:
8964   - "not DOT1Q"
8965   - "VXLAN_1"
8966   - "VXLAN_10"
8967   - "VXLAN_100"
8968   - "VXLAN_1000"
8969   traces:
8970     hoverinfo: "x+y"
8971     boxpoints: "outliers"
8972     whiskerwidth: 0
8973   layout:
8974     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
8975     layout: "plot-throughput"
8976
8977 -
8978   type: "plot"
8979   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8980   algorithm: "plot_performance_box"
8981   output-file-type: ".html"
8982   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
8983   data: "plot-vpp-throughput-latency-3n-skx"
8984   filter: "'NIC_Intel-X710' and
8985            '64B' and
8986            'ENCAP' and
8987            'NDRPDR' and
8988            '4T2C' and
8989            'VXLAN' and
8990            'L2BDMACLRN' and
8991            not 'VHOST' and
8992            not 'IPSECHW'"
8993   parameters:
8994   - "throughput"
8995   - "parent"
8996   - "tags"
8997   sort:
8998   - "not DOT1Q"
8999   - "VXLAN_1"
9000   - "VXLAN_10"
9001   - "VXLAN_100"
9002   - "VXLAN_1000"
9003   traces:
9004     hoverinfo: "x+y"
9005     boxpoints: "outliers"
9006     whiskerwidth: 0
9007   layout:
9008     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
9009     layout: "plot-throughput"
9010
9011 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
9012 -
9013   type: "plot"
9014   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9015   algorithm: "plot_performance_box"
9016   output-file-type: ".html"
9017   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9018   data: "plot-vpp-throughput-latency-3n-skx"
9019   filter: "'NIC_Intel-X710' and
9020            '64B' and
9021            'ENCAP' and
9022            'NDRPDR' and
9023            '2T1C' and
9024            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9025            not 'DOT1Q' and
9026            not 'VHOST' and
9027            not 'IPSECHW'"
9028   parameters:
9029   - "throughput"
9030   - "parent"
9031   - "tags"
9032   sort:
9033   - "L2BDMACLRN"
9034   - "L2XCFWD"
9035   - "LISP"
9036   traces:
9037     hoverinfo: "x+y"
9038     boxpoints: "outliers"
9039     whiskerwidth: 0
9040   layout:
9041     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
9042     layout: "plot-throughput"
9043
9044 -
9045   type: "plot"
9046   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9047   algorithm: "plot_performance_box"
9048   output-file-type: ".html"
9049   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9050   data: "plot-vpp-throughput-latency-3n-skx"
9051   filter: "'NIC_Intel-X710' and
9052            '64B' and
9053            'ENCAP' and
9054            'NDRPDR' and
9055            '4T2C' and
9056            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9057            not 'DOT1Q' and
9058            not 'VHOST' and
9059            not 'IPSECHW'"
9060   parameters:
9061   - "throughput"
9062   - "parent"
9063   - "tags"
9064   sort:
9065   - "L2BDMACLRN"
9066   - "L2XCFWD"
9067   - "LISP"
9068   traces:
9069     hoverinfo: "x+y"
9070     boxpoints: "outliers"
9071     whiskerwidth: 0
9072   layout:
9073     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9074     layout: "plot-throughput"
9075
9076 -
9077   type: "plot"
9078   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9079   algorithm: "plot_performance_box"
9080   output-file-type: ".html"
9081   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9082   data: "plot-vpp-throughput-latency-3n-skx"
9083   filter: "'NIC_Intel-X710' and
9084            '64B' and
9085            'ENCAP' and
9086            'NDRPDR' and
9087            '2T1C' and
9088            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9089            not 'DOT1Q' and
9090            not 'VHOST' and
9091            not 'IPSECHW'"
9092   parameters:
9093   - "throughput"
9094   - "parent"
9095   - "tags"
9096   sort:
9097   - "L2BDMACLRN"
9098   - "L2XCFWD"
9099   - "LISP"
9100   traces:
9101     hoverinfo: "x+y"
9102     boxpoints: "outliers"
9103     whiskerwidth: 0
9104   layout:
9105     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
9106     layout: "plot-throughput"
9107
9108 -
9109   type: "plot"
9110   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9111   algorithm: "plot_performance_box"
9112   output-file-type: ".html"
9113   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9114   data: "plot-vpp-throughput-latency-3n-skx"
9115   filter: "'NIC_Intel-X710' and
9116            '64B' and
9117            'ENCAP' and
9118            'NDRPDR' and
9119            '4T2C' and
9120            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
9121            not 'DOT1Q' and
9122            not 'VHOST' and
9123            not 'IPSECHW'"
9124   parameters:
9125   - "throughput"
9126   - "parent"
9127   - "tags"
9128   sort:
9129   - "L2BDMACLRN"
9130   - "L2XCFWD"
9131   - "LISP"
9132   traces:
9133     hoverinfo: "x+y"
9134     boxpoints: "outliers"
9135     whiskerwidth: 0
9136   layout:
9137     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9138     layout: "plot-throughput"
9139
9140 ################################################################################
9141
9142 # Packet Throughput - VPP IPv6 3n-hsw-x520
9143 -
9144   type: "plot"
9145   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9146   algorithm: "plot_performance_box"
9147   output-file-type: ".html"
9148   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9149   data: "plot-vpp-throughput-latency-3n-hsw"
9150   filter: "'NIC_Intel-X520-DA2' and
9151            '78B' and
9152            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9153            'NDRPDR' and
9154            '1T1C' and
9155            'IP6FWD' and
9156            not 'SRv6' and
9157            not 'IPSEC' and
9158            not 'VHOST'"
9159   parameters:
9160   - "throughput"
9161   - "parent"
9162   - "tags"
9163   sort:
9164   - "IP6BASE"
9165   - "FIB_20K"
9166   - "FIB_200K"
9167   - "FIB_2M"
9168   traces:
9169     hoverinfo: "x+y"
9170     boxpoints: "outliers"
9171     whiskerwidth: 0
9172   layout:
9173     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
9174     layout: "plot-throughput"
9175
9176 -
9177   type: "plot"
9178   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9179   algorithm: "plot_performance_box"
9180   output-file-type: ".html"
9181   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9182   data: "plot-vpp-throughput-latency-3n-hsw"
9183   filter: "'NIC_Intel-X520-DA2' and
9184            '78B' and
9185            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9186            'NDRPDR' and
9187            '1T1C' and
9188            'IP6FWD' and
9189            not 'SRv6' and
9190            not 'IPSEC' and
9191            not 'VHOST'"
9192   parameters:
9193   - "throughput"
9194   - "parent"
9195   - "tags"
9196   sort:
9197   - "IP6BASE"
9198   - "FIB_20K"
9199   - "FIB_200K"
9200   - "FIB_2M"
9201   traces:
9202     hoverinfo: "x+y"
9203     boxpoints: "outliers"
9204     whiskerwidth: 0
9205   layout:
9206     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
9207     layout: "plot-throughput"
9208
9209 -
9210   type: "plot"
9211   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9212   algorithm: "plot_performance_box"
9213   output-file-type: ".html"
9214   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9215   data: "plot-vpp-throughput-latency-3n-hsw"
9216   filter: "'NIC_Intel-X520-DA2' and
9217            '78B' and
9218            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9219            'NDRPDR' and
9220            '2T2C' and
9221            'IP6FWD' and
9222            not 'SRv6' and
9223            not 'IPSEC' and
9224            not 'VHOST'"
9225   parameters:
9226   - "throughput"
9227   - "parent"
9228   - "tags"
9229   sort:
9230   - "IP6BASE"
9231   - "FIB_20K"
9232   - "FIB_200K"
9233   - "FIB_2M"
9234   traces:
9235     hoverinfo: "x+y"
9236     boxpoints: "outliers"
9237     whiskerwidth: 0
9238   layout:
9239     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
9240     layout: "plot-throughput"
9241
9242 -
9243   type: "plot"
9244   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9245   algorithm: "plot_performance_box"
9246   output-file-type: ".html"
9247   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9248   data: "plot-vpp-throughput-latency-3n-hsw"
9249   filter: "'NIC_Intel-X520-DA2' and
9250            '78B' and
9251            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9252            'NDRPDR' and
9253            '2T2C' and
9254            'IP6FWD' and
9255            not 'SRv6' and
9256            not 'IPSEC' and
9257            not 'VHOST'"
9258   parameters:
9259   - "throughput"
9260   - "parent"
9261   - "tags"
9262   sort:
9263   - "IP6BASE"
9264   - "FIB_20K"
9265   - "FIB_200K"
9266   - "FIB_2M"
9267   traces:
9268     hoverinfo: "x+y"
9269     boxpoints: "outliers"
9270     whiskerwidth: 0
9271   layout:
9272     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
9273     layout: "plot-throughput"
9274
9275 # Packet Throughput - VPP IPv6 3n-hsw-x520 - features
9276 -
9277   type: "plot"
9278   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9279   algorithm: "plot_performance_box"
9280   output-file-type: ".html"
9281   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9282   data: "plot-vpp-throughput-latency-3n-hsw"
9283   filter: "'NIC_Intel-X520-DA2' and
9284            '78B' and
9285            ('IP6BASE' or
9286             'POLICE_MARK' or
9287             'COPWHLIST' or
9288             'IACLDST') and
9289            'NDRPDR' and
9290            '1T1C' and
9291            'IP6FWD' and
9292            not 'SRv6' and
9293            not 'IPSEC' and
9294            not 'VHOST'"
9295   parameters:
9296   - "throughput"
9297   - "parent"
9298   - "tags"
9299   sort:
9300   - "IP6BASE"
9301   - "POLICE_MARK"
9302   - "COPWHLIST"
9303   - "IACLDST"
9304   traces:
9305     hoverinfo: "x+y"
9306     boxpoints: "outliers"
9307     whiskerwidth: 0
9308   layout:
9309     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-ndr"
9310     layout: "plot-throughput"
9311
9312 -
9313   type: "plot"
9314   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9315   algorithm: "plot_performance_box"
9316   output-file-type: ".html"
9317   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9318   data: "plot-vpp-throughput-latency-3n-hsw"
9319   filter: "'NIC_Intel-X520-DA2' and
9320            '78B' and
9321            ('IP6BASE' or
9322             'POLICE_MARK' or
9323             'COPWHLIST' or
9324             'IACLDST') and
9325            'NDRPDR' and
9326            '2T2C' and
9327            'IP6FWD' and
9328            not 'SRv6' and
9329            not 'IPSEC' and
9330            not 'VHOST'"
9331   parameters:
9332   - "throughput"
9333   - "parent"
9334   - "tags"
9335   sort:
9336   - "IP6BASE"
9337   - "POLICE_MARK"
9338   - "COPWHLIST"
9339   - "IACLDST"
9340   traces:
9341     hoverinfo: "x+y"
9342     boxpoints: "outliers"
9343     whiskerwidth: 0
9344   layout:
9345     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-ndr"
9346     layout: "plot-throughput"
9347
9348 -
9349   type: "plot"
9350   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9351   algorithm: "plot_performance_box"
9352   output-file-type: ".html"
9353   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9354   data: "plot-vpp-throughput-latency-3n-hsw"
9355   filter: "'NIC_Intel-X520-DA2' and
9356            '78B' and
9357            ('IP6BASE' or
9358             'POLICE_MARK' or
9359             'COPWHLIST' or
9360             'IACLDST') and
9361            'NDRPDR' and
9362            '1T1C' and
9363            'IP6FWD' and
9364            not 'SRv6' and
9365            not 'IPSEC' and
9366            not 'VHOST'"
9367   parameters:
9368   - "throughput"
9369   - "parent"
9370   - "tags"
9371   sort:
9372   - "IP6BASE"
9373   - "POLICE_MARK"
9374   - "COPWHLIST"
9375   - "IACLDST"
9376   traces:
9377     hoverinfo: "x+y"
9378     boxpoints: "outliers"
9379     whiskerwidth: 0
9380   layout:
9381     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_features-pdr"
9382     layout: "plot-throughput"
9383
9384 -
9385   type: "plot"
9386   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9387   algorithm: "plot_performance_box"
9388   output-file-type: ".html"
9389   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9390   data: "plot-vpp-throughput-latency-3n-hsw"
9391   filter: "'NIC_Intel-X520-DA2' and
9392            '78B' and
9393            ('IP6BASE' or
9394             'POLICE_MARK' or
9395             'COPWHLIST' or
9396             'IACLDST') and
9397            'NDRPDR' and
9398            '2T2C' and
9399            'IP6FWD' and
9400            not 'SRv6' and
9401            not 'IPSEC' and
9402            not 'VHOST'"
9403   parameters:
9404   - "throughput"
9405   - "parent"
9406   - "tags"
9407   sort:
9408   - "IP6BASE"
9409   - "POLICE_MARK"
9410   - "COPWHLIST"
9411   - "IACLDST"
9412   traces:
9413     hoverinfo: "x+y"
9414     boxpoints: "outliers"
9415     whiskerwidth: 0
9416   layout:
9417     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_features-pdr"
9418     layout: "plot-throughput"
9419
9420 # Packet Throughput - VPP IPv6 3n-hsw-x710
9421 -
9422   type: "plot"
9423   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9424   algorithm: "plot_performance_box"
9425   output-file-type: ".html"
9426   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9427   data: "plot-vpp-throughput-latency-3n-hsw"
9428   filter: "'NIC_Intel-X710' and
9429            '78B' and
9430            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9431            'NDRPDR' and
9432            '1T1C' and
9433            'IP6FWD' and
9434            not 'SRv6' and
9435            not 'IPSEC' and
9436            not 'VHOST'"
9437   parameters:
9438   - "throughput"
9439   - "parent"
9440   - "tags"
9441   sort:
9442   - "IP6BASE"
9443   - "FIB_20K"
9444   - "FIB_200K"
9445   - "FIB_2M"
9446   traces:
9447     hoverinfo: "x+y"
9448     boxpoints: "outliers"
9449     whiskerwidth: 0
9450   layout:
9451     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
9452     layout: "plot-throughput"
9453
9454 -
9455   type: "plot"
9456   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9457   algorithm: "plot_performance_box"
9458   output-file-type: ".html"
9459   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9460   data: "plot-vpp-throughput-latency-3n-hsw"
9461   filter: "'NIC_Intel-X710' and
9462            '78B' and
9463            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9464            'NDRPDR' and
9465            '1T1C' and
9466            'IP6FWD' and
9467            not 'SRv6' and
9468            not 'IPSEC' and
9469            not 'VHOST'"
9470   parameters:
9471   - "throughput"
9472   - "parent"
9473   - "tags"
9474   sort:
9475   - "IP6BASE"
9476   - "FIB_20K"
9477   - "FIB_200K"
9478   - "FIB_2M"
9479   traces:
9480     hoverinfo: "x+y"
9481     boxpoints: "outliers"
9482     whiskerwidth: 0
9483   layout:
9484     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
9485     layout: "plot-throughput"
9486
9487 -
9488   type: "plot"
9489   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9490   algorithm: "plot_performance_box"
9491   output-file-type: ".html"
9492   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9493   data: "plot-vpp-throughput-latency-3n-hsw"
9494   filter: "'NIC_Intel-X710' and
9495            '78B' and
9496            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9497            'NDRPDR' and
9498            '2T2C' and
9499            'IP6FWD' and
9500            not 'SRv6' and
9501            not 'IPSEC' and
9502            not 'VHOST'"
9503   parameters:
9504   - "throughput"
9505   - "parent"
9506   - "tags"
9507   sort:
9508   - "IP6BASE"
9509   - "FIB_20K"
9510   - "FIB_200K"
9511   - "FIB_2M"
9512   traces:
9513     hoverinfo: "x+y"
9514     boxpoints: "outliers"
9515     whiskerwidth: 0
9516   layout:
9517     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
9518     layout: "plot-throughput"
9519
9520 -
9521   type: "plot"
9522   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9523   algorithm: "plot_performance_box"
9524   output-file-type: ".html"
9525   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9526   data: "plot-vpp-throughput-latency-3n-hsw"
9527   filter: "'NIC_Intel-X710' and
9528            '78B' and
9529            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9530            'NDRPDR' and
9531            '2T2C' and
9532            'IP6FWD' and
9533            not 'SRv6' and
9534            not 'IPSEC' and
9535            not 'VHOST'"
9536   parameters:
9537   - "throughput"
9538   - "parent"
9539   - "tags"
9540   sort:
9541   - "IP6BASE"
9542   - "FIB_20K"
9543   - "FIB_200K"
9544   - "FIB_2M"
9545   traces:
9546     hoverinfo: "x+y"
9547     boxpoints: "outliers"
9548     whiskerwidth: 0
9549   layout:
9550     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
9551     layout: "plot-throughput"
9552
9553 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
9554 -
9555   type: "plot"
9556   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9557   algorithm: "plot_performance_box"
9558   output-file-type: ".html"
9559   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9560   data: "plot-vpp-throughput-latency-3n-hsw"
9561   filter: "'NIC_Intel-X710' and
9562            '78B' and
9563            ('IP6BASE' or
9564             'POLICE_MARK' or
9565             'COPWHLIST' or
9566             'IACLDST') and
9567            'NDRPDR' and
9568            '1T1C' and
9569            'IP6FWD' and
9570            not 'SRv6' and
9571            not 'IPSEC' and
9572            not 'VHOST'"
9573   parameters:
9574   - "throughput"
9575   - "parent"
9576   - "tags"
9577   sort:
9578   - "IP6BASE"
9579   - "POLICE_MARK"
9580   - "COPWHLIST"
9581   - "IACLDST"
9582   traces:
9583     hoverinfo: "x+y"
9584     boxpoints: "outliers"
9585     whiskerwidth: 0
9586   layout:
9587     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
9588     layout: "plot-throughput"
9589
9590 -
9591   type: "plot"
9592   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9593   algorithm: "plot_performance_box"
9594   output-file-type: ".html"
9595   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9596   data: "plot-vpp-throughput-latency-3n-hsw"
9597   filter: "'NIC_Intel-X710' and
9598            '78B' and
9599            ('IP6BASE' or
9600             'POLICE_MARK' or
9601             'COPWHLIST' or
9602             'IACLDST') and
9603            'NDRPDR' and
9604            '2T2C' and
9605            'IP6FWD' and
9606            not 'SRv6' and
9607            not 'IPSEC' and
9608            not 'VHOST'"
9609   parameters:
9610   - "throughput"
9611   - "parent"
9612   - "tags"
9613   sort:
9614   - "IP6BASE"
9615   - "POLICE_MARK"
9616   - "COPWHLIST"
9617   - "IACLDST"
9618   traces:
9619     hoverinfo: "x+y"
9620     boxpoints: "outliers"
9621     whiskerwidth: 0
9622   layout:
9623     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
9624     layout: "plot-throughput"
9625
9626 -
9627   type: "plot"
9628   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9629   algorithm: "plot_performance_box"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9632   data: "plot-vpp-throughput-latency-3n-hsw"
9633   filter: "'NIC_Intel-X710' and
9634            '78B' and
9635            ('IP6BASE' or
9636             'POLICE_MARK' or
9637             'COPWHLIST' or
9638             'IACLDST') and
9639            'NDRPDR' and
9640            '1T1C' and
9641            'IP6FWD' and
9642            not 'SRv6' and
9643            not 'IPSEC' and
9644            not 'VHOST'"
9645   parameters:
9646   - "throughput"
9647   - "parent"
9648   - "tags"
9649   sort:
9650   - "IP6BASE"
9651   - "POLICE_MARK"
9652   - "COPWHLIST"
9653   - "IACLDST"
9654   traces:
9655     hoverinfo: "x+y"
9656     boxpoints: "outliers"
9657     whiskerwidth: 0
9658   layout:
9659     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
9660     layout: "plot-throughput"
9661
9662 -
9663   type: "plot"
9664   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9665   algorithm: "plot_performance_box"
9666   output-file-type: ".html"
9667   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9668   data: "plot-vpp-throughput-latency-3n-hsw"
9669   filter: "'NIC_Intel-X710' and
9670            '78B' and
9671            ('IP6BASE' or
9672             'POLICE_MARK' or
9673             'COPWHLIST' or
9674             'IACLDST') and
9675            'NDRPDR' and
9676            '2T2C' and
9677            'IP6FWD' and
9678            not 'SRv6' and
9679            not 'IPSEC' and
9680            not 'VHOST'"
9681   parameters:
9682   - "throughput"
9683   - "parent"
9684   - "tags"
9685   sort:
9686   - "IP6BASE"
9687   - "POLICE_MARK"
9688   - "COPWHLIST"
9689   - "IACLDST"
9690   traces:
9691     hoverinfo: "x+y"
9692     boxpoints: "outliers"
9693     whiskerwidth: 0
9694   layout:
9695     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
9696     layout: "plot-throughput"
9697
9698 # Packet Throughput - VPP IPv6 3n-hsw-xl710
9699 -
9700   type: "plot"
9701   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9702   algorithm: "plot_performance_box"
9703   output-file-type: ".html"
9704   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9705   data: "plot-vpp-throughput-latency-3n-hsw"
9706   filter: "'NIC_Intel-XL710' and
9707            '78B' and
9708            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9709            'NDRPDR' and
9710            '1T1C' and
9711            'IP6FWD' and
9712            not 'SRv6' and
9713            not 'IPSEC' and
9714            not 'VHOST'"
9715   parameters:
9716   - "throughput"
9717   - "parent"
9718   - "tags"
9719   sort:
9720   - "IP6BASE"
9721   - "FIB_20K"
9722   - "FIB_200K"
9723   - "FIB_2M"
9724   traces:
9725     hoverinfo: "x+y"
9726     boxpoints: "outliers"
9727     whiskerwidth: 0
9728   layout:
9729     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
9730     layout: "plot-throughput"
9731
9732 -
9733   type: "plot"
9734   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9735   algorithm: "plot_performance_box"
9736   output-file-type: ".html"
9737   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9738   data: "plot-vpp-throughput-latency-3n-hsw"
9739   filter: "'NIC_Intel-XL710' and
9740            '78B' and
9741            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9742            'NDRPDR' and
9743            '1T1C' and
9744            'IP6FWD' and
9745            not 'SRv6' and
9746            not 'IPSEC' and
9747            not 'VHOST'"
9748   parameters:
9749   - "throughput"
9750   - "parent"
9751   - "tags"
9752   sort:
9753   - "IP6BASE"
9754   - "FIB_20K"
9755   - "FIB_200K"
9756   - "FIB_2M"
9757   traces:
9758     hoverinfo: "x+y"
9759     boxpoints: "outliers"
9760     whiskerwidth: 0
9761   layout:
9762     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-pdr"
9763     layout: "plot-throughput"
9764
9765 -
9766   type: "plot"
9767   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9768   algorithm: "plot_performance_box"
9769   output-file-type: ".html"
9770   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9771   data: "plot-vpp-throughput-latency-3n-hsw"
9772   filter: "'NIC_Intel-XL710' and
9773            '78B' and
9774            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9775            'NDRPDR' and
9776            '2T2C' and
9777            'IP6FWD' and
9778            not 'SRv6' and
9779            not 'IPSEC' and
9780            not 'VHOST'"
9781   parameters:
9782   - "throughput"
9783   - "parent"
9784   - "tags"
9785   sort:
9786   - "IP6BASE"
9787   - "FIB_20K"
9788   - "FIB_200K"
9789   - "FIB_2M"
9790   traces:
9791     hoverinfo: "x+y"
9792     boxpoints: "outliers"
9793     whiskerwidth: 0
9794   layout:
9795     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
9796     layout: "plot-throughput"
9797
9798 -
9799   type: "plot"
9800   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9801   algorithm: "plot_performance_box"
9802   output-file-type: ".html"
9803   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9804   data: "plot-vpp-throughput-latency-3n-hsw"
9805   filter: "'NIC_Intel-XL710' and
9806            '78B' and
9807            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9808            'NDRPDR' and
9809            '2T2C' and
9810            'IP6FWD' and
9811            not 'SRv6' and
9812            not 'IPSEC' and
9813            not 'VHOST'"
9814   parameters:
9815   - "throughput"
9816   - "parent"
9817   - "tags"
9818   sort:
9819   - "IP6BASE"
9820   - "FIB_20K"
9821   - "FIB_200K"
9822   - "FIB_2M"
9823   traces:
9824     hoverinfo: "x+y"
9825     boxpoints: "outliers"
9826     whiskerwidth: 0
9827   layout:
9828     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-pdr"
9829     layout: "plot-throughput"
9830
9831 # Packet Throughput - VPP IPv6 3n-skx-x710
9832 -
9833   type: "plot"
9834   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9835   algorithm: "plot_performance_box"
9836   output-file-type: ".html"
9837   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9838   data: "plot-vpp-throughput-latency-3n-skx"
9839   filter: "'NIC_Intel-X710' and
9840            '78B' and
9841            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9842            'NDRPDR' and
9843            '2T1C' and
9844            'IP6FWD' and
9845            not 'SRv6' and
9846            not 'IPSEC' and
9847            not 'VHOST'"
9848   parameters:
9849   - "throughput"
9850   - "parent"
9851   - "tags"
9852   sort:
9853   - "IP6BASE"
9854   - "FIB_20K"
9855   - "FIB_200K"
9856   - "FIB_2M"
9857   traces:
9858     hoverinfo: "x+y"
9859     boxpoints: "outliers"
9860     whiskerwidth: 0
9861   layout:
9862     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
9863     layout: "plot-throughput"
9864
9865 -
9866   type: "plot"
9867   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9868   algorithm: "plot_performance_box"
9869   output-file-type: ".html"
9870   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9871   data: "plot-vpp-throughput-latency-3n-skx"
9872   filter: "'NIC_Intel-X710' and
9873            '78B' and
9874            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9875            'NDRPDR' and
9876            '2T1C' and
9877            'IP6FWD' and
9878            not 'SRv6' and
9879            not 'IPSEC' and
9880            not 'VHOST'"
9881   parameters:
9882   - "throughput"
9883   - "parent"
9884   - "tags"
9885   sort:
9886   - "IP6BASE"
9887   - "FIB_20K"
9888   - "FIB_200K"
9889   - "FIB_2M"
9890   traces:
9891     hoverinfo: "x+y"
9892     boxpoints: "outliers"
9893     whiskerwidth: 0
9894   layout:
9895     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
9896     layout: "plot-throughput"
9897
9898 -
9899   type: "plot"
9900   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9901   algorithm: "plot_performance_box"
9902   output-file-type: ".html"
9903   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9904   data: "plot-vpp-throughput-latency-3n-skx"
9905   filter: "'NIC_Intel-X710' and
9906            '78B' and
9907            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9908            'NDRPDR' and
9909            '4T2C' and
9910            'IP6FWD' and
9911            not 'SRv6' and
9912            not 'IPSEC' and
9913            not 'VHOST'"
9914   parameters:
9915   - "throughput"
9916   - "parent"
9917   - "tags"
9918   sort:
9919   - "IP6BASE"
9920   - "FIB_20K"
9921   - "FIB_200K"
9922   - "FIB_2M"
9923   traces:
9924     hoverinfo: "x+y"
9925     boxpoints: "outliers"
9926     whiskerwidth: 0
9927   layout:
9928     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
9929     layout: "plot-throughput"
9930
9931 -
9932   type: "plot"
9933   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9934   algorithm: "plot_performance_box"
9935   output-file-type: ".html"
9936   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9937   data: "plot-vpp-throughput-latency-3n-skx"
9938   filter: "'NIC_Intel-X710' and
9939            '78B' and
9940            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9941            'NDRPDR' and
9942            '4T2C' and
9943            'IP6FWD' and
9944            not 'SRv6' and
9945            not 'IPSEC' and
9946            not 'VHOST'"
9947   parameters:
9948   - "throughput"
9949   - "parent"
9950   - "tags"
9951   sort:
9952   - "IP6BASE"
9953   - "FIB_20K"
9954   - "FIB_200K"
9955   - "FIB_2M"
9956   traces:
9957     hoverinfo: "x+y"
9958     boxpoints: "outliers"
9959     whiskerwidth: 0
9960   layout:
9961     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
9962     layout: "plot-throughput"
9963
9964 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
9965 -
9966   type: "plot"
9967   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9968   algorithm: "plot_performance_box"
9969   output-file-type: ".html"
9970   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9971   data: "plot-vpp-throughput-latency-3n-skx"
9972   filter: "'NIC_Intel-X710' and
9973            '78B' and
9974            ('IP6BASE' or
9975             'POLICE_MARK' or
9976             'COPWHLIST' or
9977             'IACLDST') and
9978            'NDRPDR' and
9979            '2T1C' and
9980            'IP6FWD' and
9981            not 'SRv6' and
9982            not 'IPSEC' and
9983            not 'VHOST'"
9984   parameters:
9985   - "throughput"
9986   - "parent"
9987   - "tags"
9988   sort:
9989   - "IP6BASE"
9990   - "POLICE_MARK"
9991   - "COPWHLIST"
9992   - "IACLDST"
9993   traces:
9994     hoverinfo: "x+y"
9995     boxpoints: "outliers"
9996     whiskerwidth: 0
9997   layout:
9998     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
9999     layout: "plot-throughput"
10000
10001 -
10002   type: "plot"
10003   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10004   algorithm: "plot_performance_box"
10005   output-file-type: ".html"
10006   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10007   data: "plot-vpp-throughput-latency-3n-hsw"
10008   filter: "'NIC_Intel-X710' and
10009            '78B' and
10010            ('IP6BASE' or
10011             'POLICE_MARK' or
10012             'COPWHLIST' or
10013             'IACLDST') and
10014            'NDRPDR' and
10015            '4T2C' and
10016            'IP6FWD' and
10017            not 'SRv6' and
10018            not 'IPSEC' and
10019            not 'VHOST'"
10020   parameters:
10021   - "throughput"
10022   - "parent"
10023   - "tags"
10024   sort:
10025   - "IP6BASE"
10026   - "POLICE_MARK"
10027   - "COPWHLIST"
10028   - "IACLDST"
10029   traces:
10030     hoverinfo: "x+y"
10031     boxpoints: "outliers"
10032     whiskerwidth: 0
10033   layout:
10034     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
10035     layout: "plot-throughput"
10036
10037 -
10038   type: "plot"
10039   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10040   algorithm: "plot_performance_box"
10041   output-file-type: ".html"
10042   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10043   data: "plot-vpp-throughput-latency-3n-skx"
10044   filter: "'NIC_Intel-X710' and
10045            '78B' and
10046            ('IP6BASE' or
10047             'POLICE_MARK' or
10048             'COPWHLIST' or
10049             'IACLDST') and
10050            'NDRPDR' and
10051            '2T1C' and
10052            'IP6FWD' and
10053            not 'SRv6' and
10054            not 'IPSEC' and
10055            not 'VHOST'"
10056   parameters:
10057   - "throughput"
10058   - "parent"
10059   - "tags"
10060   sort:
10061   - "IP6BASE"
10062   - "POLICE_MARK"
10063   - "COPWHLIST"
10064   - "IACLDST"
10065   traces:
10066     hoverinfo: "x+y"
10067     boxpoints: "outliers"
10068     whiskerwidth: 0
10069   layout:
10070     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
10071     layout: "plot-throughput"
10072
10073 -
10074   type: "plot"
10075   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10076   algorithm: "plot_performance_box"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10079   data: "plot-vpp-throughput-latency-3n-skx"
10080   filter: "'NIC_Intel-X710' and
10081            '78B' and
10082            ('IP6BASE' or
10083             'POLICE_MARK' or
10084             'COPWHLIST' or
10085             'IACLDST') and
10086            'NDRPDR' and
10087            '4T2C' and
10088            'IP6FWD' and
10089            not 'SRv6' and
10090            not 'IPSEC' and
10091            not 'VHOST'"
10092   parameters:
10093   - "throughput"
10094   - "parent"
10095   - "tags"
10096   sort:
10097   - "IP6BASE"
10098   - "POLICE_MARK"
10099   - "COPWHLIST"
10100   - "IACLDST"
10101   traces:
10102     hoverinfo: "x+y"
10103     boxpoints: "outliers"
10104     whiskerwidth: 0
10105   layout:
10106     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
10107     layout: "plot-throughput"
10108
10109 # Packet Throughput - VPP IPv6 2n-skx-x710
10110 -
10111   type: "plot"
10112   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10113   algorithm: "plot_performance_box"
10114   output-file-type: ".html"
10115   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10116   data: "plot-vpp-throughput-latency-2n-skx"
10117   filter: "'NIC_Intel-X710' and
10118            '78B' and
10119            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10120            'NDRPDR' and
10121            '2T1C' and
10122            'IP6FWD' and
10123            not 'SRv6' and
10124            not 'IPSEC' and
10125            not 'VHOST'"
10126   parameters:
10127   - "throughput"
10128   - "parent"
10129   - "tags"
10130   sort:
10131   - "IP6BASE"
10132   - "FIB_20K"
10133   - "FIB_200K"
10134   - "FIB_2M"
10135   traces:
10136     hoverinfo: "x+y"
10137     boxpoints: "outliers"
10138     whiskerwidth: 0
10139   layout:
10140     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
10141     layout: "plot-throughput"
10142
10143 -
10144   type: "plot"
10145   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10146   algorithm: "plot_performance_box"
10147   output-file-type: ".html"
10148   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10149   data: "plot-vpp-throughput-latency-2n-skx"
10150   filter: "'NIC_Intel-X710' and
10151            '78B' and
10152            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10153            'NDRPDR' and
10154            '2T1C' and
10155            'IP6FWD' and
10156            not 'SRv6' and
10157            not 'IPSEC' and
10158            not 'VHOST'"
10159   parameters:
10160   - "throughput"
10161   - "parent"
10162   - "tags"
10163   sort:
10164   - "IP6BASE"
10165   - "FIB_20K"
10166   - "FIB_200K"
10167   - "FIB_2M"
10168   traces:
10169     hoverinfo: "x+y"
10170     boxpoints: "outliers"
10171     whiskerwidth: 0
10172   layout:
10173     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
10174     layout: "plot-throughput"
10175
10176 -
10177   type: "plot"
10178   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10179   algorithm: "plot_performance_box"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10182   data: "plot-vpp-throughput-latency-2n-skx"
10183   filter: "'NIC_Intel-X710' and
10184            '78B' and
10185            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10186            'NDRPDR' and
10187            '4T2C' and
10188            'IP6FWD' and
10189            not 'SRv6' and
10190            not 'IPSEC' and
10191            not 'VHOST'"
10192   parameters:
10193   - "throughput"
10194   - "parent"
10195   - "tags"
10196   sort:
10197   - "IP6BASE"
10198   - "FIB_20K"
10199   - "FIB_200K"
10200   - "FIB_2M"
10201   traces:
10202     hoverinfo: "x+y"
10203     boxpoints: "outliers"
10204     whiskerwidth: 0
10205   layout:
10206     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
10207     layout: "plot-throughput"
10208
10209 -
10210   type: "plot"
10211   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10212   algorithm: "plot_performance_box"
10213   output-file-type: ".html"
10214   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10215   data: "plot-vpp-throughput-latency-2n-skx"
10216   filter: "'NIC_Intel-X710' and
10217            '78B' and
10218            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10219            'NDRPDR' and
10220            '4T2C' and
10221            'IP6FWD' and
10222            not 'SRv6' and
10223            not 'IPSEC' and
10224            not 'VHOST'"
10225   parameters:
10226   - "throughput"
10227   - "parent"
10228   - "tags"
10229   sort:
10230   - "IP6BASE"
10231   - "FIB_20K"
10232   - "FIB_200K"
10233   - "FIB_2M"
10234   traces:
10235     hoverinfo: "x+y"
10236     boxpoints: "outliers"
10237     whiskerwidth: 0
10238   layout:
10239     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
10240     layout: "plot-throughput"
10241
10242 # Packet Throughput - VPP IPv6 2n-skx-xxv710
10243 -
10244   type: "plot"
10245   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10246   algorithm: "plot_performance_box"
10247   output-file-type: ".html"
10248   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10249   data: "plot-vpp-throughput-latency-2n-skx"
10250   filter: "'NIC_Intel-XXV710' and
10251            '78B' and
10252            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10253            'NDRPDR' and
10254            '2T1C' and
10255            'IP6FWD' and
10256            not 'SRv6' and
10257            not 'IPSEC' and
10258            not 'VHOST'"
10259   parameters:
10260   - "throughput"
10261   - "parent"
10262   - "tags"
10263   sort:
10264   - "IP6BASE"
10265   - "FIB_20K"
10266   - "FIB_200K"
10267   - "FIB_2M"
10268   traces:
10269     hoverinfo: "x+y"
10270     boxpoints: "outliers"
10271     whiskerwidth: 0
10272   layout:
10273     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
10274     layout: "plot-throughput"
10275
10276 -
10277   type: "plot"
10278   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10279   algorithm: "plot_performance_box"
10280   output-file-type: ".html"
10281   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10282   data: "plot-vpp-throughput-latency-2n-skx"
10283   filter: "'NIC_Intel-XXV710' and
10284            '78B' and
10285            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10286            'NDRPDR' and
10287            '2T1C' and
10288            'IP6FWD' and
10289            not 'SRv6' and
10290            not 'IPSEC' and
10291            not 'VHOST'"
10292   parameters:
10293   - "throughput"
10294   - "parent"
10295   - "tags"
10296   sort:
10297   - "IP6BASE"
10298   - "FIB_20K"
10299   - "FIB_200K"
10300   - "FIB_2M"
10301   traces:
10302     hoverinfo: "x+y"
10303     boxpoints: "outliers"
10304     whiskerwidth: 0
10305   layout:
10306     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
10307     layout: "plot-throughput"
10308
10309 -
10310   type: "plot"
10311   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10312   algorithm: "plot_performance_box"
10313   output-file-type: ".html"
10314   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10315   data: "plot-vpp-throughput-latency-2n-skx"
10316   filter: "'NIC_Intel-XXV710' and
10317            '78B' and
10318            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10319            'NDRPDR' and
10320            '4T2C' and
10321            'IP6FWD' and
10322            not 'SRv6' and
10323            not 'IPSEC' and
10324            not 'VHOST'"
10325   parameters:
10326   - "throughput"
10327   - "parent"
10328   - "tags"
10329   sort:
10330   - "IP6BASE"
10331   - "FIB_20K"
10332   - "FIB_200K"
10333   - "FIB_2M"
10334   traces:
10335     hoverinfo: "x+y"
10336     boxpoints: "outliers"
10337     whiskerwidth: 0
10338   layout:
10339     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
10340     layout: "plot-throughput"
10341
10342 -
10343   type: "plot"
10344   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10345   algorithm: "plot_performance_box"
10346   output-file-type: ".html"
10347   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10348   data: "plot-vpp-throughput-latency-2n-skx"
10349   filter: "'NIC_Intel-XXV710' and
10350            '78B' and
10351            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10352            'NDRPDR' and
10353            '4T2C' and
10354            'IP6FWD' and
10355            not 'SRv6' and
10356            not 'IPSEC' and
10357            not 'VHOST'"
10358   parameters:
10359   - "throughput"
10360   - "parent"
10361   - "tags"
10362   sort:
10363   - "IP6BASE"
10364   - "FIB_20K"
10365   - "FIB_200K"
10366   - "FIB_2M"
10367   traces:
10368     hoverinfo: "x+y"
10369     boxpoints: "outliers"
10370     whiskerwidth: 0
10371   layout:
10372     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
10373     layout: "plot-throughput"
10374
10375 ################################################################################
10376
10377 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
10378 -
10379   type: "plot"
10380   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10381   algorithm: "plot_performance_box"
10382   output-file-type: ".html"
10383   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10384   data: "plot-vpp-throughput-latency-3n-hsw"
10385   filter: "'NIC_Intel-X520-DA2' and
10386            '78B' and
10387            'ENCAP' and
10388            'NDRPDR' and
10389            '1T1C' and
10390            'LISP' and
10391            not 'VHOST'"
10392   parameters:
10393   - "throughput"
10394   - "parent"
10395   - "tags"
10396   sort:
10397   - "IP4UNRLAY"
10398   - "IP6UNRLAY"
10399   traces:
10400     hoverinfo: "x+y"
10401     boxpoints: "outliers"
10402     whiskerwidth: 0
10403   layout:
10404     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
10405     layout: "plot-throughput"
10406
10407 -
10408   type: "plot"
10409   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10410   algorithm: "plot_performance_box"
10411   output-file-type: ".html"
10412   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10413   data: "plot-vpp-throughput-latency-3n-hsw"
10414   filter: "'NIC_Intel-X520-DA2' and
10415            '78B' and
10416            'ENCAP' and
10417            'NDRPDR' and
10418            '1T1C' and
10419            'LISP' and
10420            not 'VHOST'"
10421   parameters:
10422   - "throughput"
10423   - "parent"
10424   - "tags"
10425   sort:
10426   - "IP4UNRLAY"
10427   - "IP6UNRLAY"
10428   traces:
10429     hoverinfo: "x+y"
10430     boxpoints: "outliers"
10431     whiskerwidth: 0
10432   layout:
10433     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-pdr"
10434     layout: "plot-throughput"
10435
10436 -
10437   type: "plot"
10438   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10439   algorithm: "plot_performance_box"
10440   output-file-type: ".html"
10441   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10442   data: "plot-vpp-throughput-latency-3n-hsw"
10443   filter: "'NIC_Intel-X520-DA2' and
10444            '78B' and
10445            'ENCAP' and
10446            'NDRPDR' and
10447            '2T2C' and
10448            'LISP' and
10449            not 'VHOST'"
10450   parameters:
10451   - "throughput"
10452   - "parent"
10453   - "tags"
10454   sort:
10455   - "IP4UNRLAY"
10456   - "IP6UNRLAY"
10457   traces:
10458     hoverinfo: "x+y"
10459     boxpoints: "outliers"
10460     whiskerwidth: 0
10461   layout:
10462     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
10463     layout: "plot-throughput"
10464
10465 -
10466   type: "plot"
10467   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10468   algorithm: "plot_performance_box"
10469   output-file-type: ".html"
10470   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10471   data: "plot-vpp-throughput-latency-3n-hsw"
10472   filter: "'NIC_Intel-X520-DA2' and
10473            '78B' and
10474            'ENCAP' and
10475            'NDRPDR' and
10476            '2T2C' and
10477            'LISP' and
10478            not 'VHOST'"
10479   parameters:
10480   - "throughput"
10481   - "parent"
10482   - "tags"
10483   sort:
10484   - "IP4UNRLAY"
10485   - "IP6UNRLAY"
10486   traces:
10487     hoverinfo: "x+y"
10488     boxpoints: "outliers"
10489     whiskerwidth: 0
10490   layout:
10491     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-pdr"
10492     layout: "plot-throughput"
10493
10494 ################################################################################
10495
10496 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
10497 -
10498   type: "plot"
10499   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10500   algorithm: "plot_performance_box"
10501   output-file-type: ".html"
10502   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10503   data: "plot-vpp-throughput-latency-3n-hsw"
10504   filter: "'NIC_Intel-XL710' and
10505            '64B' and
10506            'IP4FWD' and
10507            'NDRPDR' and
10508            'BASE' and
10509            '1T1C' and
10510            'IPSECHW' and
10511            ('IPSECTRAN' or 'IPSECTUN') and
10512            not 'VHOST'"
10513   parameters:
10514   - "throughput"
10515   - "parent"
10516   - "tags"
10517   traces:
10518     hoverinfo: "x+y"
10519     boxpoints: "outliers"
10520     whiskerwidth: 0
10521   layout:
10522     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
10523     layout: "plot-throughput"
10524
10525 -
10526   type: "plot"
10527   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10528   algorithm: "plot_performance_box"
10529   output-file-type: ".html"
10530   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10531   data: "plot-vpp-throughput-latency-3n-hsw"
10532   filter: "'NIC_Intel-XL710' and
10533            '64B' and
10534            'IP4FWD' and
10535            'NDRPDR' and
10536            'BASE' and
10537            '1T1C' and
10538            'IPSECHW' and
10539            ('IPSECTRAN' or 'IPSECTUN') and
10540            not 'VHOST'"
10541   parameters:
10542   - "throughput"
10543   - "parent"
10544   - "tags"
10545   traces:
10546     hoverinfo: "x+y"
10547     boxpoints: "outliers"
10548     whiskerwidth: 0
10549   layout:
10550     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
10551     layout: "plot-throughput"
10552
10553 -
10554   type: "plot"
10555   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10556   algorithm: "plot_performance_box"
10557   output-file-type: ".html"
10558   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10559   data: "plot-vpp-throughput-latency-3n-hsw"
10560   filter: "'NIC_Intel-XL710' and
10561            '64B' and
10562            'IP4FWD' and
10563            'NDRPDR' and
10564            'BASE' and
10565            '2T2C' and
10566            'IPSECHW' and
10567            ('IPSECTRAN' or 'IPSECTUN') and
10568            not 'VHOST'"
10569   parameters:
10570   - "throughput"
10571   - "parent"
10572   - "tags"
10573   traces:
10574     hoverinfo: "x+y"
10575     boxpoints: "outliers"
10576     whiskerwidth: 0
10577   layout:
10578     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
10579     layout: "plot-throughput"
10580
10581 -
10582   type: "plot"
10583   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10584   algorithm: "plot_performance_box"
10585   output-file-type: ".html"
10586   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10587   data: "plot-vpp-throughput-latency-3n-hsw"
10588   filter: "'NIC_Intel-XL710' and
10589            '64B' and
10590            'IP4FWD' and
10591            'NDRPDR' and
10592            'BASE' and
10593            '2T2C' and
10594            'IPSECHW' and
10595            ('IPSECTRAN' or 'IPSECTUN') and
10596            not 'VHOST'"
10597   parameters:
10598   - "throughput"
10599   - "parent"
10600   - "tags"
10601   traces:
10602     hoverinfo: "x+y"
10603     boxpoints: "outliers"
10604     whiskerwidth: 0
10605   layout:
10606     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
10607     layout: "plot-throughput"
10608
10609 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
10610 -
10611   type: "plot"
10612   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10613   algorithm: "plot_performance_box"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10616   data: "plot-vpp-throughput-latency-3n-hsw"
10617   filter: "'NIC_Intel-XL710' and
10618            '64B' and
10619            'IP4FWD' and
10620            'NDRPDR' and
10621            'SCALE' and
10622            '1T1C' and
10623            'IPSECHW' and
10624            ('IPSECTRAN' or 'IPSECTUN') and
10625            not 'VHOST'"
10626   parameters:
10627   - "throughput"
10628   - "parent"
10629   - "tags"
10630   traces:
10631     hoverinfo: "x+y"
10632     boxpoints: "outliers"
10633     whiskerwidth: 0
10634   layout:
10635     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
10636     layout: "plot-throughput"
10637
10638 -
10639   type: "plot"
10640   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10641   algorithm: "plot_performance_box"
10642   output-file-type: ".html"
10643   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10644   data: "plot-vpp-throughput-latency-3n-hsw"
10645   filter: "'NIC_Intel-XL710' and
10646            '64B' and
10647            'IP4FWD' and
10648            'NDRPDR' and
10649            'SCALE' and
10650            '1T1C' and
10651            'IPSECHW' and
10652            ('IPSECTRAN' or 'IPSECTUN') and
10653            not 'VHOST'"
10654   parameters:
10655   - "throughput"
10656   - "parent"
10657   - "tags"
10658   traces:
10659     hoverinfo: "x+y"
10660     boxpoints: "outliers"
10661     whiskerwidth: 0
10662   layout:
10663     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
10664     layout: "plot-throughput"
10665
10666 -
10667   type: "plot"
10668   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10669   algorithm: "plot_performance_box"
10670   output-file-type: ".html"
10671   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10672   data: "plot-vpp-throughput-latency-3n-hsw"
10673   filter: "'NIC_Intel-XL710' and
10674            '64B' and
10675            'IP4FWD' and
10676            'NDRPDR' and
10677            'SCALE' and
10678            '2T2C' and
10679            'IPSECHW' and
10680            ('IPSECTRAN' or 'IPSECTUN') and
10681            not 'VHOST'"
10682   parameters:
10683   - "throughput"
10684   - "parent"
10685   - "tags"
10686   traces:
10687     hoverinfo: "x+y"
10688     boxpoints: "outliers"
10689     whiskerwidth: 0
10690   layout:
10691     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
10692     layout: "plot-throughput"
10693
10694 -
10695   type: "plot"
10696   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10697   algorithm: "plot_performance_box"
10698   output-file-type: ".html"
10699   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10700   data: "plot-vpp-throughput-latency-3n-hsw"
10701   filter: "'NIC_Intel-XL710' and
10702            '64B' and
10703            'IP4FWD' and
10704            'NDRPDR' and
10705            'SCALE' and
10706            '2T2C' and
10707            'IPSECHW' and
10708            ('IPSECTRAN' or 'IPSECTUN') and
10709            not 'VHOST'"
10710   parameters:
10711   - "throughput"
10712   - "parent"
10713   - "tags"
10714   traces:
10715     hoverinfo: "x+y"
10716     boxpoints: "outliers"
10717     whiskerwidth: 0
10718   layout:
10719     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
10720     layout: "plot-throughput"
10721
10722 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
10723 -
10724   type: "plot"
10725   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10726   algorithm: "plot_performance_box"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10729   data: "plot-vpp-throughput-latency-3n-hsw"
10730   filter: "'NIC_Intel-XL710' and
10731            '64B' and
10732            'IP4FWD' and
10733            'NDRPDR' and
10734            '1T1C' and
10735            'IPSECSW' and
10736            ('IPSECTRAN' or 'IPSECTUN') and
10737            not 'VHOST'"
10738   parameters:
10739   - "throughput"
10740   - "parent"
10741   - "tags"
10742   traces:
10743     hoverinfo: "x+y"
10744     boxpoints: "outliers"
10745     whiskerwidth: 0
10746   layout:
10747     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
10748     layout: "plot-throughput"
10749
10750 -
10751   type: "plot"
10752   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10753   algorithm: "plot_performance_box"
10754   output-file-type: ".html"
10755   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10756   data: "plot-vpp-throughput-latency-3n-hsw"
10757   filter: "'NIC_Intel-XL710' and
10758            '64B' and
10759            'IP4FWD' and
10760            'NDRPDR' and
10761            '1T1C' and
10762            'IPSECSW' and
10763            ('IPSECTRAN' or 'IPSECTUN') and
10764            not 'VHOST'"
10765   parameters:
10766   - "throughput"
10767   - "parent"
10768   - "tags"
10769   traces:
10770     hoverinfo: "x+y"
10771     boxpoints: "outliers"
10772     whiskerwidth: 0
10773   layout:
10774     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
10775     layout: "plot-throughput"
10776
10777 -
10778   type: "plot"
10779   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10780   algorithm: "plot_performance_box"
10781   output-file-type: ".html"
10782   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10783   data: "plot-vpp-throughput-latency-3n-hsw"
10784   filter: "'NIC_Intel-XL710' and
10785            '64B' and
10786            'IP4FWD' and
10787            'NDRPDR' and
10788            '2T2C' and
10789            'IPSECSW' and
10790            ('IPSECTRAN' or 'IPSECTUN') and
10791            not 'VHOST'"
10792   parameters:
10793   - "throughput"
10794   - "parent"
10795   - "tags"
10796   traces:
10797     hoverinfo: "x+y"
10798     boxpoints: "outliers"
10799     whiskerwidth: 0
10800   layout:
10801     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
10802     layout: "plot-throughput"
10803
10804 -
10805   type: "plot"
10806   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10807   algorithm: "plot_performance_box"
10808   output-file-type: ".html"
10809   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10810   data: "plot-vpp-throughput-latency-3n-hsw"
10811   filter: "'NIC_Intel-XL710' and
10812            '64B' and
10813            'IP4FWD' and
10814            'NDRPDR' and
10815            '2T2C' and
10816            'IPSECSW' and
10817            ('IPSECTRAN' or 'IPSECTUN') and
10818            not 'VHOST'"
10819   parameters:
10820   - "throughput"
10821   - "parent"
10822   - "tags"
10823   traces:
10824     hoverinfo: "x+y"
10825     boxpoints: "outliers"
10826     whiskerwidth: 0
10827   layout:
10828     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
10829     layout: "plot-throughput"
10830
10831 ################################################################################
10832
10833 # Packet Throughput - VPP SRv6 3n-hsw-x520
10834 -
10835   type: "plot"
10836   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10837   algorithm: "plot_performance_box"
10838   output-file-type: ".html"
10839   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10840   data: "plot-vpp-throughput-latency-3n-hsw"
10841   filter: "'NIC_Intel-X520-DA2' and
10842            '78B' and
10843            'FEATURE' and
10844            'NDRPDR' and
10845            '1T1C' and
10846            'IP6FWD' and
10847            'SRv6'"
10848   parameters:
10849   - "throughput"
10850   - "parent"
10851   - "tags"
10852   traces:
10853     hoverinfo: "x+y"
10854     boxpoints: "outliers"
10855     whiskerwidth: 0
10856   layout:
10857     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
10858     layout: "plot-throughput"
10859
10860 -
10861   type: "plot"
10862   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10863   algorithm: "plot_performance_box"
10864   output-file-type: ".html"
10865   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10866   data: "plot-vpp-throughput-latency-3n-hsw"
10867   filter: "'NIC_Intel-X520-DA2' and
10868            '78B' and
10869            'FEATURE' and
10870            'NDRPDR' and
10871            '1T1C' and
10872            'IP6FWD' and
10873            'SRv6'"
10874   parameters:
10875   - "throughput"
10876   - "parent"
10877   - "tags"
10878   traces:
10879     hoverinfo: "x+y"
10880     boxpoints: "outliers"
10881     whiskerwidth: 0
10882   layout:
10883     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
10884     layout: "plot-throughput"
10885
10886 -
10887   type: "plot"
10888   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10889   algorithm: "plot_performance_box"
10890   output-file-type: ".html"
10891   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10892   data: "plot-vpp-throughput-latency-3n-hsw"
10893   filter: "'NIC_Intel-X520-DA2' and
10894            '78B' and
10895            'FEATURE' and
10896            'NDRPDR' and
10897            '2T2C' and
10898            'IP6FWD' and
10899            'SRv6'"
10900   parameters:
10901   - "throughput"
10902   - "parent"
10903   - "tags"
10904   traces:
10905     hoverinfo: "x+y"
10906     boxpoints: "outliers"
10907     whiskerwidth: 0
10908   layout:
10909     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
10910     layout: "plot-throughput"
10911
10912 -
10913   type: "plot"
10914   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10915   algorithm: "plot_performance_box"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10918   data: "plot-vpp-throughput-latency-3n-hsw"
10919   filter: "'NIC_Intel-X520-DA2' and
10920            '78B' and
10921            'FEATURE' and
10922            'NDRPDR' and
10923            '2T2C' and
10924            'IP6FWD' and
10925            'SRv6'"
10926   parameters:
10927   - "throughput"
10928   - "parent"
10929   - "tags"
10930   traces:
10931     hoverinfo: "x+y"
10932     boxpoints: "outliers"
10933     whiskerwidth: 0
10934   layout:
10935     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
10936     layout: "plot-throughput"
10937
10938 ################################################################################
10939
10940 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
10941 -
10942   type: "plot"
10943   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10944   algorithm: "plot_performance_box"
10945   output-file-type: ".html"
10946   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10947   data: "plot-vpp-throughput-latency-3n-hsw"
10948   filter: "'NIC_Intel-X520-DA2' and
10949            '64B' and
10950            'NDRPDR' and
10951            'ETH' and
10952            'IP4FWD' and
10953            '1T1C' and
10954            'VHOST_1024' and
10955            not 'VXLAN' and
10956            not 'DOT1Q'"
10957   parameters:
10958   - "throughput"
10959   - "parent"
10960   - "tags"
10961   sort:
10962   - "not CFS_OPT"
10963   - "1VM"
10964   - "2VM"
10965   traces:
10966     hoverinfo: "x+y"
10967     boxpoints: "outliers"
10968     whiskerwidth: 0
10969   layout:
10970     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
10971     layout: "plot-throughput"
10972
10973 -
10974   type: "plot"
10975   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10976   algorithm: "plot_performance_box"
10977   output-file-type: ".html"
10978   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
10979   data: "plot-vpp-throughput-latency-3n-hsw"
10980   filter: "'NIC_Intel-X520-DA2' and
10981            '64B' and
10982            'NDRPDR' and
10983            'ETH' and
10984            'IP4FWD' and
10985            '2T2C' and
10986            'VHOST_1024' and
10987            not 'VXLAN' and
10988            not 'DOT1Q'"
10989   parameters:
10990   - "throughput"
10991   - "parent"
10992   - "tags"
10993   sort:
10994   - "not CFS_OPT"
10995   - "1VM"
10996   - "2VM"
10997   traces:
10998     hoverinfo: "x+y"
10999     boxpoints: "outliers"
11000     whiskerwidth: 0
11001   layout:
11002     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11003     layout: "plot-throughput"
11004
11005 -
11006   type: "plot"
11007   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11008   algorithm: "plot_performance_box"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11011   data: "plot-vpp-throughput-latency-3n-hsw"
11012   filter: "'NIC_Intel-X520-DA2' and
11013            '64B' and
11014            'NDRPDR' and
11015            'ETH' and
11016            'IP4FWD' and
11017            '1T1C' and
11018            'VHOST_1024' and
11019            not 'VXLAN' and
11020            not 'DOT1Q'"
11021   parameters:
11022   - "throughput"
11023   - "parent"
11024   - "tags"
11025   sort:
11026   - "not CFS_OPT"
11027   - "1VM"
11028   - "2VM"
11029   traces:
11030     hoverinfo: "x+y"
11031     boxpoints: "outliers"
11032     whiskerwidth: 0
11033   layout:
11034     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11035     layout: "plot-throughput"
11036
11037 -
11038   type: "plot"
11039   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11040   algorithm: "plot_performance_box"
11041   output-file-type: ".html"
11042   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11043   data: "plot-vpp-throughput-latency-3n-hsw"
11044   filter: "'NIC_Intel-X520-DA2' and
11045            '64B' and
11046            'NDRPDR' and
11047            'ETH' and
11048            'IP4FWD' and
11049            '2T2C' and
11050            'VHOST_1024' and
11051            not 'VXLAN' and
11052            not 'DOT1Q'"
11053   parameters:
11054   - "throughput"
11055   - "parent"
11056   - "tags"
11057   sort:
11058   - "not CFS_OPT"
11059   - "1VM"
11060   - "2VM"
11061   traces:
11062     hoverinfo: "x+y"
11063     boxpoints: "outliers"
11064     whiskerwidth: 0
11065   layout:
11066     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11067     layout: "plot-throughput"
11068
11069 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520
11070 -
11071   type: "plot"
11072   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11073   algorithm: "plot_performance_box"
11074   output-file-type: ".html"
11075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11076   data: "plot-vpp-throughput-latency-3n-hsw"
11077   filter: "'NIC_Intel-X520-DA2' and
11078            '64B' and
11079            'NDRPDR' and
11080            'ETH' and
11081            '1T1C' and
11082            'L2BDMACLRN' and
11083            'VHOST_1024' and
11084            not 'VXLAN' and
11085            not 'IP4FWD' and
11086            not 'DOT1Q' and
11087            not '2VM'"
11088   parameters:
11089   - "throughput"
11090   - "parent"
11091   - "tags"
11092   sort:
11093   - "VM"  # "not CFS_OPT"
11094   - "CFS_OPT"
11095   - "FIB_10K"
11096   - "FIB_100K"
11097   - "FIB_1M"
11098   traces:
11099     hoverinfo: "x+y"
11100     boxpoints: "outliers"
11101     whiskerwidth: 0
11102   layout:
11103     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
11104     layout: "plot-throughput"
11105
11106 -
11107   type: "plot"
11108   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11109   algorithm: "plot_performance_box"
11110   output-file-type: ".html"
11111   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11112   data: "plot-vpp-throughput-latency-3n-hsw"
11113   filter: "'NIC_Intel-X520-DA2' and
11114            '64B' and
11115            'NDRPDR' and
11116            'ETH' and
11117            '2T2C' and
11118            'L2BDMACLRN' and
11119            'VHOST_1024' and
11120            not 'VXLAN' and
11121            not 'IP4FWD' and
11122            not 'DOT1Q' and
11123            not '2VM'"
11124   parameters:
11125   - "throughput"
11126   - "parent"
11127   - "tags"
11128   sort:
11129   - "VM"  # "not CFS_OPT"
11130   - "CFS_OPT"
11131   - "FIB_10K"
11132   - "FIB_100K"
11133   - "FIB_1M"
11134   traces:
11135     hoverinfo: "x+y"
11136     boxpoints: "outliers"
11137     whiskerwidth: 0
11138   layout:
11139     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
11140     layout: "plot-throughput"
11141
11142 -
11143   type: "plot"
11144   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11145   algorithm: "plot_performance_box"
11146   output-file-type: ".html"
11147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11148   data: "plot-vpp-throughput-latency-3n-hsw"
11149   filter: "'NIC_Intel-X520-DA2' and
11150            '64B' and
11151            'NDRPDR' and
11152            'ETH' and
11153            '1T1C' and
11154            'L2BDMACLRN' and
11155            'VHOST_1024' and
11156            not 'VXLAN' and
11157            not 'IP4FWD' and
11158            not 'DOT1Q' and
11159            not '2VM'"
11160   parameters:
11161   - "throughput"
11162   - "parent"
11163   - "tags"
11164   sort:
11165   - "VM"  # "not CFS_OPT"
11166   - "CFS_OPT"
11167   - "FIB_10K"
11168   - "FIB_100K"
11169   - "FIB_1M"
11170   traces:
11171     hoverinfo: "x+y"
11172     boxpoints: "outliers"
11173     whiskerwidth: 0
11174   layout:
11175     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
11176     layout: "plot-throughput"
11177
11178 -
11179   type: "plot"
11180   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11181   algorithm: "plot_performance_box"
11182   output-file-type: ".html"
11183   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11184   data: "plot-vpp-throughput-latency-3n-hsw"
11185   filter: "'NIC_Intel-X520-DA2' and
11186            '64B' and
11187            'NDRPDR' and
11188            'ETH' and
11189            '2T2C' and
11190            'L2BDMACLRN' and
11191            'VHOST_1024' and
11192            not 'VXLAN' and
11193            not 'IP4FWD' and
11194            not 'DOT1Q' and
11195            not '2VM'"
11196   parameters:
11197   - "throughput"
11198   - "parent"
11199   - "tags"
11200   sort:
11201   - "VM"  # "not CFS_OPT"
11202   - "CFS_OPT"
11203   - "FIB_10K"
11204   - "FIB_100K"
11205   - "FIB_1M"
11206   traces:
11207     hoverinfo: "x+y"
11208     boxpoints: "outliers"
11209     whiskerwidth: 0
11210   layout:
11211     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
11212     layout: "plot-throughput"
11213
11214 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
11215 -
11216   type: "plot"
11217   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11218   algorithm: "plot_performance_box"
11219   output-file-type: ".html"
11220   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11221   data: "plot-vpp-throughput-latency-3n-hsw"
11222   filter: "'NIC_Intel-X520-DA2' and
11223            '64B' and
11224            'NDRPDR' and
11225            'ETH' and
11226            'BASE' and
11227            '1T1C' and
11228            ('L2BDMACLRN' or 'L2XCFWD') and
11229            'VHOST_1024' and
11230            not 'VXLAN' and
11231            not 'IP4FWD' and
11232            not 'DOT1Q' and
11233            not '2VM'"
11234   parameters:
11235   - "throughput"
11236   - "parent"
11237   - "tags"
11238   sort:
11239   - "not CFS_OPT"
11240   - "L2XCFWD"
11241   - "not CFS_OPT"
11242   - "CFS_OPT"
11243   traces:
11244     hoverinfo: "x+y"
11245     boxpoints: "outliers"
11246     whiskerwidth: 0
11247   layout:
11248     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
11249     layout: "plot-throughput"
11250
11251 -
11252   type: "plot"
11253   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11254   algorithm: "plot_performance_box"
11255   output-file-type: ".html"
11256   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-pdr"
11257   data: "plot-vpp-throughput-latency-3n-hsw"
11258   filter: "'NIC_Intel-X520-DA2' and
11259            '64B' and
11260            'NDRPDR' and
11261            'ETH' and
11262            'BASE' and
11263            '1T1C' and
11264            ('L2BDMACLRN' or 'L2XCFWD') and
11265            'VHOST_1024' and
11266            not 'VXLAN' and
11267            not 'IP4FWD' and
11268            not 'DOT1Q' 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' 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 'DOT1Q' and
11305            not '2VM'"
11306   parameters:
11307   - "throughput"
11308   - "parent"
11309   - "tags"
11310   sort:
11311   - "not CFS_OPT"
11312   - "L2XCFWD"
11313   - "not CFS_OPT"
11314   - "CFS_OPT"
11315   traces:
11316     hoverinfo: "x+y"
11317     boxpoints: "outliers"
11318     whiskerwidth: 0
11319   layout:
11320     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
11321     layout: "plot-throughput"
11322
11323 -
11324   type: "plot"
11325   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11326   algorithm: "plot_performance_box"
11327   output-file-type: ".html"
11328   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11329   data: "plot-vpp-throughput-latency-3n-hsw"
11330   filter: "'NIC_Intel-X520-DA2' and
11331            '64B' and
11332            'NDRPDR' and
11333            'ETH' and
11334            'BASE' and
11335            '2T2C' and
11336            ('L2BDMACLRN' or 'L2XCFWD') and
11337            'VHOST_1024' and
11338            not 'VXLAN' and
11339            not 'IP4FWD' and
11340            not 'DOT1Q' and
11341            not '2VM'"
11342   parameters:
11343   - "throughput"
11344   - "parent"
11345   - "tags"
11346   sort:
11347   - "not CFS_OPT"
11348   - "L2XCFWD"
11349   - "not CFS_OPT"
11350   - "CFS_OPT"
11351   traces:
11352     hoverinfo: "x+y"
11353     boxpoints: "outliers"
11354     whiskerwidth: 0
11355   layout:
11356     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-pdr"
11357     layout: "plot-throughput"
11358
11359 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
11360 -
11361   type: "plot"
11362   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11363   algorithm: "plot_performance_box"
11364   output-file-type: ".html"
11365   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11366   data: "plot-vpp-throughput-latency-3n-hsw"
11367   filter: "'NIC_Intel-X520-DA2' and
11368            '64B' and
11369            'NDRPDR' and
11370            'ETH' and
11371            '1T1C' and
11372            ('L2BDMACLRN' or 'L2XCFWD') and
11373            'VHOST_1024' and
11374            not 'CFS_OPT' and
11375            not 'VXLAN' and
11376            not 'IP4FWD' and
11377            not 'DOT1Q'"
11378   parameters:
11379   - "throughput"
11380   - "parent"
11381   - "tags"
11382   sort:
11383   - "1VM"
11384   - "L2XCFWD"
11385   - "1VM"
11386   - "L2BDMACLRN"
11387   traces:
11388     hoverinfo: "x+y"
11389     boxpoints: "outliers"
11390     whiskerwidth: 0
11391   layout:
11392     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
11393     layout: "plot-throughput"
11394
11395 -
11396   type: "plot"
11397   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11398   algorithm: "plot_performance_box"
11399   output-file-type: ".html"
11400   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11401   data: "plot-vpp-throughput-latency-3n-hsw"
11402   filter: "'NIC_Intel-X520-DA2' and
11403            '64B' and
11404            'NDRPDR' and
11405            'ETH' and
11406            '1T1C' and
11407            ('L2BDMACLRN' or 'L2XCFWD') and
11408            'VHOST_1024' and
11409            not 'CFS_OPT' and
11410            not 'VXLAN' and
11411            not 'IP4FWD' and
11412            not 'DOT1Q'"
11413   parameters:
11414   - "throughput"
11415   - "parent"
11416   - "tags"
11417   sort:
11418   - "1VM"
11419   - "L2XCFWD"
11420   - "1VM"
11421   - "L2BDMACLRN"
11422   traces:
11423     hoverinfo: "x+y"
11424     boxpoints: "outliers"
11425     whiskerwidth: 0
11426   layout:
11427     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
11428     layout: "plot-throughput"
11429
11430 -
11431   type: "plot"
11432   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11433   algorithm: "plot_performance_box"
11434   output-file-type: ".html"
11435   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11436   data: "plot-vpp-throughput-latency-3n-hsw"
11437   filter: "'NIC_Intel-X520-DA2' and
11438            '64B' and
11439            'NDRPDR' and
11440            'ETH' and
11441            '2T2C' and
11442            ('L2BDMACLRN' or 'L2XCFWD') and
11443            'VHOST_1024' and
11444            not 'CFS_OPT' and
11445            not 'VXLAN' and
11446            not 'IP4FWD' and
11447            not 'DOT1Q'"
11448   parameters:
11449   - "throughput"
11450   - "parent"
11451   - "tags"
11452   sort:
11453   - "1VM"
11454   - "L2XCFWD"
11455   - "1VM"
11456   - "L2BDMACLRN"
11457   traces:
11458     hoverinfo: "x+y"
11459     boxpoints: "outliers"
11460     whiskerwidth: 0
11461   layout:
11462     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
11463     layout: "plot-throughput"
11464
11465 -
11466   type: "plot"
11467   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11468   algorithm: "plot_performance_box"
11469   output-file-type: ".html"
11470   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11471   data: "plot-vpp-throughput-latency-3n-hsw"
11472   filter: "'NIC_Intel-X520-DA2' and
11473            '64B' and
11474            'NDRPDR' and
11475            'ETH' and
11476            '2T2C' and
11477            ('L2BDMACLRN' or 'L2XCFWD') and
11478            'VHOST_1024' and
11479            not 'CFS_OPT' and
11480            not 'VXLAN' and
11481            not 'IP4FWD' and
11482            not 'DOT1Q'"
11483   parameters:
11484   - "throughput"
11485   - "parent"
11486   - "tags"
11487   sort:
11488   - "1VM"
11489   - "L2XCFWD"
11490   - "1VM"
11491   - "L2BDMACLRN"
11492   traces:
11493     hoverinfo: "x+y"
11494     boxpoints: "outliers"
11495     whiskerwidth: 0
11496   layout:
11497     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
11498     layout: "plot-throughput"
11499
11500 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
11501 -
11502   type: "plot"
11503   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11504   algorithm: "plot_performance_box"
11505   output-file-type: ".html"
11506   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11507   data: "plot-vpp-throughput-latency-3n-hsw"
11508   filter: "'NIC_Intel-X710' and
11509            '64B' and
11510            'NDRPDR' and
11511            'ETH' and
11512            'IP4FWD' and
11513            '1T1C' and
11514            'VHOST_1024' and
11515            not 'VXLAN' and
11516            not 'DOT1Q'"
11517   parameters:
11518   - "throughput"
11519   - "parent"
11520   - "tags"
11521   sort:
11522   - "not CFS_OPT"
11523   - "1VM"
11524   - "2VM"
11525   traces:
11526     hoverinfo: "x+y"
11527     boxpoints: "outliers"
11528     whiskerwidth: 0
11529   layout:
11530     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11531     layout: "plot-throughput"
11532
11533 -
11534   type: "plot"
11535   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11536   algorithm: "plot_performance_box"
11537   output-file-type: ".html"
11538   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11539   data: "plot-vpp-throughput-latency-3n-hsw"
11540   filter: "'NIC_Intel-X710' and
11541            '64B' and
11542            'NDRPDR' and
11543            'ETH' and
11544            'IP4FWD' and
11545            '2T2C' and
11546            'VHOST_1024' and
11547            not 'VXLAN' and
11548            not 'DOT1Q'"
11549   parameters:
11550   - "throughput"
11551   - "parent"
11552   - "tags"
11553   sort:
11554   - "not CFS_OPT"
11555   - "1VM"
11556   - "2VM"
11557   traces:
11558     hoverinfo: "x+y"
11559     boxpoints: "outliers"
11560     whiskerwidth: 0
11561   layout:
11562     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11563     layout: "plot-throughput"
11564
11565 -
11566   type: "plot"
11567   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11568   algorithm: "plot_performance_box"
11569   output-file-type: ".html"
11570   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11571   data: "plot-vpp-throughput-latency-3n-hsw"
11572   filter: "'NIC_Intel-X710' and
11573            '64B' and
11574            'NDRPDR' and
11575            'ETH' and
11576            'IP4FWD' and
11577            '1T1C' and
11578            'VHOST_1024' and
11579            not 'VXLAN' and
11580            not 'DOT1Q'"
11581   parameters:
11582   - "throughput"
11583   - "parent"
11584   - "tags"
11585   sort:
11586   - "not CFS_OPT"
11587   - "1VM"
11588   - "2VM"
11589   traces:
11590     hoverinfo: "x+y"
11591     boxpoints: "outliers"
11592     whiskerwidth: 0
11593   layout:
11594     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11595     layout: "plot-throughput"
11596
11597 -
11598   type: "plot"
11599   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11600   algorithm: "plot_performance_box"
11601   output-file-type: ".html"
11602   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11603   data: "plot-vpp-throughput-latency-3n-hsw"
11604   filter: "'NIC_Intel-X710' and
11605            '64B' and
11606            'NDRPDR' and
11607            'ETH' and
11608            'IP4FWD' and
11609            '2T2C' and
11610            'VHOST_1024' and
11611            not 'VXLAN' and
11612            not 'DOT1Q'"
11613   parameters:
11614   - "throughput"
11615   - "parent"
11616   - "tags"
11617   sort:
11618   - "not CFS_OPT"
11619   - "1VM"
11620   - "2VM"
11621   traces:
11622     hoverinfo: "x+y"
11623     boxpoints: "outliers"
11624     whiskerwidth: 0
11625   layout:
11626     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11627     layout: "plot-throughput"
11628
11629 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710
11630 -
11631   type: "plot"
11632   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11633   algorithm: "plot_performance_box"
11634   output-file-type: ".html"
11635   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11636   data: "plot-vpp-throughput-latency-3n-hsw"
11637   filter: "'NIC_Intel-X710' and
11638            '64B' and
11639            'NDRPDR' and
11640            'ETH' and
11641            '1T1C' and
11642            'L2BDMACLRN' and
11643            'VHOST_1024' and
11644            not 'VXLAN' and
11645            not 'IP4FWD' and
11646            not 'DOT1Q' and
11647            not '2VM'"
11648   parameters:
11649   - "throughput"
11650   - "parent"
11651   - "tags"
11652   sort:
11653   - "VM"  # "not CFS_OPT"
11654   - "CFS_OPT"
11655   - "FIB_10K"
11656   - "FIB_100K"
11657   - "FIB_1M"
11658   traces:
11659     hoverinfo: "x+y"
11660     boxpoints: "outliers"
11661     whiskerwidth: 0
11662   layout:
11663     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
11664     layout: "plot-throughput"
11665
11666 -
11667   type: "plot"
11668   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11669   algorithm: "plot_performance_box"
11670   output-file-type: ".html"
11671   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11672   data: "plot-vpp-throughput-latency-3n-hsw"
11673   filter: "'NIC_Intel-X710' and
11674            '64B' and
11675            'NDRPDR' and
11676            'ETH' and
11677            '2T2C' and
11678            'L2BDMACLRN' and
11679            'VHOST_1024' and
11680            not 'VXLAN' and
11681            not 'IP4FWD' and
11682            not 'DOT1Q' and
11683            not '2VM'"
11684   parameters:
11685   - "throughput"
11686   - "parent"
11687   - "tags"
11688   sort:
11689   - "VM"  # "not CFS_OPT"
11690   - "CFS_OPT"
11691   - "FIB_10K"
11692   - "FIB_100K"
11693   - "FIB_1M"
11694   traces:
11695     hoverinfo: "x+y"
11696     boxpoints: "outliers"
11697     whiskerwidth: 0
11698   layout:
11699     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
11700     layout: "plot-throughput"
11701
11702 -
11703   type: "plot"
11704   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11705   algorithm: "plot_performance_box"
11706   output-file-type: ".html"
11707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11708   data: "plot-vpp-throughput-latency-3n-hsw"
11709   filter: "'NIC_Intel-X710' and
11710            '64B' and
11711            'NDRPDR' and
11712            'ETH' and
11713            '1T1C' and
11714            'L2BDMACLRN' and
11715            'VHOST_1024' and
11716            not 'VXLAN' and
11717            not 'IP4FWD' and
11718            not 'DOT1Q' and
11719            not '2VM'"
11720   parameters:
11721   - "throughput"
11722   - "parent"
11723   - "tags"
11724   sort:
11725   - "VM"  # "not CFS_OPT"
11726   - "CFS_OPT"
11727   - "FIB_10K"
11728   - "FIB_100K"
11729   - "FIB_1M"
11730   traces:
11731     hoverinfo: "x+y"
11732     boxpoints: "outliers"
11733     whiskerwidth: 0
11734   layout:
11735     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
11736     layout: "plot-throughput"
11737
11738 -
11739   type: "plot"
11740   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11741   algorithm: "plot_performance_box"
11742   output-file-type: ".html"
11743   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11744   data: "plot-vpp-throughput-latency-3n-hsw"
11745   filter: "'NIC_Intel-X710' and
11746            '64B' and
11747            'NDRPDR' and
11748            'ETH' and
11749            '2T2C' and
11750            'L2BDMACLRN' and
11751            'VHOST_1024' and
11752            not 'VXLAN' and
11753            not 'IP4FWD' and
11754            not 'DOT1Q' and
11755            not '2VM'"
11756   parameters:
11757   - "throughput"
11758   - "parent"
11759   - "tags"
11760   sort:
11761   - "VM"  # "not CFS_OPT"
11762   - "CFS_OPT"
11763   - "FIB_10K"
11764   - "FIB_100K"
11765   - "FIB_1M"
11766   traces:
11767     hoverinfo: "x+y"
11768     boxpoints: "outliers"
11769     whiskerwidth: 0
11770   layout:
11771     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
11772     layout: "plot-throughput"
11773
11774 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
11775 -
11776   type: "plot"
11777   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11778   algorithm: "plot_performance_box"
11779   output-file-type: ".html"
11780   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11781   data: "plot-vpp-throughput-latency-3n-hsw"
11782   filter: "'NIC_Intel-X710' and
11783            '64B' and
11784            'NDRPDR' and
11785            'ETH' and
11786            'BASE' and
11787            '1T1C' and
11788            ('L2BDMACLRN' or 'L2XCFWD') and
11789            'VHOST_1024' and
11790            not 'VXLAN' and
11791            not 'IP4FWD' and
11792            not 'DOT1Q' and
11793            not '2VM'"
11794   parameters:
11795   - "throughput"
11796   - "parent"
11797   - "tags"
11798   sort:
11799   - "not CFS_OPT"
11800   - "L2XCFWD"
11801   - "not CFS_OPT"
11802   - "CFS_OPT"
11803   traces:
11804     hoverinfo: "x+y"
11805     boxpoints: "outliers"
11806     whiskerwidth: 0
11807   layout:
11808     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
11809     layout: "plot-throughput"
11810
11811 -
11812   type: "plot"
11813   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11814   algorithm: "plot_performance_box"
11815   output-file-type: ".html"
11816   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11817   data: "plot-vpp-throughput-latency-3n-hsw"
11818   filter: "'NIC_Intel-X710' and
11819            '64B' and
11820            'NDRPDR' and
11821            'ETH' and
11822            'BASE' and
11823            '1T1C' and
11824            ('L2BDMACLRN' or 'L2XCFWD') and
11825            'VHOST_1024' and
11826            not 'VXLAN' and
11827            not 'IP4FWD' and
11828            not 'DOT1Q' and
11829            not '2VM'"
11830   parameters:
11831   - "throughput"
11832   - "parent"
11833   - "tags"
11834   sort:
11835   - "not CFS_OPT"
11836   - "L2XCFWD"
11837   - "not CFS_OPT"
11838   - "CFS_OPT"
11839   traces:
11840     hoverinfo: "x+y"
11841     boxpoints: "outliers"
11842     whiskerwidth: 0
11843   layout:
11844     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-pdr"
11845     layout: "plot-throughput"
11846
11847 -
11848   type: "plot"
11849   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11850   algorithm: "plot_performance_box"
11851   output-file-type: ".html"
11852   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11853   data: "plot-vpp-throughput-latency-3n-hsw"
11854   filter: "'NIC_Intel-X710' and
11855            '64B' and
11856            'NDRPDR' and
11857            'ETH' and
11858            'BASE' and
11859            '2T2C' and
11860            ('L2BDMACLRN' or 'L2XCFWD') and
11861            'VHOST_1024' and
11862            not 'VXLAN' and
11863            not 'IP4FWD' and
11864            not 'DOT1Q' and
11865            not '2VM'"
11866   parameters:
11867   - "throughput"
11868   - "parent"
11869   - "tags"
11870   sort:
11871   - "not CFS_OPT"
11872   - "L2XCFWD"
11873   - "not CFS_OPT"
11874   - "CFS_OPT"
11875   traces:
11876     hoverinfo: "x+y"
11877     boxpoints: "outliers"
11878     whiskerwidth: 0
11879   layout:
11880     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
11881     layout: "plot-throughput"
11882
11883 -
11884   type: "plot"
11885   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11886   algorithm: "plot_performance_box"
11887   output-file-type: ".html"
11888   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11889   data: "plot-vpp-throughput-latency-3n-hsw"
11890   filter: "'NIC_Intel-X710' and
11891            '64B' and
11892            'NDRPDR' and
11893            'ETH' and
11894            'BASE' and
11895            '2T2C' and
11896            ('L2BDMACLRN' or 'L2XCFWD') and
11897            'VHOST_1024' and
11898            not 'VXLAN' and
11899            not 'IP4FWD' and
11900            not 'DOT1Q' and
11901            not '2VM'"
11902   parameters:
11903   - "throughput"
11904   - "parent"
11905   - "tags"
11906   sort:
11907   - "not CFS_OPT"
11908   - "L2XCFWD"
11909   - "not CFS_OPT"
11910   - "CFS_OPT"
11911   traces:
11912     hoverinfo: "x+y"
11913     boxpoints: "outliers"
11914     whiskerwidth: 0
11915   layout:
11916     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-pdr"
11917     layout: "plot-throughput"
11918
11919 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
11920 -
11921   type: "plot"
11922   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11923   algorithm: "plot_performance_box"
11924   output-file-type: ".html"
11925   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11926   data: "plot-vpp-throughput-latency-3n-hsw"
11927   filter: "'NIC_Intel-X710' and
11928            '64B' and
11929            'NDRPDR' and
11930            'ETH' and
11931            '1T1C' and
11932            ('L2BDMACLRN' or 'L2XCFWD') and
11933            'VHOST_1024' and
11934            not 'CFS_OPT' and
11935            not 'VXLAN' and
11936            not 'IP4FWD' and
11937            not 'DOT1Q'"
11938   parameters:
11939   - "throughput"
11940   - "parent"
11941   - "tags"
11942   sort:
11943   - "1VM"
11944   - "L2XCFWD"
11945   - "1VM"
11946   - "L2BDMACLRN"
11947   traces:
11948     hoverinfo: "x+y"
11949     boxpoints: "outliers"
11950     whiskerwidth: 0
11951   layout:
11952     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
11953     layout: "plot-throughput"
11954
11955 -
11956   type: "plot"
11957   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11958   algorithm: "plot_performance_box"
11959   output-file-type: ".html"
11960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11961   data: "plot-vpp-throughput-latency-3n-hsw"
11962   filter: "'NIC_Intel-X710' and
11963            '64B' and
11964            'NDRPDR' and
11965            'ETH' and
11966            '1T1C' and
11967            ('L2BDMACLRN' or 'L2XCFWD') and
11968            'VHOST_1024' and
11969            not 'CFS_OPT' and
11970            not 'VXLAN' and
11971            not 'IP4FWD' and
11972            not 'DOT1Q'"
11973   parameters:
11974   - "throughput"
11975   - "parent"
11976   - "tags"
11977   sort:
11978   - "1VM"
11979   - "L2XCFWD"
11980   - "1VM"
11981   - "L2BDMACLRN"
11982   traces:
11983     hoverinfo: "x+y"
11984     boxpoints: "outliers"
11985     whiskerwidth: 0
11986   layout:
11987     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-pdr"
11988     layout: "plot-throughput"
11989
11990 -
11991   type: "plot"
11992   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11993   algorithm: "plot_performance_box"
11994   output-file-type: ".html"
11995   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
11996   data: "plot-vpp-throughput-latency-3n-hsw"
11997   filter: "'NIC_Intel-X710' and
11998            '64B' and
11999            'NDRPDR' and
12000            'ETH' and
12001            '2T2C' and
12002            ('L2BDMACLRN' or 'L2XCFWD') and
12003            'VHOST_1024' and
12004            not 'CFS_OPT' and
12005            not 'VXLAN' and
12006            not 'IP4FWD' and
12007            not 'DOT1Q'"
12008   parameters:
12009   - "throughput"
12010   - "parent"
12011   - "tags"
12012   sort:
12013   - "1VM"
12014   - "L2XCFWD"
12015   - "1VM"
12016   - "L2BDMACLRN"
12017   traces:
12018     hoverinfo: "x+y"
12019     boxpoints: "outliers"
12020     whiskerwidth: 0
12021   layout:
12022     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
12023     layout: "plot-throughput"
12024
12025 -
12026   type: "plot"
12027   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12028   algorithm: "plot_performance_box"
12029   output-file-type: ".html"
12030   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12031   data: "plot-vpp-throughput-latency-3n-hsw"
12032   filter: "'NIC_Intel-X710' and
12033            '64B' and
12034            'NDRPDR' and
12035            'ETH' and
12036            '2T2C' and
12037            ('L2BDMACLRN' or 'L2XCFWD') and
12038            'VHOST_1024' and
12039            not 'CFS_OPT' and
12040            not 'VXLAN' and
12041            not 'IP4FWD' and
12042            not 'DOT1Q'"
12043   parameters:
12044   - "throughput"
12045   - "parent"
12046   - "tags"
12047   sort:
12048   - "1VM"
12049   - "L2XCFWD"
12050   - "1VM"
12051   - "L2BDMACLRN"
12052   traces:
12053     hoverinfo: "x+y"
12054     boxpoints: "outliers"
12055     whiskerwidth: 0
12056   layout:
12057     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-pdr"
12058     layout: "plot-throughput"
12059
12060 # Packet Throughput - VPP vhost ip4 3n-hsw-xl710
12061 -
12062   type: "plot"
12063   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12064   algorithm: "plot_performance_box"
12065   output-file-type: ".html"
12066   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12067   data: "plot-vpp-throughput-latency-3n-hsw"
12068   filter: "'NIC_Intel-XL710' and
12069            '64B' and
12070            'NDRPDR' and
12071            'ETH' and
12072            'IP4FWD' and
12073            '1T1C' and
12074            'VHOST_1024' and
12075            not 'VXLAN' and
12076            not 'DOT1Q'"
12077   parameters:
12078   - "throughput"
12079   - "parent"
12080   - "tags"
12081   sort:
12082   - "not CFS_OPT"
12083   - "1VM"
12084   - "2VM"
12085   traces:
12086     hoverinfo: "x+y"
12087     boxpoints: "outliers"
12088     whiskerwidth: 0
12089   layout:
12090     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12091     layout: "plot-throughput"
12092
12093 -
12094   type: "plot"
12095   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12096   algorithm: "plot_performance_box"
12097   output-file-type: ".html"
12098   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12099   data: "plot-vpp-throughput-latency-3n-hsw"
12100   filter: "'NIC_Intel-XL710' and
12101            '64B' and
12102            'NDRPDR' and
12103            'ETH' and
12104            'IP4FWD' and
12105            '2T2C' and
12106            'VHOST_1024' and
12107            not 'VXLAN' and
12108            not 'DOT1Q'"
12109   parameters:
12110   - "throughput"
12111   - "parent"
12112   - "tags"
12113   sort:
12114   - "not CFS_OPT"
12115   - "1VM"
12116   - "2VM"
12117   traces:
12118     hoverinfo: "x+y"
12119     boxpoints: "outliers"
12120     whiskerwidth: 0
12121   layout:
12122     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12123     layout: "plot-throughput"
12124
12125 -
12126   type: "plot"
12127   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12128   algorithm: "plot_performance_box"
12129   output-file-type: ".html"
12130   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12131   data: "plot-vpp-throughput-latency-3n-hsw"
12132   filter: "'NIC_Intel-XL710' and
12133            '64B' and
12134            'NDRPDR' and
12135            'ETH' and
12136            'IP4FWD' and
12137            '1T1C' and
12138            'VHOST_1024' and
12139            not 'VXLAN' and
12140            not 'DOT1Q'"
12141   parameters:
12142   - "throughput"
12143   - "parent"
12144   - "tags"
12145   sort:
12146   - "not CFS_OPT"
12147   - "1VM"
12148   - "2VM"
12149   traces:
12150     hoverinfo: "x+y"
12151     boxpoints: "outliers"
12152     whiskerwidth: 0
12153   layout:
12154     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12155     layout: "plot-throughput"
12156
12157 -
12158   type: "plot"
12159   title: "VPP Throughput: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12160   algorithm: "plot_performance_box"
12161   output-file-type: ".html"
12162   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12163   data: "plot-vpp-throughput-latency-3n-hsw"
12164   filter: "'NIC_Intel-XL710' and
12165            '64B' and
12166            'NDRPDR' and
12167            'ETH' and
12168            'IP4FWD' and
12169            '2T2C' and
12170            'VHOST_1024' and
12171            not 'VXLAN' and
12172            not 'DOT1Q'"
12173   parameters:
12174   - "throughput"
12175   - "parent"
12176   - "tags"
12177   sort:
12178   - "not CFS_OPT"
12179   - "1VM"
12180   - "2VM"
12181   traces:
12182     hoverinfo: "x+y"
12183     boxpoints: "outliers"
12184     whiskerwidth: 0
12185   layout:
12186     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12187     layout: "plot-throughput"
12188
12189 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710
12190 -
12191   type: "plot"
12192   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12193   algorithm: "plot_performance_box"
12194   output-file-type: ".html"
12195   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12196   data: "plot-vpp-throughput-latency-3n-hsw"
12197   filter: "'NIC_Intel-XL710' and
12198            '64B' and
12199            'NDRPDR' and
12200            'ETH' and
12201            '1T1C' and
12202            'L2BDMACLRN' and
12203            'VHOST_1024' and
12204            not 'VXLAN' and
12205            not 'IP4FWD' and
12206            not 'DOT1Q' and
12207            not '2VM'"
12208   parameters:
12209   - "throughput"
12210   - "parent"
12211   - "tags"
12212   sort:
12213   - "VM"  # "not CFS_OPT"
12214   - "CFS_OPT"
12215   - "FIB_10K"
12216   - "FIB_100K"
12217   - "FIB_1M"
12218   traces:
12219     hoverinfo: "x+y"
12220     boxpoints: "outliers"
12221     whiskerwidth: 0
12222   layout:
12223     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
12224     layout: "plot-throughput"
12225
12226 -
12227   type: "plot"
12228   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12229   algorithm: "plot_performance_box"
12230   output-file-type: ".html"
12231   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12232   data: "plot-vpp-throughput-latency-3n-hsw"
12233   filter: "'NIC_Intel-XL710' and
12234            '64B' and
12235            'NDRPDR' and
12236            'ETH' and
12237            '2T2C' and
12238            'L2BDMACLRN' and
12239            'VHOST_1024' and
12240            not 'VXLAN' and
12241            not 'IP4FWD' and
12242            not 'DOT1Q' and
12243            not '2VM'"
12244   parameters:
12245   - "throughput"
12246   - "parent"
12247   - "tags"
12248   sort:
12249   - "VM"  # "not CFS_OPT"
12250   - "CFS_OPT"
12251   - "FIB_10K"
12252   - "FIB_100K"
12253   - "FIB_1M"
12254   traces:
12255     hoverinfo: "x+y"
12256     boxpoints: "outliers"
12257     whiskerwidth: 0
12258   layout:
12259     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
12260     layout: "plot-throughput"
12261
12262 -
12263   type: "plot"
12264   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12265   algorithm: "plot_performance_box"
12266   output-file-type: ".html"
12267   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12268   data: "plot-vpp-throughput-latency-3n-hsw"
12269   filter: "'NIC_Intel-XL710' and
12270            '64B' and
12271            'NDRPDR' and
12272            'ETH' and
12273            '1T1C' and
12274            'L2BDMACLRN' and
12275            'VHOST_1024' and
12276            not 'VXLAN' and
12277            not 'IP4FWD' and
12278            not 'DOT1Q' and
12279            not '2VM'"
12280   parameters:
12281   - "throughput"
12282   - "parent"
12283   - "tags"
12284   sort:
12285   - "VM"  # "not CFS_OPT"
12286   - "CFS_OPT"
12287   - "FIB_10K"
12288   - "FIB_100K"
12289   - "FIB_1M"
12290   traces:
12291     hoverinfo: "x+y"
12292     boxpoints: "outliers"
12293     whiskerwidth: 0
12294   layout:
12295     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-pdr"
12296     layout: "plot-throughput"
12297
12298 -
12299   type: "plot"
12300   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12301   algorithm: "plot_performance_box"
12302   output-file-type: ".html"
12303   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12304   data: "plot-vpp-throughput-latency-3n-hsw"
12305   filter: "'NIC_Intel-XL710' and
12306            '64B' and
12307            'NDRPDR' and
12308            'ETH' and
12309            '2T2C' and
12310            'L2BDMACLRN' and
12311            'VHOST_1024' and
12312            not 'VXLAN' and
12313            not 'IP4FWD' and
12314            not 'DOT1Q' and
12315            not '2VM'"
12316   parameters:
12317   - "throughput"
12318   - "parent"
12319   - "tags"
12320   sort:
12321   - "VM"  # "not CFS_OPT"
12322   - "CFS_OPT"
12323   - "FIB_10K"
12324   - "FIB_100K"
12325   - "FIB_1M"
12326   traces:
12327     hoverinfo: "x+y"
12328     boxpoints: "outliers"
12329     whiskerwidth: 0
12330   layout:
12331     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-pdr"
12332     layout: "plot-throughput"
12333
12334 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base
12335 -
12336   type: "plot"
12337   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12338   algorithm: "plot_performance_box"
12339   output-file-type: ".html"
12340   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12341   data: "plot-vpp-throughput-latency-3n-hsw"
12342   filter: "'NIC_Intel-XL710' and
12343            '64B' and
12344            'NDRPDR' and
12345            'ETH' and
12346            'BASE' and
12347            '1T1C' and
12348            ('L2BDMACLRN' or 'L2XCFWD') and
12349            'VHOST_1024' and
12350            not 'VXLAN' and
12351            not 'IP4FWD' and
12352            not 'DOT1Q' and
12353            not '2VM'"
12354   parameters:
12355   - "throughput"
12356   - "parent"
12357   - "tags"
12358   sort:
12359   - "not CFS_OPT"
12360   - "L2XCFWD"
12361   - "not CFS_OPT"
12362   - "CFS_OPT"
12363   traces:
12364     hoverinfo: "x+y"
12365     boxpoints: "outliers"
12366     whiskerwidth: 0
12367   layout:
12368     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
12369     layout: "plot-throughput"
12370
12371 -
12372   type: "plot"
12373   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12374   algorithm: "plot_performance_box"
12375   output-file-type: ".html"
12376   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12377   data: "plot-vpp-throughput-latency-3n-hsw"
12378   filter: "'NIC_Intel-XL710' and
12379            '64B' and
12380            'NDRPDR' and
12381            'ETH' and
12382            'BASE' and
12383            '1T1C' and
12384            ('L2BDMACLRN' or 'L2XCFWD') and
12385            'VHOST_1024' and
12386            not 'VXLAN' and
12387            not 'IP4FWD' and
12388            not 'DOT1Q' and
12389            not '2VM'"
12390   parameters:
12391   - "throughput"
12392   - "parent"
12393   - "tags"
12394   sort:
12395   - "not CFS_OPT"
12396   - "L2XCFWD"
12397   - "not CFS_OPT"
12398   - "CFS_OPT"
12399   traces:
12400     hoverinfo: "x+y"
12401     boxpoints: "outliers"
12402     whiskerwidth: 0
12403   layout:
12404     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
12405     layout: "plot-throughput"
12406
12407 -
12408   type: "plot"
12409   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12410   algorithm: "plot_performance_box"
12411   output-file-type: ".html"
12412   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12413   data: "plot-vpp-throughput-latency-3n-hsw"
12414   filter: "'NIC_Intel-XL710' and
12415            '64B' and
12416            'NDRPDR' and
12417            'ETH' and
12418            'BASE' and
12419            '2T2C' and
12420            ('L2BDMACLRN' or 'L2XCFWD') and
12421            'VHOST_1024' and
12422            not 'VXLAN' and
12423            not 'IP4FWD' and
12424            not 'DOT1Q' and
12425            not '2VM'"
12426   parameters:
12427   - "throughput"
12428   - "parent"
12429   - "tags"
12430   sort:
12431   - "not CFS_OPT"
12432   - "L2XCFWD"
12433   - "not CFS_OPT"
12434   - "CFS_OPT"
12435   traces:
12436     hoverinfo: "x+y"
12437     boxpoints: "outliers"
12438     whiskerwidth: 0
12439   layout:
12440     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
12441     layout: "plot-throughput"
12442
12443 -
12444   type: "plot"
12445   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12446   algorithm: "plot_performance_box"
12447   output-file-type: ".html"
12448   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12449   data: "plot-vpp-throughput-latency-3n-hsw"
12450   filter: "'NIC_Intel-XL710' and
12451            '64B' and
12452            'NDRPDR' and
12453            'ETH' and
12454            'BASE' and
12455            '2T2C' and
12456            ('L2BDMACLRN' or 'L2XCFWD') and
12457            'VHOST_1024' and
12458            not 'VXLAN' and
12459            not 'IP4FWD' and
12460            not 'DOT1Q' and
12461            not '2VM'"
12462   parameters:
12463   - "throughput"
12464   - "parent"
12465   - "tags"
12466   sort:
12467   - "not CFS_OPT"
12468   - "L2XCFWD"
12469   - "not CFS_OPT"
12470   - "CFS_OPT"
12471   traces:
12472     hoverinfo: "x+y"
12473     boxpoints: "outliers"
12474     whiskerwidth: 0
12475   layout:
12476     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
12477     layout: "plot-throughput"
12478
12479 # Packet Throughput - VPP vhost l2sw 3n-hsw-xl710 - base vm
12480 -
12481   type: "plot"
12482   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12483   algorithm: "plot_performance_box"
12484   output-file-type: ".html"
12485   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12486   data: "plot-vpp-throughput-latency-3n-hsw"
12487   filter: "'NIC_Intel-XL710' and
12488            '64B' and
12489            'NDRPDR' and
12490            'ETH' and
12491            '1T1C' and
12492            ('L2BDMACLRN' or 'L2XCFWD') and
12493            'VHOST_1024' and
12494            not 'CFS_OPT' and
12495            not 'VXLAN' and
12496            not 'IP4FWD' and
12497            not 'DOT1Q'"
12498   parameters:
12499   - "throughput"
12500   - "parent"
12501   - "tags"
12502   sort:
12503   - "1VM"
12504   - "L2XCFWD"
12505   - "1VM"
12506   - "L2BDMACLRN"
12507   traces:
12508     hoverinfo: "x+y"
12509     boxpoints: "outliers"
12510     whiskerwidth: 0
12511   layout:
12512     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
12513     layout: "plot-throughput"
12514
12515 -
12516   type: "plot"
12517   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12518   algorithm: "plot_performance_box"
12519   output-file-type: ".html"
12520   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12521   data: "plot-vpp-throughput-latency-3n-hsw"
12522   filter: "'NIC_Intel-XL710' and
12523            '64B' and
12524            'NDRPDR' and
12525            'ETH' and
12526            '1T1C' and
12527            ('L2BDMACLRN' or 'L2XCFWD') and
12528            'VHOST_1024' and
12529            not 'CFS_OPT' and
12530            not 'VXLAN' and
12531            not 'IP4FWD' and
12532            not 'DOT1Q'"
12533   parameters:
12534   - "throughput"
12535   - "parent"
12536   - "tags"
12537   sort:
12538   - "1VM"
12539   - "L2XCFWD"
12540   - "1VM"
12541   - "L2BDMACLRN"
12542   traces:
12543     hoverinfo: "x+y"
12544     boxpoints: "outliers"
12545     whiskerwidth: 0
12546   layout:
12547     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-pdr"
12548     layout: "plot-throughput"
12549
12550 -
12551   type: "plot"
12552   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12553   algorithm: "plot_performance_box"
12554   output-file-type: ".html"
12555   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12556   data: "plot-vpp-throughput-latency-3n-hsw"
12557   filter: "'NIC_Intel-XL710' and
12558            '64B' and
12559            'NDRPDR' and
12560            'ETH' and
12561            '2T2C' and
12562            ('L2BDMACLRN' or 'L2XCFWD') and
12563            'VHOST_1024' and
12564            not 'CFS_OPT' and
12565            not 'VXLAN' and
12566            not 'IP4FWD' and
12567            not 'DOT1Q'"
12568   parameters:
12569   - "throughput"
12570   - "parent"
12571   - "tags"
12572   sort:
12573   - "1VM"
12574   - "L2XCFWD"
12575   - "1VM"
12576   - "L2BDMACLRN"
12577   traces:
12578     hoverinfo: "x+y"
12579     boxpoints: "outliers"
12580     whiskerwidth: 0
12581   layout:
12582     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
12583     layout: "plot-throughput"
12584
12585 -
12586   type: "plot"
12587   title: "VPP Throughput: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12588   algorithm: "plot_performance_box"
12589   output-file-type: ".html"
12590   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12591   data: "plot-vpp-throughput-latency-3n-hsw"
12592   filter: "'NIC_Intel-XL710' and
12593            '64B' and
12594            'NDRPDR' and
12595            'ETH' and
12596            '2T2C' and
12597            ('L2BDMACLRN' or 'L2XCFWD') and
12598            'VHOST_1024' and
12599            not 'CFS_OPT' and
12600            not 'VXLAN' and
12601            not 'IP4FWD' and
12602            not 'DOT1Q'"
12603   parameters:
12604   - "throughput"
12605   - "parent"
12606   - "tags"
12607   sort:
12608   - "1VM"
12609   - "L2XCFWD"
12610   - "1VM"
12611   - "L2BDMACLRN"
12612   traces:
12613     hoverinfo: "x+y"
12614     boxpoints: "outliers"
12615     whiskerwidth: 0
12616   layout:
12617     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-pdr"
12618     layout: "plot-throughput"
12619
12620 # Packet Throughput - VPP vhost ip4 3n-skx-x710
12621 -
12622   type: "plot"
12623   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12624   algorithm: "plot_performance_box"
12625   output-file-type: ".html"
12626   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12627   data: "plot-vpp-throughput-latency-3n-skx"
12628   filter: "'NIC_Intel-X710' and
12629            '64B' and
12630            'NDRPDR' and
12631            'ETH' and
12632            'IP4FWD' and
12633            '2T1C' and
12634            'VHOST_1024' and
12635            not 'VXLAN' and
12636            not 'DOT1Q'"
12637   parameters:
12638   - "throughput"
12639   - "parent"
12640   - "tags"
12641   sort:
12642   - "not CFS_OPT"
12643   - "1VM"
12644   - "2VM"
12645   traces:
12646     hoverinfo: "x+y"
12647     boxpoints: "outliers"
12648     whiskerwidth: 0
12649   layout:
12650     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12651     layout: "plot-throughput"
12652
12653 -
12654   type: "plot"
12655   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12656   algorithm: "plot_performance_box"
12657   output-file-type: ".html"
12658   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12659   data: "plot-vpp-throughput-latency-3n-skx"
12660   filter: "'NIC_Intel-X710' and
12661            '64B' and
12662            'NDRPDR' and
12663            'ETH' and
12664            'IP4FWD' and
12665            '4T2C' and
12666            'VHOST_1024' and
12667            not 'VXLAN' and
12668            not 'DOT1Q'"
12669   parameters:
12670   - "throughput"
12671   - "parent"
12672   - "tags"
12673   sort:
12674   - "not CFS_OPT"
12675   - "1VM"
12676   - "2VM"
12677   traces:
12678     hoverinfo: "x+y"
12679     boxpoints: "outliers"
12680     whiskerwidth: 0
12681   layout:
12682     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12683     layout: "plot-throughput"
12684
12685 -
12686   type: "plot"
12687   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12688   algorithm: "plot_performance_box"
12689   output-file-type: ".html"
12690   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12691   data: "plot-vpp-throughput-latency-3n-skx"
12692   filter: "'NIC_Intel-X710' and
12693            '64B' and
12694            'NDRPDR' and
12695            'ETH' and
12696            'IP4FWD' and
12697            '2T1C' and
12698            'VHOST_1024' and
12699            not 'VXLAN' and
12700            not 'DOT1Q'"
12701   parameters:
12702   - "throughput"
12703   - "parent"
12704   - "tags"
12705   sort:
12706   - "not CFS_OPT"
12707   - "1VM"
12708   - "2VM"
12709   traces:
12710     hoverinfo: "x+y"
12711     boxpoints: "outliers"
12712     whiskerwidth: 0
12713   layout:
12714     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12715     layout: "plot-throughput"
12716
12717 -
12718   type: "plot"
12719   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12720   algorithm: "plot_performance_box"
12721   output-file-type: ".html"
12722   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12723   data: "plot-vpp-throughput-latency-3n-skx"
12724   filter: "'NIC_Intel-X710' and
12725            '64B' and
12726            'NDRPDR' and
12727            'ETH' and
12728            'IP4FWD' and
12729            '4T2C' and
12730            'VHOST_1024' and
12731            not 'VXLAN' and
12732            not 'DOT1Q'"
12733   parameters:
12734   - "throughput"
12735   - "parent"
12736   - "tags"
12737   sort:
12738   - "not CFS_OPT"
12739   - "1VM"
12740   - "2VM"
12741   traces:
12742     hoverinfo: "x+y"
12743     boxpoints: "outliers"
12744     whiskerwidth: 0
12745   layout:
12746     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12747     layout: "plot-throughput"
12748
12749 # Packet Throughput - VPP vhost l2sw 3n-skx-x710
12750 -
12751   type: "plot"
12752   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12753   algorithm: "plot_performance_box"
12754   output-file-type: ".html"
12755   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12756   data: "plot-vpp-throughput-latency-3n-skx"
12757   filter: "'NIC_Intel-X710' and
12758            '64B' and
12759            'NDRPDR' and
12760            'ETH' and
12761            '2T1C' and
12762            'L2BDMACLRN' and
12763            'VHOST_1024' and
12764            not 'VXLAN' and
12765            not 'IP4FWD' and
12766            not 'DOT1Q' and
12767            not '2VM'"
12768   parameters:
12769   - "throughput"
12770   - "parent"
12771   - "tags"
12772   sort:
12773   - "VM"  # "not CFS_OPT"
12774   - "CFS_OPT"
12775   - "FIB_10K"
12776   - "FIB_100K"
12777   - "FIB_1M"
12778   traces:
12779     hoverinfo: "x+y"
12780     boxpoints: "outliers"
12781     whiskerwidth: 0
12782   layout:
12783     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12784     layout: "plot-throughput"
12785
12786 -
12787   type: "plot"
12788   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12789   algorithm: "plot_performance_box"
12790   output-file-type: ".html"
12791   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12792   data: "plot-vpp-throughput-latency-3n-skx"
12793   filter: "'NIC_Intel-X710' and
12794            '64B' and
12795            'NDRPDR' and
12796            'ETH' and
12797            '4T2C' and
12798            'L2BDMACLRN' and
12799            'VHOST_1024' and
12800            not 'VXLAN' and
12801            not 'IP4FWD' and
12802            not 'DOT1Q' and
12803            not '2VM'"
12804   parameters:
12805   - "throughput"
12806   - "parent"
12807   - "tags"
12808   sort:
12809   - "VM"  # "not CFS_OPT"
12810   - "CFS_OPT"
12811   - "FIB_10K"
12812   - "FIB_100K"
12813   - "FIB_1M"
12814   traces:
12815     hoverinfo: "x+y"
12816     boxpoints: "outliers"
12817     whiskerwidth: 0
12818   layout:
12819     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12820     layout: "plot-throughput"
12821
12822 -
12823   type: "plot"
12824   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12825   algorithm: "plot_performance_box"
12826   output-file-type: ".html"
12827   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12828   data: "plot-vpp-throughput-latency-3n-skx"
12829   filter: "'NIC_Intel-X710' and
12830            '64B' and
12831            'NDRPDR' and
12832            'ETH' and
12833            '2T1C' and
12834            'L2BDMACLRN' and
12835            'VHOST_1024' and
12836            not 'VXLAN' and
12837            not 'IP4FWD' and
12838            not 'DOT1Q' and
12839            not '2VM'"
12840   parameters:
12841   - "throughput"
12842   - "parent"
12843   - "tags"
12844   sort:
12845   - "VM"  # "not CFS_OPT"
12846   - "CFS_OPT"
12847   - "FIB_10K"
12848   - "FIB_100K"
12849   - "FIB_1M"
12850   traces:
12851     hoverinfo: "x+y"
12852     boxpoints: "outliers"
12853     whiskerwidth: 0
12854   layout:
12855     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12856     layout: "plot-throughput"
12857
12858 -
12859   type: "plot"
12860   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12861   algorithm: "plot_performance_box"
12862   output-file-type: ".html"
12863   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12864   data: "plot-vpp-throughput-latency-3n-skx"
12865   filter: "'NIC_Intel-X710' and
12866            '64B' and
12867            'NDRPDR' and
12868            'ETH' and
12869            '4T2C' and
12870            'L2BDMACLRN' and
12871            'VHOST_1024' and
12872            not 'VXLAN' and
12873            not 'IP4FWD' and
12874            not 'DOT1Q' and
12875            not '2VM'"
12876   parameters:
12877   - "throughput"
12878   - "parent"
12879   - "tags"
12880   sort:
12881   - "VM"  # "not CFS_OPT"
12882   - "CFS_OPT"
12883   - "FIB_10K"
12884   - "FIB_100K"
12885   - "FIB_1M"
12886   traces:
12887     hoverinfo: "x+y"
12888     boxpoints: "outliers"
12889     whiskerwidth: 0
12890   layout:
12891     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12892     layout: "plot-throughput"
12893
12894 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
12895 -
12896   type: "plot"
12897   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12898   algorithm: "plot_performance_box"
12899   output-file-type: ".html"
12900   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12901   data: "plot-vpp-throughput-latency-3n-skx"
12902   filter: "'NIC_Intel-X710' and
12903            '64B' and
12904            'NDRPDR' and
12905            'ETH' and
12906            'BASE' and
12907            '2T1C' and
12908            ('L2BDMACLRN' or 'L2XCFWD') and
12909            'VHOST_1024' and
12910            not 'VXLAN' and
12911            not 'IP4FWD' and
12912            not 'DOT1Q' and
12913            not '2VM'"
12914   parameters:
12915   - "throughput"
12916   - "parent"
12917   - "tags"
12918   sort:
12919   - "not CFS_OPT"
12920   - "L2XCFWD"
12921   - "not CFS_OPT"
12922   - "CFS_OPT"
12923   traces:
12924     hoverinfo: "x+y"
12925     boxpoints: "outliers"
12926     whiskerwidth: 0
12927   layout:
12928     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
12929     layout: "plot-throughput"
12930
12931 -
12932   type: "plot"
12933   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12934   algorithm: "plot_performance_box"
12935   output-file-type: ".html"
12936   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12937   data: "plot-vpp-throughput-latency-3n-skx"
12938   filter: "'NIC_Intel-X710' and
12939            '64B' and
12940            'NDRPDR' and
12941            'ETH' and
12942            'BASE' and
12943            '2T1C' and
12944            ('L2BDMACLRN' or 'L2XCFWD') and
12945            'VHOST_1024' and
12946            not 'VXLAN' and
12947            not 'IP4FWD' and
12948            not 'DOT1Q' and
12949            not '2VM'"
12950   parameters:
12951   - "throughput"
12952   - "parent"
12953   - "tags"
12954   sort:
12955   - "not CFS_OPT"
12956   - "L2XCFWD"
12957   - "not CFS_OPT"
12958   - "CFS_OPT"
12959   traces:
12960     hoverinfo: "x+y"
12961     boxpoints: "outliers"
12962     whiskerwidth: 0
12963   layout:
12964     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-pdr"
12965     layout: "plot-throughput"
12966
12967 -
12968   type: "plot"
12969   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12970   algorithm: "plot_performance_box"
12971   output-file-type: ".html"
12972   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
12973   data: "plot-vpp-throughput-latency-3n-skx"
12974   filter: "'NIC_Intel-X710' and
12975            '64B' and
12976            'NDRPDR' and
12977            'ETH' and
12978            'BASE' and
12979            '4T2C' and
12980            ('L2BDMACLRN' or 'L2XCFWD') and
12981            'VHOST_1024' and
12982            not 'VXLAN' and
12983            not 'IP4FWD' and
12984            not 'DOT1Q' and
12985            not '2VM'"
12986   parameters:
12987   - "throughput"
12988   - "parent"
12989   - "tags"
12990   sort:
12991   - "not CFS_OPT"
12992   - "L2XCFWD"
12993   - "not CFS_OPT"
12994   - "CFS_OPT"
12995   traces:
12996     hoverinfo: "x+y"
12997     boxpoints: "outliers"
12998     whiskerwidth: 0
12999   layout:
13000     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
13001     layout: "plot-throughput"
13002
13003 -
13004   type: "plot"
13005   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13006   algorithm: "plot_performance_box"
13007   output-file-type: ".html"
13008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13009   data: "plot-vpp-throughput-latency-3n-skx"
13010   filter: "'NIC_Intel-X710' and
13011            '64B' and
13012            'NDRPDR' and
13013            'ETH' and
13014            'BASE' and
13015            '4T2C' and
13016            ('L2BDMACLRN' or 'L2XCFWD') and
13017            'VHOST_1024' and
13018            not 'VXLAN' and
13019            not 'IP4FWD' and
13020            not 'DOT1Q' and
13021            not '2VM'"
13022   parameters:
13023   - "throughput"
13024   - "parent"
13025   - "tags"
13026   sort:
13027   - "not CFS_OPT"
13028   - "L2XCFWD"
13029   - "not CFS_OPT"
13030   - "CFS_OPT"
13031   traces:
13032     hoverinfo: "x+y"
13033     boxpoints: "outliers"
13034     whiskerwidth: 0
13035   layout:
13036     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-pdr"
13037     layout: "plot-throughput"
13038
13039 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
13040 -
13041   type: "plot"
13042   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13043   algorithm: "plot_performance_box"
13044   output-file-type: ".html"
13045   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13046   data: "plot-vpp-throughput-latency-3n-skx"
13047   filter: "'NIC_Intel-X710' and
13048            '64B' and
13049            'NDRPDR' and
13050            'ETH' and
13051            '2T1C' and
13052            ('L2BDMACLRN' or 'L2XCFWD') and
13053            'VHOST_1024' and
13054            not 'CFS_OPT' and
13055            not 'VXLAN' and
13056            not 'IP4FWD' and
13057            not 'DOT1Q'"
13058   parameters:
13059   - "throughput"
13060   - "parent"
13061   - "tags"
13062   sort:
13063   - "1VM"
13064   - "L2XCFWD"
13065   - "1VM"
13066   - "L2BDMACLRN"
13067   traces:
13068     hoverinfo: "x+y"
13069     boxpoints: "outliers"
13070     whiskerwidth: 0
13071   layout:
13072     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
13073     layout: "plot-throughput"
13074
13075 -
13076   type: "plot"
13077   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13078   algorithm: "plot_performance_box"
13079   output-file-type: ".html"
13080   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13081   data: "plot-vpp-throughput-latency-3n-skx"
13082   filter: "'NIC_Intel-X710' and
13083            '64B' and
13084            'NDRPDR' and
13085            'ETH' and
13086            '2T1C' and
13087            ('L2BDMACLRN' or 'L2XCFWD') and
13088            'VHOST_1024' and
13089            not 'CFS_OPT' and
13090            not 'VXLAN' and
13091            not 'IP4FWD' and
13092            not 'DOT1Q'"
13093   parameters:
13094   - "throughput"
13095   - "parent"
13096   - "tags"
13097   sort:
13098   - "1VM"
13099   - "L2XCFWD"
13100   - "1VM"
13101   - "L2BDMACLRN"
13102   traces:
13103     hoverinfo: "x+y"
13104     boxpoints: "outliers"
13105     whiskerwidth: 0
13106   layout:
13107     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-pdr"
13108     layout: "plot-throughput"
13109
13110 -
13111   type: "plot"
13112   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13113   algorithm: "plot_performance_box"
13114   output-file-type: ".html"
13115   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13116   data: "plot-vpp-throughput-latency-3n-skx"
13117   filter: "'NIC_Intel-X710' and
13118            '64B' and
13119            'NDRPDR' and
13120            'ETH' and
13121            '4T2C' and
13122            ('L2BDMACLRN' or 'L2XCFWD') and
13123            'VHOST_1024' and
13124            not 'CFS_OPT' and
13125            not 'VXLAN' and
13126            not 'IP4FWD' and
13127            not 'DOT1Q'"
13128   parameters:
13129   - "throughput"
13130   - "parent"
13131   - "tags"
13132   sort:
13133   - "1VM"
13134   - "L2XCFWD"
13135   - "1VM"
13136   - "L2BDMACLRN"
13137   traces:
13138     hoverinfo: "x+y"
13139     boxpoints: "outliers"
13140     whiskerwidth: 0
13141   layout:
13142     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
13143     layout: "plot-throughput"
13144
13145 -
13146   type: "plot"
13147   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13148   algorithm: "plot_performance_box"
13149   output-file-type: ".html"
13150   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13151   data: "plot-vpp-throughput-latency-3n-skx"
13152   filter: "'NIC_Intel-X710' and
13153            '64B' and
13154            'NDRPDR' and
13155            'ETH' and
13156            '4T2C' and
13157            ('L2BDMACLRN' or 'L2XCFWD') and
13158            'VHOST_1024' and
13159            not 'CFS_OPT' and
13160            not 'VXLAN' and
13161            not 'IP4FWD' and
13162            not 'DOT1Q'"
13163   parameters:
13164   - "throughput"
13165   - "parent"
13166   - "tags"
13167   sort:
13168   - "1VM"
13169   - "L2XCFWD"
13170   - "1VM"
13171   - "L2BDMACLRN"
13172   traces:
13173     hoverinfo: "x+y"
13174     boxpoints: "outliers"
13175     whiskerwidth: 0
13176   layout:
13177     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-pdr"
13178     layout: "plot-throughput"
13179
13180 # Packet Throughput - VPP vhost ip4 2n-skx-x710
13181 -
13182   type: "plot"
13183   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13184   algorithm: "plot_performance_box"
13185   output-file-type: ".html"
13186   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13187   data: "plot-vpp-throughput-latency-2n-skx"
13188   filter: "'NIC_Intel-X710' and
13189            '64B' and
13190            'NDRPDR' and
13191            'ETH' and
13192            'IP4FWD' and
13193            '2T1C' and
13194            'VHOST_1024' and
13195            not 'VXLAN' and
13196            not 'DOT1Q'"
13197   parameters:
13198   - "throughput"
13199   - "parent"
13200   - "tags"
13201   sort:
13202   - "not CFS_OPT"
13203   - "1VM"
13204   - "2VM"
13205   traces:
13206     hoverinfo: "x+y"
13207     boxpoints: "outliers"
13208     whiskerwidth: 0
13209   layout:
13210     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13211     layout: "plot-throughput"
13212
13213 -
13214   type: "plot"
13215   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13216   algorithm: "plot_performance_box"
13217   output-file-type: ".html"
13218   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13219   data: "plot-vpp-throughput-latency-2n-skx"
13220   filter: "'NIC_Intel-X710' and
13221            '64B' and
13222            'NDRPDR' and
13223            'ETH' and
13224            'IP4FWD' and
13225            '4T2C' and
13226            'VHOST_1024' and
13227            not 'VXLAN' and
13228            not 'DOT1Q'"
13229   parameters:
13230   - "throughput"
13231   - "parent"
13232   - "tags"
13233   sort:
13234   - "not CFS_OPT"
13235   - "1VM"
13236   - "2VM"
13237   traces:
13238     hoverinfo: "x+y"
13239     boxpoints: "outliers"
13240     whiskerwidth: 0
13241   layout:
13242     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13243     layout: "plot-throughput"
13244
13245 -
13246   type: "plot"
13247   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13248   algorithm: "plot_performance_box"
13249   output-file-type: ".html"
13250   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13251   data: "plot-vpp-throughput-latency-2n-skx"
13252   filter: "'NIC_Intel-X710' and
13253            '64B' and
13254            'NDRPDR' and
13255            'ETH' and
13256            'IP4FWD' and
13257            '2T1C' and
13258            'VHOST_1024' and
13259            not 'VXLAN' and
13260            not 'DOT1Q'"
13261   parameters:
13262   - "throughput"
13263   - "parent"
13264   - "tags"
13265   sort:
13266   - "not CFS_OPT"
13267   - "1VM"
13268   - "2VM"
13269   traces:
13270     hoverinfo: "x+y"
13271     boxpoints: "outliers"
13272     whiskerwidth: 0
13273   layout:
13274     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13275     layout: "plot-throughput"
13276
13277 -
13278   type: "plot"
13279   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13280   algorithm: "plot_performance_box"
13281   output-file-type: ".html"
13282   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13283   data: "plot-vpp-throughput-latency-2n-skx"
13284   filter: "'NIC_Intel-X710' and
13285            '64B' and
13286            'NDRPDR' and
13287            'ETH' and
13288            'IP4FWD' and
13289            '4T2C' and
13290            'VHOST_1024' and
13291            not 'VXLAN' and
13292            not 'DOT1Q'"
13293   parameters:
13294   - "throughput"
13295   - "parent"
13296   - "tags"
13297   sort:
13298   - "not CFS_OPT"
13299   - "1VM"
13300   - "2VM"
13301   traces:
13302     hoverinfo: "x+y"
13303     boxpoints: "outliers"
13304     whiskerwidth: 0
13305   layout:
13306     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13307     layout: "plot-throughput"
13308
13309 # Packet Throughput - VPP vhost l2sw 2n-skx-x710
13310 -
13311   type: "plot"
13312   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13313   algorithm: "plot_performance_box"
13314   output-file-type: ".html"
13315   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13316   data: "plot-vpp-throughput-latency-2n-skx"
13317   filter: "'NIC_Intel-X710' and
13318            '64B' and
13319            'NDRPDR' and
13320            'ETH' and
13321            '2T1C' and
13322            'L2BDMACLRN' and
13323            'VHOST_1024' and
13324            not 'VXLAN' and
13325            not 'IP4FWD' and
13326            not 'DOT1Q' and
13327            not '2VM'"
13328   parameters:
13329   - "throughput"
13330   - "parent"
13331   - "tags"
13332   sort:
13333   - "VM"  # "not CFS_OPT"
13334   - "CFS_OPT"
13335   - "FIB_10K"
13336   - "FIB_100K"
13337   - "FIB_1M"
13338   traces:
13339     hoverinfo: "x+y"
13340     boxpoints: "outliers"
13341     whiskerwidth: 0
13342   layout:
13343     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
13344     layout: "plot-throughput"
13345
13346 -
13347   type: "plot"
13348   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13349   algorithm: "plot_performance_box"
13350   output-file-type: ".html"
13351   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13352   data: "plot-vpp-throughput-latency-2n-skx"
13353   filter: "'NIC_Intel-X710' and
13354            '64B' and
13355            'NDRPDR' and
13356            'ETH' and
13357            '4T2C' and
13358            'L2BDMACLRN' and
13359            'VHOST_1024' and
13360            not 'VXLAN' and
13361            not 'IP4FWD' and
13362            not 'DOT1Q' and
13363            not '2VM'"
13364   parameters:
13365   - "throughput"
13366   - "parent"
13367   - "tags"
13368   sort:
13369   - "VM"  # "not CFS_OPT"
13370   - "CFS_OPT"
13371   - "FIB_10K"
13372   - "FIB_100K"
13373   - "FIB_1M"
13374   traces:
13375     hoverinfo: "x+y"
13376     boxpoints: "outliers"
13377     whiskerwidth: 0
13378   layout:
13379     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
13380     layout: "plot-throughput"
13381
13382 -
13383   type: "plot"
13384   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13385   algorithm: "plot_performance_box"
13386   output-file-type: ".html"
13387   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13388   data: "plot-vpp-throughput-latency-2n-skx"
13389   filter: "'NIC_Intel-X710' and
13390            '64B' and
13391            'NDRPDR' and
13392            'ETH' and
13393            '2T1C' and
13394            'L2BDMACLRN' and
13395            'VHOST_1024' and
13396            not 'VXLAN' and
13397            not 'IP4FWD' and
13398            not 'DOT1Q' and
13399            not '2VM'"
13400   parameters:
13401   - "throughput"
13402   - "parent"
13403   - "tags"
13404   sort:
13405   - "VM"  # "not CFS_OPT"
13406   - "CFS_OPT"
13407   - "FIB_10K"
13408   - "FIB_100K"
13409   - "FIB_1M"
13410   traces:
13411     hoverinfo: "x+y"
13412     boxpoints: "outliers"
13413     whiskerwidth: 0
13414   layout:
13415     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
13416     layout: "plot-throughput"
13417
13418 -
13419   type: "plot"
13420   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13421   algorithm: "plot_performance_box"
13422   output-file-type: ".html"
13423   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13424   data: "plot-vpp-throughput-latency-2n-skx"
13425   filter: "'NIC_Intel-X710' and
13426            '64B' and
13427            'NDRPDR' and
13428            'ETH' and
13429            '4T2C' and
13430            'L2BDMACLRN' and
13431            'VHOST_1024' and
13432            not 'VXLAN' and
13433            not 'IP4FWD' and
13434            not 'DOT1Q' and
13435            not '2VM'"
13436   parameters:
13437   - "throughput"
13438   - "parent"
13439   - "tags"
13440   sort:
13441   - "VM"  # "not CFS_OPT"
13442   - "CFS_OPT"
13443   - "FIB_10K"
13444   - "FIB_100K"
13445   - "FIB_1M"
13446   traces:
13447     hoverinfo: "x+y"
13448     boxpoints: "outliers"
13449     whiskerwidth: 0
13450   layout:
13451     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
13452     layout: "plot-throughput"
13453
13454 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
13455 -
13456   type: "plot"
13457   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13458   algorithm: "plot_performance_box"
13459   output-file-type: ".html"
13460   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13461   data: "plot-vpp-throughput-latency-2n-skx"
13462   filter: "'NIC_Intel-X710' and
13463            '64B' and
13464            'NDRPDR' and
13465            'ETH' and
13466            'BASE' and
13467            '2T1C' and
13468            ('L2BDMACLRN' or 'L2XCFWD') and
13469            'VHOST_1024' and
13470            not 'VXLAN' and
13471            not 'IP4FWD' and
13472            not 'DOT1Q' and
13473            not '2VM'"
13474   parameters:
13475   - "throughput"
13476   - "parent"
13477   - "tags"
13478   sort:
13479   - "not CFS_OPT"
13480   - "L2XCFWD"
13481   - "not CFS_OPT"
13482   - "CFS_OPT"
13483   traces:
13484     hoverinfo: "x+y"
13485     boxpoints: "outliers"
13486     whiskerwidth: 0
13487   layout:
13488     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
13489     layout: "plot-throughput"
13490
13491 -
13492   type: "plot"
13493   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13494   algorithm: "plot_performance_box"
13495   output-file-type: ".html"
13496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13497   data: "plot-vpp-throughput-latency-2n-skx"
13498   filter: "'NIC_Intel-X710' and
13499            '64B' and
13500            'NDRPDR' and
13501            'ETH' and
13502            'BASE' and
13503            '2T1C' and
13504            ('L2BDMACLRN' or 'L2XCFWD') and
13505            'VHOST_1024' and
13506            not 'VXLAN' and
13507            not 'IP4FWD' and
13508            not 'DOT1Q' and
13509            not '2VM'"
13510   parameters:
13511   - "throughput"
13512   - "parent"
13513   - "tags"
13514   sort:
13515   - "not CFS_OPT"
13516   - "L2XCFWD"
13517   - "not CFS_OPT"
13518   - "CFS_OPT"
13519   traces:
13520     hoverinfo: "x+y"
13521     boxpoints: "outliers"
13522     whiskerwidth: 0
13523   layout:
13524     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-pdr"
13525     layout: "plot-throughput"
13526
13527 -
13528   type: "plot"
13529   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13530   algorithm: "plot_performance_box"
13531   output-file-type: ".html"
13532   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13533   data: "plot-vpp-throughput-latency-2n-skx"
13534   filter: "'NIC_Intel-X710' and
13535            '64B' and
13536            'NDRPDR' and
13537            'ETH' and
13538            'BASE' and
13539            '4T2C' and
13540            ('L2BDMACLRN' or 'L2XCFWD') and
13541            'VHOST_1024' and
13542            not 'VXLAN' and
13543            not 'IP4FWD' and
13544            not 'DOT1Q' and
13545            not '2VM'"
13546   parameters:
13547   - "throughput"
13548   - "parent"
13549   - "tags"
13550   sort:
13551   - "not CFS_OPT"
13552   - "L2XCFWD"
13553   - "not CFS_OPT"
13554   - "CFS_OPT"
13555   traces:
13556     hoverinfo: "x+y"
13557     boxpoints: "outliers"
13558     whiskerwidth: 0
13559   layout:
13560     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
13561     layout: "plot-throughput"
13562
13563 -
13564   type: "plot"
13565   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13566   algorithm: "plot_performance_box"
13567   output-file-type: ".html"
13568   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13569   data: "plot-vpp-throughput-latency-2n-skx"
13570   filter: "'NIC_Intel-X710' and
13571            '64B' and
13572            'NDRPDR' and
13573            'ETH' and
13574            'BASE' and
13575            '4T2C' and
13576            ('L2BDMACLRN' or 'L2XCFWD') and
13577            'VHOST_1024' and
13578            not 'VXLAN' and
13579            not 'IP4FWD' and
13580            not 'DOT1Q' and
13581            not '2VM'"
13582   parameters:
13583   - "throughput"
13584   - "parent"
13585   - "tags"
13586   sort:
13587   - "not CFS_OPT"
13588   - "L2XCFWD"
13589   - "not CFS_OPT"
13590   - "CFS_OPT"
13591   traces:
13592     hoverinfo: "x+y"
13593     boxpoints: "outliers"
13594     whiskerwidth: 0
13595   layout:
13596     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-pdr"
13597     layout: "plot-throughput"
13598
13599 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
13600 -
13601   type: "plot"
13602   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
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-ndr"
13606   data: "plot-vpp-throughput-latency-2n-skx"
13607   filter: "'NIC_Intel-X710' and
13608            '64B' and
13609            'NDRPDR' and
13610            'ETH' 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' and
13617            not 'DOT1Q'"
13618   parameters:
13619   - "throughput"
13620   - "parent"
13621   - "tags"
13622   sort:
13623   - "1VM"
13624   - "L2XCFWD"
13625   - "1VM"
13626   - "L2BDMACLRN"
13627   traces:
13628     hoverinfo: "x+y"
13629     boxpoints: "outliers"
13630     whiskerwidth: 0
13631   layout:
13632     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
13633     layout: "plot-throughput"
13634
13635 -
13636   type: "plot"
13637   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13638   algorithm: "plot_performance_box"
13639   output-file-type: ".html"
13640   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13641   data: "plot-vpp-throughput-latency-2n-skx"
13642   filter: "'NIC_Intel-X710' and
13643            '64B' and
13644            'NDRPDR' and
13645            'ETH' and
13646            '2T1C' and
13647            ('L2BDMACLRN' or 'L2XCFWD') and
13648            'VHOST_1024' and
13649            not 'CFS_OPT' and
13650            not 'VXLAN' and
13651            not 'IP4FWD' and
13652            not 'DOT1Q'"
13653   parameters:
13654   - "throughput"
13655   - "parent"
13656   - "tags"
13657   sort:
13658   - "1VM"
13659   - "L2XCFWD"
13660   - "1VM"
13661   - "L2BDMACLRN"
13662   traces:
13663     hoverinfo: "x+y"
13664     boxpoints: "outliers"
13665     whiskerwidth: 0
13666   layout:
13667     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
13668     layout: "plot-throughput"
13669
13670 -
13671   type: "plot"
13672   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13673   algorithm: "plot_performance_box"
13674   output-file-type: ".html"
13675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13676   data: "plot-vpp-throughput-latency-2n-skx"
13677   filter: "'NIC_Intel-X710' and
13678            '64B' and
13679            'NDRPDR' and
13680            'ETH' and
13681            '4T2C' and
13682            ('L2BDMACLRN' or 'L2XCFWD') and
13683            'VHOST_1024' and
13684            not 'CFS_OPT' and
13685            not 'VXLAN' and
13686            not 'IP4FWD' and
13687            not 'DOT1Q'"
13688   parameters:
13689   - "throughput"
13690   - "parent"
13691   - "tags"
13692   sort:
13693   - "1VM"
13694   - "L2XCFWD"
13695   - "1VM"
13696   - "L2BDMACLRN"
13697   traces:
13698     hoverinfo: "x+y"
13699     boxpoints: "outliers"
13700     whiskerwidth: 0
13701   layout:
13702     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
13703     layout: "plot-throughput"
13704
13705 -
13706   type: "plot"
13707   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13708   algorithm: "plot_performance_box"
13709   output-file-type: ".html"
13710   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13711   data: "plot-vpp-throughput-latency-2n-skx"
13712   filter: "'NIC_Intel-X710' and
13713            '64B' and
13714            'NDRPDR' and
13715            'ETH' and
13716            '4T2C' and
13717            ('L2BDMACLRN' or 'L2XCFWD') and
13718            'VHOST_1024' and
13719            not 'CFS_OPT' and
13720            not 'VXLAN' and
13721            not 'IP4FWD' and
13722            not 'DOT1Q'"
13723   parameters:
13724   - "throughput"
13725   - "parent"
13726   - "tags"
13727   sort:
13728   - "1VM"
13729   - "L2XCFWD"
13730   - "1VM"
13731   - "L2BDMACLRN"
13732   traces:
13733     hoverinfo: "x+y"
13734     boxpoints: "outliers"
13735     whiskerwidth: 0
13736   layout:
13737     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
13738     layout: "plot-throughput"
13739
13740 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
13741 -
13742   type: "plot"
13743   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13744   algorithm: "plot_performance_box"
13745   output-file-type: ".html"
13746   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13747   data: "plot-vpp-throughput-latency-2n-skx"
13748   filter: "'NIC_Intel-XXV710' and
13749            '64B' and
13750            'NDRPDR' and
13751            'ETH' and
13752            'IP4FWD' and
13753            '2T1C' and
13754            'VHOST_1024' and
13755            not 'VXLAN' and
13756            not 'DOT1Q'"
13757   parameters:
13758   - "throughput"
13759   - "parent"
13760   - "tags"
13761   sort:
13762   - "not CFS_OPT"
13763   - "1VM"
13764   - "2VM"
13765   traces:
13766     hoverinfo: "x+y"
13767     boxpoints: "outliers"
13768     whiskerwidth: 0
13769   layout:
13770     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13771     layout: "plot-throughput"
13772
13773 -
13774   type: "plot"
13775   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13776   algorithm: "plot_performance_box"
13777   output-file-type: ".html"
13778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13779   data: "plot-vpp-throughput-latency-2n-skx"
13780   filter: "'NIC_Intel-XXV710' and
13781            '64B' and
13782            'NDRPDR' and
13783            'ETH' and
13784            'IP4FWD' and
13785            '4T2C' and
13786            'VHOST_1024' and
13787            not 'VXLAN' and
13788            not 'DOT1Q'"
13789   parameters:
13790   - "throughput"
13791   - "parent"
13792   - "tags"
13793   sort:
13794   - "not CFS_OPT"
13795   - "1VM"
13796   - "2VM"
13797   traces:
13798     hoverinfo: "x+y"
13799     boxpoints: "outliers"
13800     whiskerwidth: 0
13801   layout:
13802     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13803     layout: "plot-throughput"
13804
13805 -
13806   type: "plot"
13807   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13808   algorithm: "plot_performance_box"
13809   output-file-type: ".html"
13810   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13811   data: "plot-vpp-throughput-latency-2n-skx"
13812   filter: "'NIC_Intel-XXV710' and
13813            '64B' and
13814            'NDRPDR' and
13815            'ETH' and
13816            'IP4FWD' and
13817            '2T1C' and
13818            'VHOST_1024' and
13819            not 'VXLAN' and
13820            not 'DOT1Q'"
13821   parameters:
13822   - "throughput"
13823   - "parent"
13824   - "tags"
13825   sort:
13826   - "not CFS_OPT"
13827   - "1VM"
13828   - "2VM"
13829   traces:
13830     hoverinfo: "x+y"
13831     boxpoints: "outliers"
13832     whiskerwidth: 0
13833   layout:
13834     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13835     layout: "plot-throughput"
13836
13837 -
13838   type: "plot"
13839   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13840   algorithm: "plot_performance_box"
13841   output-file-type: ".html"
13842   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13843   data: "plot-vpp-throughput-latency-2n-skx"
13844   filter: "'NIC_Intel-XXV710' and
13845            '64B' and
13846            'NDRPDR' and
13847            'ETH' and
13848            'IP4FWD' and
13849            '4T2C' and
13850            'VHOST_1024' and
13851            not 'VXLAN' and
13852            not 'DOT1Q'"
13853   parameters:
13854   - "throughput"
13855   - "parent"
13856   - "tags"
13857   sort:
13858   - "not CFS_OPT"
13859   - "1VM"
13860   - "2VM"
13861   traces:
13862     hoverinfo: "x+y"
13863     boxpoints: "outliers"
13864     whiskerwidth: 0
13865   layout:
13866     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13867     layout: "plot-throughput"
13868
13869 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710
13870 -
13871   type: "plot"
13872   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13873   algorithm: "plot_performance_box"
13874   output-file-type: ".html"
13875   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13876   data: "plot-vpp-throughput-latency-2n-skx"
13877   filter: "'NIC_Intel-XXV710' and
13878            '64B' and
13879            'NDRPDR' and
13880            'ETH' and
13881            '2T1C' and
13882            'L2BDMACLRN' and
13883            'VHOST_1024' and
13884            not 'VXLAN' and
13885            not 'IP4FWD' and
13886            not 'DOT1Q' and
13887            not '2VM'"
13888   parameters:
13889   - "throughput"
13890   - "parent"
13891   - "tags"
13892   sort:
13893   - "VM"  # "not CFS_OPT"
13894   - "CFS_OPT"
13895   - "FIB_10K"
13896   - "FIB_100K"
13897   - "FIB_1M"
13898   traces:
13899     hoverinfo: "x+y"
13900     boxpoints: "outliers"
13901     whiskerwidth: 0
13902   layout:
13903     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
13904     layout: "plot-throughput"
13905
13906 -
13907   type: "plot"
13908   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13909   algorithm: "plot_performance_box"
13910   output-file-type: ".html"
13911   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13912   data: "plot-vpp-throughput-latency-2n-skx"
13913   filter: "'NIC_Intel-XXV710' and
13914            '64B' and
13915            'NDRPDR' and
13916            'ETH' and
13917            '4T2C' and
13918            'L2BDMACLRN' and
13919            'VHOST_1024' and
13920            not 'VXLAN' and
13921            not 'IP4FWD' and
13922            not 'DOT1Q' and
13923            not '2VM'"
13924   parameters:
13925   - "throughput"
13926   - "parent"
13927   - "tags"
13928   sort:
13929   - "VM"  # "not CFS_OPT"
13930   - "CFS_OPT"
13931   - "FIB_10K"
13932   - "FIB_100K"
13933   - "FIB_1M"
13934   traces:
13935     hoverinfo: "x+y"
13936     boxpoints: "outliers"
13937     whiskerwidth: 0
13938   layout:
13939     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
13940     layout: "plot-throughput"
13941
13942 -
13943   type: "plot"
13944   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13945   algorithm: "plot_performance_box"
13946   output-file-type: ".html"
13947   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13948   data: "plot-vpp-throughput-latency-2n-skx"
13949   filter: "'NIC_Intel-XXV710' and
13950            '64B' and
13951            'NDRPDR' and
13952            'ETH' and
13953            '2T1C' and
13954            'L2BDMACLRN' and
13955            'VHOST_1024' and
13956            not 'VXLAN' and
13957            not 'IP4FWD' and
13958            not 'DOT1Q' and
13959            not '2VM'"
13960   parameters:
13961   - "throughput"
13962   - "parent"
13963   - "tags"
13964   sort:
13965   - "VM"  # "not CFS_OPT"
13966   - "CFS_OPT"
13967   - "FIB_10K"
13968   - "FIB_100K"
13969   - "FIB_1M"
13970   traces:
13971     hoverinfo: "x+y"
13972     boxpoints: "outliers"
13973     whiskerwidth: 0
13974   layout:
13975     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
13976     layout: "plot-throughput"
13977
13978 -
13979   type: "plot"
13980   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13981   algorithm: "plot_performance_box"
13982   output-file-type: ".html"
13983   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
13984   data: "plot-vpp-throughput-latency-2n-skx"
13985   filter: "'NIC_Intel-XXV710' and
13986            '64B' and
13987            'NDRPDR' and
13988            'ETH' and
13989            '4T2C' and
13990            'L2BDMACLRN' and
13991            'VHOST_1024' and
13992            not 'VXLAN' and
13993            not 'IP4FWD' and
13994            not 'DOT1Q' and
13995            not '2VM'"
13996   parameters:
13997   - "throughput"
13998   - "parent"
13999   - "tags"
14000   sort:
14001   - "VM"  # "not CFS_OPT"
14002   - "CFS_OPT"
14003   - "FIB_10K"
14004   - "FIB_100K"
14005   - "FIB_1M"
14006   traces:
14007     hoverinfo: "x+y"
14008     boxpoints: "outliers"
14009     whiskerwidth: 0
14010   layout:
14011     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
14012     layout: "plot-throughput"
14013
14014 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
14015 -
14016   type: "plot"
14017   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14018   algorithm: "plot_performance_box"
14019   output-file-type: ".html"
14020   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14021   data: "plot-vpp-throughput-latency-2n-skx"
14022   filter: "'NIC_Intel-XXV710' and
14023            '64B' and
14024            'NDRPDR' and
14025            'ETH' and
14026            'BASE' and
14027            '2T1C' and
14028            ('L2BDMACLRN' or 'L2XCFWD') and
14029            'VHOST_1024' and
14030            not 'VXLAN' and
14031            not 'IP4FWD' and
14032            not 'DOT1Q' and
14033            not '2VM'"
14034   parameters:
14035   - "throughput"
14036   - "parent"
14037   - "tags"
14038   sort:
14039   - "not CFS_OPT"
14040   - "L2XCFWD"
14041   - "not CFS_OPT"
14042   - "CFS_OPT"
14043   traces:
14044     hoverinfo: "x+y"
14045     boxpoints: "outliers"
14046     whiskerwidth: 0
14047   layout:
14048     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
14049     layout: "plot-throughput"
14050
14051 -
14052   type: "plot"
14053   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14054   algorithm: "plot_performance_box"
14055   output-file-type: ".html"
14056   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14057   data: "plot-vpp-throughput-latency-2n-skx"
14058   filter: "'NIC_Intel-XXV710' and
14059            '64B' and
14060            'NDRPDR' and
14061            'ETH' and
14062            'BASE' and
14063            '2T1C' and
14064            ('L2BDMACLRN' or 'L2XCFWD') and
14065            'VHOST_1024' and
14066            not 'VXLAN' and
14067            not 'IP4FWD' and
14068            not 'DOT1Q' and
14069            not '2VM'"
14070   parameters:
14071   - "throughput"
14072   - "parent"
14073   - "tags"
14074   sort:
14075   - "not CFS_OPT"
14076   - "L2XCFWD"
14077   - "not CFS_OPT"
14078   - "CFS_OPT"
14079   traces:
14080     hoverinfo: "x+y"
14081     boxpoints: "outliers"
14082     whiskerwidth: 0
14083   layout:
14084     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-pdr"
14085     layout: "plot-throughput"
14086
14087 -
14088   type: "plot"
14089   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14090   algorithm: "plot_performance_box"
14091   output-file-type: ".html"
14092   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14093   data: "plot-vpp-throughput-latency-2n-skx"
14094   filter: "'NIC_Intel-XXV710' and
14095            '64B' and
14096            'NDRPDR' and
14097            'ETH' and
14098            'BASE' and
14099            '4T2C' and
14100            ('L2BDMACLRN' or 'L2XCFWD') and
14101            'VHOST_1024' and
14102            not 'VXLAN' and
14103            not 'IP4FWD' and
14104            not 'DOT1Q' and
14105            not '2VM'"
14106   parameters:
14107   - "throughput"
14108   - "parent"
14109   - "tags"
14110   sort:
14111   - "not CFS_OPT"
14112   - "L2XCFWD"
14113   - "not CFS_OPT"
14114   - "CFS_OPT"
14115   traces:
14116     hoverinfo: "x+y"
14117     boxpoints: "outliers"
14118     whiskerwidth: 0
14119   layout:
14120     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
14121     layout: "plot-throughput"
14122
14123 -
14124   type: "plot"
14125   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14126   algorithm: "plot_performance_box"
14127   output-file-type: ".html"
14128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14129   data: "plot-vpp-throughput-latency-2n-skx"
14130   filter: "'NIC_Intel-XXV710' and
14131            '64B' and
14132            'NDRPDR' and
14133            'ETH' and
14134            'BASE' and
14135            '4T2C' and
14136            ('L2BDMACLRN' or 'L2XCFWD') and
14137            'VHOST_1024' and
14138            not 'VXLAN' and
14139            not 'IP4FWD' and
14140            not 'DOT1Q' and
14141            not '2VM'"
14142   parameters:
14143   - "throughput"
14144   - "parent"
14145   - "tags"
14146   sort:
14147   - "not CFS_OPT"
14148   - "L2XCFWD"
14149   - "not CFS_OPT"
14150   - "CFS_OPT"
14151   traces:
14152     hoverinfo: "x+y"
14153     boxpoints: "outliers"
14154     whiskerwidth: 0
14155   layout:
14156     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-pdr"
14157     layout: "plot-throughput"
14158
14159 # Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
14160 -
14161   type: "plot"
14162   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14163   algorithm: "plot_performance_box"
14164   output-file-type: ".html"
14165   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14166   data: "plot-vpp-throughput-latency-2n-skx"
14167   filter: "'NIC_Intel-XXV710' and
14168            '64B' and
14169            'NDRPDR' and
14170            'ETH' and
14171            '2T1C' and
14172            ('L2BDMACLRN' or 'L2XCFWD') and
14173            'VHOST_1024' and
14174            not 'CFS_OPT' and
14175            not 'VXLAN' and
14176            not 'IP4FWD' and
14177            not 'DOT1Q'"
14178   parameters:
14179   - "throughput"
14180   - "parent"
14181   - "tags"
14182   sort:
14183   - "1VM"
14184   - "L2XCFWD"
14185   - "1VM"
14186   - "L2BDMACLRN"
14187   traces:
14188     hoverinfo: "x+y"
14189     boxpoints: "outliers"
14190     whiskerwidth: 0
14191   layout:
14192     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
14193     layout: "plot-throughput"
14194
14195 -
14196   type: "plot"
14197   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14198   algorithm: "plot_performance_box"
14199   output-file-type: ".html"
14200   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14201   data: "plot-vpp-throughput-latency-2n-skx"
14202   filter: "'NIC_Intel-XXV710' and
14203            '64B' and
14204            'NDRPDR' and
14205            'ETH' and
14206            '2T1C' and
14207            ('L2BDMACLRN' or 'L2XCFWD') and
14208            'VHOST_1024' and
14209            not 'CFS_OPT' and
14210            not 'VXLAN' and
14211            not 'IP4FWD' and
14212            not 'DOT1Q'"
14213   parameters:
14214   - "throughput"
14215   - "parent"
14216   - "tags"
14217   sort:
14218   - "1VM"
14219   - "L2XCFWD"
14220   - "1VM"
14221   - "L2BDMACLRN"
14222   traces:
14223     hoverinfo: "x+y"
14224     boxpoints: "outliers"
14225     whiskerwidth: 0
14226   layout:
14227     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
14228     layout: "plot-throughput"
14229
14230 -
14231   type: "plot"
14232   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14233   algorithm: "plot_performance_box"
14234   output-file-type: ".html"
14235   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14236   data: "plot-vpp-throughput-latency-2n-skx"
14237   filter: "'NIC_Intel-XXV710' and
14238            '64B' and
14239            'NDRPDR' and
14240            'ETH' and
14241            '4T2C' and
14242            ('L2BDMACLRN' or 'L2XCFWD') and
14243            'VHOST_1024' and
14244            not 'CFS_OPT' and
14245            not 'VXLAN' and
14246            not 'IP4FWD' and
14247            not 'DOT1Q'"
14248   parameters:
14249   - "throughput"
14250   - "parent"
14251   - "tags"
14252   sort:
14253   - "1VM"
14254   - "L2XCFWD"
14255   - "1VM"
14256   - "L2BDMACLRN"
14257   traces:
14258     hoverinfo: "x+y"
14259     boxpoints: "outliers"
14260     whiskerwidth: 0
14261   layout:
14262     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
14263     layout: "plot-throughput"
14264
14265 -
14266   type: "plot"
14267   title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14268   algorithm: "plot_performance_box"
14269   output-file-type: ".html"
14270   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14271   data: "plot-vpp-throughput-latency-2n-skx"
14272   filter: "'NIC_Intel-XXV710' and
14273            '64B' and
14274            'NDRPDR' and
14275            'ETH' and
14276            '4T2C' and
14277            ('L2BDMACLRN' or 'L2XCFWD') and
14278            'VHOST_1024' and
14279            not 'CFS_OPT' and
14280            not 'VXLAN' and
14281            not 'IP4FWD' and
14282            not 'DOT1Q'"
14283   parameters:
14284   - "throughput"
14285   - "parent"
14286   - "tags"
14287   sort:
14288   - "1VM"
14289   - "L2XCFWD"
14290   - "1VM"
14291   - "L2BDMACLRN"
14292   traces:
14293     hoverinfo: "x+y"
14294     boxpoints: "outliers"
14295     whiskerwidth: 0
14296   layout:
14297     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
14298     layout: "plot-throughput"
14299
14300 ################################################################################
14301
14302 # Packet Throughput - VPP VTS 3n-hsw-x520
14303 -
14304   type: "plot"
14305   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
14306   algorithm: "plot_performance_box"
14307   output-file-type: ".html"
14308   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
14309   data: "plot-vpp-throughput-latency-3n-hsw"
14310   filter: "'NIC_Intel-X520-DA2' and
14311            '114B' and
14312            'NDRPDR' and
14313            '1T1C' and
14314            'VTS'"
14315   parameters:
14316   - "throughput"
14317   - "parent"
14318   - "tags"
14319   traces:
14320     hoverinfo: "x+y"
14321     boxpoints: "outliers"
14322     whiskerwidth: 0
14323   layout:
14324     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
14325     layout: "plot-throughput"
14326
14327 -
14328   type: "plot"
14329   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
14330   algorithm: "plot_performance_box"
14331   output-file-type: ".html"
14332   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
14333   data: "plot-vpp-throughput-latency-3n-hsw"
14334   filter: "'NIC_Intel-X520-DA2' and
14335            '114B' and
14336            'NDRPDR' and
14337            '2T2C' and
14338            'VTS'"
14339   parameters:
14340   - "throughput"
14341   - "parent"
14342   - "tags"
14343   traces:
14344     hoverinfo: "x+y"
14345     boxpoints: "outliers"
14346     whiskerwidth: 0
14347   layout:
14348     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
14349     layout: "plot-throughput"
14350
14351 -
14352   type: "plot"
14353   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
14354   algorithm: "plot_performance_box"
14355   output-file-type: ".html"
14356   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
14357   data: "plot-vpp-throughput-latency-3n-hsw"
14358   filter: "'NIC_Intel-X520-DA2' and
14359            '114B' and
14360            'NDRPDR' and
14361            '1T1C' and
14362            'VTS'"
14363   parameters:
14364   - "throughput"
14365   - "parent"
14366   - "tags"
14367   traces:
14368     hoverinfo: "x+y"
14369     boxpoints: "outliers"
14370     whiskerwidth: 0
14371   layout:
14372     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
14373     layout: "plot-throughput"
14374
14375 -
14376   type: "plot"
14377   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
14378   algorithm: "plot_performance_box"
14379   output-file-type: ".html"
14380   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
14381   data: "plot-vpp-throughput-latency-3n-hsw"
14382   filter: "'NIC_Intel-X520-DA2' and
14383            '114B' and
14384            'NDRPDR' and
14385            '2T2C' and
14386            'VTS'"
14387   parameters:
14388   - "throughput"
14389   - "parent"
14390   - "tags"
14391   traces:
14392     hoverinfo: "x+y"
14393     boxpoints: "outliers"
14394     whiskerwidth: 0
14395   layout:
14396     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
14397     layout: "plot-throughput"
14398
14399 ################################################################################
14400
14401 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
14402 -
14403   type: "plot"
14404   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
14405   algorithm: "plot_performance_box"
14406   output-file-type: ".html"
14407   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
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-ndr"
14425     layout: "plot-throughput"
14426
14427 -
14428   type: "plot"
14429   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
14430   algorithm: "plot_performance_box"
14431   output-file-type: ".html"
14432   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
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-ndr"
14450     layout: "plot-throughput"
14451
14452 -
14453   type: "plot"
14454   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14455   algorithm: "plot_performance_box"
14456   output-file-type: ".html"
14457   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14458   data: "plot-dpdk-throughput-latency-3n-hsw"
14459   filter: "'NIC_Intel-X520-DA2' and
14460            '64B' and
14461            'BASE' and
14462            'NDRPDR' and
14463            '1T1C' and
14464            'IP4FWD'"
14465   parameters:
14466   - "throughput"
14467   - "parent"
14468   - "tags"
14469   traces:
14470     hoverinfo: "x+y"
14471     boxpoints: "outliers"
14472     whiskerwidth: 0
14473   layout:
14474     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
14475     layout: "plot-throughput"
14476
14477 -
14478   type: "plot"
14479   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14480   algorithm: "plot_performance_box"
14481   output-file-type: ".html"
14482   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14483   data: "plot-dpdk-throughput-latency-3n-hsw"
14484   filter: "'NIC_Intel-X520-DA2' and
14485            '64B' and
14486            'BASE' and
14487            'NDRPDR' and
14488            '2T2C' and
14489            'IP4FWD'"
14490   parameters:
14491   - "throughput"
14492   - "parent"
14493   - "tags"
14494   traces:
14495     hoverinfo: "x+y"
14496     boxpoints: "outliers"
14497     whiskerwidth: 0
14498   layout:
14499     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
14500     layout: "plot-throughput"
14501
14502 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
14503 -
14504   type: "plot"
14505   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
14506   algorithm: "plot_performance_box"
14507   output-file-type: ".html"
14508   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
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-ndr"
14526     layout: "plot-throughput"
14527
14528 -
14529   type: "plot"
14530   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
14531   algorithm: "plot_performance_box"
14532   output-file-type: ".html"
14533   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
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-ndr"
14551     layout: "plot-throughput"
14552
14553 -
14554   type: "plot"
14555   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14556   algorithm: "plot_performance_box"
14557   output-file-type: ".html"
14558   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14559   data: "plot-dpdk-throughput-latency-3n-hsw"
14560   filter: "'NIC_Intel-X710' and
14561            '64B' and
14562            'BASE' and
14563            'NDRPDR' and
14564            '1T1C' and
14565            'IP4FWD'"
14566   parameters:
14567   - "throughput"
14568   - "parent"
14569   - "tags"
14570   traces:
14571     hoverinfo: "x+y"
14572     boxpoints: "outliers"
14573     whiskerwidth: 0
14574   layout:
14575     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
14576     layout: "plot-throughput"
14577
14578 -
14579   type: "plot"
14580   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14581   algorithm: "plot_performance_box"
14582   output-file-type: ".html"
14583   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14584   data: "plot-dpdk-throughput-latency-3n-hsw"
14585   filter: "'NIC_Intel-X710' and
14586            '64B' and
14587            'BASE' and
14588            'NDRPDR' and
14589            '2T2C' and
14590            'IP4FWD'"
14591   parameters:
14592   - "throughput"
14593   - "parent"
14594   - "tags"
14595   traces:
14596     hoverinfo: "x+y"
14597     boxpoints: "outliers"
14598     whiskerwidth: 0
14599   layout:
14600     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
14601     layout: "plot-throughput"
14602
14603 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
14604 -
14605   type: "plot"
14606   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
14607   algorithm: "plot_performance_box"
14608   output-file-type: ".html"
14609   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
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-ndr"
14627     layout: "plot-throughput"
14628
14629 -
14630   type: "plot"
14631   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
14632   algorithm: "plot_performance_box"
14633   output-file-type: ".html"
14634   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
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-ndr"
14652     layout: "plot-throughput"
14653
14654 -
14655   type: "plot"
14656   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14657   algorithm: "plot_performance_box"
14658   output-file-type: ".html"
14659   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14660   data: "plot-dpdk-throughput-latency-3n-hsw"
14661   filter: "'NIC_Intel-XL710' and
14662            '64B' and
14663            'BASE' and
14664            'NDRPDR' and
14665            '1T1C' and
14666            'IP4FWD'"
14667   parameters:
14668   - "throughput"
14669   - "parent"
14670   - "tags"
14671   traces:
14672     hoverinfo: "x+y"
14673     boxpoints: "outliers"
14674     whiskerwidth: 0
14675   layout:
14676     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
14677     layout: "plot-throughput"
14678
14679 -
14680   type: "plot"
14681   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14682   algorithm: "plot_performance_box"
14683   output-file-type: ".html"
14684   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14685   data: "plot-dpdk-throughput-latency-3n-hsw"
14686   filter: "'NIC_Intel-XL710' and
14687            '64B' and
14688            'BASE' and
14689            'NDRPDR' and
14690            '2T2C' and
14691            'IP4FWD'"
14692   parameters:
14693   - "throughput"
14694   - "parent"
14695   - "tags"
14696   traces:
14697     hoverinfo: "x+y"
14698     boxpoints: "outliers"
14699     whiskerwidth: 0
14700   layout:
14701     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
14702     layout: "plot-throughput"
14703
14704 # Packet Throughput - DPDK l3fwd 3n-skx-x710
14705 -
14706   type: "plot"
14707   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
14708   algorithm: "plot_performance_box"
14709   output-file-type: ".html"
14710   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
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-ndr"
14728     layout: "plot-throughput"
14729
14730 -
14731   type: "plot"
14732   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
14733   algorithm: "plot_performance_box"
14734   output-file-type: ".html"
14735   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
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-ndr"
14753     layout: "plot-throughput"
14754
14755 -
14756   type: "plot"
14757   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14758   algorithm: "plot_performance_box"
14759   output-file-type: ".html"
14760   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14761   data: "plot-dpdk-throughput-latency-3n-skx"
14762   filter: "'NIC_Intel-X710' and
14763            '64B' and
14764            'BASE' and
14765            'NDRPDR' and
14766            '2T1C' and
14767            'IP4FWD'"
14768   parameters:
14769   - "throughput"
14770   - "parent"
14771   - "tags"
14772   traces:
14773     hoverinfo: "x+y"
14774     boxpoints: "outliers"
14775     whiskerwidth: 0
14776   layout:
14777     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
14778     layout: "plot-throughput"
14779
14780 -
14781   type: "plot"
14782   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14783   algorithm: "plot_performance_box"
14784   output-file-type: ".html"
14785   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14786   data: "plot-dpdk-throughput-latency-3n-skx"
14787   filter: "'NIC_Intel-X710' and
14788            '64B' and
14789            'BASE' and
14790            'NDRPDR' and
14791            '4T2C' and
14792            'IP4FWD'"
14793   parameters:
14794   - "throughput"
14795   - "parent"
14796   - "tags"
14797   traces:
14798     hoverinfo: "x+y"
14799     boxpoints: "outliers"
14800     whiskerwidth: 0
14801   layout:
14802     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
14803     layout: "plot-throughput"
14804
14805 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
14806 -
14807   type: "plot"
14808   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
14809   algorithm: "plot_performance_box"
14810   output-file-type: ".html"
14811   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
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-ndr"
14829     layout: "plot-throughput"
14830
14831 -
14832   type: "plot"
14833   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
14834   algorithm: "plot_performance_box"
14835   output-file-type: ".html"
14836   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
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-ndr"
14854     layout: "plot-throughput"
14855
14856 -
14857   type: "plot"
14858   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14859   algorithm: "plot_performance_box"
14860   output-file-type: ".html"
14861   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14862   data: "plot-dpdk-throughput-latency-3n-skx"
14863   filter: "'NIC_Intel-XXV710' and
14864            '64B' and
14865            'BASE' and
14866            'NDRPDR' and
14867            '2T1C' and
14868            'IP4FWD'"
14869   parameters:
14870   - "throughput"
14871   - "parent"
14872   - "tags"
14873   traces:
14874     hoverinfo: "x+y"
14875     boxpoints: "outliers"
14876     whiskerwidth: 0
14877   layout:
14878     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
14879     layout: "plot-throughput"
14880
14881 -
14882   type: "plot"
14883   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14884   algorithm: "plot_performance_box"
14885   output-file-type: ".html"
14886   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14887   data: "plot-dpdk-throughput-latency-3n-skx"
14888   filter: "'NIC_Intel-XXV710' and
14889            '64B' and
14890            'BASE' and
14891            'NDRPDR' and
14892            '4T2C' and
14893            'IP4FWD'"
14894   parameters:
14895   - "throughput"
14896   - "parent"
14897   - "tags"
14898   traces:
14899     hoverinfo: "x+y"
14900     boxpoints: "outliers"
14901     whiskerwidth: 0
14902   layout:
14903     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
14904     layout: "plot-throughput"
14905
14906 # Packet Throughput - DPDK l3fwd 2n-skx-x710
14907 -
14908   type: "plot"
14909   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
14910   algorithm: "plot_performance_box"
14911   output-file-type: ".html"
14912   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
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-ndr"
14930     layout: "plot-throughput"
14931
14932 -
14933   type: "plot"
14934   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
14935   algorithm: "plot_performance_box"
14936   output-file-type: ".html"
14937   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
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-ndr"
14955     layout: "plot-throughput"
14956
14957 -
14958   type: "plot"
14959   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14960   algorithm: "plot_performance_box"
14961   output-file-type: ".html"
14962   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14963   data: "plot-dpdk-throughput-latency-2n-skx"
14964   filter: "'NIC_Intel-X710' and
14965            '64B' and
14966            'BASE' and
14967            'NDRPDR' and
14968            '2T1C' and
14969            'IP4FWD'"
14970   parameters:
14971   - "throughput"
14972   - "parent"
14973   - "tags"
14974   traces:
14975     hoverinfo: "x+y"
14976     boxpoints: "outliers"
14977     whiskerwidth: 0
14978   layout:
14979     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
14980     layout: "plot-throughput"
14981
14982 -
14983   type: "plot"
14984   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14985   algorithm: "plot_performance_box"
14986   output-file-type: ".html"
14987   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
14988   data: "plot-dpdk-throughput-latency-2n-skx"
14989   filter: "'NIC_Intel-X710' and
14990            '64B' and
14991            'BASE' and
14992            'NDRPDR' and
14993            '4T2C' and
14994            'IP4FWD'"
14995   parameters:
14996   - "throughput"
14997   - "parent"
14998   - "tags"
14999   traces:
15000     hoverinfo: "x+y"
15001     boxpoints: "outliers"
15002     whiskerwidth: 0
15003   layout:
15004     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
15005     layout: "plot-throughput"
15006
15007 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
15008 -
15009   type: "plot"
15010   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
15011   algorithm: "plot_performance_box"
15012   output-file-type: ".html"
15013   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
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-ndr"
15031     layout: "plot-throughput"
15032
15033 -
15034   type: "plot"
15035   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
15036   algorithm: "plot_performance_box"
15037   output-file-type: ".html"
15038   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
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-ndr"
15056     layout: "plot-throughput"
15057
15058 -
15059   type: "plot"
15060   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15061   algorithm: "plot_performance_box"
15062   output-file-type: ".html"
15063   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15064   data: "plot-dpdk-throughput-latency-2n-skx"
15065   filter: "'NIC_Intel-XXV710' and
15066            '64B' and
15067            'BASE' and
15068            'NDRPDR' and
15069            '2T1C' and
15070            'IP4FWD'"
15071   parameters:
15072   - "throughput"
15073   - "parent"
15074   - "tags"
15075   traces:
15076     hoverinfo: "x+y"
15077     boxpoints: "outliers"
15078     whiskerwidth: 0
15079   layout:
15080     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
15081     layout: "plot-throughput"
15082
15083 -
15084   type: "plot"
15085   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15086   algorithm: "plot_performance_box"
15087   output-file-type: ".html"
15088   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15089   data: "plot-dpdk-throughput-latency-2n-skx"
15090   filter: "'NIC_Intel-XXV710' and
15091            '64B' and
15092            'BASE' and
15093            'NDRPDR' and
15094            '4T2C' and
15095            'IP4FWD'"
15096   parameters:
15097   - "throughput"
15098   - "parent"
15099   - "tags"
15100   traces:
15101     hoverinfo: "x+y"
15102     boxpoints: "outliers"
15103     whiskerwidth: 0
15104   layout:
15105     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
15106     layout: "plot-throughput"
15107
15108 ################################################################################
15109
15110 # Packet Throughput - DPDK testpmd 3n-hsw-x520
15111 -
15112   type: "plot"
15113   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
15114   algorithm: "plot_performance_box"
15115   output-file-type: ".html"
15116   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
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-ndr"
15134     layout: "plot-throughput"
15135
15136 -
15137   type: "plot"
15138   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
15139   algorithm: "plot_performance_box"
15140   output-file-type: ".html"
15141   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
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-ndr"
15159     layout: "plot-throughput"
15160
15161 -
15162   type: "plot"
15163   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15164   algorithm: "plot_performance_box"
15165   output-file-type: ".html"
15166   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15167   data: "plot-dpdk-throughput-latency-3n-hsw"
15168   filter: "'NIC_Intel-X520-DA2' and
15169            '64B' and
15170            'BASE' and
15171            'NDRPDR' and
15172            '1T1C' and
15173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15174   parameters:
15175   - "throughput"
15176   - "parent"
15177   - "tags"
15178   traces:
15179     hoverinfo: "x+y"
15180     boxpoints: "outliers"
15181     whiskerwidth: 0
15182   layout:
15183     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
15184     layout: "plot-throughput"
15185
15186 -
15187   type: "plot"
15188   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15189   algorithm: "plot_performance_box"
15190   output-file-type: ".html"
15191   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15192   data: "plot-dpdk-throughput-latency-3n-hsw"
15193   filter: "'NIC_Intel-X520-DA2' and
15194            '64B' and
15195            'BASE' and
15196            'NDRPDR' and
15197            '2T2C' and
15198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15199   parameters:
15200   - "throughput"
15201   - "parent"
15202   - "tags"
15203   traces:
15204     hoverinfo: "x+y"
15205     boxpoints: "outliers"
15206     whiskerwidth: 0
15207   layout:
15208     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
15209     layout: "plot-throughput"
15210
15211 # Packet Throughput - DPDK testpmd 3n-hsw-x710
15212 -
15213   type: "plot"
15214   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
15215   algorithm: "plot_performance_box"
15216   output-file-type: ".html"
15217   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
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-ndr"
15235     layout: "plot-throughput"
15236
15237 -
15238   type: "plot"
15239   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
15240   algorithm: "plot_performance_box"
15241   output-file-type: ".html"
15242   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
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-ndr"
15260     layout: "plot-throughput"
15261
15262 -
15263   type: "plot"
15264   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15265   algorithm: "plot_performance_box"
15266   output-file-type: ".html"
15267   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15268   data: "plot-dpdk-throughput-latency-3n-hsw"
15269   filter: "'NIC_Intel-X710' and
15270            '64B' and
15271            'BASE' and
15272            'NDRPDR' and
15273            '1T1C' and
15274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15275   parameters:
15276   - "throughput"
15277   - "parent"
15278   - "tags"
15279   traces:
15280     hoverinfo: "x+y"
15281     boxpoints: "outliers"
15282     whiskerwidth: 0
15283   layout:
15284     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
15285     layout: "plot-throughput"
15286
15287 -
15288   type: "plot"
15289   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15290   algorithm: "plot_performance_box"
15291   output-file-type: ".html"
15292   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15293   data: "plot-dpdk-throughput-latency-3n-hsw"
15294   filter: "'NIC_Intel-X710' and
15295            '64B' and
15296            'BASE' and
15297            'NDRPDR' and
15298            '2T2C' and
15299            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15300   parameters:
15301   - "throughput"
15302   - "parent"
15303   - "tags"
15304   traces:
15305     hoverinfo: "x+y"
15306     boxpoints: "outliers"
15307     whiskerwidth: 0
15308   layout:
15309     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
15310     layout: "plot-throughput"
15311
15312 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
15313 -
15314   type: "plot"
15315   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
15316   algorithm: "plot_performance_box"
15317   output-file-type: ".html"
15318   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
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-ndr"
15336     layout: "plot-throughput"
15337
15338 -
15339   type: "plot"
15340   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
15341   algorithm: "plot_performance_box"
15342   output-file-type: ".html"
15343   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
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-ndr"
15361     layout: "plot-throughput"
15362
15363 -
15364   type: "plot"
15365   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15366   algorithm: "plot_performance_box"
15367   output-file-type: ".html"
15368   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15369   data: "plot-dpdk-throughput-latency-3n-hsw"
15370   filter: "'NIC_Intel-XL710' and
15371            '64B' and
15372            'BASE' and
15373            'NDRPDR' and
15374            '1T1C' and
15375            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15376   parameters:
15377   - "throughput"
15378   - "parent"
15379   - "tags"
15380   traces:
15381     hoverinfo: "x+y"
15382     boxpoints: "outliers"
15383     whiskerwidth: 0
15384   layout:
15385     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
15386     layout: "plot-throughput"
15387
15388 -
15389   type: "plot"
15390   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15391   algorithm: "plot_performance_box"
15392   output-file-type: ".html"
15393   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15394   data: "plot-dpdk-throughput-latency-3n-hsw"
15395   filter: "'NIC_Intel-XL710' and
15396            '64B' and
15397            'BASE' and
15398            'NDRPDR' and
15399            '2T2C' and
15400            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15401   parameters:
15402   - "throughput"
15403   - "parent"
15404   - "tags"
15405   traces:
15406     hoverinfo: "x+y"
15407     boxpoints: "outliers"
15408     whiskerwidth: 0
15409   layout:
15410     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
15411     layout: "plot-throughput"
15412
15413 # Packet Throughput - DPDK testpmd 3n-skx-x710
15414 -
15415   type: "plot"
15416   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
15417   algorithm: "plot_performance_box"
15418   output-file-type: ".html"
15419   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
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-ndr"
15437     layout: "plot-throughput"
15438
15439 -
15440   type: "plot"
15441   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
15442   algorithm: "plot_performance_box"
15443   output-file-type: ".html"
15444   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
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-ndr"
15462     layout: "plot-throughput"
15463
15464 -
15465   type: "plot"
15466   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15467   algorithm: "plot_performance_box"
15468   output-file-type: ".html"
15469   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15470   data: "plot-dpdk-throughput-latency-3n-skx"
15471   filter: "'NIC_Intel-X710' and
15472            '64B' and
15473            'BASE' and
15474            'NDRPDR' and
15475            '2T1C' and
15476            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15477   parameters:
15478   - "throughput"
15479   - "parent"
15480   - "tags"
15481   traces:
15482     hoverinfo: "x+y"
15483     boxpoints: "outliers"
15484     whiskerwidth: 0
15485   layout:
15486     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
15487     layout: "plot-throughput"
15488
15489 -
15490   type: "plot"
15491   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15492   algorithm: "plot_performance_box"
15493   output-file-type: ".html"
15494   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15495   data: "plot-dpdk-throughput-latency-3n-skx"
15496   filter: "'NIC_Intel-X710' and
15497            '64B' and
15498            'BASE' and
15499            'NDRPDR' and
15500            '4T2C' and
15501            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15502   parameters:
15503   - "throughput"
15504   - "parent"
15505   - "tags"
15506   traces:
15507     hoverinfo: "x+y"
15508     boxpoints: "outliers"
15509     whiskerwidth: 0
15510   layout:
15511     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
15512     layout: "plot-throughput"
15513
15514 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
15515 -
15516   type: "plot"
15517   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
15518   algorithm: "plot_performance_box"
15519   output-file-type: ".html"
15520   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
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-ndr"
15538     layout: "plot-throughput"
15539
15540 -
15541   type: "plot"
15542   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
15543   algorithm: "plot_performance_box"
15544   output-file-type: ".html"
15545   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
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-ndr"
15563     layout: "plot-throughput"
15564
15565 -
15566   type: "plot"
15567   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15568   algorithm: "plot_performance_box"
15569   output-file-type: ".html"
15570   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15571   data: "plot-dpdk-throughput-latency-3n-skx"
15572   filter: "'NIC_Intel-XXV710' and
15573            '64B' and
15574            'BASE' and
15575            'NDRPDR' and
15576            '2T1C' and
15577            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15578   parameters:
15579   - "throughput"
15580   - "parent"
15581   - "tags"
15582   traces:
15583     hoverinfo: "x+y"
15584     boxpoints: "outliers"
15585     whiskerwidth: 0
15586   layout:
15587     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
15588     layout: "plot-throughput"
15589
15590 -
15591   type: "plot"
15592   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15593   algorithm: "plot_performance_box"
15594   output-file-type: ".html"
15595   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15596   data: "plot-dpdk-throughput-latency-3n-skx"
15597   filter: "'NIC_Intel-XXV710' and
15598            '64B' and
15599            'BASE' and
15600            'NDRPDR' and
15601            '4T2C' and
15602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15603   parameters:
15604   - "throughput"
15605   - "parent"
15606   - "tags"
15607   traces:
15608     hoverinfo: "x+y"
15609     boxpoints: "outliers"
15610     whiskerwidth: 0
15611   layout:
15612     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
15613     layout: "plot-throughput"
15614
15615 # Packet Throughput - DPDK testpmd 2n-skx-x710
15616 -
15617   type: "plot"
15618   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
15619   algorithm: "plot_performance_box"
15620   output-file-type: ".html"
15621   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
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-ndr"
15639     layout: "plot-throughput"
15640
15641 -
15642   type: "plot"
15643   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
15644   algorithm: "plot_performance_box"
15645   output-file-type: ".html"
15646   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
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-ndr"
15664     layout: "plot-throughput"
15665
15666 -
15667   type: "plot"
15668   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15669   algorithm: "plot_performance_box"
15670   output-file-type: ".html"
15671   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15672   data: "plot-dpdk-throughput-latency-2n-skx"
15673   filter: "'NIC_Intel-X710' and
15674            '64B' and
15675            'BASE' and
15676            'NDRPDR' and
15677            '2T1C' and
15678            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15679   parameters:
15680   - "throughput"
15681   - "parent"
15682   - "tags"
15683   traces:
15684     hoverinfo: "x+y"
15685     boxpoints: "outliers"
15686     whiskerwidth: 0
15687   layout:
15688     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
15689     layout: "plot-throughput"
15690
15691 -
15692   type: "plot"
15693   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15694   algorithm: "plot_performance_box"
15695   output-file-type: ".html"
15696   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15697   data: "plot-dpdk-throughput-latency-2n-skx"
15698   filter: "'NIC_Intel-X710' and
15699            '64B' and
15700            'BASE' and
15701            'NDRPDR' and
15702            '4T2C' and
15703            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15704   parameters:
15705   - "throughput"
15706   - "parent"
15707   - "tags"
15708   traces:
15709     hoverinfo: "x+y"
15710     boxpoints: "outliers"
15711     whiskerwidth: 0
15712   layout:
15713     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
15714     layout: "plot-throughput"
15715
15716 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
15717 -
15718   type: "plot"
15719   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
15720   algorithm: "plot_performance_box"
15721   output-file-type: ".html"
15722   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
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-ndr"
15740     layout: "plot-throughput"
15741
15742 -
15743   type: "plot"
15744   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
15745   algorithm: "plot_performance_box"
15746   output-file-type: ".html"
15747   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
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-ndr"
15765     layout: "plot-throughput"
15766
15767 -
15768   type: "plot"
15769   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15770   algorithm: "plot_performance_box"
15771   output-file-type: ".html"
15772   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15773   data: "plot-dpdk-throughput-latency-2n-skx"
15774   filter: "'NIC_Intel-XXV710' and
15775            '64B' and
15776            'BASE' and
15777            'NDRPDR' and
15778            '2T1C' and
15779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15780   parameters:
15781   - "throughput"
15782   - "parent"
15783   - "tags"
15784   traces:
15785     hoverinfo: "x+y"
15786     boxpoints: "outliers"
15787     whiskerwidth: 0
15788   layout:
15789     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
15790     layout: "plot-throughput"
15791
15792 -
15793   type: "plot"
15794   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15795   algorithm: "plot_performance_box"
15796   output-file-type: ".html"
15797   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15798   data: "plot-dpdk-throughput-latency-2n-skx"
15799   filter: "'NIC_Intel-XXV710' and
15800            '64B' and
15801            'BASE' and
15802            'NDRPDR' and
15803            '4T2C' and
15804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
15805   parameters:
15806   - "throughput"
15807   - "parent"
15808   - "tags"
15809   traces:
15810     hoverinfo: "x+y"
15811     boxpoints: "outliers"
15812     whiskerwidth: 0
15813   layout:
15814     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
15815     layout: "plot-throughput"
15816
15817 ################################################################################
15818
15819 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
15820 -
15821   type: "plot"
15822   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15823   algorithm: "plot_latency_error_bars"
15824   output-file-type: ".html"
15825   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
15826   data: "plot-vpp-throughput-latency-3n-hsw"
15827   filter: "'NIC_Intel-X520-DA2' and
15828            '64B' and
15829            ('BASE' or 'SCALE') and
15830            'NDRPDR' and
15831            'ETH' and
15832            '1T1C' and
15833            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15834            not 'VHOST' and
15835            not 'MEMIF'"
15836   parameters:
15837   - "latency"
15838   - "parent"
15839   - "tags"
15840   sort:
15841   - "L2PATCH"
15842   - "L2XCBASE"
15843   - "BASE"
15844   - "FIB_10K"
15845   - "FIB_100K"
15846   - "FIB_1M"
15847   layout:
15848     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
15849     layout: "plot-latency"
15850
15851 -
15852   type: "plot"
15853   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15854   algorithm: "plot_latency_error_bars"
15855   output-file-type: ".html"
15856   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
15857   data: "plot-vpp-throughput-latency-3n-hsw"
15858   filter: "'NIC_Intel-X520-DA2' and
15859            '64B' and
15860            ('BASE' or 'SCALE') and
15861            'NDRPDR' and
15862            'ETH' and
15863            '2T2C' and
15864            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15865            not 'VHOST' and
15866            not 'MEMIF'"
15867   parameters:
15868   - "latency"
15869   - "parent"
15870   - "tags"
15871   sort:
15872   - "L2PATCH"
15873   - "L2XCBASE"
15874   - "BASE"
15875   - "FIB_10K"
15876   - "FIB_100K"
15877   - "FIB_1M"
15878   layout:
15879     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
15880     layout: "plot-latency"
15881
15882 # Packet Latency - VPP L2 3n-hsw-x520 features
15883 -
15884   type: "plot"
15885   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15886   algorithm: "plot_latency_error_bars"
15887   output-file-type: ".html"
15888   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
15889   data: "plot-vpp-throughput-latency-3n-hsw"
15890   filter: "'NIC_Intel-X520-DA2' and
15891            '64B' and
15892            'NDRPDR' and
15893            '1T1C' and
15894            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15895            not 'ACL' and
15896            not 'VHOST' and
15897            not 'MEMIF'"
15898   parameters:
15899   - "latency"
15900   - "parent"
15901   - "tags"
15902   sort:
15903   - "L2XCBASE"    # l2xcbase
15904   - "L2BDBASE"    # l2bdbase
15905   - "L2XCFWD"     # dot1q-l2xcbase
15906   - "L2BDMACLRN"  # dot1q-l2bdbase
15907   layout:
15908     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
15909     layout: "plot-latency"
15910
15911 -
15912   type: "plot"
15913   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15914   algorithm: "plot_latency_error_bars"
15915   output-file-type: ".html"
15916   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
15917   data: "plot-vpp-throughput-latency-3n-hsw"
15918   filter: "'NIC_Intel-X520-DA2' and
15919            '64B' and
15920            'NDRPDR' and
15921            '2T2C' and
15922            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
15923            not 'ACL' and
15924            not 'VHOST' and
15925            not 'MEMIF'"
15926   parameters:
15927   - "latency"
15928   - "parent"
15929   - "tags"
15930   sort:
15931   - "L2XCBASE"    # l2xcbase
15932   - "L2BDBASE"    # l2bdbase
15933   - "L2XCFWD"     # dot1q-l2xcbase
15934   - "L2BDMACLRN"  # dot1q-l2bdbase
15935   layout:
15936     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
15937     layout: "plot-latency"
15938
15939 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
15940 -
15941   type: "plot"
15942   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15943   algorithm: "plot_latency_error_bars"
15944   output-file-type: ".html"
15945   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
15946   data: "plot-vpp-throughput-latency-3n-hsw"
15947   filter: "'NIC_Intel-X710' and
15948            '64B' and
15949            ('BASE' or 'SCALE') and
15950            'NDRPDR' and
15951            'ETH' and
15952            '1T1C' and
15953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15954            not 'VHOST' and
15955            not 'MEMIF'"
15956   parameters:
15957   - "latency"
15958   - "parent"
15959   - "tags"
15960   sort:
15961   - "L2PATCH"
15962   - "L2XCBASE"
15963   - "BASE"
15964   - "FIB_10K"
15965   - "FIB_100K"
15966   - "FIB_1M"
15967   layout:
15968     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15969     layout: "plot-latency"
15970
15971 -
15972   type: "plot"
15973   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15974   algorithm: "plot_latency_error_bars"
15975   output-file-type: ".html"
15976   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
15977   data: "plot-vpp-throughput-latency-3n-hsw"
15978   filter: "'NIC_Intel-X710' and
15979            '64B' and
15980            ('BASE' or 'SCALE') and
15981            'NDRPDR' and
15982            'ETH' and
15983            '2T2C' and
15984            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
15985            not 'VHOST' and
15986            not 'MEMIF'"
15987   parameters:
15988   - "latency"
15989   - "parent"
15990   - "tags"
15991   sort:
15992   - "L2PATCH"
15993   - "L2XCBASE"
15994   - "BASE"
15995   - "FIB_10K"
15996   - "FIB_100K"
15997   - "FIB_1M"
15998   layout:
15999     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16000     layout: "plot-latency"
16001
16002 # Packet Latency - VPP L2 3n-hsw-x710 features
16003 -
16004   type: "plot"
16005   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
16006   algorithm: "plot_latency_error_bars"
16007   output-file-type: ".html"
16008   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
16009   data: "plot-vpp-throughput-latency-3n-hsw"
16010   filter: "'NIC_Intel-X710' and
16011            '64B' and
16012            'NDRPDR' and
16013            '1T1C' and
16014            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16015            not 'ACL' and
16016            not 'VHOST' and
16017            not 'MEMIF'"
16018   parameters:
16019   - "latency"
16020   - "parent"
16021   - "tags"
16022   sort:
16023   - "L2XCBASE"    # l2xcbase
16024   - "L2BDBASE"    # l2bdbase
16025   - "L2XCFWD"     # dot1q-l2xcbase
16026   - "L2BDMACLRN"  # dot1q-l2bdbase
16027   layout:
16028     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
16029     layout: "plot-latency"
16030
16031 -
16032   type: "plot"
16033   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
16034   algorithm: "plot_latency_error_bars"
16035   output-file-type: ".html"
16036   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
16037   data: "plot-vpp-throughput-latency-3n-hsw"
16038   filter: "'NIC_Intel-X710' and
16039            '64B' and
16040            'NDRPDR' and
16041            '2T2C' and
16042            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16043            not 'ACL' and
16044            not 'VHOST' and
16045            not 'MEMIF'"
16046   parameters:
16047   - "latency"
16048   - "parent"
16049   - "tags"
16050   sort:
16051   - "L2XCBASE"    # l2xcbase
16052   - "L2BDBASE"    # l2bdbase
16053   - "L2XCFWD"     # dot1q-l2xcbase
16054   - "L2BDMACLRN"  # dot1q-l2bdbase
16055   layout:
16056     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
16057     layout: "plot-latency"
16058
16059 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
16060 -
16061   type: "plot"
16062   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16063   algorithm: "plot_latency_error_bars"
16064   output-file-type: ".html"
16065   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16066   data: "plot-vpp-throughput-latency-3n-hsw"
16067   filter: "'NIC_Intel-XL710' and
16068            '64B' and
16069            ('BASE' or 'SCALE') and
16070            'NDRPDR' and
16071            'ETH' and
16072            '1T1C' and
16073            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16074            not 'VHOST' and
16075            not 'MEMIF'"
16076   parameters:
16077   - "latency"
16078   - "parent"
16079   - "tags"
16080   sort:
16081   - "L2PATCH"
16082   - "L2XCBASE"
16083   - "BASE"
16084   - "FIB_10K"
16085   - "FIB_100K"
16086   - "FIB_1M"
16087   layout:
16088     title: "l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16089     layout: "plot-latency"
16090
16091 -
16092   type: "plot"
16093   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16094   algorithm: "plot_latency_error_bars"
16095   output-file-type: ".html"
16096   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16097   data: "plot-vpp-throughput-latency-3n-hsw"
16098   filter: "'NIC_Intel-XL710' and
16099            '64B' and
16100            ('BASE' or 'SCALE') and
16101            'NDRPDR' and
16102            'ETH' and
16103            '2T2C' and
16104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16105            not 'VHOST' and
16106            not 'MEMIF'"
16107   parameters:
16108   - "latency"
16109   - "parent"
16110   - "tags"
16111   sort:
16112   - "L2PATCH"
16113   - "L2XCBASE"
16114   - "BASE"
16115   - "FIB_10K"
16116   - "FIB_100K"
16117   - "FIB_1M"
16118   layout:
16119     title: "l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16120     layout: "plot-latency"
16121
16122 # Packet Latency - VPP L2 3n-skx-x710 base and scale
16123 -
16124   type: "plot"
16125   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16126   algorithm: "plot_latency_error_bars"
16127   output-file-type: ".html"
16128   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16129   data: "plot-vpp-throughput-latency-3n-skx"
16130   filter: "'NIC_Intel-X710' and
16131            '64B' and
16132            ('BASE' or 'SCALE') and
16133            'NDRPDR' and
16134            'ETH' and
16135            '2T1C' and
16136            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16137            not 'VHOST' and
16138            not 'MEMIF'"
16139   parameters:
16140   - "latency"
16141   - "parent"
16142   - "tags"
16143   sort:
16144   - "L2PATCH"
16145   - "L2XCBASE"
16146   - "BASE"
16147   - "FIB_10K"
16148   - "FIB_100K"
16149   - "FIB_1M"
16150   layout:
16151     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16152     layout: "plot-latency"
16153
16154 -
16155   type: "plot"
16156   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16157   algorithm: "plot_latency_error_bars"
16158   output-file-type: ".html"
16159   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16160   data: "plot-vpp-throughput-latency-3n-skx"
16161   filter: "'NIC_Intel-X710' and
16162            '64B' and
16163            ('BASE' or 'SCALE') and
16164            'NDRPDR' and
16165            'ETH' and
16166            '4T2C' and
16167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16168            not 'VHOST' and
16169            not 'MEMIF'"
16170   parameters:
16171   - "latency"
16172   - "parent"
16173   - "tags"
16174   sort:
16175   - "L2PATCH"
16176   - "L2XCBASE"
16177   - "BASE"
16178   - "FIB_10K"
16179   - "FIB_100K"
16180   - "FIB_1M"
16181   layout:
16182     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16183     layout: "plot-latency"
16184
16185 # Packet Latency - VPP L2 3n-skx-x710 features
16186 -
16187   type: "plot"
16188   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16189   algorithm: "plot_latency_error_bars"
16190   output-file-type: ".html"
16191   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
16192   data: "plot-vpp-throughput-latency-3n-skx"
16193   filter: "'NIC_Intel-X710' and
16194            '64B' and
16195            'NDRPDR' and
16196            '2T1C' and
16197            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16198            not 'ACL' and
16199            not 'VHOST' and
16200            not 'MEMIF'"
16201   parameters:
16202   - "latency"
16203   - "parent"
16204   - "tags"
16205   sort:
16206   - "L2XCBASE"    # l2xcbase
16207   - "L2BDBASE"    # l2bdbase
16208   - "L2XCFWD"     # dot1q-l2xcbase
16209   - "L2BDMACLRN"  # dot1q-l2bdbase
16210   layout:
16211     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
16212     layout: "plot-latency"
16213
16214 -
16215   type: "plot"
16216   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16217   algorithm: "plot_latency_error_bars"
16218   output-file-type: ".html"
16219   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
16220   data: "plot-vpp-throughput-latency-3n-skx"
16221   filter: "'NIC_Intel-X710' and
16222            '64B' and
16223            'NDRPDR' and
16224            '4T2C' and
16225            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
16226            not 'ACL' and
16227            not 'VHOST' and
16228            not 'MEMIF'"
16229   parameters:
16230   - "latency"
16231   - "parent"
16232   - "tags"
16233   sort:
16234   - "L2XCBASE"    # l2xcbase
16235   - "L2BDBASE"    # l2bdbase
16236   - "L2XCFWD"     # dot1q-l2xcbase
16237   - "L2BDMACLRN"  # dot1q-l2bdbase
16238   layout:
16239     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
16240     layout: "plot-latency"
16241
16242 # Packet Latency - VPP L2 3n-skx-xxv710 base and scale
16243 -
16244   type: "plot"
16245   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16246   algorithm: "plot_latency_error_bars"
16247   output-file-type: ".html"
16248   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16249   data: "plot-vpp-throughput-latency-3n-skx"
16250   filter: "'NIC_Intel-XXV710' and
16251            '64B' and
16252            ('BASE' or 'SCALE') and
16253            'NDRPDR' and
16254            'ETH' and
16255            '2T1C' and
16256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16257            not 'VHOST' and
16258            not 'MEMIF'"
16259   parameters:
16260   - "latency"
16261   - "parent"
16262   - "tags"
16263   sort:
16264   - "L2PATCH"
16265   - "L2XCBASE"
16266   - "BASE"
16267   - "FIB_10K"
16268   - "FIB_100K"
16269   - "FIB_1M"
16270   layout:
16271     title: "l2sw-3n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16272     layout: "plot-latency"
16273
16274 -
16275   type: "plot"
16276   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16277   algorithm: "plot_latency_error_bars"
16278   output-file-type: ".html"
16279   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16280   data: "plot-vpp-throughput-latency-3n-skx"
16281   filter: "'NIC_Intel-XXV710' and
16282            '64B' and
16283            ('BASE' or 'SCALE') and
16284            'NDRPDR' and
16285            'ETH' and
16286            '4T2C' and
16287            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16288            not 'VHOST' and
16289            not 'MEMIF'"
16290   parameters:
16291   - "latency"
16292   - "parent"
16293   - "tags"
16294   sort:
16295   - "L2PATCH"
16296   - "L2XCBASE"
16297   - "BASE"
16298   - "FIB_10K"
16299   - "FIB_100K"
16300   - "FIB_1M"
16301   layout:
16302     title: "l2sw-3n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16303     layout: "plot-latency"
16304
16305 # Packet Latency - VPP L2 2n-skx-x710 base and scale
16306 -
16307   type: "plot"
16308   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16309   algorithm: "plot_latency_error_bars"
16310   output-file-type: ".html"
16311   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16312   data: "plot-vpp-throughput-latency-2n-skx"
16313   filter: "'NIC_Intel-X710' and
16314            '64B' and
16315            'ETH' and
16316            ('BASE' or 'SCALE') and
16317            'NDRPDR' and
16318            '2T1C' and
16319            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16320            not 'VHOST' and
16321            not 'MEMIF'"
16322   parameters:
16323   - "latency"
16324   - "parent"
16325   - "tags"
16326   sort:
16327   - "L2PATCH"
16328   - "L2XCBASE"
16329   - "BASE"
16330   - "FIB_10K"
16331   - "FIB_100K"
16332   - "FIB_1M"
16333   layout:
16334     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16335     layout: "plot-latency"
16336
16337 -
16338   type: "plot"
16339   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16340   algorithm: "plot_latency_error_bars"
16341   output-file-type: ".html"
16342   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16343   data: "plot-vpp-throughput-latency-2n-skx"
16344   filter: "'NIC_Intel-X710' and
16345            '64B' and
16346            ('BASE' or 'SCALE') and
16347            'NDRPDR' and
16348            'ETH' and
16349            '4T2C' and
16350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16351            not 'VHOST' and
16352            not 'MEMIF'"
16353   parameters:
16354   - "latency"
16355   - "parent"
16356   - "tags"
16357   sort:
16358   - "L2PATCH"
16359   - "L2XCBASE"
16360   - "BASE"
16361   - "FIB_10K"
16362   - "FIB_100K"
16363   - "FIB_1M"
16364   layout:
16365     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16366     layout: "plot-latency"
16367
16368 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
16369 -
16370   type: "plot"
16371   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16372   algorithm: "plot_latency_error_bars"
16373   output-file-type: ".html"
16374   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16375   data: "plot-vpp-throughput-latency-2n-skx"
16376   filter: "'NIC_Intel-XXV710' and
16377            '64B' and
16378            ('BASE' or 'SCALE') and
16379            'NDRPDR' and
16380            'ETH' and
16381            '2T1C' and
16382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16383            not 'VHOST' and
16384            not 'MEMIF'"
16385   parameters:
16386   - "latency"
16387   - "parent"
16388   - "tags"
16389   sort:
16390   - "L2PATCH"
16391   - "L2XCBASE"
16392   - "BASE"
16393   - "FIB_10K"
16394   - "FIB_100K"
16395   - "FIB_1M"
16396   layout:
16397     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16398     layout: "plot-latency"
16399
16400 -
16401   type: "plot"
16402   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16403   algorithm: "plot_latency_error_bars"
16404   output-file-type: ".html"
16405   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16406   data: "plot-vpp-throughput-latency-2n-skx"
16407   filter: "'NIC_Intel-XXV710' and
16408            '64B' and
16409            ('BASE' or 'SCALE') and
16410            'NDRPDR' and
16411            'ETH' and
16412            '4T2C' and
16413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16414            not 'VHOST' and
16415            not 'MEMIF'"
16416   parameters:
16417   - "latency"
16418   - "parent"
16419   - "tags"
16420   sort:
16421   - "L2PATCH"
16422   - "L2XCBASE"
16423   - "BASE"
16424   - "FIB_10K"
16425   - "FIB_100K"
16426   - "FIB_1M"
16427   layout:
16428     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16429     layout: "plot-latency"
16430
16431 ################################################################################
16432
16433 # Packet Latency - VPP Container Memif 3n-hsw-x520
16434 -
16435   type: "plot"
16436   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16437   algorithm: "plot_latency_error_bars"
16438   output-file-type: ".html"
16439   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
16440   data: "plot-vpp-throughput-latency-3n-hsw"
16441   filter: "'NIC_Intel-X520-DA2' and
16442            '64B' and
16443            ('BASE' or 'SCALE') and
16444            'NDRPDR' and
16445            '1T1C' and
16446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16447            not 'VHOST' and
16448            'MEMIF'"
16449   parameters:
16450   - "latency"
16451   - "parent"
16452   - "tags"
16453   sort:
16454   - "L2XCFWD"
16455   - "L2XCFWD"
16456   - "L2XCFWD"
16457   - "L2BDMACLRN"
16458   - "L2BDMACLRN"
16459   - "L2BDMACLRN"
16460   layout:
16461     title: "memif-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
16462     layout: "plot-latency"
16463
16464 -
16465   type: "plot"
16466   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16467   algorithm: "plot_latency_error_bars"
16468   output-file-type: ".html"
16469   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
16470   data: "plot-vpp-throughput-latency-3n-hsw"
16471   filter: "'NIC_Intel-X520-DA2' and
16472            '64B' and
16473            ('BASE' or 'SCALE') and
16474            'NDRPDR' and
16475            '2T2C' and
16476            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16477            not 'VHOST' and
16478            'MEMIF'"
16479   parameters:
16480   - "latency"
16481   - "parent"
16482   - "tags"
16483   sort:
16484   - "L2XCFWD"
16485   - "L2XCFWD"
16486   - "L2XCFWD"
16487   - "L2BDMACLRN"
16488   - "L2BDMACLRN"
16489   - "L2BDMACLRN"
16490   layout:
16491     title: "memif-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
16492     layout: "plot-latency"
16493
16494 # Packet Latency - VPP Container Memif 3n-hsw-x710
16495 -
16496   type: "plot"
16497   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16498   algorithm: "plot_latency_error_bars"
16499   output-file-type: ".html"
16500   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
16501   data: "plot-vpp-throughput-latency-3n-hsw"
16502   filter: "'NIC_Intel-X710' and
16503            '64B' and
16504            ('BASE' or 'SCALE') and
16505            'NDRPDR' and
16506            '1T1C' and
16507            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16508            not 'VHOST' and
16509            'MEMIF'"
16510   parameters:
16511   - "latency"
16512   - "parent"
16513   - "tags"
16514   sort:
16515   - "L2XCFWD"
16516   - "L2XCFWD"
16517   - "L2XCFWD"
16518   - "L2BDMACLRN"
16519   - "L2BDMACLRN"
16520   - "L2BDMACLRN"
16521   layout:
16522     title: "memif-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
16523     layout: "plot-latency"
16524
16525 -
16526   type: "plot"
16527   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16528   algorithm: "plot_latency_error_bars"
16529   output-file-type: ".html"
16530   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
16531   data: "plot-vpp-throughput-latency-3n-hsw"
16532   filter: "'NIC_Intel-X710' and
16533            '64B' and
16534            ('BASE' or 'SCALE') and
16535            'NDRPDR' and
16536            '2T2C' and
16537            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16538            not 'VHOST' and
16539            'MEMIF'"
16540   parameters:
16541   - "latency"
16542   - "parent"
16543   - "tags"
16544   sort:
16545   - "L2XCFWD"
16546   - "L2XCFWD"
16547   - "L2XCFWD"
16548   - "L2BDMACLRN"
16549   - "L2BDMACLRN"
16550   - "L2BDMACLRN"
16551   layout:
16552     title: "memif-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
16553     layout: "plot-latency"
16554
16555 # Packet Latency - VPP Container Memif 3n-hsw-xl710
16556 -
16557   type: "plot"
16558   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16559   algorithm: "plot_latency_error_bars"
16560   output-file-type: ".html"
16561   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
16562   data: "plot-vpp-throughput-latency-3n-hsw"
16563   filter: "'NIC_Intel-XL710' and
16564            '64B' and
16565            ('BASE' or 'SCALE') and
16566            'NDRPDR' and
16567            '1T1C' and
16568            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16569            not 'VHOST' and
16570            'MEMIF'"
16571   parameters:
16572   - "latency"
16573   - "parent"
16574   - "tags"
16575   sort:
16576   - "L2XCFWD"
16577   - "L2XCFWD"
16578   - "L2XCFWD"
16579   - "L2BDMACLRN"
16580   - "L2BDMACLRN"
16581   - "L2BDMACLRN"
16582   layout:
16583     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
16584     layout: "plot-latency"
16585
16586 -
16587   type: "plot"
16588   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16589   algorithm: "plot_latency_error_bars"
16590   output-file-type: ".html"
16591   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
16592   data: "plot-vpp-throughput-latency-3n-hsw"
16593   filter: "'NIC_Intel-XL710' and
16594            '64B' and
16595            ('BASE' or 'SCALE') and
16596            'NDRPDR' and
16597            '2T2C' and
16598            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16599            not 'VHOST' and
16600            'MEMIF'"
16601   parameters:
16602   - "latency"
16603   - "parent"
16604   - "tags"
16605   sort:
16606   - "L2XCFWD"
16607   - "L2XCFWD"
16608   - "L2XCFWD"
16609   - "L2BDMACLRN"
16610   - "L2BDMACLRN"
16611   - "L2BDMACLRN"
16612   layout:
16613     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
16614     layout: "plot-latency"
16615
16616 # Packet Latency - VPP Container Memif 3n-skx-x710
16617 -
16618   type: "plot"
16619   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16620   algorithm: "plot_latency_error_bars"
16621   output-file-type: ".html"
16622   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16623   data: "plot-vpp-throughput-latency-3n-skx"
16624   filter: "'NIC_Intel-X710' and
16625            '64B' and
16626            ('BASE' or 'SCALE') and
16627            'NDRPDR' and
16628            '2T1C' and
16629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16630            not 'VHOST' and
16631            'MEMIF'"
16632   parameters:
16633   - "latency"
16634   - "parent"
16635   - "tags"
16636   sort:
16637   - "L2XCFWD"
16638   - "L2XCFWD"
16639   - "L2XCFWD"
16640   - "L2BDMACLRN"
16641   - "L2BDMACLRN"
16642   - "L2BDMACLRN"
16643   layout:
16644     title: "memif-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
16645     layout: "plot-latency"
16646
16647 -
16648   type: "plot"
16649   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16650   algorithm: "plot_latency_error_bars"
16651   output-file-type: ".html"
16652   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16653   data: "plot-vpp-throughput-latency-3n-skx"
16654   filter: "'NIC_Intel-X710' and
16655            '64B' and
16656            ('BASE' or 'SCALE') and
16657            'NDRPDR' and
16658            '4T2C' and
16659            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16660            not 'VHOST' and
16661            'MEMIF'"
16662   parameters:
16663   - "latency"
16664   - "parent"
16665   - "tags"
16666   sort:
16667   - "L2XCFWD"
16668   - "L2XCFWD"
16669   - "L2XCFWD"
16670   - "L2BDMACLRN"
16671   - "L2BDMACLRN"
16672   - "L2BDMACLRN"
16673   layout:
16674     title: "memif-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
16675     layout: "plot-latency"
16676
16677 # Packet Latency - VPP Container Memif 2n-skx-x710
16678 -
16679   type: "plot"
16680   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16681   algorithm: "plot_latency_error_bars"
16682   output-file-type: ".html"
16683   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
16684   data: "plot-vpp-throughput-latency-2n-skx"
16685   filter: "'NIC_Intel-X710' and
16686            '64B' and
16687            ('BASE' or 'SCALE') and
16688            'NDRPDR' and
16689            '2T1C' and
16690            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16691            not 'VHOST' and
16692            'MEMIF'"
16693   parameters:
16694   - "latency"
16695   - "parent"
16696   - "tags"
16697   sort:
16698   - "L2XCFWD"
16699   - "L2XCFWD"
16700   - "L2XCFWD"
16701   - "L2BDMACLRN"
16702   - "L2BDMACLRN"
16703   - "L2BDMACLRN"
16704   layout:
16705     title: "memif-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16706     layout: "plot-latency"
16707
16708 -
16709   type: "plot"
16710   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16711   algorithm: "plot_latency_error_bars"
16712   output-file-type: ".html"
16713   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
16714   data: "plot-vpp-throughput-latency-2n-skx"
16715   filter: "'NIC_Intel-X710' and
16716            '64B' and
16717            ('BASE' or 'SCALE') and
16718            'NDRPDR' and
16719            '4T2C' and
16720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16721            not 'VHOST' and
16722            'MEMIF'"
16723   parameters:
16724   - "latency"
16725   - "parent"
16726   - "tags"
16727   sort:
16728   - "L2XCFWD"
16729   - "L2XCFWD"
16730   - "L2XCFWD"
16731   - "L2BDMACLRN"
16732   - "L2BDMACLRN"
16733   - "L2BDMACLRN"
16734   layout:
16735     title: "memif-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16736     layout: "plot-latency"
16737
16738 # Packet Latency - VPP Container Memif 2n-skx-xxv710
16739 -
16740   type: "plot"
16741   title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16742   algorithm: "plot_latency_error_bars"
16743   output-file-type: ".html"
16744   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
16745   data: "plot-vpp-throughput-latency-2n-skx"
16746   filter: "'NIC_Intel-XXV710' and
16747            '64B' and
16748            ('BASE' or 'SCALE') and
16749            'NDRPDR' and
16750            '2T1C' and
16751            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16752            not 'VHOST' and
16753            'MEMIF'"
16754   parameters:
16755   - "latency"
16756   - "parent"
16757   - "tags"
16758   sort:
16759   - "L2XCFWD"
16760   - "L2XCFWD"
16761   - "L2XCFWD"
16762   - "L2BDMACLRN"
16763   - "L2BDMACLRN"
16764   - "L2BDMACLRN"
16765   layout:
16766     title: "memif-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16767     layout: "plot-latency"
16768
16769 -
16770   type: "plot"
16771   title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16772   algorithm: "plot_latency_error_bars"
16773   output-file-type: ".html"
16774   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
16775   data: "plot-vpp-throughput-latency-2n-skx"
16776   filter: "'NIC_Intel-XXV710' and
16777            '64B' and
16778            ('BASE' or 'SCALE') and
16779            'NDRPDR' and
16780            '4T2C' and
16781            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
16782            not 'VHOST' and
16783            'MEMIF'"
16784   parameters:
16785   - "latency"
16786   - "parent"
16787   - "tags"
16788   sort:
16789   - "L2XCFWD"
16790   - "L2XCFWD"
16791   - "L2XCFWD"
16792   - "L2BDMACLRN"
16793   - "L2BDMACLRN"
16794   - "L2BDMACLRN"
16795   layout:
16796     title: "memif-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16797     layout: "plot-latency"
16798
16799 ################################################################################
16800
16801 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
16802 -
16803   type: "plot"
16804   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16805   algorithm: "plot_latency_error_bars"
16806   output-file-type: ".html"
16807   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16808   data: "plot-ligato-throughput-latency-3n-hsw"
16809   filter: "'NIC_Intel-X520-DA2' and
16810            '64B' and
16811            ('BASE' or 'SCALE') and
16812            'NDRPDR' and
16813            '1T1C' and
16814            'L2XCFWD' and
16815            not 'VHOST' and
16816            'MEMIF'"
16817   parameters:
16818   - "latency"
16819   - "parent"
16820   - "tags"
16821   sort:
16822   - "1VNF"
16823   - "2VNF"
16824   - "4VNF"
16825   - "2VNF"
16826   - "4VNF"
16827   layout:
16828     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
16829     layout: "plot-latency"
16830
16831 -
16832   type: "plot"
16833   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16834   algorithm: "plot_latency_error_bars"
16835   output-file-type: ".html"
16836   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16837   data: "plot-ligato-throughput-latency-3n-hsw"
16838   filter: "'NIC_Intel-X520-DA2' and
16839            '64B' and
16840            ('BASE' or 'SCALE') and
16841            'NDRPDR' and
16842            '2T2C' and
16843            'L2XCFWD' and
16844            not 'VHOST' and
16845            'MEMIF'"
16846   parameters:
16847   - "latency"
16848   - "parent"
16849   - "tags"
16850   sort:
16851   - "1VNF"
16852   - "2VNF"
16853   - "4VNF"
16854   - "2VNF"
16855   - "4VNF"
16856   layout:
16857     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
16858     layout: "plot-latency"
16859
16860 # Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
16861 -
16862   type: "plot"
16863   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16864   algorithm: "plot_latency_error_bars"
16865   output-file-type: ".html"
16866   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16867   data: "plot-ligato-throughput-latency-3n-hsw"
16868   filter: "'NIC_Intel-X520-DA2' and
16869            '64B' and
16870            ('BASE' or 'SCALE') and
16871            'NDRPDR' and
16872            '1T1C' and
16873            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16874            not 'VHOST' and
16875            'MEMIF'"
16876   parameters:
16877   - "latency"
16878   - "parent"
16879   - "tags"
16880   sort:
16881   - "1VNF"
16882   - "2VNF"
16883   - "4VNF"
16884   - "2VNF"
16885   - "4VNF"
16886   layout:
16887     title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
16888     layout: "plot-latency"
16889
16890 -
16891   type: "plot"
16892   title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16893   algorithm: "plot_latency_error_bars"
16894   output-file-type: ".html"
16895   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
16896   data: "plot-ligato-throughput-latency-3n-hsw"
16897   filter: "'NIC_Intel-X520-DA2' and
16898            '64B' and
16899            ('BASE' or 'SCALE') and
16900            'NDRPDR' and
16901            '2T2C' and
16902            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16903            not 'VHOST' and
16904            'MEMIF'"
16905   parameters:
16906   - "latency"
16907   - "parent"
16908   - "tags"
16909   sort:
16910   - "1VNF"
16911   - "2VNF"
16912   - "4VNF"
16913   - "2VNF"
16914   - "4VNF"
16915   layout:
16916     title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
16917     layout: "plot-latency"
16918
16919 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
16920 -
16921   type: "plot"
16922   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16923   algorithm: "plot_latency_error_bars"
16924   output-file-type: ".html"
16925   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
16926   data: "plot-ligato-throughput-latency-3n-hsw"
16927   filter: "'NIC_Intel-X710' and
16928            '64B' and
16929            ('BASE' or 'SCALE') and
16930            'NDRPDR' and
16931            '1T1C' and
16932            'L2XCFWD' and
16933            not 'VHOST' and
16934            'MEMIF'"
16935   parameters:
16936   - "latency"
16937   - "parent"
16938   - "tags"
16939   sort:
16940   - "1VNF"
16941   - "2VNF"
16942   - "4VNF"
16943   - "2VNF"
16944   - "4VNF"
16945   layout:
16946     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
16947     layout: "plot-latency"
16948
16949 -
16950   type: "plot"
16951   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16952   algorithm: "plot_latency_error_bars"
16953   output-file-type: ".html"
16954   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
16955   data: "plot-ligato-throughput-latency-3n-hsw"
16956   filter: "'NIC_Intel-X710' and
16957            '64B' and
16958            ('BASE' or 'SCALE') and
16959            'NDRPDR' and
16960            '2T2C' and
16961            'L2XCFWD' and
16962            not 'VHOST' and
16963            'MEMIF'"
16964   parameters:
16965   - "latency"
16966   - "parent"
16967   - "tags"
16968   sort:
16969   - "1VNF"
16970   - "2VNF"
16971   - "4VNF"
16972   - "2VNF"
16973   - "4VNF"
16974   layout:
16975     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
16976     layout: "plot-latency"
16977
16978 # Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
16979 -
16980   type: "plot"
16981   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16982   algorithm: "plot_latency_error_bars"
16983   output-file-type: ".html"
16984   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
16985   data: "plot-ligato-throughput-latency-3n-hsw"
16986   filter: "'NIC_Intel-X710' and
16987            '64B' and
16988            ('BASE' or 'SCALE') and
16989            'NDRPDR' and
16990            '1T1C' and
16991            ('L2BDMACSTAT' or 'L2BDMACLRN') and
16992            not 'VHOST' and
16993            'MEMIF'"
16994   parameters:
16995   - "latency"
16996   - "parent"
16997   - "tags"
16998   sort:
16999   - "1VNF"
17000   - "2VNF"
17001   - "4VNF"
17002   - "2VNF"
17003   - "4VNF"
17004   layout:
17005     title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
17006     layout: "plot-latency"
17007
17008 -
17009   type: "plot"
17010   title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17011   algorithm: "plot_latency_error_bars"
17012   output-file-type: ".html"
17013   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
17014   data: "plot-ligato-throughput-latency-3n-hsw"
17015   filter: "'NIC_Intel-X710' and
17016            '64B' and
17017            ('BASE' or 'SCALE') and
17018            'NDRPDR' and
17019            '2T2C' and
17020            ('L2BDMACSTAT' or 'L2BDMACLRN') and
17021            not 'VHOST' and
17022            'MEMIF'"
17023   parameters:
17024   - "latency"
17025   - "parent"
17026   - "tags"
17027   sort:
17028   - "1VNF"
17029   - "2VNF"
17030   - "4VNF"
17031   - "2VNF"
17032   - "4VNF"
17033   layout:
17034     title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
17035     layout: "plot-latency"
17036
17037 ################################################################################
17038
17039 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
17040 -
17041   type: "plot"
17042   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17043   algorithm: "plot_latency_error_bars"
17044   output-file-type: ".html"
17045   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
17046   data: "plot-vpp-throughput-latency-3n-hsw"
17047   filter: "'NIC_Intel-X520-DA2' and
17048            '64B' and
17049            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17050            'NDRPDR' and
17051            '1T1C' and
17052            'IP4FWD' and
17053            not 'IPSEC' and
17054            not 'VHOST'"
17055   parameters:
17056   - "latency"
17057   - "parent"
17058   - "tags"
17059   sort:
17060   - "IP4BASE"
17061   - "FIB_20K"
17062   - "FIB_200K"
17063   - "FIB_2M"
17064   layout:
17065     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
17066     layout: "plot-latency"
17067
17068 -
17069   type: "plot"
17070   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17071   algorithm: "plot_latency_error_bars"
17072   output-file-type: ".html"
17073   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
17074   data: "plot-vpp-throughput-latency-3n-hsw"
17075   filter: "'NIC_Intel-X520-DA2' and
17076            '64B' and
17077            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17078            'NDRPDR' and
17079            '2T2C' and
17080            'IP4FWD' and
17081            not 'IPSEC' and
17082            not 'VHOST'"
17083   parameters:
17084   - "latency"
17085   - "parent"
17086   - "tags"
17087   sort:
17088   - "IP4BASE"
17089   - "FIB_20K"
17090   - "FIB_200K"
17091   - "FIB_2M"
17092   layout:
17093     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
17094     layout: "plot-latency"
17095
17096 # Packet Latency - VPP IPv4 3n-hsw-x520 features
17097 -
17098   type: "plot"
17099   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17100   algorithm: "plot_latency_error_bars"
17101   output-file-type: ".html"
17102   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
17103   data: "plot-vpp-throughput-latency-3n-hsw"
17104   filter: "'NIC_Intel-X520-DA2' and
17105            '64B' and
17106            ('IP4BASE' or
17107             'POLICE_MARK' or
17108             'COPWHLIST' or
17109             ('NAT44' and 'BASE') or
17110             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17111            'NDRPDR' and
17112            '1T1C' and
17113            'IP4FWD' and
17114            not 'IPSEC' and
17115            not 'VHOST'"
17116   parameters:
17117   - "latency"
17118   - "parent"
17119   - "tags"
17120   sort:
17121   - "IP4BASE"
17122   - "NAT44"
17123   - "POLICE_MARK"
17124   - "COPWHLIST"
17125   - "IACL"
17126   - "OACL"
17127   layout:
17128     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
17129     layout: "plot-latency"
17130
17131 -
17132   type: "plot"
17133   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17134   algorithm: "plot_latency_error_bars"
17135   output-file-type: ".html"
17136   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
17137   data: "plot-vpp-throughput-latency-3n-hsw"
17138   filter: "'NIC_Intel-X520-DA2' and
17139            '64B' and
17140            ('IP4BASE' or
17141             'POLICE_MARK' or
17142             'COPWHLIST' or
17143             ('NAT44' and 'BASE') or
17144             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17145            'NDRPDR' and
17146            '2T2C' and
17147            'IP4FWD' and
17148            not 'IPSEC' and
17149            not 'VHOST'"
17150   parameters:
17151   - "latency"
17152   - "parent"
17153   - "tags"
17154   sort:
17155   - "IP4BASE"
17156   - "NAT44"
17157   - "POLICE_MARK"
17158   - "COPWHLIST"
17159   - "IACL"
17160   - "OACL"
17161   layout:
17162     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
17163     layout: "plot-latency"
17164
17165 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
17166 -
17167   type: "plot"
17168   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17169   algorithm: "plot_latency_error_bars"
17170   output-file-type: ".html"
17171   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
17172   data: "plot-vpp-throughput-latency-3n-hsw"
17173   filter: "'NIC_Intel-X520-DA2' and
17174            '64B' and
17175            'NDRPDR' and
17176            '1T1C' and
17177            'IP4FWD' and
17178            'NAT44' and
17179            not 'IPSEC' and
17180            not 'VHOST'"
17181   parameters:
17182   - "latency"
17183   - "parent"
17184   - "tags"
17185   sort:
17186   - "BASE"
17187   - "BASE"
17188   - "SRC_USER_10"
17189   - "SRC_USER_100"
17190   - "SRC_USER_1000"
17191   - "SRC_USER_2000"
17192   layout:
17193     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
17194     layout: "plot-latency"
17195
17196 -
17197   type: "plot"
17198   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17199   algorithm: "plot_latency_error_bars"
17200   output-file-type: ".html"
17201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
17202   data: "plot-vpp-throughput-latency-3n-hsw"
17203   filter: "'NIC_Intel-X520-DA2' and
17204            '64B' and
17205            'NDRPDR' and
17206            '2T2C' and
17207            'IP4FWD' and
17208            'NAT44' and
17209            not 'IPSEC' and
17210            not 'VHOST'"
17211   parameters:
17212   - "latency"
17213   - "parent"
17214   - "tags"
17215   sort:
17216   - "BASE"
17217   - "BASE"
17218   - "SRC_USER_10"
17219   - "SRC_USER_100"
17220   - "SRC_USER_1000"
17221   - "SRC_USER_2000"
17222   layout:
17223     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
17224     layout: "plot-latency"
17225
17226 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
17227 -
17228   type: "plot"
17229   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17230   algorithm: "plot_latency_error_bars"
17231   output-file-type: ".html"
17232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
17233   data: "plot-vpp-throughput-latency-3n-hsw"
17234   filter: "'NIC_Intel-X520-DA2' and
17235            '64B' and
17236            'NDRPDR' and
17237            '1T1C' and
17238            'IP4FWD' and
17239            'IACL' and
17240            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17241            not 'IPSEC' and
17242            not 'VHOST'"
17243   parameters:
17244   - "latency"
17245   - "parent"
17246   - "tags"
17247   sort:
17248   - "ACL_STATELESS"
17249   - "ACL_STATEFUL"
17250   - "ACL_STATELESS"
17251   - "ACL_STATEFUL"
17252   layout:
17253     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
17254     layout: "plot-latency"
17255
17256 -
17257   type: "plot"
17258   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17259   algorithm: "plot_latency_error_bars"
17260   output-file-type: ".html"
17261   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
17262   data: "plot-vpp-throughput-latency-3n-hsw"
17263   filter: "'NIC_Intel-X520-DA2' and
17264            '64B' and
17265            'NDRPDR' and
17266            '2T2C' and
17267            'IP4FWD' and
17268            'IACL' and
17269            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17270            not 'IPSEC' and
17271            not 'VHOST'"
17272   parameters:
17273   - "latency"
17274   - "parent"
17275   - "tags"
17276   sort:
17277   - "ACL_STATELESS"
17278   - "ACL_STATEFUL"
17279   - "ACL_STATELESS"
17280   - "ACL_STATEFUL"
17281   layout:
17282     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
17283     layout: "plot-latency"
17284
17285 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
17286 -
17287   type: "plot"
17288   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17289   algorithm: "plot_latency_error_bars"
17290   output-file-type: ".html"
17291   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
17292   data: "plot-vpp-throughput-latency-3n-hsw"
17293   filter: "'NIC_Intel-X520-DA2' and
17294            '64B' and
17295            'NDRPDR' and
17296            '1T1C' and
17297            'IP4FWD' and
17298            'OACL' and
17299            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17300            not 'IPSEC' and
17301            not 'VHOST'"
17302   parameters:
17303   - "latency"
17304   - "parent"
17305   - "tags"
17306   sort:
17307   - "ACL_STATELESS"
17308   - "ACL_STATEFUL"
17309   - "ACL_STATELESS"
17310   - "ACL_STATEFUL"
17311   layout:
17312     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
17313     layout: "plot-latency"
17314
17315 -
17316   type: "plot"
17317   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17318   algorithm: "plot_latency_error_bars"
17319   output-file-type: ".html"
17320   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
17321   data: "plot-vpp-throughput-latency-3n-hsw"
17322   filter: "'NIC_Intel-X520-DA2' and
17323            '64B' and
17324            'NDRPDR' and
17325            '2T2C' and
17326            'IP4FWD' and
17327            'OACL' and
17328            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17329            not 'IPSEC' and
17330            not 'VHOST'"
17331   parameters:
17332   - "latency"
17333   - "parent"
17334   - "tags"
17335   sort:
17336   - "ACL_STATELESS"
17337   - "ACL_STATEFUL"
17338   - "ACL_STATELESS"
17339   - "ACL_STATEFUL"
17340   layout:
17341     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
17342     layout: "plot-latency"
17343
17344 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
17345 -
17346   type: "plot"
17347   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17348   algorithm: "plot_latency_error_bars"
17349   output-file-type: ".html"
17350   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
17351   data: "plot-vpp-throughput-latency-3n-hsw"
17352   filter: "'NIC_Intel-X710' and
17353            '64B' and
17354            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17355            'NDRPDR' and
17356            '1T1C' and
17357            'IP4FWD' and
17358            not 'IPSEC' and
17359            not 'VHOST'"
17360   parameters:
17361   - "latency"
17362   - "parent"
17363   - "tags"
17364   sort:
17365   - "IP4BASE"
17366   - "FIB_20K"
17367   - "FIB_200K"
17368   - "FIB_2M"
17369   layout:
17370     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
17371     layout: "plot-latency"
17372
17373 -
17374   type: "plot"
17375   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17376   algorithm: "plot_latency_error_bars"
17377   output-file-type: ".html"
17378   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
17379   data: "plot-vpp-throughput-latency-3n-hsw"
17380   filter: "'NIC_Intel-X710' and
17381            '64B' and
17382            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17383            'NDRPDR' and
17384            '2T2C' and
17385            'IP4FWD' and
17386            not 'IPSEC' and
17387            not 'VHOST'"
17388   parameters:
17389   - "latency"
17390   - "parent"
17391   - "tags"
17392   sort:
17393   - "IP4BASE"
17394   - "FIB_20K"
17395   - "FIB_200K"
17396   - "FIB_2M"
17397   layout:
17398     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
17399     layout: "plot-latency"
17400
17401 # Packet Latency - VPP IPv4 3n-hsw-x710 features
17402 -
17403   type: "plot"
17404   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17405   algorithm: "plot_latency_error_bars"
17406   output-file-type: ".html"
17407   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
17408   data: "plot-vpp-throughput-latency-3n-hsw"
17409   filter: "'NIC_Intel-X710' and
17410            '64B' and
17411            ('IP4BASE' or
17412             'POLICE_MARK' or
17413             'COPWHLIST' or
17414             ('NAT44' and 'BASE') or
17415             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17416            'NDRPDR' and
17417            '1T1C' and
17418            'IP4FWD' and
17419            not 'IPSEC' and
17420            not 'VHOST'"
17421   parameters:
17422   - "latency"
17423   - "parent"
17424   - "tags"
17425   sort:
17426   - "IP4BASE"
17427   - "NAT44"
17428   - "POLICE_MARK"
17429   - "COPWHLIST"
17430   - "IACL"
17431   - "OACL"
17432   layout:
17433     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
17434     layout: "plot-latency"
17435
17436 -
17437   type: "plot"
17438   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17439   algorithm: "plot_latency_error_bars"
17440   output-file-type: ".html"
17441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
17442   data: "plot-vpp-throughput-latency-3n-hsw"
17443   filter: "'NIC_Intel-X710' and
17444            '64B' and
17445            ('IP4BASE' or
17446             'POLICE_MARK' or
17447             'COPWHLIST' or
17448             ('NAT44' and 'BASE') or
17449             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17450            'NDRPDR' and
17451            '2T2C' and
17452            'IP4FWD' and
17453            not 'IPSEC' and
17454            not 'VHOST'"
17455   parameters:
17456   - "latency"
17457   - "parent"
17458   - "tags"
17459   sort:
17460   - "IP4BASE"
17461   - "NAT44"
17462   - "POLICE_MARK"
17463   - "COPWHLIST"
17464   - "IACL"
17465   - "OACL"
17466   layout:
17467     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
17468     layout: "plot-latency"
17469
17470 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
17471 -
17472   type: "plot"
17473   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17474   algorithm: "plot_latency_error_bars"
17475   output-file-type: ".html"
17476   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
17477   data: "plot-vpp-throughput-latency-3n-hsw"
17478   filter: "'NIC_Intel-X710' and
17479            '64B' and
17480            'NDRPDR' and
17481            '1T1C' and
17482            'IP4FWD' and
17483            'NAT44' and
17484            not 'IPSEC' and
17485            not 'VHOST'"
17486   parameters:
17487   - "latency"
17488   - "parent"
17489   - "tags"
17490   sort:
17491   - "BASE"
17492   - "BASE"
17493   - "SRC_USER_10"
17494   - "SRC_USER_100"
17495   - "SRC_USER_1000"
17496   - "SRC_USER_2000"
17497   layout:
17498     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
17499     layout: "plot-latency"
17500
17501 -
17502   type: "plot"
17503   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17504   algorithm: "plot_latency_error_bars"
17505   output-file-type: ".html"
17506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
17507   data: "plot-vpp-throughput-latency-3n-hsw"
17508   filter: "'NIC_Intel-X710' and
17509            '64B' and
17510            'NDRPDR' and
17511            '2T2C' and
17512            'IP4FWD' and
17513            'NAT44' and
17514            not 'IPSEC' and
17515            not 'VHOST'"
17516   parameters:
17517   - "latency"
17518   - "parent"
17519   - "tags"
17520   sort:
17521   - "BASE"
17522   - "BASE"
17523   - "SRC_USER_10"
17524   - "SRC_USER_100"
17525   - "SRC_USER_1000"
17526   - "SRC_USER_2000"
17527   layout:
17528     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
17529     layout: "plot-latency"
17530
17531 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
17532 -
17533   type: "plot"
17534   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17535   algorithm: "plot_latency_error_bars"
17536   output-file-type: ".html"
17537   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
17538   data: "plot-vpp-throughput-latency-3n-hsw"
17539   filter: "'NIC_Intel-X710' and
17540            '64B' and
17541            'NDRPDR' and
17542            '1T1C' and
17543            'IP4FWD' and
17544            'IACL' and
17545            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17546            not 'IPSEC' and
17547            not 'VHOST'"
17548   parameters:
17549   - "latency"
17550   - "parent"
17551   - "tags"
17552   sort:
17553   - "ACL_STATELESS"
17554   - "ACL_STATEFUL"
17555   - "ACL_STATELESS"
17556   - "ACL_STATEFUL"
17557   layout:
17558     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
17559     layout: "plot-latency"
17560
17561 -
17562   type: "plot"
17563   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17564   algorithm: "plot_latency_error_bars"
17565   output-file-type: ".html"
17566   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
17567   data: "plot-vpp-throughput-latency-3n-hsw"
17568   filter: "'NIC_Intel-X710' and
17569            '64B' and
17570            'NDRPDR' and
17571            '2T2C' and
17572            'IP4FWD' and
17573            'IACL' and
17574            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17575            not 'IPSEC' and
17576            not 'VHOST'"
17577   parameters:
17578   - "latency"
17579   - "parent"
17580   - "tags"
17581   sort:
17582   - "ACL_STATELESS"
17583   - "ACL_STATEFUL"
17584   - "ACL_STATELESS"
17585   - "ACL_STATEFUL"
17586   layout:
17587     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
17588     layout: "plot-latency"
17589
17590 # Packet Latency - VPP IPv4 3n-hsw-x710 features oacl
17591 -
17592   type: "plot"
17593   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17594   algorithm: "plot_latency_error_bars"
17595   output-file-type: ".html"
17596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr-lat"
17597   data: "plot-vpp-throughput-latency-3n-hsw"
17598   filter: "'NIC_Intel-X710' and
17599            '64B' and
17600            'NDRPDR' and
17601            '1T1C' and
17602            'IP4FWD' and
17603            'OACL' and
17604            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17605            not 'IPSEC' and
17606            not 'VHOST'"
17607   parameters:
17608   - "latency"
17609   - "parent"
17610   - "tags"
17611   sort:
17612   - "ACL_STATELESS"
17613   - "ACL_STATEFUL"
17614   - "ACL_STATELESS"
17615   - "ACL_STATEFUL"
17616   layout:
17617     title: "ip4-3n-hsw-x710-64b-1t1c-features-oacl-ndr"
17618     layout: "plot-latency"
17619
17620 -
17621   type: "plot"
17622   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17623   algorithm: "plot_latency_error_bars"
17624   output-file-type: ".html"
17625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr-lat"
17626   data: "plot-vpp-throughput-latency-3n-hsw"
17627   filter: "'NIC_Intel-X710' and
17628            '64B' and
17629            'NDRPDR' and
17630            '2T2C' and
17631            'IP4FWD' and
17632            'OACL' and
17633            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17634            not 'IPSEC' and
17635            not 'VHOST'"
17636   parameters:
17637   - "latency"
17638   - "parent"
17639   - "tags"
17640   sort:
17641   - "ACL_STATELESS"
17642   - "ACL_STATEFUL"
17643   - "ACL_STATELESS"
17644   - "ACL_STATEFUL"
17645   layout:
17646     title: "ip4-3n-hsw-x710-64b-2t2c-features-oacl-ndr"
17647     layout: "plot-latency"
17648
17649 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
17650 -
17651   type: "plot"
17652   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17653   algorithm: "plot_latency_error_bars"
17654   output-file-type: ".html"
17655   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
17656   data: "plot-vpp-throughput-latency-3n-hsw"
17657   filter: "'NIC_Intel-XL710' and
17658            '64B' and
17659            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17660            'NDRPDR' and
17661            '1T1C' and
17662            'IP4FWD' and
17663            not 'IPSEC' and
17664            not 'VHOST'"
17665   parameters:
17666   - "latency"
17667   - "parent"
17668   - "tags"
17669   sort:
17670   - "IP4BASE"
17671   - "FIB_20K"
17672   - "FIB_200K"
17673   - "FIB_2M"
17674   layout:
17675     title: "ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
17676     layout: "plot-latency"
17677
17678 -
17679   type: "plot"
17680   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17681   algorithm: "plot_latency_error_bars"
17682   output-file-type: ".html"
17683   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
17684   data: "plot-vpp-throughput-latency-3n-hsw"
17685   filter: "'NIC_Intel-XL710' and
17686            '64B' and
17687            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17688            'NDRPDR' and
17689            '2T2C' and
17690            'IP4FWD' and
17691            not 'IPSEC' and
17692            not 'VHOST'"
17693   parameters:
17694   - "latency"
17695   - "parent"
17696   - "tags"
17697   sort:
17698   - "IP4BASE"
17699   - "FIB_20K"
17700   - "FIB_200K"
17701   - "FIB_2M"
17702   layout:
17703     title: "ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
17704     layout: "plot-latency"
17705
17706 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
17707 -
17708   type: "plot"
17709   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17710   algorithm: "plot_latency_error_bars"
17711   output-file-type: ".html"
17712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
17713   data: "plot-vpp-throughput-latency-3n-skx"
17714   filter: "'NIC_Intel-X710' and
17715            '64B' and
17716            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17717            'NDRPDR' and
17718            '2T1C' and
17719            'IP4FWD' and
17720            not 'IPSEC' and
17721            not 'VHOST'"
17722   parameters:
17723   - "latency"
17724   - "parent"
17725   - "tags"
17726   sort:
17727   - "IP4BASE"
17728   - "FIB_20K"
17729   - "FIB_200K"
17730   - "FIB_2M"
17731   layout:
17732     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
17733     layout: "plot-latency"
17734
17735 -
17736   type: "plot"
17737   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17738   algorithm: "plot_latency_error_bars"
17739   output-file-type: ".html"
17740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
17741   data: "plot-vpp-throughput-latency-3n-skx"
17742   filter: "'NIC_Intel-X710' and
17743            '64B' and
17744            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
17745            'NDRPDR' and
17746            '4T2C' and
17747            'IP4FWD' and
17748            not 'IPSEC' and
17749            not 'VHOST'"
17750   parameters:
17751   - "latency"
17752   - "parent"
17753   - "tags"
17754   sort:
17755   - "IP4BASE"
17756   - "FIB_20K"
17757   - "FIB_200K"
17758   - "FIB_2M"
17759   layout:
17760     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
17761     layout: "plot-latency"
17762
17763 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17764 -
17765   type: "plot"
17766   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17767   algorithm: "plot_latency_error_bars"
17768   output-file-type: ".html"
17769   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
17770   data: "plot-vpp-throughput-latency-3n-skx"
17771   filter: "'NIC_Intel-X710' and
17772            '64B' and
17773            ('IP4BASE' or
17774             'POLICE_MARK' or
17775             'COPWHLIST' or
17776             ('NAT44' and 'BASE') or
17777             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17778            'NDRPDR' and
17779            '2T1C' and
17780            'IP4FWD' and
17781            not 'IPSEC' and
17782            not 'VHOST'"
17783   parameters:
17784   - "latency"
17785   - "parent"
17786   - "tags"
17787   sort:
17788   - "IP4BASE"
17789   - "NAT44"
17790   - "POLICE_MARK"
17791   - "COPWHLIST"
17792   - "IACL"
17793   - "OACL"
17794   layout:
17795     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
17796     layout: "plot-latency"
17797
17798 -
17799   type: "plot"
17800   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17801   algorithm: "plot_latency_error_bars"
17802   output-file-type: ".html"
17803   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
17804   data: "plot-vpp-throughput-latency-3n-skx"
17805   filter: "'NIC_Intel-X710' and
17806            '64B' and
17807            ('IP4BASE' or
17808             'POLICE_MARK' or
17809             'COPWHLIST' or
17810             ('NAT44' and 'BASE') or
17811             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
17812            'NDRPDR' and
17813            '4T2C' and
17814            'IP4FWD' and
17815            not 'IPSEC' and
17816            not 'VHOST'"
17817   parameters:
17818   - "latency"
17819   - "parent"
17820   - "tags"
17821   sort:
17822   - "IP4BASE"
17823   - "NAT44"
17824   - "POLICE_MARK"
17825   - "COPWHLIST"
17826   - "IACL"
17827   - "OACL"
17828   layout:
17829     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
17830     layout: "plot-latency"
17831
17832 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
17833 -
17834   type: "plot"
17835   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17836   algorithm: "plot_latency_error_bars"
17837   output-file-type: ".html"
17838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
17839   data: "plot-vpp-throughput-latency-3n-skx"
17840   filter: "'NIC_Intel-X710' and
17841            '64B' and
17842            'NDRPDR' and
17843            '2T1C' and
17844            'IP4FWD' and
17845            'NAT44' and
17846            not 'IPSEC' and
17847            not 'VHOST'"
17848   parameters:
17849   - "latency"
17850   - "parent"
17851   - "tags"
17852   sort:
17853   - "BASE"
17854   - "BASE"
17855   - "SRC_USER_10"
17856   - "SRC_USER_100"
17857   - "SRC_USER_1000"
17858   - "SRC_USER_2000"
17859   layout:
17860     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
17861     layout: "plot-latency"
17862
17863 -
17864   type: "plot"
17865   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17866   algorithm: "plot_latency_error_bars"
17867   output-file-type: ".html"
17868   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
17869   data: "plot-vpp-throughput-latency-3n-skx"
17870   filter: "'NIC_Intel-X710' and
17871            '64B' and
17872            'NDRPDR' and
17873            '4T2C' and
17874            'IP4FWD' and
17875            'NAT44' and
17876            not 'IPSEC' and
17877            not 'VHOST'"
17878   parameters:
17879   - "latency"
17880   - "parent"
17881   - "tags"
17882   sort:
17883   - "BASE"
17884   - "BASE"
17885   - "SRC_USER_10"
17886   - "SRC_USER_100"
17887   - "SRC_USER_1000"
17888   - "SRC_USER_2000"
17889   layout:
17890     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
17891     layout: "plot-latency"
17892
17893 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
17894 -
17895   type: "plot"
17896   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17897   algorithm: "plot_latency_error_bars"
17898   output-file-type: ".html"
17899   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
17900   data: "plot-vpp-throughput-latency-3n-skx"
17901   filter: "'NIC_Intel-X710' and
17902            '64B' and
17903            'NDRPDR' and
17904            '2T1C' and
17905            'IP4FWD' and
17906            'IACL' and
17907            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17908            not 'IPSEC' and
17909            not 'VHOST'"
17910   parameters:
17911   - "latency"
17912   - "parent"
17913   - "tags"
17914   sort:
17915   - "ACL_STATELESS"
17916   - "ACL_STATEFUL"
17917   - "ACL_STATELESS"
17918   - "ACL_STATEFUL"
17919   layout:
17920     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
17921     layout: "plot-latency"
17922
17923 -
17924   type: "plot"
17925   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17926   algorithm: "plot_latency_error_bars"
17927   output-file-type: ".html"
17928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
17929   data: "plot-vpp-throughput-latency-3n-skx"
17930   filter: "'NIC_Intel-X710' and
17931            '64B' and
17932            'NDRPDR' and
17933            '4T2C' and
17934            'IP4FWD' and
17935            'IACL' and
17936            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17937            not 'IPSEC' and
17938            not 'VHOST'"
17939   parameters:
17940   - "latency"
17941   - "parent"
17942   - "tags"
17943   sort:
17944   - "ACL_STATELESS"
17945   - "ACL_STATEFUL"
17946   - "ACL_STATELESS"
17947   - "ACL_STATEFUL"
17948   layout:
17949     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
17950     layout: "plot-latency"
17951
17952 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
17953 -
17954   type: "plot"
17955   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17956   algorithm: "plot_latency_error_bars"
17957   output-file-type: ".html"
17958   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr-lat"
17959   data: "plot-vpp-throughput-latency-3n-skx"
17960   filter: "'NIC_Intel-X710' and
17961            '64B' and
17962            'NDRPDR' and
17963            '2T1C' and
17964            'IP4FWD' and
17965            'OACL' and
17966            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17967            not 'IPSEC' and
17968            not 'VHOST'"
17969   parameters:
17970   - "latency"
17971   - "parent"
17972   - "tags"
17973   sort:
17974   - "ACL_STATELESS"
17975   - "ACL_STATEFUL"
17976   - "ACL_STATELESS"
17977   - "ACL_STATEFUL"
17978   layout:
17979     title: "ip4-3n-skx-x710-64b-2t1c-features-oacl-ndr"
17980     layout: "plot-latency"
17981
17982 -
17983   type: "plot"
17984   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr-lat"
17985   algorithm: "plot_latency_error_bars"
17986   output-file-type: ".html"
17987   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-oacl-lat"
17988   data: "plot-vpp-throughput-latency-3n-skx"
17989   filter: "'NIC_Intel-X710' and
17990            '64B' and
17991            'NDRPDR' and
17992            '4T2C' and
17993            'IP4FWD' and
17994            'OACL' and
17995            ('ACL10' or 'ACL50') and '10k_FLOWS' and
17996            not 'IPSEC' and
17997            not 'VHOST'"
17998   parameters:
17999   - "latency"
18000   - "parent"
18001   - "tags"
18002   sort:
18003   - "ACL_STATELESS"
18004   - "ACL_STATEFUL"
18005   - "ACL_STATELESS"
18006   - "ACL_STATEFUL"
18007   layout:
18008     title: "ip4-3n-skx-x710-64b-4t2c-features-oacl-ndr"
18009     layout: "plot-latency"
18010
18011 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
18012 -
18013   type: "plot"
18014   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18015   algorithm: "plot_latency_error_bars"
18016   output-file-type: ".html"
18017   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18018   data: "plot-vpp-throughput-latency-2n-skx"
18019   filter: "'NIC_Intel-X710' and
18020            '64B' and
18021            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18022            'NDRPDR' and
18023            '2T1C' and
18024            'IP4FWD' and
18025            not 'IPSEC' and
18026            not 'VHOST'"
18027   parameters:
18028   - "latency"
18029   - "parent"
18030   - "tags"
18031   sort:
18032   - "IP4BASE"
18033   - "FIB_20K"
18034   - "FIB_200K"
18035   - "FIB_2M"
18036   layout:
18037     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
18038     layout: "plot-latency"
18039
18040 -
18041   type: "plot"
18042   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18043   algorithm: "plot_latency_error_bars"
18044   output-file-type: ".html"
18045   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18046   data: "plot-vpp-throughput-latency-2n-skx"
18047   filter: "'NIC_Intel-X710' and
18048            '64B' and
18049            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18050            'NDRPDR' and
18051            '4T2C' and
18052            'IP4FWD' and
18053            not 'IPSEC' and
18054            not 'VHOST'"
18055   parameters:
18056   - "latency"
18057   - "parent"
18058   - "tags"
18059   sort:
18060   - "IP4BASE"
18061   - "FIB_20K"
18062   - "FIB_200K"
18063   - "FIB_2M"
18064   layout:
18065     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
18066     layout: "plot-latency"
18067
18068 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
18069 -
18070   type: "plot"
18071   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18072   algorithm: "plot_latency_error_bars"
18073   output-file-type: ".html"
18074   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
18075   data: "plot-vpp-throughput-latency-2n-skx"
18076   filter: "'NIC_Intel-XXV710' and
18077            '64B' and
18078            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18079            'NDRPDR' and
18080            '2T1C' and
18081            'IP4FWD' and
18082            not 'IPSEC' and
18083            not 'VHOST'"
18084   parameters:
18085   - "latency"
18086   - "parent"
18087   - "tags"
18088   sort:
18089   - "IP4BASE"
18090   - "FIB_20K"
18091   - "FIB_200K"
18092   - "FIB_2M"
18093   layout:
18094     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
18095     layout: "plot-latency"
18096
18097 -
18098   type: "plot"
18099   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18100   algorithm: "plot_latency_error_bars"
18101   output-file-type: ".html"
18102   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
18103   data: "plot-vpp-throughput-latency-2n-skx"
18104   filter: "'NIC_Intel-XXV710' and
18105            '64B' and
18106            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18107            'NDRPDR' and
18108            '4T2C' and
18109            'IP4FWD' and
18110            not 'IPSEC' and
18111            not 'VHOST'"
18112   parameters:
18113   - "latency"
18114   - "parent"
18115   - "tags"
18116   sort:
18117   - "IP4BASE"
18118   - "FIB_20K"
18119   - "FIB_200K"
18120   - "FIB_2M"
18121   layout:
18122     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
18123     layout: "plot-latency"
18124
18125 ################################################################################
18126
18127 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520
18128 -
18129   type: "plot"
18130   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18131   algorithm: "plot_latency_error_bars"
18132   output-file-type: ".html"
18133   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18134   data: "plot-vpp-throughput-latency-3n-hsw"
18135   filter: "'NIC_Intel-X520-DA2' and
18136            '64B' and
18137            'ENCAP' and
18138            'NDRPDR' and
18139            '1T1C' and
18140            'VXLAN' and
18141            'L2BDMACLRN' and
18142            not 'VHOST' and
18143            not 'IPSECHW'"
18144   parameters:
18145   - "latency"
18146   - "parent"
18147   - "tags"
18148   sort:
18149   - "not DOT1Q"
18150   - "VXLAN_1"
18151   - "VXLAN_10"
18152   - "VXLAN_100"
18153   - "VXLAN_1000"
18154   layout:
18155     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18156     layout: "plot-latency"
18157
18158 -
18159   type: "plot"
18160   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18161   algorithm: "plot_latency_error_bars"
18162   output-file-type: ".html"
18163   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18164   data: "plot-vpp-throughput-latency-3n-hsw"
18165   filter: "'NIC_Intel-X520-DA2' and
18166            '64B' and
18167            'ENCAP' and
18168            'NDRPDR' and
18169            '2T2C' and
18170            'VXLAN' and
18171            'L2BDMACLRN' and
18172            not 'VHOST' and
18173            not 'IPSECHW'"
18174   parameters:
18175   - "latency"
18176   - "parent"
18177   - "tags"
18178   sort:
18179   - "not DOT1Q"
18180   - "VXLAN_1"
18181   - "VXLAN_10"
18182   - "VXLAN_100"
18183   - "VXLAN_1000"
18184   layout:
18185     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18186     layout: "plot-latency"
18187
18188 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
18189 -
18190   type: "plot"
18191   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18192   algorithm: "plot_latency_error_bars"
18193   output-file-type: ".html"
18194   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
18195   data: "plot-vpp-throughput-latency-3n-hsw"
18196   filter: "'NIC_Intel-X520-DA2' and
18197            '64B' and
18198            'ENCAP' and
18199            'NDRPDR' and
18200            '1T1C' and
18201            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18202            not 'DOT1Q' and
18203            not 'VHOST' and
18204            not 'IPSECHW'"
18205   parameters:
18206   - "latency"
18207   - "parent"
18208   - "tags"
18209   sort:
18210   - "L2BDMACLRN"
18211   - "L2XCFWD"
18212   - "LISP"
18213   layout:
18214     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
18215     layout: "plot-latency"
18216
18217 -
18218   type: "plot"
18219   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18220   algorithm: "plot_latency_error_bars"
18221   output-file-type: ".html"
18222   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
18223   data: "plot-vpp-throughput-latency-3n-hsw"
18224   filter: "'NIC_Intel-X520-DA2' and
18225            '64B' and
18226            'ENCAP' and
18227            'NDRPDR' and
18228            '2T2C' and
18229            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18230            not 'DOT1Q' and
18231            not 'VHOST' and
18232            not 'IPSECHW'"
18233   parameters:
18234   - "latency"
18235   - "parent"
18236   - "tags"
18237   sort:
18238   - "L2BDMACLRN"
18239   - "L2XCFWD"
18240   - "LISP"
18241   layout:
18242     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
18243     layout: "plot-latency"
18244
18245 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
18246 -
18247   type: "plot"
18248   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18249   algorithm: "plot_latency_error_bars"
18250   output-file-type: ".html"
18251   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18252   data: "plot-vpp-throughput-latency-3n-hsw"
18253   filter: "'NIC_Intel-X710' and
18254            '64B' and
18255            'ENCAP' and
18256            'NDRPDR' and
18257            '1T1C' and
18258            'VXLAN' and
18259            'L2BDMACLRN' and
18260            not 'VHOST' and
18261            not 'IPSECHW'"
18262   parameters:
18263   - "latency"
18264   - "parent"
18265   - "tags"
18266   sort:
18267   - "not DOT1Q"
18268   - "VXLAN_1"
18269   - "VXLAN_10"
18270   - "VXLAN_100"
18271   - "VXLAN_1000"
18272   layout:
18273     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18274     layout: "plot-latency"
18275
18276 -
18277   type: "plot"
18278   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18279   algorithm: "plot_latency_error_bars"
18280   output-file-type: ".html"
18281   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18282   data: "plot-vpp-throughput-latency-3n-hsw"
18283   filter: "'NIC_Intel-X710' and
18284            '64B' and
18285            'ENCAP' and
18286            'NDRPDR' and
18287            '2T2C' and
18288            'VXLAN' and
18289            'L2BDMACLRN' and
18290            not 'VHOST' and
18291            not 'IPSECHW'"
18292   parameters:
18293   - "latency"
18294   - "parent"
18295   - "tags"
18296   sort:
18297   - "not DOT1Q"
18298   - "VXLAN_1"
18299   - "VXLAN_10"
18300   - "VXLAN_100"
18301   - "VXLAN_1000"
18302   layout:
18303     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18304     layout: "plot-latency"
18305
18306 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
18307 -
18308   type: "plot"
18309   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18310   algorithm: "plot_latency_error_bars"
18311   output-file-type: ".html"
18312   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
18313   data: "plot-vpp-throughput-latency-3n-hsw"
18314   filter: "'NIC_Intel-X710' and
18315            '64B' and
18316            'ENCAP' and
18317            'NDRPDR' and
18318            '1T1C' and
18319            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18320            not 'DOT1Q' and
18321            not 'VHOST' and
18322            not 'IPSECHW'"
18323   parameters:
18324   - "latency"
18325   - "parent"
18326   - "tags"
18327   sort:
18328   - "L2BDMACLRN"
18329   - "L2XCFWD"
18330   - "LISP"
18331   layout:
18332     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
18333     layout: "plot-latency"
18334
18335 -
18336   type: "plot"
18337   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18338   algorithm: "plot_latency_error_bars"
18339   output-file-type: ".html"
18340   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
18341   data: "plot-vpp-throughput-latency-3n-hsw"
18342   filter: "'NIC_Intel-X710' and
18343            '64B' and
18344            'ENCAP' and
18345            'NDRPDR' and
18346            '2T2C' and
18347            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18348            not 'DOT1Q' and
18349            not 'VHOST' and
18350            not 'IPSECHW'"
18351   parameters:
18352   - "latency"
18353   - "parent"
18354   - "tags"
18355   sort:
18356   - "L2BDMACLRN"
18357   - "L2XCFWD"
18358   - "LISP"
18359   layout:
18360     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
18361     layout: "plot-latency"
18362
18363 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
18364 -
18365   type: "plot"
18366   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18367   algorithm: "plot_latency_error_bars"
18368   output-file-type: ".html"
18369   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18370   data: "plot-vpp-throughput-latency-3n-skx"
18371   filter: "'NIC_Intel-X710' and
18372            '64B' and
18373            'ENCAP' and
18374            'NDRPDR' and
18375            '2T1C' and
18376            'VXLAN' and
18377            'L2BDMACLRN' and
18378            not 'VHOST' and
18379            not 'IPSECHW'"
18380   parameters:
18381   - "latency"
18382   - "parent"
18383   - "tags"
18384   sort:
18385   - "not DOT1Q"
18386   - "VXLAN_1"
18387   - "VXLAN_10"
18388   - "VXLAN_100"
18389   - "VXLAN_1000"
18390   layout:
18391     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18392     layout: "plot-latency"
18393
18394 -
18395   type: "plot"
18396   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18397   algorithm: "plot_latency_error_bars"
18398   output-file-type: ".html"
18399   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18400   data: "plot-vpp-throughput-latency-3n-skx"
18401   filter: "'NIC_Intel-X710' and
18402            '64B' and
18403            'ENCAP' and
18404            'NDRPDR' and
18405            '4T2C' and
18406            'VXLAN' and
18407            'L2BDMACLRN' and
18408            not 'VHOST' and
18409            not 'IPSECHW'"
18410   parameters:
18411   - "latency"
18412   - "parent"
18413   - "tags"
18414   sort:
18415   - "not DOT1Q"
18416   - "VXLAN_1"
18417   - "VXLAN_10"
18418   - "VXLAN_100"
18419   - "VXLAN_1000"
18420   layout:
18421     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18422     layout: "plot-latency"
18423
18424 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
18425 -
18426   type: "plot"
18427   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18428   algorithm: "plot_latency_error_bars"
18429   output-file-type: ".html"
18430   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
18431   data: "plot-vpp-throughput-latency-3n-skx"
18432   filter: "'NIC_Intel-X710' and
18433            '64B' and
18434            'ENCAP' and
18435            'NDRPDR' and
18436            '2T1C' and
18437            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18438            not 'DOT1Q' and
18439            not 'VHOST' and
18440            not 'IPSECHW'"
18441   parameters:
18442   - "latency"
18443   - "parent"
18444   - "tags"
18445   sort:
18446   - "L2BDMACLRN"
18447   - "L2XCFWD"
18448   - "LISP"
18449   layout:
18450     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
18451     layout: "plot-latency"
18452
18453 -
18454   type: "plot"
18455   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18456   algorithm: "plot_latency_error_bars"
18457   output-file-type: ".html"
18458   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
18459   data: "plot-vpp-throughput-latency-3n-skx"
18460   filter: "'NIC_Intel-X710' and
18461            '64B' and
18462            'ENCAP' and
18463            'NDRPDR' and
18464            '4T2C' and
18465            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
18466            not 'DOT1Q' and
18467            not 'VHOST' and
18468            not 'IPSECHW'"
18469   parameters:
18470   - "latency"
18471   - "parent"
18472   - "tags"
18473   sort:
18474   - "L2BDMACLRN"
18475   - "L2XCFWD"
18476   - "LISP"
18477   layout:
18478     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
18479     layout: "plot-latency"
18480
18481 ################################################################################
18482
18483 # Packet Latency - VPP IPv6 3n-hsw-x520
18484 -
18485   type: "plot"
18486   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18487   algorithm: "plot_latency_error_bars"
18488   output-file-type: ".html"
18489   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18490   data: "plot-vpp-throughput-latency-3n-hsw"
18491   filter: "'NIC_Intel-X520-DA2' and
18492            '78B' and
18493            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18494            'NDRPDR' and
18495            '1T1C' and
18496            'IP6FWD' and
18497            not 'SRv6' and
18498            not 'IPSEC' and
18499            not 'VHOST'"
18500   parameters:
18501   - "latency"
18502   - "parent"
18503   - "tags"
18504   sort:
18505   - "IP6BASE"
18506   - "FIB_20K"
18507   - "FIB_200K"
18508   - "FIB_2M"
18509   layout:
18510     title: "ip6-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18511     layout: "plot-latency"
18512
18513 -
18514   type: "plot"
18515   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18516   algorithm: "plot_latency_error_bars"
18517   output-file-type: ".html"
18518   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18519   data: "plot-vpp-throughput-latency-3n-hsw"
18520   filter: "'NIC_Intel-X520-DA2' and
18521            '78B' and
18522            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18523            'NDRPDR' and
18524            '2T2C' and
18525            'IP6FWD' and
18526            not 'SRv6' and
18527            not 'IPSEC' and
18528            not 'VHOST'"
18529   parameters:
18530   - "latency"
18531   - "parent"
18532   - "tags"
18533   sort:
18534   - "IP6BASE"
18535   - "FIB_20K"
18536   - "FIB_200K"
18537   - "FIB_2M"
18538   layout:
18539     title: "ip6-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18540     layout: "plot-latency"
18541
18542 # Packet Latency - VPP IPv6 3n-hsw-x710
18543 -
18544   type: "plot"
18545   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18546   algorithm: "plot_latency_error_bars"
18547   output-file-type: ".html"
18548   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
18549   data: "plot-vpp-throughput-latency-3n-hsw"
18550   filter: "'NIC_Intel-X710' and
18551            '78B' and
18552            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18553            'NDRPDR' and
18554            '1T1C' and
18555            'IP6FWD' and
18556            not 'SRv6' and
18557            not 'IPSEC' and
18558            not 'VHOST'"
18559   parameters:
18560   - "latency"
18561   - "parent"
18562   - "tags"
18563   sort:
18564   - "IP6BASE"
18565   - "FIB_20K"
18566   - "FIB_200K"
18567   - "FIB_2M"
18568   layout:
18569     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
18570     layout: "plot-latency"
18571
18572 -
18573   type: "plot"
18574   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18575   algorithm: "plot_latency_error_bars"
18576   output-file-type: ".html"
18577   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
18578   data: "plot-vpp-throughput-latency-3n-hsw"
18579   filter: "'NIC_Intel-X710' and
18580            '78B' and
18581            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18582            'NDRPDR' and
18583            '2T2C' and
18584            'IP6FWD' and
18585            not 'SRv6' and
18586            not 'IPSEC' and
18587            not 'VHOST'"
18588   parameters:
18589   - "latency"
18590   - "parent"
18591   - "tags"
18592   sort:
18593   - "IP6BASE"
18594   - "FIB_20K"
18595   - "FIB_200K"
18596   - "FIB_2M"
18597   layout:
18598     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
18599     layout: "plot-latency"
18600
18601 # Packet Latency - VPP IPv6 3n-hsw-xl710
18602 -
18603   type: "plot"
18604   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18605   algorithm: "plot_latency_error_bars"
18606   output-file-type: ".html"
18607   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr-lat"
18608   data: "plot-vpp-throughput-latency-3n-hsw"
18609   filter: "'NIC_Intel-XL710' and
18610            '78B' and
18611            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18612            'NDRPDR' and
18613            '1T1C' and
18614            'IP6FWD' and
18615            not 'SRv6' and
18616            not 'IPSEC' and
18617            not 'VHOST'"
18618   parameters:
18619   - "latency"
18620   - "parent"
18621   - "tags"
18622   sort:
18623   - "IP6BASE"
18624   - "FIB_20K"
18625   - "FIB_200K"
18626   - "FIB_2M"
18627   layout:
18628     title: "ip6-3n-hsw-xl710-78b-1t1c-base_and_scale-ndr"
18629     layout: "plot-latency"
18630
18631 -
18632   type: "plot"
18633   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18634   algorithm: "plot_latency_error_bars"
18635   output-file-type: ".html"
18636   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr-lat"
18637   data: "plot-vpp-throughput-latency-3n-hsw"
18638   filter: "'NIC_Intel-XL710' and
18639            '78B' and
18640            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18641            'NDRPDR' and
18642            '2T2C' and
18643            'IP6FWD' and
18644            not 'SRv6' and
18645            not 'IPSEC' and
18646            not 'VHOST'"
18647   parameters:
18648   - "latency"
18649   - "parent"
18650   - "tags"
18651   sort:
18652   - "IP6BASE"
18653   - "FIB_20K"
18654   - "FIB_200K"
18655   - "FIB_2M"
18656   layout:
18657     title: "ip6-3n-hsw-xl710-78b-2t2c-base_and_scale-ndr"
18658     layout: "plot-latency"
18659
18660 # Packet Latency - VPP IPv6 3n-skx-x710
18661 -
18662   type: "plot"
18663   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18664   algorithm: "plot_latency_error_bars"
18665   output-file-type: ".html"
18666   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18667   data: "plot-vpp-throughput-latency-3n-skx"
18668   filter: "'NIC_Intel-X710' and
18669            '78B' and
18670            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18671            'NDRPDR' and
18672            '2T1C' and
18673            'IP6FWD' and
18674            not 'SRv6' and
18675            not 'IPSEC' and
18676            not 'VHOST'"
18677   parameters:
18678   - "latency"
18679   - "parent"
18680   - "tags"
18681   sort:
18682   - "IP6BASE"
18683   - "FIB_20K"
18684   - "FIB_200K"
18685   - "FIB_2M"
18686   layout:
18687     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
18688     layout: "plot-latency"
18689
18690 -
18691   type: "plot"
18692   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18693   algorithm: "plot_latency_error_bars"
18694   output-file-type: ".html"
18695   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18696   data: "plot-vpp-throughput-latency-3n-skx"
18697   filter: "'NIC_Intel-X710' and
18698            '78B' and
18699            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18700            'NDRPDR' and
18701            '4T2C' and
18702            'IP6FWD' and
18703            not 'SRv6' and
18704            not 'IPSEC' and
18705            not 'VHOST'"
18706   parameters:
18707   - "latency"
18708   - "parent"
18709   - "tags"
18710   sort:
18711   - "IP6BASE"
18712   - "FIB_20K"
18713   - "FIB_200K"
18714   - "FIB_2M"
18715   layout:
18716     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
18717     layout: "plot-latency"
18718
18719 # Packet Latency - VPP IPv6 2n-skx-x710
18720 -
18721   type: "plot"
18722   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18723   algorithm: "plot_latency_error_bars"
18724   output-file-type: ".html"
18725   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
18726   data: "plot-vpp-throughput-latency-2n-skx"
18727   filter: "'NIC_Intel-X710' and
18728            '78B' and
18729            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18730            'NDRPDR' and
18731            '2T1C' and
18732            'IP6FWD' and
18733            not 'SRv6' and
18734            not 'IPSEC' and
18735            not 'VHOST'"
18736   parameters:
18737   - "latency"
18738   - "parent"
18739   - "tags"
18740   sort:
18741   - "IP6BASE"
18742   - "FIB_20K"
18743   - "FIB_200K"
18744   - "FIB_2M"
18745   layout:
18746     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
18747     layout: "plot-latency"
18748
18749 -
18750   type: "plot"
18751   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18752   algorithm: "plot_latency_error_bars"
18753   output-file-type: ".html"
18754   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
18755   data: "plot-vpp-throughput-latency-2n-skx"
18756   filter: "'NIC_Intel-X710' and
18757            '78B' and
18758            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18759            'NDRPDR' and
18760            '4T2C' and
18761            'IP6FWD' and
18762            not 'SRv6' and
18763            not 'IPSEC' and
18764            not 'VHOST'"
18765   parameters:
18766   - "latency"
18767   - "parent"
18768   - "tags"
18769   sort:
18770   - "IP6BASE"
18771   - "FIB_20K"
18772   - "FIB_200K"
18773   - "FIB_2M"
18774   layout:
18775     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
18776     layout: "plot-latency"
18777
18778 # Packet Latency - VPP IPv6 2n-skx-xxv710
18779 -
18780   type: "plot"
18781   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18782   algorithm: "plot_latency_error_bars"
18783   output-file-type: ".html"
18784   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
18785   data: "plot-vpp-throughput-latency-2n-skx"
18786   filter: "'NIC_Intel-XXV710' and
18787            '78B' and
18788            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18789            'NDRPDR' and
18790            '2T1C' and
18791            'IP6FWD' and
18792            not 'SRv6' and
18793            not 'IPSEC' and
18794            not 'VHOST'"
18795   parameters:
18796   - "latency"
18797   - "parent"
18798   - "tags"
18799   sort:
18800   - "IP6BASE"
18801   - "FIB_20K"
18802   - "FIB_200K"
18803   - "FIB_2M"
18804   layout:
18805     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
18806     layout: "plot-latency"
18807
18808 -
18809   type: "plot"
18810   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18811   algorithm: "plot_latency_error_bars"
18812   output-file-type: ".html"
18813   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
18814   data: "plot-vpp-throughput-latency-2n-skx"
18815   filter: "'NIC_Intel-XXV710' and
18816            '78B' and
18817            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
18818            'NDRPDR' and
18819            '4T2C' and
18820            'IP6FWD' and
18821            not 'SRv6' and
18822            not 'IPSEC' and
18823            not 'VHOST'"
18824   parameters:
18825   - "latency"
18826   - "parent"
18827   - "tags"
18828   sort:
18829   - "IP6BASE"
18830   - "FIB_20K"
18831   - "FIB_200K"
18832   - "FIB_2M"
18833   layout:
18834     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
18835     layout: "plot-latency"
18836
18837 ################################################################################
18838
18839 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
18840 -
18841   type: "plot"
18842   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18843   algorithm: "plot_latency_error_bars"
18844   output-file-type: ".html"
18845   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr-lat"
18846   data: "plot-vpp-throughput-latency-3n-hsw"
18847   filter: "'NIC_Intel-X520-DA2' and
18848            '78B' and
18849            'ENCAP' and
18850            'NDRPDR' and
18851            '1T1C' and
18852            'LISP' and
18853            not 'VHOST'"
18854   parameters:
18855   - "latency"
18856   - "parent"
18857   - "tags"
18858   sort:
18859   - "IP4UNRLAY"
18860   - "IP6UNRLAY"
18861   layout:
18862     title: "ip6tun-3n-hsw-x520-78b-1t1c-base_and_scale-ndr"
18863     layout: "plot-latency"
18864
18865 -
18866   type: "plot"
18867   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18868   algorithm: "plot_latency_error_bars"
18869   output-file-type: ".html"
18870   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr-lat"
18871   data: "plot-vpp-throughput-latency-3n-hsw"
18872   filter: "'NIC_Intel-X520-DA2' and
18873            '78B' and
18874            'ENCAP' and
18875            'NDRPDR' and
18876            '2T2C' and
18877            'LISP' and
18878            not 'VHOST'"
18879   parameters:
18880   - "latency"
18881   - "parent"
18882   - "tags"
18883   sort:
18884   - "IP4UNRLAY"
18885   - "IP6UNRLAY"
18886   layout:
18887     title: "ip6tun-3n-hsw-x520-78b-2t2c-base_and_scale-ndr"
18888     layout: "plot-latency"
18889
18890 ################################################################################
18891
18892 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
18893 -
18894   type: "plot"
18895   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18896   algorithm: "plot_latency_error_bars"
18897   output-file-type: ".html"
18898   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18899   data: "plot-vpp-throughput-latency-3n-hsw"
18900   filter: "'NIC_Intel-XL710' and
18901            '64B' and
18902            'IP4FWD' and
18903            'NDRPDR' and
18904            'BASE' and
18905            '1T1C' and
18906            'IPSECHW' and
18907            ('IPSECTRAN' or 'IPSECTUN') and
18908            not 'VHOST'"
18909   parameters:
18910   - "latency"
18911   - "parent"
18912   - "tags"
18913   layout:
18914     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
18915     layout: "plot-latency"
18916
18917 -
18918   type: "plot"
18919   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18920   algorithm: "plot_latency_error_bars"
18921   output-file-type: ".html"
18922   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18923   data: "plot-vpp-throughput-latency-3n-hsw"
18924   filter: "'NIC_Intel-XL710' and
18925            '64B' and
18926            'IP4FWD' and
18927            'NDRPDR' and
18928            'BASE' and
18929            '2T2C' and
18930            'IPSECHW' and
18931            ('IPSECTRAN' or 'IPSECTUN') and
18932            not 'VHOST'"
18933   parameters:
18934   - "latency"
18935   - "parent"
18936   - "tags"
18937   layout:
18938     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
18939     layout: "plot-latency"
18940
18941 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
18942 -
18943   type: "plot"
18944   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18945   algorithm: "plot_latency_error_bars"
18946   output-file-type: ".html"
18947   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
18948   data: "plot-vpp-throughput-latency-3n-hsw"
18949   filter: "'NIC_Intel-XL710' and
18950            '64B' and
18951            'IP4FWD' and
18952            'NDRPDR' and
18953            'SCALE' and
18954            '1T1C' and
18955            'IPSECHW' and
18956            ('IPSECTRAN' or 'IPSECTUN') and
18957            not 'VHOST'"
18958   parameters:
18959   - "latency"
18960   - "parent"
18961   - "tags"
18962   layout:
18963     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
18964     layout: "plot-latency"
18965
18966 -
18967   type: "plot"
18968   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18969   algorithm: "plot_latency_error_bars"
18970   output-file-type: ".html"
18971   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
18972   data: "plot-vpp-throughput-latency-3n-hsw"
18973   filter: "'NIC_Intel-XL710' and
18974            '64B' and
18975            'IP4FWD' and
18976            'NDRPDR' and
18977            'SCALE' and
18978            '2T2C' and
18979            'IPSECHW' and
18980            ('IPSECTRAN' or 'IPSECTUN') and
18981            not 'VHOST'"
18982   parameters:
18983   - "latency"
18984   - "parent"
18985   - "tags"
18986   layout:
18987     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
18988     layout: "plot-latency"
18989
18990 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
18991 -
18992   type: "plot"
18993   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18994   algorithm: "plot_latency_error_bars"
18995   output-file-type: ".html"
18996   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
18997   data: "plot-vpp-throughput-latency-3n-hsw"
18998   filter: "'NIC_Intel-XL710' and
18999            '64B' and
19000            'IP4FWD' and
19001            'NDRPDR' and
19002            '1T1C' and
19003            'IPSECSW' and
19004            ('IPSECTRAN' or 'IPSECTUN') and
19005            not 'VHOST'"
19006   parameters:
19007   - "latency"
19008   - "parent"
19009   - "tags"
19010   layout:
19011     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
19012     layout: "plot-latency"
19013
19014 -
19015   type: "plot"
19016   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
19017   algorithm: "plot_latency_error_bars"
19018   output-file-type: ".html"
19019   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
19020   data: "plot-vpp-throughput-latency-3n-hsw"
19021   filter: "'NIC_Intel-XL710' and
19022            '64B' and
19023            'IP4FWD' and
19024            'NDRPDR' and
19025            '2T2C' and
19026            'IPSECSW' and
19027            ('IPSECTRAN' or 'IPSECTUN') and
19028            not 'VHOST'"
19029   parameters:
19030   - "latency"
19031   - "parent"
19032   - "tags"
19033   layout:
19034     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
19035     layout: "plot-latency"
19036
19037 ################################################################################
19038
19039 # Packet Latency - VPP SRv6 3n-hsw-x520
19040 -
19041   type: "plot"
19042   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
19043   algorithm: "plot_latency_error_bars"
19044   output-file-type: ".html"
19045   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
19046   data: "plot-vpp-throughput-latency-3n-hsw"
19047   filter: "'NIC_Intel-X520-DA2' and
19048            '78B' and
19049            'FEATURE' and
19050            'NDRPDR' and
19051            '1T1C' and
19052            'IP6FWD' and
19053            'SRv6'"
19054   parameters:
19055   - "latency"
19056   - "parent"
19057   - "tags"
19058   layout:
19059     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
19060     layout: "plot-latency"
19061
19062 -
19063   type: "plot"
19064   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19065   algorithm: "plot_latency_error_bars"
19066   output-file-type: ".html"
19067   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
19068   data: "plot-vpp-throughput-latency-3n-hsw"
19069   filter: "'NIC_Intel-X520-DA2' and
19070            '78B' and
19071            'FEATURE' and
19072            'NDRPDR' and
19073            '2T2C' and
19074            'IP6FWD' and
19075            'SRv6'"
19076   parameters:
19077   - "latency"
19078   - "parent"
19079   - "tags"
19080   layout:
19081     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
19082     layout: "plot-latency"
19083
19084 ################################################################################
19085
19086 # Packet Latency - VPP vhost ip4 3n-hsw-x520
19087 -
19088   type: "plot"
19089   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19090   algorithm: "plot_latency_error_bars"
19091   output-file-type: ".html"
19092   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19093   data: "plot-vpp-throughput-latency-3n-hsw"
19094   filter: "'NIC_Intel-X520-DA2' and
19095            '64B' and
19096            'NDRPDR' and
19097            'ETH' and
19098            'IP4FWD' and
19099            '1T1C' and
19100            'VHOST_1024' and
19101            not 'VXLAN' and
19102            not 'DOT1Q'"
19103   parameters:
19104   - "latency"
19105   - "parent"
19106   - "tags"
19107   sort:
19108   - "not CFS_OPT"
19109   - "1VM"
19110   - "2VM"
19111   layout:
19112     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19113     layout: "plot-latency"
19114
19115 -
19116   type: "plot"
19117   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19118   algorithm: "plot_latency_error_bars"
19119   output-file-type: ".html"
19120   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19121   data: "plot-vpp-throughput-latency-3n-hsw"
19122   filter: "'NIC_Intel-X520-DA2' and
19123            '64B' and
19124            'NDRPDR' and
19125            'ETH' and
19126            'IP4FWD' and
19127            '2T2C' and
19128            'VHOST_1024' and
19129            not 'VXLAN' and
19130            not 'DOT1Q'"
19131   parameters:
19132   - "latency"
19133   - "parent"
19134   - "tags"
19135   sort:
19136   - "not CFS_OPT"
19137   - "1VM"
19138   - "2VM"
19139   layout:
19140     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19141     layout: "plot-latency"
19142
19143 # Packet Latency - VPP vhost l2sw 3n-hsw-x520
19144 -
19145   type: "plot"
19146   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19147   algorithm: "plot_latency_error_bars"
19148   output-file-type: ".html"
19149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19150   data: "plot-vpp-throughput-latency-3n-hsw"
19151   filter: "'NIC_Intel-X520-DA2' and
19152            '64B' and
19153            'NDRPDR' and
19154            'ETH' and
19155            '1T1C' and
19156            'L2BDMACLRN' and
19157            'VHOST_1024' and
19158            not 'VXLAN' and
19159            not 'IP4FWD' and
19160            not 'DOT1Q' and
19161            not '2VM'"
19162   parameters:
19163   - "latency"
19164   - "parent"
19165   - "tags"
19166   sort:
19167   - "VM"  # "not CFS_OPT"
19168   - "CFS_OPT"
19169   - "FIB_10K"
19170   - "FIB_100K"
19171   - "FIB_1M"
19172   layout:
19173     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19174     layout: "plot-latency"
19175
19176 -
19177   type: "plot"
19178   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19179   algorithm: "plot_latency_error_bars"
19180   output-file-type: ".html"
19181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19182   data: "plot-vpp-throughput-latency-3n-hsw"
19183   filter: "'NIC_Intel-X520-DA2' and
19184            '64B' and
19185            'NDRPDR' and
19186            'ETH' and
19187            '2T2C' and
19188            'L2BDMACLRN' and
19189            'VHOST_1024' and
19190            not 'VXLAN' and
19191            not 'IP4FWD' and
19192            not 'DOT1Q' and
19193            not '2VM'"
19194   parameters:
19195   - "latency"
19196   - "parent"
19197   - "tags"
19198   sort:
19199   - "VM"  # "not CFS_OPT"
19200   - "CFS_OPT"
19201   - "FIB_10K"
19202   - "FIB_100K"
19203   - "FIB_1M"
19204   layout:
19205     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19206     layout: "plot-latency"
19207
19208 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
19209 -
19210   type: "plot"
19211   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19212   algorithm: "plot_latency_error_bars"
19213   output-file-type: ".html"
19214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr-lat"
19215   data: "plot-vpp-throughput-latency-3n-hsw"
19216   filter: "'NIC_Intel-X520-DA2' and
19217            '64B' and
19218            'NDRPDR' and
19219            'ETH' and
19220            'BASE' and
19221            '1T1C' and
19222            ('L2BDMACLRN' or 'L2XCFWD') and
19223            'VHOST_1024' and
19224            not 'VXLAN' and
19225            not 'IP4FWD' and
19226            not 'DOT1Q' and
19227            not '2VM'"
19228   parameters:
19229   - "latency"
19230   - "parent"
19231   - "tags"
19232   sort:
19233   - "not CFS_OPT"
19234   - "L2XCFWD"
19235   - "not CFS_OPT"
19236   - "CFS_OPT"
19237   layout:
19238     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-ndr"
19239     layout: "plot-latency"
19240
19241 -
19242   type: "plot"
19243   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19244   algorithm: "plot_latency_error_bars"
19245   output-file-type: ".html"
19246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr-lat"
19247   data: "plot-vpp-throughput-latency-3n-hsw"
19248   filter: "'NIC_Intel-X520-DA2' and
19249            '64B' and
19250            'NDRPDR' and
19251            'ETH' and
19252            'BASE' and
19253            '2T2C' and
19254            ('L2BDMACLRN' or 'L2XCFWD') and
19255            'VHOST_1024' and
19256            not 'VXLAN' and
19257            not 'IP4FWD' and
19258            not 'DOT1Q' and
19259            not '2VM'"
19260   parameters:
19261   - "latency"
19262   - "parent"
19263   - "tags"
19264   sort:
19265   - "not CFS_OPT"
19266   - "L2XCFWD"
19267   - "not CFS_OPT"
19268   - "CFS_OPT"
19269   layout:
19270     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-ndr"
19271     layout: "plot-latency"
19272
19273 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
19274 -
19275   type: "plot"
19276   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19277   algorithm: "plot_latency_error_bars"
19278   output-file-type: ".html"
19279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
19280   data: "plot-vpp-throughput-latency-3n-hsw"
19281   filter: "'NIC_Intel-X520-DA2' and
19282            '64B' and
19283            'NDRPDR' and
19284            'ETH' and
19285            '1T1C' and
19286            ('L2BDMACLRN' or 'L2XCFWD') and
19287            'VHOST_1024' and
19288            not 'CFS_OPT' and
19289            not 'VXLAN' and
19290            not 'IP4FWD' and
19291            not 'DOT1Q'"
19292   parameters:
19293   - "latency"
19294   - "parent"
19295   - "tags"
19296   sort:
19297   - "1VM"
19298   - "L2XCFWD"
19299   - "1VM"
19300   - "L2BDMACLRN"
19301   layout:
19302     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
19303     layout: "plot-latency"
19304
19305 -
19306   type: "plot"
19307   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19308   algorithm: "plot_latency_error_bars"
19309   output-file-type: ".html"
19310   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
19311   data: "plot-vpp-throughput-latency-3n-hsw"
19312   filter: "'NIC_Intel-X520-DA2' and
19313            '64B' and
19314            'NDRPDR' and
19315            'ETH' and
19316            '2T2C' and
19317            ('L2BDMACLRN' or 'L2XCFWD') and
19318            'VHOST_1024' and
19319            not 'CFS_OPT' and
19320            not 'VXLAN' and
19321            not 'IP4FWD' and
19322            not 'DOT1Q'"
19323   parameters:
19324   - "latency"
19325   - "parent"
19326   - "tags"
19327   sort:
19328   - "1VM"
19329   - "L2XCFWD"
19330   - "1VM"
19331   - "L2BDMACLRN"
19332   layout:
19333     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
19334     layout: "plot-latency"
19335
19336 # Packet Latency - VPP vhost ip4 3n-hsw-x710
19337 -
19338   type: "plot"
19339   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19340   algorithm: "plot_latency_error_bars"
19341   output-file-type: ".html"
19342   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19343   data: "plot-vpp-throughput-latency-3n-hsw"
19344   filter: "'NIC_Intel-X710' and
19345            '64B' and
19346            'NDRPDR' and
19347            'ETH' and
19348            'IP4FWD' and
19349            '1T1C' and
19350            'VHOST_1024' and
19351            not 'VXLAN' and
19352            not 'DOT1Q'"
19353   parameters:
19354   - "latency"
19355   - "parent"
19356   - "tags"
19357   sort:
19358   - "not CFS_OPT"
19359   - "1VM"
19360   - "2VM"
19361   layout:
19362     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19363     layout: "plot-latency"
19364
19365 -
19366   type: "plot"
19367   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19368   algorithm: "plot_latency_error_bars"
19369   output-file-type: ".html"
19370   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19371   data: "plot-vpp-throughput-latency-3n-hsw"
19372   filter: "'NIC_Intel-X710' and
19373            '64B' and
19374            'NDRPDR' and
19375            'ETH' and
19376            'IP4FWD' and
19377            '2T2C' and
19378            'VHOST_1024' and
19379            not 'VXLAN' and
19380            not 'DOT1Q'"
19381   parameters:
19382   - "latency"
19383   - "parent"
19384   - "tags"
19385   sort:
19386   - "not CFS_OPT"
19387   - "1VM"
19388   - "2VM"
19389   layout:
19390     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19391     layout: "plot-latency"
19392
19393 # Packet Latency - VPP vhost l2sw 3n-hsw-x710
19394 -
19395   type: "plot"
19396   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19397   algorithm: "plot_latency_error_bars"
19398   output-file-type: ".html"
19399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
19400   data: "plot-vpp-throughput-latency-3n-hsw"
19401   filter: "'NIC_Intel-X710' and
19402            '64B' and
19403            'NDRPDR' and
19404            'ETH' and
19405            '1T1C' and
19406            'L2BDMACLRN' and
19407            'VHOST_1024' and
19408            not 'VXLAN' and
19409            not 'IP4FWD' and
19410            not 'DOT1Q' and
19411            not '2VM'"
19412   parameters:
19413   - "latency"
19414   - "parent"
19415   - "tags"
19416   sort:
19417   - "VM"  # "not CFS_OPT"
19418   - "CFS_OPT"
19419   - "FIB_10K"
19420   - "FIB_100K"
19421   - "FIB_1M"
19422   layout:
19423     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
19424     layout: "plot-latency"
19425
19426 -
19427   type: "plot"
19428   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19429   algorithm: "plot_latency_error_bars"
19430   output-file-type: ".html"
19431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
19432   data: "plot-vpp-throughput-latency-3n-hsw"
19433   filter: "'NIC_Intel-X710' and
19434            '64B' and
19435            'NDRPDR' and
19436            'ETH' and
19437            '2T2C' and
19438            'L2BDMACLRN' and
19439            'VHOST_1024' and
19440            not 'VXLAN' and
19441            not 'IP4FWD' and
19442            not 'DOT1Q' and
19443            not '2VM'"
19444   parameters:
19445   - "latency"
19446   - "parent"
19447   - "tags"
19448   sort:
19449   - "VM"  # "not CFS_OPT"
19450   - "CFS_OPT"
19451   - "FIB_10K"
19452   - "FIB_100K"
19453   - "FIB_1M"
19454   layout:
19455     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
19456     layout: "plot-latency"
19457
19458 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
19459 -
19460   type: "plot"
19461   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19462   algorithm: "plot_latency_error_bars"
19463   output-file-type: ".html"
19464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr-lat"
19465   data: "plot-vpp-throughput-latency-3n-hsw"
19466   filter: "'NIC_Intel-X710' and
19467            '64B' and
19468            'NDRPDR' and
19469            'ETH' and
19470            'BASE' and
19471            '1T1C' and
19472            ('L2BDMACLRN' or 'L2XCFWD') and
19473            'VHOST_1024' and
19474            not 'VXLAN' and
19475            not 'IP4FWD' and
19476            not 'DOT1Q' and
19477            not '2VM'"
19478   parameters:
19479   - "latency"
19480   - "parent"
19481   - "tags"
19482   sort:
19483   - "not CFS_OPT"
19484   - "L2XCFWD"
19485   - "not CFS_OPT"
19486   - "CFS_OPT"
19487   layout:
19488     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-ndr"
19489     layout: "plot-latency"
19490
19491 -
19492   type: "plot"
19493   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19494   algorithm: "plot_latency_error_bars"
19495   output-file-type: ".html"
19496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr-lat"
19497   data: "plot-vpp-throughput-latency-3n-hsw"
19498   filter: "'NIC_Intel-X710' and
19499            '64B' and
19500            'NDRPDR' and
19501            'ETH' and
19502            'BASE' and
19503            '2T2C' and
19504            ('L2BDMACLRN' or 'L2XCFWD') and
19505            'VHOST_1024' and
19506            not 'VXLAN' and
19507            not 'IP4FWD' and
19508            not 'DOT1Q' and
19509            not '2VM'"
19510   parameters:
19511   - "latency"
19512   - "parent"
19513   - "tags"
19514   sort:
19515   - "not CFS_OPT"
19516   - "L2XCFWD"
19517   - "not CFS_OPT"
19518   - "CFS_OPT"
19519   layout:
19520     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-ndr"
19521     layout: "plot-latency"
19522
19523 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
19524 -
19525   type: "plot"
19526   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19527   algorithm: "plot_latency_error_bars"
19528   output-file-type: ".html"
19529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr-lat"
19530   data: "plot-vpp-throughput-latency-3n-hsw"
19531   filter: "'NIC_Intel-X710' and
19532            '64B' and
19533            'NDRPDR' and
19534            'ETH' and
19535            '1T1C' and
19536            ('L2BDMACLRN' or 'L2XCFWD') and
19537            'VHOST_1024' and
19538            not 'CFS_OPT' and
19539            not 'VXLAN' and
19540            not 'IP4FWD' and
19541            not 'DOT1Q'"
19542   parameters:
19543   - "latency"
19544   - "parent"
19545   - "tags"
19546   sort:
19547   - "1VM"
19548   - "L2XCFWD"
19549   - "1VM"
19550   - "L2BDMACLRN"
19551   layout:
19552     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base-vm-ndr"
19553     layout: "plot-latency"
19554
19555 -
19556   type: "plot"
19557   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19558   algorithm: "plot_latency_error_bars"
19559   output-file-type: ".html"
19560   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr-lat"
19561   data: "plot-vpp-throughput-latency-3n-hsw"
19562   filter: "'NIC_Intel-X710' and
19563            '64B' and
19564            'NDRPDR' and
19565            'ETH' and
19566            '2T2C' and
19567            ('L2BDMACLRN' or 'L2XCFWD') and
19568            'VHOST_1024' and
19569            not 'CFS_OPT' and
19570            not 'VXLAN' and
19571            not 'IP4FWD' and
19572            not 'DOT1Q'"
19573   parameters:
19574   - "latency"
19575   - "parent"
19576   - "tags"
19577   sort:
19578   - "1VM"
19579   - "L2XCFWD"
19580   - "1VM"
19581   - "L2BDMACLRN"
19582   layout:
19583     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base-vm-ndr"
19584     layout: "plot-latency"
19585
19586 # Packet Latency - VPP vhost ip4 3n-hsw-xl710
19587 -
19588   type: "plot"
19589   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19590   algorithm: "plot_latency_error_bars"
19591   output-file-type: ".html"
19592   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19593   data: "plot-vpp-throughput-latency-3n-hsw"
19594   filter: "'NIC_Intel-XL710' and
19595            '64B' and
19596            'NDRPDR' and
19597            'ETH' and
19598            'IP4FWD' and
19599            '1T1C' and
19600            'VHOST_1024' and
19601            not 'VXLAN' and
19602            not 'DOT1Q'"
19603   parameters:
19604   - "latency"
19605   - "parent"
19606   - "tags"
19607   sort:
19608   - "not CFS_OPT"
19609   - "1VM"
19610   - "2VM"
19611   layout:
19612     title: "vhost-ip4-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19613     layout: "plot-latency"
19614
19615 -
19616   type: "plot"
19617   title: "VPP Latency: vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19618   algorithm: "plot_latency_error_bars"
19619   output-file-type: ".html"
19620   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19621   data: "plot-vpp-throughput-latency-3n-hsw"
19622   filter: "'NIC_Intel-XL710' and
19623            '64B' and
19624            'NDRPDR' and
19625            'ETH' and
19626            'IP4FWD' and
19627            '2T2C' and
19628            'VHOST_1024' and
19629            not 'VXLAN' and
19630            not 'DOT1Q'"
19631   parameters:
19632   - "latency"
19633   - "parent"
19634   - "tags"
19635   sort:
19636   - "not CFS_OPT"
19637   - "1VM"
19638   - "2VM"
19639   layout:
19640     title: "vhost-ip4-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19641     layout: "plot-latency"
19642
19643 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710
19644 -
19645   type: "plot"
19646   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19647   algorithm: "plot_latency_error_bars"
19648   output-file-type: ".html"
19649   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr-lat"
19650   data: "plot-vpp-throughput-latency-3n-hsw"
19651   filter: "'NIC_Intel-XL710' and
19652            '64B' and
19653            'NDRPDR' and
19654            'ETH' and
19655            '1T1C' and
19656            'L2BDMACLRN' and
19657            'VHOST_1024' and
19658            not 'VXLAN' and
19659            not 'IP4FWD' and
19660            not 'DOT1Q' and
19661            not '2VM'"
19662   parameters:
19663   - "latency"
19664   - "parent"
19665   - "tags"
19666   sort:
19667   - "VM"  # "not CFS_OPT"
19668   - "CFS_OPT"
19669   - "FIB_10K"
19670   - "FIB_100K"
19671   - "FIB_1M"
19672   layout:
19673     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base_and_scale-ndr"
19674     layout: "plot-latency"
19675
19676 -
19677   type: "plot"
19678   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19679   algorithm: "plot_latency_error_bars"
19680   output-file-type: ".html"
19681   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr-lat"
19682   data: "plot-vpp-throughput-latency-3n-hsw"
19683   filter: "'NIC_Intel-XL710' and
19684            '64B' and
19685            'NDRPDR' and
19686            'ETH' and
19687            '2T2C' and
19688            'L2BDMACLRN' and
19689            'VHOST_1024' and
19690            not 'VXLAN' and
19691            not 'IP4FWD' and
19692            not 'DOT1Q' and
19693            not '2VM'"
19694   parameters:
19695   - "latency"
19696   - "parent"
19697   - "tags"
19698   sort:
19699   - "VM"  # "not CFS_OPT"
19700   - "CFS_OPT"
19701   - "FIB_10K"
19702   - "FIB_100K"
19703   - "FIB_1M"
19704   layout:
19705     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base_and_scale-ndr"
19706     layout: "plot-latency"
19707
19708 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base
19709 -
19710   type: "plot"
19711   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19712   algorithm: "plot_latency_error_bars"
19713   output-file-type: ".html"
19714   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19715   data: "plot-vpp-throughput-latency-3n-hsw"
19716   filter: "'NIC_Intel-XL710' and
19717            '64B' and
19718            'NDRPDR' and
19719            'ETH' and
19720            'BASE' and
19721            '1T1C' and
19722            ('L2BDMACLRN' or 'L2XCFWD') and
19723            'VHOST_1024' and
19724            not 'VXLAN' and
19725            not 'IP4FWD' and
19726            not 'DOT1Q' and
19727            not '2VM'"
19728   parameters:
19729   - "latency"
19730   - "parent"
19731   - "tags"
19732   sort:
19733   - "not CFS_OPT"
19734   - "L2XCFWD"
19735   - "not CFS_OPT"
19736   - "CFS_OPT"
19737   layout:
19738     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
19739     layout: "plot-latency"
19740
19741 -
19742   type: "plot"
19743   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19744   algorithm: "plot_latency_error_bars"
19745   output-file-type: ".html"
19746   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19747   data: "plot-vpp-throughput-latency-3n-hsw"
19748   filter: "'NIC_Intel-XL710' and
19749            '64B' and
19750            'NDRPDR' and
19751            'ETH' and
19752            'BASE' and
19753            '2T2C' and
19754            ('L2BDMACLRN' or 'L2XCFWD') and
19755            'VHOST_1024' and
19756            not 'VXLAN' and
19757            not 'IP4FWD' and
19758            not 'DOT1Q' and
19759            not '2VM'"
19760   parameters:
19761   - "latency"
19762   - "parent"
19763   - "tags"
19764   sort:
19765   - "not CFS_OPT"
19766   - "L2XCFWD"
19767   - "not CFS_OPT"
19768   - "CFS_OPT"
19769   layout:
19770     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
19771     layout: "plot-latency"
19772
19773 # Packet Latency - VPP vhost l2sw 3n-hsw-xl710 - base vm
19774 -
19775   type: "plot"
19776   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19777   algorithm: "plot_latency_error_bars"
19778   output-file-type: ".html"
19779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr-lat"
19780   data: "plot-vpp-throughput-latency-3n-hsw"
19781   filter: "'NIC_Intel-XL710' and
19782            '64B' and
19783            'NDRPDR' and
19784            'ETH' and
19785            '1T1C' and
19786            ('L2BDMACLRN' or 'L2XCFWD') and
19787            'VHOST_1024' and
19788            not 'CFS_OPT' and
19789            not 'VXLAN' and
19790            not 'IP4FWD' and
19791            not 'DOT1Q'"
19792   parameters:
19793   - "latency"
19794   - "parent"
19795   - "tags"
19796   sort:
19797   - "1VM"
19798   - "L2XCFWD"
19799   - "1VM"
19800   - "L2BDMACLRN"
19801   layout:
19802     title: "vhost-l2sw-3n-hsw-xl710-64b-1t1c-base-vm-ndr"
19803     layout: "plot-latency"
19804
19805 -
19806   type: "plot"
19807   title: "VPP Latency: vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19808   algorithm: "plot_latency_error_bars"
19809   output-file-type: ".html"
19810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr-lat"
19811   data: "plot-vpp-throughput-latency-3n-hsw"
19812   filter: "'NIC_Intel-XL710' and
19813            '64B' and
19814            'NDRPDR' and
19815            'ETH' and
19816            '2T2C' and
19817            ('L2BDMACLRN' or 'L2XCFWD') and
19818            'VHOST_1024' and
19819            not 'CFS_OPT' and
19820            not 'VXLAN' and
19821            not 'IP4FWD' and
19822            not 'DOT1Q'"
19823   parameters:
19824   - "latency"
19825   - "parent"
19826   - "tags"
19827   sort:
19828   - "1VM"
19829   - "L2XCFWD"
19830   - "1VM"
19831   - "L2BDMACLRN"
19832   layout:
19833     title: "vhost-l2sw-3n-hsw-xl710-64b-2t2c-base-vm-ndr"
19834     layout: "plot-latency"
19835
19836 # Packet Latency - VPP vhost ip4 3n-skx-x710
19837 -
19838   type: "plot"
19839   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19840   algorithm: "plot_latency_error_bars"
19841   output-file-type: ".html"
19842   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19843   data: "plot-vpp-throughput-latency-3n-skx"
19844   filter: "'NIC_Intel-X710' and
19845            '64B' and
19846            'NDRPDR' and
19847            'ETH' and
19848            'IP4FWD' and
19849            '2T1C' and
19850            'VHOST_1024' and
19851            not 'VXLAN' and
19852            not 'DOT1Q'"
19853   parameters:
19854   - "latency"
19855   - "parent"
19856   - "tags"
19857   sort:
19858   - "not CFS_OPT"
19859   - "1VM"
19860   - "2VM"
19861   layout:
19862     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19863     layout: "plot-latency"
19864
19865 -
19866   type: "plot"
19867   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19868   algorithm: "plot_latency_error_bars"
19869   output-file-type: ".html"
19870   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19871   data: "plot-vpp-throughput-latency-3n-skx"
19872   filter: "'NIC_Intel-X710' and
19873            '64B' and
19874            'NDRPDR' and
19875            'ETH' and
19876            'IP4FWD' and
19877            '4T2C' and
19878            'VHOST_1024' and
19879            not 'VXLAN' and
19880            not 'DOT1Q'"
19881   parameters:
19882   - "latency"
19883   - "parent"
19884   - "tags"
19885   sort:
19886   - "not CFS_OPT"
19887   - "1VM"
19888   - "2VM"
19889   layout:
19890     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19891     layout: "plot-latency"
19892
19893 # Packet Latency - VPP vhost l2sw 3n-skx-x710
19894 -
19895   type: "plot"
19896   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19897   algorithm: "plot_latency_error_bars"
19898   output-file-type: ".html"
19899   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19900   data: "plot-vpp-throughput-latency-3n-skx"
19901   filter: "'NIC_Intel-X710' and
19902            '64B' and
19903            'NDRPDR' and
19904            'ETH' and
19905            '2T1C' and
19906            'L2BDMACLRN' and
19907            'VHOST_1024' and
19908            not 'VXLAN' and
19909            not 'IP4FWD' and
19910            not 'DOT1Q' and
19911            not '2VM'"
19912   parameters:
19913   - "latency"
19914   - "parent"
19915   - "tags"
19916   sort:
19917   - "VM"  # "not CFS_OPT"
19918   - "CFS_OPT"
19919   - "FIB_10K"
19920   - "FIB_100K"
19921   - "FIB_1M"
19922   layout:
19923     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
19924     layout: "plot-latency"
19925
19926 -
19927   type: "plot"
19928   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19929   algorithm: "plot_latency_error_bars"
19930   output-file-type: ".html"
19931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19932   data: "plot-vpp-throughput-latency-3n-skx"
19933   filter: "'NIC_Intel-X710' and
19934            '64B' and
19935            'NDRPDR' and
19936            'ETH' and
19937            '4T2C' and
19938            'L2BDMACLRN' and
19939            'VHOST_1024' and
19940            not 'VXLAN' and
19941            not 'IP4FWD' and
19942            not 'DOT1Q' and
19943            not '2VM'"
19944   parameters:
19945   - "latency"
19946   - "parent"
19947   - "tags"
19948   sort:
19949   - "VM"  # "not CFS_OPT"
19950   - "CFS_OPT"
19951   - "FIB_10K"
19952   - "FIB_100K"
19953   - "FIB_1M"
19954   layout:
19955     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
19956     layout: "plot-latency"
19957
19958 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
19959 -
19960   type: "plot"
19961   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19962   algorithm: "plot_latency_error_bars"
19963   output-file-type: ".html"
19964   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr-lat"
19965   data: "plot-vpp-throughput-latency-3n-skx"
19966   filter: "'NIC_Intel-X710' and
19967            '64B' and
19968            'NDRPDR' and
19969            'ETH' and
19970            'BASE' and
19971            '2T1C' and
19972            ('L2BDMACLRN' or 'L2XCFWD') and
19973            'VHOST_1024' and
19974            not 'VXLAN' and
19975            not 'IP4FWD' and
19976            not 'DOT1Q' and
19977            not '2VM'"
19978   parameters:
19979   - "latency"
19980   - "parent"
19981   - "tags"
19982   sort:
19983   - "not CFS_OPT"
19984   - "L2XCFWD"
19985   - "not CFS_OPT"
19986   - "CFS_OPT"
19987   layout:
19988     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-ndr"
19989     layout: "plot-latency"
19990
19991 -
19992   type: "plot"
19993   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19994   algorithm: "plot_latency_error_bars"
19995   output-file-type: ".html"
19996   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr-lat"
19997   data: "plot-vpp-throughput-latency-3n-skx"
19998   filter: "'NIC_Intel-X710' and
19999            '64B' and
20000            'NDRPDR' and
20001            'ETH' and
20002            'BASE' and
20003            '4T2C' and
20004            ('L2BDMACLRN' or 'L2XCFWD') and
20005            'VHOST_1024' and
20006            not 'VXLAN' and
20007            not 'IP4FWD' and
20008            not 'DOT1Q' and
20009            not '2VM'"
20010   parameters:
20011   - "latency"
20012   - "parent"
20013   - "tags"
20014   sort:
20015   - "not CFS_OPT"
20016   - "L2XCFWD"
20017   - "not CFS_OPT"
20018   - "CFS_OPT"
20019   layout:
20020     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-ndr"
20021     layout: "plot-latency"
20022
20023 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
20024 -
20025   type: "plot"
20026   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20027   algorithm: "plot_latency_error_bars"
20028   output-file-type: ".html"
20029   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20030   data: "plot-vpp-throughput-latency-3n-skx"
20031   filter: "'NIC_Intel-X710' and
20032            '64B' and
20033            'NDRPDR' and
20034            'ETH' and
20035            '2T1C' and
20036            ('L2BDMACLRN' or 'L2XCFWD') and
20037            'VHOST_1024' and
20038            not 'CFS_OPT' and
20039            not 'VXLAN' and
20040            not 'IP4FWD' and
20041            not 'DOT1Q'"
20042   parameters:
20043   - "latency"
20044   - "parent"
20045   - "tags"
20046   sort:
20047   - "1VM"
20048   - "L2XCFWD"
20049   - "1VM"
20050   - "L2BDMACLRN"
20051   layout:
20052     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base-vm-ndr"
20053     layout: "plot-latency"
20054
20055 -
20056   type: "plot"
20057   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20058   algorithm: "plot_latency_error_bars"
20059   output-file-type: ".html"
20060   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20061   data: "plot-vpp-throughput-latency-3n-skx"
20062   filter: "'NIC_Intel-X710' and
20063            '64B' and
20064            'NDRPDR' and
20065            'ETH' and
20066            '4T2C' and
20067            ('L2BDMACLRN' or 'L2XCFWD') and
20068            'VHOST_1024' and
20069            not 'CFS_OPT' and
20070            not 'VXLAN' and
20071            not 'IP4FWD' and
20072            not 'DOT1Q'"
20073   parameters:
20074   - "latency"
20075   - "parent"
20076   - "tags"
20077   sort:
20078   - "1VM"
20079   - "L2XCFWD"
20080   - "1VM"
20081   - "L2BDMACLRN"
20082   layout:
20083     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base-vm-ndr"
20084     layout: "plot-latency"
20085
20086 # Packet Latency - VPP vhost ip4 2n-skx-x710
20087 -
20088   type: "plot"
20089   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20090   algorithm: "plot_latency_error_bars"
20091   output-file-type: ".html"
20092   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20093   data: "plot-vpp-throughput-latency-2n-skx"
20094   filter: "'NIC_Intel-X710' and
20095            '64B' and
20096            'NDRPDR' and
20097            'ETH' and
20098            'IP4FWD' and
20099            '2T1C' and
20100            'VHOST_1024' and
20101            not 'VXLAN' and
20102            not 'DOT1Q'"
20103   parameters:
20104   - "latency"
20105   - "parent"
20106   - "tags"
20107   sort:
20108   - "not CFS_OPT"
20109   - "1VM"
20110   - "2VM"
20111   layout:
20112     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20113     layout: "plot-latency"
20114
20115 -
20116   type: "plot"
20117   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20118   algorithm: "plot_latency_error_bars"
20119   output-file-type: ".html"
20120   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20121   data: "plot-vpp-throughput-latency-2n-skx"
20122   filter: "'NIC_Intel-X710' and
20123            '64B' and
20124            'NDRPDR' and
20125            'ETH' and
20126            'IP4FWD' and
20127            '4T2C' and
20128            'VHOST_1024' and
20129            not 'VXLAN' and
20130            not 'DOT1Q'"
20131   parameters:
20132   - "latency"
20133   - "parent"
20134   - "tags"
20135   sort:
20136   - "not CFS_OPT"
20137   - "1VM"
20138   - "2VM"
20139   layout:
20140     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20141     layout: "plot-latency"
20142
20143 # Packet Latency - VPP vhost l2sw 2n-skx-x710
20144 -
20145   type: "plot"
20146   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20147   algorithm: "plot_latency_error_bars"
20148   output-file-type: ".html"
20149   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20150   data: "plot-vpp-throughput-latency-2n-skx"
20151   filter: "'NIC_Intel-X710' and
20152            '64B' and
20153            'NDRPDR' and
20154            'ETH' and
20155            '2T1C' and
20156            'L2BDMACLRN' and
20157            'VHOST_1024' and
20158            not 'VXLAN' and
20159            not 'IP4FWD' and
20160            not 'DOT1Q' and
20161            not '2VM'"
20162   parameters:
20163   - "latency"
20164   - "parent"
20165   - "tags"
20166   sort:
20167   - "VM"  # "not CFS_OPT"
20168   - "CFS_OPT"
20169   - "FIB_10K"
20170   - "FIB_100K"
20171   - "FIB_1M"
20172   layout:
20173     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20174     layout: "plot-latency"
20175
20176 -
20177   type: "plot"
20178   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20179   algorithm: "plot_latency_error_bars"
20180   output-file-type: ".html"
20181   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20182   data: "plot-vpp-throughput-latency-2n-skx"
20183   filter: "'NIC_Intel-X710' and
20184            '64B' and
20185            'NDRPDR' and
20186            'ETH' and
20187            '4T2C' and
20188            'L2BDMACLRN' and
20189            'VHOST_1024' and
20190            not 'VXLAN' and
20191            not 'IP4FWD' and
20192            not 'DOT1Q' and
20193            not '2VM'"
20194   parameters:
20195   - "latency"
20196   - "parent"
20197   - "tags"
20198   sort:
20199   - "VM"  # "not CFS_OPT"
20200   - "CFS_OPT"
20201   - "FIB_10K"
20202   - "FIB_100K"
20203   - "FIB_1M"
20204   layout:
20205     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20206     layout: "plot-latency"
20207
20208 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
20209 -
20210   type: "plot"
20211   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20212   algorithm: "plot_latency_error_bars"
20213   output-file-type: ".html"
20214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr-lat"
20215   data: "plot-vpp-throughput-latency-2n-skx"
20216   filter: "'NIC_Intel-X710' and
20217            '64B' and
20218            'NDRPDR' and
20219            'ETH' and
20220            'BASE' and
20221            '2T1C' and
20222            ('L2BDMACLRN' or 'L2XCFWD') and
20223            'VHOST_1024' and
20224            not 'VXLAN' and
20225            not 'IP4FWD' and
20226            not 'DOT1Q' and
20227            not '2VM'"
20228   parameters:
20229   - "latency"
20230   - "parent"
20231   - "tags"
20232   sort:
20233   - "not CFS_OPT"
20234   - "L2XCFWD"
20235   - "not CFS_OPT"
20236   - "CFS_OPT"
20237   layout:
20238     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-ndr"
20239     layout: "plot-latency"
20240
20241 -
20242   type: "plot"
20243   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20244   algorithm: "plot_latency_error_bars"
20245   output-file-type: ".html"
20246   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr-lat"
20247   data: "plot-vpp-throughput-latency-2n-skx"
20248   filter: "'NIC_Intel-X710' and
20249            '64B' and
20250            'NDRPDR' and
20251            'ETH' and
20252            'BASE' and
20253            '4T2C' and
20254            ('L2BDMACLRN' or 'L2XCFWD') and
20255            'VHOST_1024' and
20256            not 'VXLAN' and
20257            not 'IP4FWD' and
20258            not 'DOT1Q' and
20259            not '2VM'"
20260   parameters:
20261   - "latency"
20262   - "parent"
20263   - "tags"
20264   sort:
20265   - "not CFS_OPT"
20266   - "L2XCFWD"
20267   - "not CFS_OPT"
20268   - "CFS_OPT"
20269   layout:
20270     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-ndr"
20271     layout: "plot-latency"
20272
20273 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
20274 -
20275   type: "plot"
20276   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20277   algorithm: "plot_latency_error_bars"
20278   output-file-type: ".html"
20279   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
20280   data: "plot-vpp-throughput-latency-2n-skx"
20281   filter: "'NIC_Intel-X710' and
20282            '64B' and
20283            'NDRPDR' and
20284            'ETH' and
20285            '2T1C' and
20286            ('L2BDMACLRN' or 'L2XCFWD') and
20287            'VHOST_1024' and
20288            not 'CFS_OPT' and
20289            not 'VXLAN' and
20290            not 'IP4FWD' and
20291            not 'DOT1Q'"
20292   parameters:
20293   - "latency"
20294   - "parent"
20295   - "tags"
20296   sort:
20297   - "1VM"
20298   - "L2XCFWD"
20299   - "1VM"
20300   - "L2BDMACLRN"
20301   layout:
20302     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
20303     layout: "plot-latency"
20304
20305 -
20306   type: "plot"
20307   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20308   algorithm: "plot_latency_error_bars"
20309   output-file-type: ".html"
20310   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
20311   data: "plot-vpp-throughput-latency-2n-skx"
20312   filter: "'NIC_Intel-X710' and
20313            '64B' and
20314            'NDRPDR' and
20315            'ETH' and
20316            '4T2C' and
20317            ('L2BDMACLRN' or 'L2XCFWD') and
20318            'VHOST_1024' and
20319            not 'CFS_OPT' and
20320            not 'VXLAN' and
20321            not 'IP4FWD' and
20322            not 'DOT1Q'"
20323   parameters:
20324   - "latency"
20325   - "parent"
20326   - "tags"
20327   sort:
20328   - "1VM"
20329   - "L2XCFWD"
20330   - "1VM"
20331   - "L2BDMACLRN"
20332   layout:
20333     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
20334     layout: "plot-latency"
20335
20336 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
20337 -
20338   type: "plot"
20339   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20340   algorithm: "plot_latency_error_bars"
20341   output-file-type: ".html"
20342   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20343   data: "plot-vpp-throughput-latency-2n-skx"
20344   filter: "'NIC_Intel-XXV710' and
20345            '64B' and
20346            'NDRPDR' and
20347            'ETH' and
20348            'IP4FWD' and
20349            '2T1C' and
20350            'VHOST_1024' and
20351            not 'VXLAN' and
20352            not 'DOT1Q'"
20353   parameters:
20354   - "latency"
20355   - "parent"
20356   - "tags"
20357   sort:
20358   - "not CFS_OPT"
20359   - "1VM"
20360   - "2VM"
20361   layout:
20362     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20363     layout: "plot-latency"
20364
20365 -
20366   type: "plot"
20367   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20368   algorithm: "plot_latency_error_bars"
20369   output-file-type: ".html"
20370   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20371   data: "plot-vpp-throughput-latency-2n-skx"
20372   filter: "'NIC_Intel-XXV710' and
20373            '64B' and
20374            'NDRPDR' and
20375            'ETH' and
20376            'IP4FWD' and
20377            '4T2C' and
20378            'VHOST_1024' and
20379            not 'VXLAN' and
20380            not 'DOT1Q'"
20381   parameters:
20382   - "latency"
20383   - "parent"
20384   - "tags"
20385   sort:
20386   - "not CFS_OPT"
20387   - "1VM"
20388   - "2VM"
20389   layout:
20390     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20391     layout: "plot-latency"
20392
20393 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710
20394 -
20395   type: "plot"
20396   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20397   algorithm: "plot_latency_error_bars"
20398   output-file-type: ".html"
20399   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20400   data: "plot-vpp-throughput-latency-2n-skx"
20401   filter: "'NIC_Intel-XXV710' and
20402            '64B' and
20403            'NDRPDR' and
20404            'ETH' and
20405            '2T1C' and
20406            'L2BDMACLRN' and
20407            'VHOST_1024' and
20408            not 'VXLAN' and
20409            not 'IP4FWD' and
20410            not 'DOT1Q' and
20411            not '2VM'"
20412   parameters:
20413   - "latency"
20414   - "parent"
20415   - "tags"
20416   sort:
20417   - "VM"  # "not CFS_OPT"
20418   - "CFS_OPT"
20419   - "FIB_10K"
20420   - "FIB_100K"
20421   - "FIB_1M"
20422   layout:
20423     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20424     layout: "plot-latency"
20425
20426 -
20427   type: "plot"
20428   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20429   algorithm: "plot_latency_error_bars"
20430   output-file-type: ".html"
20431   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20432   data: "plot-vpp-throughput-latency-2n-skx"
20433   filter: "'NIC_Intel-XXV710' and
20434            '64B' and
20435            'NDRPDR' and
20436            'ETH' and
20437            '4T2C' and
20438            'L2BDMACLRN' and
20439            'VHOST_1024' and
20440            not 'VXLAN' and
20441            not 'IP4FWD' and
20442            not 'DOT1Q' and
20443            not '2VM'"
20444   parameters:
20445   - "latency"
20446   - "parent"
20447   - "tags"
20448   sort:
20449   - "VM"  # "not CFS_OPT"
20450   - "CFS_OPT"
20451   - "FIB_10K"
20452   - "FIB_100K"
20453   - "FIB_1M"
20454   layout:
20455     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20456     layout: "plot-latency"
20457
20458 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
20459 -
20460   type: "plot"
20461   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20462   algorithm: "plot_latency_error_bars"
20463   output-file-type: ".html"
20464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20465   data: "plot-vpp-throughput-latency-2n-skx"
20466   filter: "'NIC_Intel-XXV710' and
20467            '64B' and
20468            'NDRPDR' and
20469            'ETH' and
20470            'BASE' and
20471            '2T1C' and
20472            ('L2BDMACLRN' or 'L2XCFWD') and
20473            'VHOST_1024' and
20474            not 'VXLAN' and
20475            not 'IP4FWD' and
20476            not 'DOT1Q' and
20477            not '2VM'"
20478   parameters:
20479   - "latency"
20480   - "parent"
20481   - "tags"
20482   sort:
20483   - "not CFS_OPT"
20484   - "L2XCFWD"
20485   - "not CFS_OPT"
20486   - "CFS_OPT"
20487   layout:
20488     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-ndr"
20489     layout: "plot-latency"
20490
20491 -
20492   type: "plot"
20493   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20494   algorithm: "plot_latency_error_bars"
20495   output-file-type: ".html"
20496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20497   data: "plot-vpp-throughput-latency-2n-skx"
20498   filter: "'NIC_Intel-XXV710' and
20499            '64B' and
20500            'NDRPDR' and
20501            'ETH' and
20502            'BASE' and
20503            '4T2C' and
20504            ('L2BDMACLRN' or 'L2XCFWD') and
20505            'VHOST_1024' and
20506            not 'VXLAN' and
20507            not 'IP4FWD' and
20508            not 'DOT1Q' and
20509            not '2VM'"
20510   parameters:
20511   - "latency"
20512   - "parent"
20513   - "tags"
20514   sort:
20515   - "not CFS_OPT"
20516   - "L2XCFWD"
20517   - "not CFS_OPT"
20518   - "CFS_OPT"
20519   layout:
20520     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-ndr"
20521     layout: "plot-latency"
20522
20523 # Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
20524 -
20525   type: "plot"
20526   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20527   algorithm: "plot_latency_error_bars"
20528   output-file-type: ".html"
20529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
20530   data: "plot-vpp-throughput-latency-2n-skx"
20531   filter: "'NIC_Intel-XXV710' and
20532            '64B' and
20533            'NDRPDR' and
20534            'ETH' and
20535            '2T1C' and
20536            ('L2BDMACLRN' or 'L2XCFWD') and
20537            'VHOST_1024' and
20538            not 'CFS_OPT' and
20539            not 'VXLAN' and
20540            not 'IP4FWD' and
20541            not 'DOT1Q'"
20542   parameters:
20543   - "latency"
20544   - "parent"
20545   - "tags"
20546   sort:
20547   - "1VM"
20548   - "L2XCFWD"
20549   - "1VM"
20550   - "L2BDMACLRN"
20551   layout:
20552     title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
20553     layout: "plot-latency"
20554
20555 -
20556   type: "plot"
20557   title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20558   algorithm: "plot_latency_error_bars"
20559   output-file-type: ".html"
20560   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
20561   data: "plot-vpp-throughput-latency-2n-skx"
20562   filter: "'NIC_Intel-XXV710' and
20563            '64B' and
20564            'NDRPDR' and
20565            'ETH' and
20566            '4T2C' and
20567            ('L2BDMACLRN' or 'L2XCFWD') and
20568            'VHOST_1024' and
20569            not 'CFS_OPT' and
20570            not 'VXLAN' and
20571            not 'IP4FWD' and
20572            not 'DOT1Q'"
20573   parameters:
20574   - "latency"
20575   - "parent"
20576   - "tags"
20577   sort:
20578   - "1VM"
20579   - "L2XCFWD"
20580   - "1VM"
20581   - "L2BDMACLRN"
20582   layout:
20583     title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
20584     layout: "plot-latency"
20585
20586 ################################################################################
20587
20588 # Packet Latency - VPP VTS 3n-hsw-x520
20589 -
20590   type: "plot"
20591   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20592   algorithm: "plot_latency_error_bars"
20593   output-file-type: ".html"
20594   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
20595   data: "plot-vpp-throughput-latency-3n-hsw"
20596   filter: "'NIC_Intel-X520-DA2' and
20597            '114B' and
20598            'NDRPDR' and
20599            '1T1C' and
20600            'VTS'"
20601   parameters:
20602   - "latency"
20603   - "parent"
20604   - "tags"
20605   layout:
20606     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
20607     layout: "plot-latency"
20608
20609 -
20610   type: "plot"
20611   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20612   algorithm: "plot_latency_error_bars"
20613   output-file-type: ".html"
20614   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
20615   data: "plot-vpp-throughput-latency-3n-hsw"
20616   filter: "'NIC_Intel-X520-DA2' and
20617            '114B' and
20618            'NDRPDR' and
20619            '2T2C' and
20620            'VTS'"
20621   parameters:
20622   - "latency"
20623   - "parent"
20624   - "tags"
20625   layout:
20626     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
20627     layout: "plot-latency"
20628
20629 ################################################################################
20630
20631 # Packet Latency - DPDK l3fwd 3n-hsw-x520
20632 -
20633   type: "plot"
20634   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20635   algorithm: "plot_latency_error_bars"
20636   output-file-type: ".html"
20637   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20638   data: "plot-dpdk-throughput-latency-3n-hsw"
20639   filter: "'NIC_Intel-X520-DA2' and
20640            '64B' and
20641            'BASE' and
20642            'NDRPDR' and
20643            '1T1C' and
20644            'IP4FWD'"
20645   parameters:
20646   - "latency"
20647   - "parent"
20648   - "tags"
20649   layout:
20650     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
20651     layout: "plot-latency"
20652
20653 -
20654   type: "plot"
20655   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20656   algorithm: "plot_latency_error_bars"
20657   output-file-type: ".html"
20658   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20659   data: "plot-dpdk-throughput-latency-3n-hsw"
20660   filter: "'NIC_Intel-X520-DA2' and
20661            '64B' and
20662            'BASE' and
20663            'NDRPDR' and
20664            '2T2C' and
20665            'IP4FWD'"
20666   parameters:
20667   - "latency"
20668   - "parent"
20669   - "tags"
20670   layout:
20671     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
20672     layout: "plot-latency"
20673
20674 # Packet Latency - DPDK l3fwd 3n-hsw-x710
20675 -
20676   type: "plot"
20677   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20678   algorithm: "plot_latency_error_bars"
20679   output-file-type: ".html"
20680   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20681   data: "plot-dpdk-throughput-latency-3n-hsw"
20682   filter: "'NIC_Intel-X710' and
20683            '64B' and
20684            'BASE' and
20685            'NDRPDR' and
20686            '1T1C' and
20687            'IP4FWD'"
20688   parameters:
20689   - "latency"
20690   - "parent"
20691   - "tags"
20692   layout:
20693     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
20694     layout: "plot-latency"
20695
20696 -
20697   type: "plot"
20698   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20699   algorithm: "plot_latency_error_bars"
20700   output-file-type: ".html"
20701   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
20702   data: "plot-dpdk-throughput-latency-3n-hsw"
20703   filter: "'NIC_Intel-X710' and
20704            '64B' and
20705            'BASE' and
20706            'NDRPDR' and
20707            '2T2C' and
20708            'IP4FWD'"
20709   parameters:
20710   - "latency"
20711   - "parent"
20712   - "tags"
20713   layout:
20714     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
20715     layout: "plot-latency"
20716
20717 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
20718 -
20719   type: "plot"
20720   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20721   algorithm: "plot_latency_error_bars"
20722   output-file-type: ".html"
20723   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20724   data: "plot-dpdk-throughput-latency-3n-hsw"
20725   filter: "'NIC_Intel-XL710' and
20726            '64B' and
20727            'BASE' and
20728            'NDRPDR' and
20729            '1T1C' and
20730            'IP4FWD'"
20731   parameters:
20732   - "latency"
20733   - "parent"
20734   - "tags"
20735   layout:
20736     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
20737     layout: "plot-latency"
20738
20739 -
20740   type: "plot"
20741   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20742   algorithm: "plot_latency_error_bars"
20743   output-file-type: ".html"
20744   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20745   data: "plot-dpdk-throughput-latency-3n-hsw"
20746   filter: "'NIC_Intel-XL710' and
20747            '64B' and
20748            'BASE' and
20749            'NDRPDR' and
20750            '2T2C' and
20751            'IP4FWD'"
20752   parameters:
20753   - "latency"
20754   - "parent"
20755   - "tags"
20756   layout:
20757     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
20758     layout: "plot-latency"
20759
20760 # Packet Latency - DPDK l3fwd 3n-skx-x710
20761 -
20762   type: "plot"
20763   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20764   algorithm: "plot_latency_error_bars"
20765   output-file-type: ".html"
20766   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
20767   data: "plot-dpdk-throughput-latency-3n-skx"
20768   filter: "'NIC_Intel-X710' and
20769            '64B' and
20770            'BASE' and
20771            'NDRPDR' and
20772            '2T1C' and
20773            'IP4FWD'"
20774   parameters:
20775   - "latency"
20776   - "parent"
20777   - "tags"
20778   layout:
20779     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
20780     layout: "plot-latency"
20781
20782 -
20783   type: "plot"
20784   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20785   algorithm: "plot_latency_error_bars"
20786   output-file-type: ".html"
20787   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
20788   data: "plot-dpdk-throughput-latency-3n-skx"
20789   filter: "'NIC_Intel-X710' and
20790            '64B' and
20791            'BASE' and
20792            'NDRPDR' and
20793            '4T2C' and
20794            'IP4FWD'"
20795   parameters:
20796   - "latency"
20797   - "parent"
20798   - "tags"
20799   layout:
20800     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
20801     layout: "plot-latency"
20802
20803 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
20804 -
20805   type: "plot"
20806   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20807   algorithm: "plot_latency_error_bars"
20808   output-file-type: ".html"
20809   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
20810   data: "plot-dpdk-throughput-latency-3n-skx"
20811   filter: "'NIC_Intel-XXV710' and
20812            '64B' and
20813            'BASE' and
20814            'NDRPDR' and
20815            '2T1C' and
20816            'IP4FWD'"
20817   parameters:
20818   - "latency"
20819   - "parent"
20820   - "tags"
20821   layout:
20822     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
20823     layout: "plot-latency"
20824
20825 -
20826   type: "plot"
20827   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20828   algorithm: "plot_latency_error_bars"
20829   output-file-type: ".html"
20830   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
20831   data: "plot-dpdk-throughput-latency-3n-skx"
20832   filter: "'NIC_Intel-XXV710' and
20833            '64B' and
20834            'BASE' and
20835            'NDRPDR' and
20836            '4T2C' and
20837            'IP4FWD'"
20838   parameters:
20839   - "latency"
20840   - "parent"
20841   - "tags"
20842   layout:
20843     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
20844     layout: "plot-latency"
20845
20846 # Packet Latency - DPDK l3fwd 2n-skx-x710
20847 -
20848   type: "plot"
20849   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20850   algorithm: "plot_latency_error_bars"
20851   output-file-type: ".html"
20852   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
20853   data: "plot-dpdk-throughput-latency-2n-skx"
20854   filter: "'NIC_Intel-X710' and
20855            '64B' and
20856            'BASE' and
20857            'NDRPDR' and
20858            '2T1C' and
20859            'IP4FWD'"
20860   parameters:
20861   - "latency"
20862   - "parent"
20863   - "tags"
20864   layout:
20865     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
20866     layout: "plot-latency"
20867
20868 -
20869   type: "plot"
20870   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20871   algorithm: "plot_latency_error_bars"
20872   output-file-type: ".html"
20873   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
20874   data: "plot-dpdk-throughput-latency-2n-skx"
20875   filter: "'NIC_Intel-X710' and
20876            '64B' and
20877            'BASE' and
20878            'NDRPDR' and
20879            '4T2C' and
20880            'IP4FWD'"
20881   parameters:
20882   - "latency"
20883   - "parent"
20884   - "tags"
20885   layout:
20886     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
20887     layout: "plot-latency"
20888
20889 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
20890 -
20891   type: "plot"
20892   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20893   algorithm: "plot_latency_error_bars"
20894   output-file-type: ".html"
20895   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
20896   data: "plot-dpdk-throughput-latency-2n-skx"
20897   filter: "'NIC_Intel-XXV710' and
20898            '64B' and
20899            'BASE' and
20900            'NDRPDR' and
20901            '2T1C' and
20902            'IP4FWD'"
20903   parameters:
20904   - "latency"
20905   - "parent"
20906   - "tags"
20907   layout:
20908     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
20909     layout: "plot-latency"
20910
20911 -
20912   type: "plot"
20913   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20914   algorithm: "plot_latency_error_bars"
20915   output-file-type: ".html"
20916   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
20917   data: "plot-dpdk-throughput-latency-2n-skx"
20918   filter: "'NIC_Intel-XXV710' and
20919            '64B' and
20920            'BASE' and
20921            'NDRPDR' and
20922            '4T2C' and
20923            'IP4FWD'"
20924   parameters:
20925   - "latency"
20926   - "parent"
20927   - "tags"
20928   layout:
20929     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
20930     layout: "plot-latency"
20931
20932 ################################################################################
20933
20934 # Packet Latency - DPDK testpmd 3n-hsw-x520
20935 -
20936   type: "plot"
20937   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20938   algorithm: "plot_latency_error_bars"
20939   output-file-type: ".html"
20940   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
20941   data: "plot-dpdk-throughput-latency-3n-hsw"
20942   filter: "'NIC_Intel-X520-DA2' and
20943            '64B' and
20944            'BASE' and
20945            'NDRPDR' and
20946            '1T1C' and
20947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20948   parameters:
20949   - "latency"
20950   - "parent"
20951   - "tags"
20952   layout:
20953     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
20954     layout: "plot-latency"
20955
20956 -
20957   type: "plot"
20958   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20959   algorithm: "plot_latency_error_bars"
20960   output-file-type: ".html"
20961   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
20962   data: "plot-dpdk-throughput-latency-3n-hsw"
20963   filter: "'NIC_Intel-X520-DA2' and
20964            '64B' and
20965            'BASE' and
20966            'NDRPDR' and
20967            '2T2C' and
20968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20969   parameters:
20970   - "latency"
20971   - "parent"
20972   - "tags"
20973   layout:
20974     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
20975     layout: "plot-latency"
20976
20977 # Packet Latency - DPDK testpmd 3n-hsw-x710
20978 -
20979   type: "plot"
20980   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20981   algorithm: "plot_latency_error_bars"
20982   output-file-type: ".html"
20983   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
20984   data: "plot-dpdk-throughput-latency-3n-hsw"
20985   filter: "'NIC_Intel-X710' and
20986            '64B' and
20987            'BASE' and
20988            'NDRPDR' and
20989            '1T1C' and
20990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
20991   parameters:
20992   - "latency"
20993   - "parent"
20994   - "tags"
20995   layout:
20996     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
20997     layout: "plot-latency"
20998
20999 -
21000   type: "plot"
21001   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21002   algorithm: "plot_latency_error_bars"
21003   output-file-type: ".html"
21004   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
21005   data: "plot-dpdk-throughput-latency-3n-hsw"
21006   filter: "'NIC_Intel-X710' and
21007            '64B' and
21008            'BASE' and
21009            'NDRPDR' and
21010            '2T2C' and
21011            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21012   parameters:
21013   - "latency"
21014   - "parent"
21015   - "tags"
21016   layout:
21017     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
21018     layout: "plot-latency"
21019
21020 # Packet Latency - DPDK testpmd 3n-hsw-xl710
21021 -
21022   type: "plot"
21023   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21024   algorithm: "plot_latency_error_bars"
21025   output-file-type: ".html"
21026   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21027   data: "plot-dpdk-throughput-latency-3n-hsw"
21028   filter: "'NIC_Intel-XL710' and
21029            '64B' and
21030            'BASE' and
21031            'NDRPDR' and
21032            '1T1C' and
21033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21034   parameters:
21035   - "latency"
21036   - "parent"
21037   - "tags"
21038   layout:
21039     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
21040     layout: "plot-latency"
21041
21042 -
21043   type: "plot"
21044   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21045   algorithm: "plot_latency_error_bars"
21046   output-file-type: ".html"
21047   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21048   data: "plot-dpdk-throughput-latency-3n-hsw"
21049   filter: "'NIC_Intel-XL710' and
21050            '64B' and
21051            'BASE' and
21052            'NDRPDR' and
21053            '2T2C' and
21054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21055   parameters:
21056   - "latency"
21057   - "parent"
21058   - "tags"
21059   layout:
21060     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
21061     layout: "plot-latency"
21062
21063 # Packet Latency - DPDK testpmd 3n-skx-x710
21064 -
21065   type: "plot"
21066   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21067   algorithm: "plot_latency_error_bars"
21068   output-file-type: ".html"
21069   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
21070   data: "plot-dpdk-throughput-latency-3n-skx"
21071   filter: "'NIC_Intel-X710' and
21072            '64B' and
21073            'BASE' and
21074            'NDRPDR' and
21075            '2T1C' and
21076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21077   parameters:
21078   - "latency"
21079   - "parent"
21080   - "tags"
21081   layout:
21082     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
21083     layout: "plot-latency"
21084
21085 -
21086   type: "plot"
21087   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21088   algorithm: "plot_latency_error_bars"
21089   output-file-type: ".html"
21090   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
21091   data: "plot-dpdk-throughput-latency-3n-skx"
21092   filter: "'NIC_Intel-X710' and
21093            '64B' and
21094            'BASE' and
21095            'NDRPDR' and
21096            '4T2C' and
21097            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21098   parameters:
21099   - "latency"
21100   - "parent"
21101   - "tags"
21102   layout:
21103     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
21104     layout: "plot-latency"
21105
21106 # Packet Latency - DPDK testpmd 3n-skx-xxv710
21107 -
21108   type: "plot"
21109   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21110   algorithm: "plot_latency_error_bars"
21111   output-file-type: ".html"
21112   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
21113   data: "plot-dpdk-throughput-latency-3n-skx"
21114   filter: "'NIC_Intel-XXV710' and
21115            '64B' and
21116            'BASE' and
21117            'NDRPDR' and
21118            '2T1C' and
21119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21120   parameters:
21121   - "latency"
21122   - "parent"
21123   - "tags"
21124   layout:
21125     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
21126     layout: "plot-latency"
21127
21128 -
21129   type: "plot"
21130   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21131   algorithm: "plot_latency_error_bars"
21132   output-file-type: ".html"
21133   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
21134   data: "plot-dpdk-throughput-latency-3n-skx"
21135   filter: "'NIC_Intel-XXV710' and
21136            '64B' and
21137            'BASE' and
21138            'NDRPDR' and
21139            '4T2C' and
21140            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21141   parameters:
21142   - "latency"
21143   - "parent"
21144   - "tags"
21145   layout:
21146     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
21147     layout: "plot-latency"
21148
21149 # Packet Latency - DPDK testpmd 2n-skx-x710
21150 -
21151   type: "plot"
21152   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21153   algorithm: "plot_latency_error_bars"
21154   output-file-type: ".html"
21155   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
21156   data: "plot-dpdk-throughput-latency-2n-skx"
21157   filter: "'NIC_Intel-X710' and
21158            '64B' and
21159            'BASE' and
21160            'NDRPDR' and
21161            '2T1C' and
21162            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21163   parameters:
21164   - "latency"
21165   - "parent"
21166   - "tags"
21167   layout:
21168     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
21169     layout: "plot-latency"
21170
21171 -
21172   type: "plot"
21173   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21174   algorithm: "plot_latency_error_bars"
21175   output-file-type: ".html"
21176   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
21177   data: "plot-dpdk-throughput-latency-2n-skx"
21178   filter: "'NIC_Intel-X710' and
21179            '64B' and
21180            'BASE' and
21181            'NDRPDR' and
21182            '4T2C' and
21183            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21184   parameters:
21185   - "latency"
21186   - "parent"
21187   - "tags"
21188   layout:
21189     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
21190     layout: "plot-latency"
21191
21192 # Packet Latency - DPDK testpmd 2n-skx-xxv710
21193 -
21194   type: "plot"
21195   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21196   algorithm: "plot_latency_error_bars"
21197   output-file-type: ".html"
21198   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
21199   data: "plot-dpdk-throughput-latency-2n-skx"
21200   filter: "'NIC_Intel-XXV710' and
21201            '64B' and
21202            'BASE' and
21203            'NDRPDR' and
21204            '2T1C' and
21205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21206   parameters:
21207   - "latency"
21208   - "parent"
21209   - "tags"
21210   layout:
21211     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
21212     layout: "plot-latency"
21213
21214 -
21215   type: "plot"
21216   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21217   algorithm: "plot_latency_error_bars"
21218   output-file-type: ".html"
21219   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
21220   data: "plot-dpdk-throughput-latency-2n-skx"
21221   filter: "'NIC_Intel-XXV710' and
21222            '64B' and
21223            'BASE' and
21224            'NDRPDR' and
21225            '4T2C' and
21226            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
21227   parameters:
21228   - "latency"
21229   - "parent"
21230   - "tags"
21231   layout:
21232     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
21233     layout: "plot-latency"
21234
21235 ################################################################################
21236
21237 # Speedup - VPP Container Memif 3n-hsw-x520
21238 -
21239   type: "plot"
21240   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21241   algorithm: "plot_throughput_speedup_analysis"
21242   output-file-type: ".html"
21243   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21244   data: "plot-throughput-speedup-analysis-3n-hsw"
21245   filter: "'NIC_Intel-X520-DA2' and
21246            '64B' and
21247            ('BASE' or 'SCALE') and
21248            'NDRPDR' and
21249            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21250            not 'VHOST' and
21251            'MEMIF'"
21252   parameters:
21253   - "throughput"
21254   - "parent"
21255   - "tags"
21256   sort:
21257   - "L2XCFWD"
21258   - "L2XCFWD"
21259   - "L2XCFWD"
21260   - "L2BDMACLRN"
21261   - "L2BDMACLRN"
21262   - "L2BDMACLRN"
21263   layout:
21264     title: "memif-3n-hsw-x520-64b-base_and_scale-ndr"
21265     layout: "plot-throughput-speedup-analysis"
21266
21267 -
21268   type: "plot"
21269   title: "Speedup: memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21270   algorithm: "plot_throughput_speedup_analysis"
21271   output-file-type: ".html"
21272   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21273   data: "plot-throughput-speedup-analysis-3n-hsw"
21274   filter: "'NIC_Intel-X520-DA2' and
21275            '64B' and
21276            ('BASE' or 'SCALE') and
21277            'NDRPDR' and
21278            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21279            not 'VHOST' and
21280            'MEMIF'"
21281   parameters:
21282   - "throughput"
21283   - "parent"
21284   - "tags"
21285   sort:
21286   - "L2XCFWD"
21287   - "L2XCFWD"
21288   - "L2XCFWD"
21289   - "L2BDMACLRN"
21290   - "L2BDMACLRN"
21291   - "L2BDMACLRN"
21292   layout:
21293     title: "memif-3n-hsw-x520-64b-base_and_scale-pdr"
21294     layout: "plot-throughput-speedup-analysis"
21295
21296 # Speedup - VPP Container Memif 3n-hsw-x710
21297 -
21298   type: "plot"
21299   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21300   algorithm: "plot_throughput_speedup_analysis"
21301   output-file-type: ".html"
21302   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
21303   data: "plot-throughput-speedup-analysis-3n-hsw"
21304   filter: "'NIC_Intel-X710' and
21305            '64B' and
21306            ('BASE' or 'SCALE') and
21307            'NDRPDR' and
21308            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21309            not 'VHOST' and
21310            'MEMIF'"
21311   parameters:
21312   - "throughput"
21313   - "parent"
21314   - "tags"
21315   sort:
21316   - "L2XCFWD"
21317   - "L2XCFWD"
21318   - "L2XCFWD"
21319   - "L2BDMACLRN"
21320   - "L2BDMACLRN"
21321   - "L2BDMACLRN"
21322   layout:
21323     title: "memif-3n-hsw-x710-64b-base_and_scale-ndr"
21324     layout: "plot-throughput-speedup-analysis"
21325
21326 -
21327   type: "plot"
21328   title: "Speedup: memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21329   algorithm: "plot_throughput_speedup_analysis"
21330   output-file-type: ".html"
21331   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
21332   data: "plot-throughput-speedup-analysis-3n-hsw"
21333   filter: "'NIC_Intel-X710' and
21334            '64B' and
21335            ('BASE' or 'SCALE') and
21336            'NDRPDR' and
21337            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21338            not 'VHOST' and
21339            'MEMIF'"
21340   parameters:
21341   - "throughput"
21342   - "parent"
21343   - "tags"
21344   sort:
21345   - "L2XCFWD"
21346   - "L2XCFWD"
21347   - "L2XCFWD"
21348   - "L2BDMACLRN"
21349   - "L2BDMACLRN"
21350   - "L2BDMACLRN"
21351   layout:
21352     title: "memif-3n-hsw-x710-64b-base_and_scale-pdr"
21353     layout: "plot-throughput-speedup-analysis"
21354
21355 # Speedup - VPP Container Memif 3n-hsw-xl710
21356 -
21357   type: "plot"
21358   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21359   algorithm: "plot_throughput_speedup_analysis"
21360   output-file-type: ".html"
21361   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
21362   data: "plot-throughput-speedup-analysis-3n-hsw"
21363   filter: "'NIC_Intel-XL710' and
21364            '64B' and
21365            ('BASE' or 'SCALE') and
21366            'NDRPDR' and
21367            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21368            not 'VHOST' and
21369            'MEMIF'"
21370   parameters:
21371   - "throughput"
21372   - "parent"
21373   - "tags"
21374   sort:
21375   - "L2XCFWD"
21376   - "L2XCFWD"
21377   - "L2XCFWD"
21378   - "L2BDMACLRN"
21379   - "L2BDMACLRN"
21380   - "L2BDMACLRN"
21381   layout:
21382     title: "memif-3n-hsw-xl710-64b-base_and_scale-ndr"
21383     layout: "plot-throughput-speedup-analysis"
21384
21385 -
21386   type: "plot"
21387   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21388   algorithm: "plot_throughput_speedup_analysis"
21389   output-file-type: ".html"
21390   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
21391   data: "plot-throughput-speedup-analysis-3n-hsw"
21392   filter: "'NIC_Intel-XL710' and
21393            '64B' and
21394            ('BASE' or 'SCALE') and
21395            'NDRPDR' and
21396            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21397            not 'VHOST' and
21398            'MEMIF'"
21399   parameters:
21400   - "throughput"
21401   - "parent"
21402   - "tags"
21403   sort:
21404   - "L2XCFWD"
21405   - "L2XCFWD"
21406   - "L2XCFWD"
21407   - "L2BDMACLRN"
21408   - "L2BDMACLRN"
21409   - "L2BDMACLRN"
21410   layout:
21411     title: "memif-3n-hsw-xl710-64b-base_and_scale-pdr"
21412     layout: "plot-throughput-speedup-analysis"
21413
21414 # Speedup - VPP Container Memif 3n-skx-x710
21415 -
21416   type: "plot"
21417   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21418   algorithm: "plot_throughput_speedup_analysis"
21419   output-file-type: ".html"
21420   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-ndr-tsa"
21421   data: "plot-throughput-speedup-analysis-3n-skx"
21422   filter: "'NIC_Intel-X710' and
21423            '64B' and
21424            ('BASE' or 'SCALE') and
21425            'NDRPDR' and
21426            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21427            not 'VHOST' and
21428            'MEMIF'"
21429   parameters:
21430   - "throughput"
21431   - "parent"
21432   - "tags"
21433   sort:
21434   - "L2XCFWD"
21435   - "L2XCFWD"
21436   - "L2XCFWD"
21437   - "L2BDMACLRN"
21438   - "L2BDMACLRN"
21439   - "L2BDMACLRN"
21440   layout:
21441     title: "memif-3n-skx-x710-64b-base_and_scale-ndr"
21442     layout: "plot-throughput-speedup-analysis"
21443
21444 -
21445   type: "plot"
21446   title: "Speedup: memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21447   algorithm: "plot_throughput_speedup_analysis"
21448   output-file-type: ".html"
21449   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_scale-pdr-tsa"
21450   data: "plot-throughput-speedup-analysis-3n-skx"
21451   filter: "'NIC_Intel-X710' and
21452            '64B' and
21453            ('BASE' or 'SCALE') and
21454            'NDRPDR' and
21455            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21456            not 'VHOST' and
21457             'MEMIF'"
21458   parameters:
21459   - "throughput"
21460   - "parent"
21461   - "tags"
21462   sort:
21463   - "L2XCFWD"
21464   - "L2XCFWD"
21465   - "L2XCFWD"
21466   - "L2BDMACLRN"
21467   - "L2BDMACLRN"
21468   - "L2BDMACLRN"
21469   layout:
21470     title: "memif-3n-skx-x710-64b-base_and_scale-pdr"
21471     layout: "plot-throughput-speedup-analysis"
21472
21473 # Speedup - VPP Container Memif 2n-skx-x710
21474 -
21475   type: "plot"
21476   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21477   algorithm: "plot_throughput_speedup_analysis"
21478   output-file-type: ".html"
21479   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-ndr-tsa"
21480   data: "plot-throughput-speedup-analysis-2n-skx"
21481   filter: "'NIC_Intel-X710' and
21482            '64B' and
21483            ('BASE' or 'SCALE') and
21484            'NDRPDR' and
21485            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21486            not 'VHOST' and
21487            'MEMIF'"
21488   parameters:
21489   - "throughput"
21490   - "parent"
21491   - "tags"
21492   sort:
21493   - "L2XCFWD"
21494   - "L2XCFWD"
21495   - "L2XCFWD"
21496   - "L2BDMACLRN"
21497   - "L2BDMACLRN"
21498   - "L2BDMACLRN"
21499   layout:
21500     title: "memif-2n-skx-x710-64b-base_and_scale-ndr"
21501     layout: "plot-throughput-speedup-analysis"
21502
21503 -
21504   type: "plot"
21505   title: "Speedup: memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21506   algorithm: "plot_throughput_speedup_analysis"
21507   output-file-type: ".html"
21508   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_scale-pdr-tsa"
21509   data: "plot-throughput-speedup-analysis-2n-skx"
21510   filter: "'NIC_Intel-X710' and
21511            '64B' and
21512            ('BASE' or 'SCALE') and
21513            'NDRPDR' and
21514            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21515            not 'VHOST' and
21516             'MEMIF'"
21517   parameters:
21518   - "throughput"
21519   - "parent"
21520   - "tags"
21521   sort:
21522   - "L2XCFWD"
21523   - "L2XCFWD"
21524   - "L2XCFWD"
21525   - "L2BDMACLRN"
21526   - "L2BDMACLRN"
21527   - "L2BDMACLRN"
21528   layout:
21529     title: "memif-2n-skx-x710-64b-base_and_scale-pdr"
21530     layout: "plot-throughput-speedup-analysis"
21531
21532 # Speedup - VPP Container Memif 2n-skx-xxv710
21533 -
21534   type: "plot"
21535   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21536   algorithm: "plot_throughput_speedup_analysis"
21537   output-file-type: ".html"
21538   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
21539   data: "plot-throughput-speedup-analysis-2n-skx"
21540   filter: "'NIC_Intel-XXV710' and
21541            '64B' and
21542            ('BASE' or 'SCALE') and
21543            'NDRPDR' and
21544            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21545            not 'VHOST' and
21546            'MEMIF'"
21547   parameters:
21548   - "throughput"
21549   - "parent"
21550   - "tags"
21551   sort:
21552   - "L2XCFWD"
21553   - "L2XCFWD"
21554   - "L2XCFWD"
21555   - "L2BDMACLRN"
21556   - "L2BDMACLRN"
21557   - "L2BDMACLRN"
21558   layout:
21559     title: "memif-2n-skx-xxv710-64b-base_and_scale-ndr"
21560     layout: "plot-throughput-speedup-analysis"
21561
21562 -
21563   type: "plot"
21564   title: "Speedup: memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21565   algorithm: "plot_throughput_speedup_analysis"
21566   output-file-type: ".html"
21567   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
21568   data: "plot-throughput-speedup-analysis-2n-skx"
21569   filter: "'NIC_Intel-XXV710' and
21570            '64B' and
21571            ('BASE' or 'SCALE') and
21572            'NDRPDR' and
21573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
21574            not 'VHOST' and
21575             'MEMIF'"
21576   parameters:
21577   - "throughput"
21578   - "parent"
21579   - "tags"
21580   sort:
21581   - "L2XCFWD"
21582   - "L2XCFWD"
21583   - "L2XCFWD"
21584   - "L2BDMACLRN"
21585   - "L2BDMACLRN"
21586   - "L2BDMACLRN"
21587   layout:
21588     title: "memif-2n-skx-xxv710-64b-base_and_scale-pdr"
21589     layout: "plot-throughput-speedup-analysis"
21590
21591 ################################################################################
21592
21593 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
21594 -
21595   type: "plot"
21596   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21597   algorithm: "plot_throughput_speedup_analysis"
21598   output-file-type: ".html"
21599   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
21600   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21601   filter: "'NIC_Intel-X520-DA2' and
21602            '64B' and
21603            ('BASE' or 'SCALE') and
21604            'NDRPDR' and
21605            'L2XCFWD' and
21606            not 'VHOST' and
21607            'MEMIF'"
21608   parameters:
21609   - "throughput"
21610   - "parent"
21611   - "tags"
21612   sort:
21613   - "1VNF"
21614   - "2VNF"
21615   - "4VNF"
21616   - "2VNF"
21617   - "4VNF"
21618   layout:
21619     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
21620     layout: "plot-throughput-speedup-analysis"
21621
21622 -
21623   type: "plot"
21624   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21625   algorithm: "plot_throughput_speedup_analysis"
21626   output-file-type: ".html"
21627   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
21628   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21629   filter: "'NIC_Intel-X520-DA2' and
21630            '64B' and
21631            ('BASE' or 'SCALE') and
21632            'NDRPDR' and
21633            'L2XCFWD' and
21634            not 'VHOST' and
21635            'MEMIF'"
21636   parameters:
21637   - "throughput"
21638   - "parent"
21639   - "tags"
21640   sort:
21641   - "1VNF"
21642   - "2VNF"
21643   - "4VNF"
21644   - "2VNF"
21645   - "4VNF"
21646   layout:
21647     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
21648     layout: "plot-throughput-speedup-analysis"
21649
21650 # Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
21651 -
21652   type: "plot"
21653   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21654   algorithm: "plot_throughput_speedup_analysis"
21655   output-file-type: ".html"
21656   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
21657   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21658   filter: "'NIC_Intel-X520-DA2' and
21659            '64B' and
21660            ('BASE' or 'SCALE') and
21661            'NDRPDR' and
21662            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21663            not 'VHOST' and
21664            'MEMIF'"
21665   parameters:
21666   - "throughput"
21667   - "parent"
21668   - "tags"
21669   sort:
21670   - "1VNF"
21671   - "2VNF"
21672   - "4VNF"
21673   - "2VNF"
21674   - "4VNF"
21675   layout:
21676     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
21677     layout: "plot-throughput-speedup-analysis"
21678
21679 -
21680   type: "plot"
21681   title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21682   algorithm: "plot_throughput_speedup_analysis"
21683   output-file-type: ".html"
21684   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
21685   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21686   filter: "'NIC_Intel-X520-DA2' and
21687            '64B' and
21688            ('BASE' or 'SCALE') and
21689            'NDRPDR' and
21690            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21691            not 'VHOST' and
21692            'MEMIF'"
21693   parameters:
21694   - "throughput"
21695   - "parent"
21696   - "tags"
21697   sort:
21698   - "1VNF"
21699   - "2VNF"
21700   - "4VNF"
21701   - "2VNF"
21702   - "4VNF"
21703   layout:
21704     title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
21705     layout: "plot-throughput-speedup-analysis"
21706
21707 # Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
21708 -
21709   type: "plot"
21710   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21711   algorithm: "plot_throughput_speedup_analysis"
21712   output-file-type: ".html"
21713   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
21714   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21715   filter: "'NIC_Intel-X710' and
21716            '64B' and
21717            ('BASE' or 'SCALE') and
21718            'NDRPDR' and
21719            'L2XCFWD' and
21720            not 'VHOST' and
21721            'MEMIF'"
21722   parameters:
21723   - "throughput"
21724   - "parent"
21725   - "tags"
21726   sort:
21727   - "1VNF"
21728   - "2VNF"
21729   - "4VNF"
21730   - "2VNF"
21731   - "4VNF"
21732   layout:
21733     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
21734     layout: "plot-throughput-speedup-analysis"
21735
21736 -
21737   type: "plot"
21738   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21739   algorithm: "plot_throughput_speedup_analysis"
21740   output-file-type: ".html"
21741   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
21742   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21743   filter: "'NIC_Intel-X710' and
21744            '64B' and
21745            ('BASE' or 'SCALE') and
21746            'NDRPDR' and
21747            'L2XCFWD' and
21748            not 'VHOST' and
21749            'MEMIF'"
21750   parameters:
21751   - "throughput"
21752   - "parent"
21753   - "tags"
21754   sort:
21755   - "1VNF"
21756   - "2VNF"
21757   - "4VNF"
21758   - "2VNF"
21759   - "4VNF"
21760   layout:
21761     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
21762     layout: "plot-throughput-speedup-analysis"
21763
21764 # Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
21765 -
21766   type: "plot"
21767   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21768   algorithm: "plot_throughput_speedup_analysis"
21769   output-file-type: ".html"
21770   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
21771   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21772   filter: "'NIC_Intel-X710' and
21773            '64B' and
21774            ('BASE' or 'SCALE') and
21775            'NDRPDR' and
21776            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21777            not 'VHOST' and
21778            'MEMIF'"
21779   parameters:
21780   - "throughput"
21781   - "parent"
21782   - "tags"
21783   sort:
21784   - "1VNF"
21785   - "2VNF"
21786   - "4VNF"
21787   - "2VNF"
21788   - "4VNF"
21789   layout:
21790     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
21791     layout: "plot-throughput-speedup-analysis"
21792
21793 -
21794   type: "plot"
21795   title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21796   algorithm: "plot_throughput_speedup_analysis"
21797   output-file-type: ".html"
21798   output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
21799   data: "plot-ligato-throughput-speedup-analysis-3n-hsw"
21800   filter: "'NIC_Intel-X710' and
21801            '64B' and
21802            ('BASE' or 'SCALE') and
21803            'NDRPDR' and
21804            ('L2BDMACSTAT' or 'L2BDMACLRN') and
21805            not 'VHOST' and
21806            'MEMIF'"
21807   parameters:
21808   - "throughput"
21809   - "parent"
21810   - "tags"
21811   sort:
21812   - "1VNF"
21813   - "2VNF"
21814   - "4VNF"
21815   - "2VNF"
21816   - "4VNF"
21817   layout:
21818     title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
21819     layout: "plot-throughput-speedup-analysis"
21820
21821 ################################################################################
21822
21823 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
21824 -
21825   type: "plot"
21826   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21827   algorithm: "plot_throughput_speedup_analysis"
21828   output-file-type: ".html"
21829   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
21830   data: "plot-throughput-speedup-analysis-3n-hsw"
21831   filter: "'NIC_Intel-X520-DA2' and
21832            '64B' and
21833            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21834            'NDRPDR' and
21835            'IP4FWD' and
21836            not 'IPSEC' and
21837            not 'VHOST'"
21838   parameters:
21839   - "throughput"
21840   - "parent"
21841   - "tags"
21842   sort:
21843   - "IP4BASE"
21844   - "FIB_20K"
21845   - "FIB_200K"
21846   - "FIB_2M"
21847   layout:
21848     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
21849     layout: "plot-throughput-speedup-analysis"
21850
21851 -
21852   type: "plot"
21853   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21854   algorithm: "plot_throughput_speedup_analysis"
21855   output-file-type: ".html"
21856   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
21857   data: "plot-throughput-speedup-analysis-3n-hsw"
21858   filter: "'NIC_Intel-X520-DA2' and
21859            '64B' and
21860            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21861            'NDRPDR' and
21862            'IP4FWD' and
21863            not 'IPSEC' and
21864            not 'VHOST'"
21865   parameters:
21866   - "throughput"
21867   - "parent"
21868   - "tags"
21869   sort:
21870   - "IP4BASE"
21871   - "FIB_20K"
21872   - "FIB_200K"
21873   - "FIB_2M"
21874   layout:
21875     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
21876     layout: "plot-throughput-speedup-analysis"
21877
21878 # Speedup - VPP IPv4 3n-hsw-x520 features
21879 -
21880   type: "plot"
21881   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
21882   algorithm: "plot_throughput_speedup_analysis"
21883   output-file-type: ".html"
21884   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
21885   data: "plot-throughput-speedup-analysis-3n-hsw"
21886   filter: "'NIC_Intel-X520-DA2' and
21887            '64B' and
21888            ('IP4BASE' or
21889             'POLICE_MARK' or
21890             'COPWHLIST' or
21891             ('NAT44' and 'BASE') or
21892             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21893            'NDRPDR' and
21894            'IP4FWD' and
21895            not 'IPSEC' and
21896            not 'VHOST'"
21897   parameters:
21898   - "throughput"
21899   - "parent"
21900   - "tags"
21901   sort:
21902   - "IP4BASE"
21903   - "NAT44"
21904   - "POLICE_MARK"
21905   - "COPWHLIST"
21906   - "IACL"
21907   - "OACL"
21908   layout:
21909     title: "ip4-3n-hsw-x520-64b-features-ndr"
21910     layout: "plot-throughput-speedup-analysis"
21911
21912 -
21913   type: "plot"
21914   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
21915   algorithm: "plot_throughput_speedup_analysis"
21916   output-file-type: ".html"
21917   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
21918   data: "plot-throughput-speedup-analysis-3n-hsw"
21919   filter: "'NIC_Intel-X520-DA2' and
21920            '64B' and
21921            ('IP4BASE' or
21922             'POLICE_MARK' or
21923             'COPWHLIST' or
21924             ('NAT44' and 'BASE') or
21925             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
21926            'NDRPDR' and
21927            'IP4FWD' and
21928            not 'IPSEC' and
21929            not 'VHOST'"
21930   parameters:
21931   - "throughput"
21932   - "parent"
21933   - "tags"
21934   sort:
21935   - "IP4BASE"
21936   - "NAT44"
21937   - "POLICE_MARK"
21938   - "COPWHLIST"
21939   - "IACL"
21940   - "OACL"
21941   layout:
21942     title: "ip4-3n-hsw-x520-64b-features-pdr"
21943     layout: "plot-throughput-speedup-analysis"
21944
21945 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
21946 -
21947   type: "plot"
21948   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21949   algorithm: "plot_throughput_speedup_analysis"
21950   output-file-type: ".html"
21951   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
21952   data: "plot-throughput-speedup-analysis-3n-hsw"
21953   filter: "'NIC_Intel-X520-DA2' and
21954            '64B' and
21955            'NDRPDR' and
21956            'IP4FWD' and
21957            'NAT44' and
21958            not 'IPSEC' and
21959            not 'VHOST'"
21960   parameters:
21961   - "throughput"
21962   - "parent"
21963   - "tags"
21964   sort:
21965   - "BASE"
21966   - "BASE"
21967   - "SRC_USER_10"
21968   - "SRC_USER_100"
21969   - "SRC_USER_1000"
21970   - "SRC_USER_2000"
21971   layout:
21972     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
21973     layout: "plot-throughput-speedup-analysis"
21974
21975 -
21976   type: "plot"
21977   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21978   algorithm: "plot_throughput_speedup_analysis"
21979   output-file-type: ".html"
21980   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
21981   data: "plot-throughput-speedup-analysis-3n-hsw"
21982   filter: "'NIC_Intel-X520-DA2' and
21983            '64B' and
21984            'NDRPDR' and
21985            'IP4FWD' and
21986            'NAT44' and
21987            not 'IPSEC' and
21988            not 'VHOST'"
21989   parameters:
21990   - "throughput"
21991   - "parent"
21992   - "tags"
21993   sort:
21994   - "BASE"
21995   - "BASE"
21996   - "SRC_USER_10"
21997   - "SRC_USER_100"
21998   - "SRC_USER_1000"
21999   - "SRC_USER_2000"
22000   layout:
22001     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
22002     layout: "plot-throughput-speedup-analysis"
22003
22004 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
22005 -
22006   type: "plot"
22007   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22008   algorithm: "plot_throughput_speedup_analysis"
22009   output-file-type: ".html"
22010   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
22011   data: "plot-throughput-speedup-analysis-3n-hsw"
22012   filter: "'NIC_Intel-X520-DA2' and
22013            '64B' and
22014            'NDRPDR' and
22015            'IP4FWD' and
22016            'IACL' and
22017            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22018            not 'IPSEC' and
22019            not 'VHOST'"
22020   parameters:
22021   - "throughput"
22022   - "parent"
22023   - "tags"
22024   sort:
22025   - "ACL_STATELESS"
22026   - "ACL_STATEFUL"
22027   - "ACL_STATELESS"
22028   - "ACL_STATEFUL"
22029   layout:
22030     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
22031     layout: "plot-throughput-speedup-analysis"
22032
22033 -
22034   type: "plot"
22035   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22036   algorithm: "plot_throughput_speedup_analysis"
22037   output-file-type: ".html"
22038   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
22039   data: "plot-throughput-speedup-analysis-3n-hsw"
22040   filter: "'NIC_Intel-X520-DA2' and
22041            '64B' and
22042            'NDRPDR' and
22043            'IP4FWD' and
22044            'IACL' and
22045            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22046            not 'IPSEC' and
22047            not 'VHOST'"
22048   parameters:
22049   - "throughput"
22050   - "parent"
22051   - "tags"
22052   sort:
22053   - "ACL_STATELESS"
22054   - "ACL_STATEFUL"
22055   - "ACL_STATELESS"
22056   - "ACL_STATEFUL"
22057   layout:
22058     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
22059     layout: "plot-throughput-speedup-analysis"
22060
22061 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
22062 -
22063   type: "plot"
22064   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22065   algorithm: "plot_throughput_speedup_analysis"
22066   output-file-type: ".html"
22067   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
22068   data: "plot-throughput-speedup-analysis-3n-hsw"
22069   filter: "'NIC_Intel-X520-DA2' and
22070            '64B' and
22071            'NDRPDR' and
22072            'IP4FWD' and
22073            'OACL' and
22074            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22075            not 'IPSEC' and
22076            not 'VHOST'"
22077   parameters:
22078   - "throughput"
22079   - "parent"
22080   - "tags"
22081   sort:
22082   - "ACL_STATELESS"
22083   - "ACL_STATEFUL"
22084   - "ACL_STATELESS"
22085   - "ACL_STATEFUL"
22086   layout:
22087     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
22088     layout: "plot-throughput-speedup-analysis"
22089
22090 -
22091   type: "plot"
22092   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22093   algorithm: "plot_throughput_speedup_analysis"
22094   output-file-type: ".html"
22095   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
22096   data: "plot-throughput-speedup-analysis-3n-hsw"
22097   filter: "'NIC_Intel-X520-DA2' and
22098            '64B' and
22099            'NDRPDR' and
22100            'IP4FWD' and
22101            'OACL' and
22102            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22103            not 'IPSEC' and
22104            not 'VHOST'"
22105   parameters:
22106   - "throughput"
22107   - "parent"
22108   - "tags"
22109   sort:
22110   - "ACL_STATELESS"
22111   - "ACL_STATEFUL"
22112   - "ACL_STATELESS"
22113   - "ACL_STATEFUL"
22114   layout:
22115     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
22116     layout: "plot-throughput-speedup-analysis"
22117
22118 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
22119 -
22120   type: "plot"
22121   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22122   algorithm: "plot_throughput_speedup_analysis"
22123   output-file-type: ".html"
22124   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22125   data: "plot-throughput-speedup-analysis-3n-hsw"
22126   filter: "'NIC_Intel-X710' and
22127            '64B' and
22128            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22129            'NDRPDR' and
22130            'IP4FWD' and
22131            not 'IPSEC' and
22132            not 'VHOST'"
22133   parameters:
22134   - "throughput"
22135   - "parent"
22136   - "tags"
22137   sort:
22138   - "IP4BASE"
22139   - "FIB_20K"
22140   - "FIB_200K"
22141   - "FIB_2M"
22142   layout:
22143     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
22144     layout: "plot-throughput-speedup-analysis"
22145
22146 -
22147   type: "plot"
22148   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22149   algorithm: "plot_throughput_speedup_analysis"
22150   output-file-type: ".html"
22151   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
22152   data: "plot-throughput-speedup-analysis-3n-hsw"
22153   filter: "'NIC_Intel-X710' and
22154            '64B' and
22155            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22156            'NDRPDR' and
22157            'IP4FWD' and
22158            not 'IPSEC' and
22159            not 'VHOST'"
22160   parameters:
22161   - "throughput"
22162   - "parent"
22163   - "tags"
22164   sort:
22165   - "IP4BASE"
22166   - "FIB_20K"
22167   - "FIB_200K"
22168   - "FIB_2M"
22169   layout:
22170     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
22171     layout: "plot-throughput-speedup-analysis"
22172
22173 # Speedup - VPP IPv4 3n-hsw-x710 features
22174 -
22175   type: "plot"
22176   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
22177   algorithm: "plot_throughput_speedup_analysis"
22178   output-file-type: ".html"
22179   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
22180   data: "plot-throughput-speedup-analysis-3n-hsw"
22181   filter: "'NIC_Intel-X710' and
22182            '64B' and
22183            ('IP4BASE' or
22184             'POLICE_MARK' or
22185             'COPWHLIST' or
22186             ('NAT44' and 'BASE') or
22187             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22188            'NDRPDR' and
22189            'IP4FWD' and
22190            not 'IPSEC' and
22191            not 'VHOST'"
22192   parameters:
22193   - "throughput"
22194   - "parent"
22195   - "tags"
22196   sort:
22197   - "IP4BASE"
22198   - "NAT44"
22199   - "POLICE_MARK"
22200   - "COPWHLIST"
22201   - "IACL"
22202   - "OACL"
22203   layout:
22204     title: "ip4-3n-hsw-x710-64b-features-ndr"
22205     layout: "plot-throughput-speedup-analysis"
22206
22207 -
22208   type: "plot"
22209   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
22210   algorithm: "plot_throughput_speedup_analysis"
22211   output-file-type: ".html"
22212   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
22213   data: "plot-throughput-speedup-analysis-3n-hsw"
22214   filter: "'NIC_Intel-X710' and
22215            '64B' and
22216            ('IP4BASE' or
22217             'POLICE_MARK' or
22218             'COPWHLIST' or
22219             ('NAT44' and 'BASE') or
22220             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22221            'NDRPDR' and
22222            'IP4FWD' and
22223            not 'IPSEC' and
22224            not 'VHOST'"
22225   parameters:
22226   - "throughput"
22227   - "parent"
22228   - "tags"
22229   sort:
22230   - "IP4BASE"
22231   - "NAT44"
22232   - "POLICE_MARK"
22233   - "COPWHLIST"
22234   - "IACL"
22235   - "OACL"
22236   layout:
22237     title: "ip4-3n-hsw-x710-64b-features-pdr"
22238     layout: "plot-throughput-speedup-analysis"
22239
22240 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
22241 -
22242   type: "plot"
22243   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22244   algorithm: "plot_throughput_speedup_analysis"
22245   output-file-type: ".html"
22246   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
22247   data: "plot-throughput-speedup-analysis-3n-hsw"
22248   filter: "'NIC_Intel-X710' and
22249            '64B' and
22250            'NDRPDR' and
22251            'IP4FWD' and
22252            'NAT44' and
22253            not 'IPSEC' and
22254            not 'VHOST'"
22255   parameters:
22256   - "throughput"
22257   - "parent"
22258   - "tags"
22259   sort:
22260   - "BASE"
22261   - "BASE"
22262   - "SRC_USER_10"
22263   - "SRC_USER_100"
22264   - "SRC_USER_1000"
22265   - "SRC_USER_2000"
22266   layout:
22267     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
22268     layout: "plot-throughput-speedup-analysis"
22269
22270 -
22271   type: "plot"
22272   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22273   algorithm: "plot_throughput_speedup_analysis"
22274   output-file-type: ".html"
22275   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
22276   data: "plot-throughput-speedup-analysis-3n-hsw"
22277   filter: "'NIC_Intel-X710' and
22278            '64B' and
22279            'NDRPDR' and
22280            'IP4FWD' and
22281            'NAT44' and
22282            not 'IPSEC' and
22283            not 'VHOST'"
22284   parameters:
22285   - "throughput"
22286   - "parent"
22287   - "tags"
22288   sort:
22289   - "BASE"
22290   - "BASE"
22291   - "SRC_USER_10"
22292   - "SRC_USER_100"
22293   - "SRC_USER_1000"
22294   - "SRC_USER_2000"
22295   layout:
22296     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
22297     layout: "plot-throughput-speedup-analysis"
22298
22299 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
22300 -
22301   type: "plot"
22302   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22303   algorithm: "plot_throughput_speedup_analysis"
22304   output-file-type: ".html"
22305   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
22306   data: "plot-throughput-speedup-analysis-3n-hsw"
22307   filter: "'NIC_Intel-X710' and
22308            '64B' and
22309            'NDRPDR' and
22310            'IP4FWD' and
22311            'IACL' and
22312            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22313            not 'IPSEC' and
22314            not 'VHOST'"
22315   parameters:
22316   - "throughput"
22317   - "parent"
22318   - "tags"
22319   sort:
22320   - "ACL_STATELESS"
22321   - "ACL_STATEFUL"
22322   - "ACL_STATELESS"
22323   - "ACL_STATEFUL"
22324   layout:
22325     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
22326     layout: "plot-throughput-speedup-analysis"
22327
22328 -
22329   type: "plot"
22330   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22331   algorithm: "plot_throughput_speedup_analysis"
22332   output-file-type: ".html"
22333   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
22334   data: "plot-throughput-speedup-analysis-3n-hsw"
22335   filter: "'NIC_Intel-X710' and
22336            '64B' and
22337            'NDRPDR' and
22338            'IP4FWD' and
22339            'IACL' and
22340            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22341            not 'IPSEC' and
22342            not 'VHOST'"
22343   parameters:
22344   - "throughput"
22345   - "parent"
22346   - "tags"
22347   sort:
22348   - "ACL_STATELESS"
22349   - "ACL_STATEFUL"
22350   - "ACL_STATELESS"
22351   - "ACL_STATEFUL"
22352   layout:
22353     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
22354     layout: "plot-throughput-speedup-analysis"
22355
22356 # Speedup - VPP IPv4 3n-hsw-x710 features oacl
22357 -
22358   type: "plot"
22359   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22360   algorithm: "plot_throughput_speedup_analysis"
22361   output-file-type: ".html"
22362   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-ndr-tsa"
22363   data: "plot-throughput-speedup-analysis-3n-hsw"
22364   filter: "'NIC_Intel-X710' and
22365            '64B' and
22366            'NDRPDR' and
22367            'IP4FWD' and
22368            'OACL' and
22369            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22370            not 'IPSEC' and
22371            not 'VHOST'"
22372   parameters:
22373   - "throughput"
22374   - "parent"
22375   - "tags"
22376   sort:
22377   - "ACL_STATELESS"
22378   - "ACL_STATEFUL"
22379   - "ACL_STATELESS"
22380   - "ACL_STATEFUL"
22381   layout:
22382     title: "ip4-3n-hsw-x710-64b-features-oacl-ndr"
22383     layout: "plot-throughput-speedup-analysis"
22384
22385 -
22386   type: "plot"
22387   title: "Speedup: ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22388   algorithm: "plot_throughput_speedup_analysis"
22389   output-file-type: ".html"
22390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-oacl-pdr-tsa"
22391   data: "plot-throughput-speedup-analysis-3n-hsw"
22392   filter: "'NIC_Intel-X710' and
22393            '64B' and
22394            'NDRPDR' and
22395            'IP4FWD' and
22396            'OACL' and
22397            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22398            not 'IPSEC' and
22399            not 'VHOST'"
22400   parameters:
22401   - "throughput"
22402   - "parent"
22403   - "tags"
22404   sort:
22405   - "ACL_STATELESS"
22406   - "ACL_STATEFUL"
22407   - "ACL_STATELESS"
22408   - "ACL_STATEFUL"
22409   layout:
22410     title: "ip4-3n-hsw-x710-64b-features-oacl-pdr"
22411     layout: "plot-throughput-speedup-analysis"
22412
22413 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
22414 -
22415   type: "plot"
22416   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22417   algorithm: "plot_throughput_speedup_analysis"
22418   output-file-type: ".html"
22419   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
22420   data: "plot-throughput-speedup-analysis-3n-hsw"
22421   filter: "'NIC_Intel-XL710' and
22422            '64B' and
22423            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22424            'NDRPDR' and
22425            'IP4FWD' and
22426            not 'IPSEC' and
22427            not 'VHOST'"
22428   parameters:
22429   - "throughput"
22430   - "parent"
22431   - "tags"
22432   sort:
22433   - "IP4BASE"
22434   - "FIB_20K"
22435   - "FIB_200K"
22436   - "FIB_2M"
22437   layout:
22438     title: "ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
22439     layout: "plot-throughput-speedup-analysis"
22440
22441 -
22442   type: "plot"
22443   title: "Speedup: ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22444   algorithm: "plot_throughput_speedup_analysis"
22445   output-file-type: ".html"
22446   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
22447   data: "plot-throughput-speedup-analysis-3n-hsw"
22448   filter: "'NIC_Intel-XL710' and
22449            '64B' and
22450            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22451            'NDRPDR' and
22452            'IP4FWD' and
22453            not 'IPSEC' and
22454            not 'VHOST'"
22455   parameters:
22456   - "throughput"
22457   - "parent"
22458   - "tags"
22459   sort:
22460   - "IP4BASE"
22461   - "FIB_20K"
22462   - "FIB_200K"
22463   - "FIB_2M"
22464   layout:
22465     title: "ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
22466     layout: "plot-throughput-speedup-analysis"
22467
22468 # Speedup - VPP IPv4 3n-skx-x710 base and scale
22469 -
22470   type: "plot"
22471   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22472   algorithm: "plot_throughput_speedup_analysis"
22473   output-file-type: ".html"
22474   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
22475   data: "plot-throughput-speedup-analysis-3n-skx"
22476   filter: "'NIC_Intel-X710' and
22477            '64B' and
22478            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22479            'NDRPDR' and
22480            'IP4FWD' and
22481            not 'IPSEC' and
22482            not 'VHOST'"
22483   parameters:
22484   - "throughput"
22485   - "parent"
22486   - "tags"
22487   sort:
22488   - "IP4BASE"
22489   - "FIB_20K"
22490   - "FIB_200K"
22491   - "FIB_2M"
22492   layout:
22493     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
22494     layout: "plot-throughput-speedup-analysis"
22495
22496 -
22497   type: "plot"
22498   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22499   algorithm: "plot_throughput_speedup_analysis"
22500   output-file-type: ".html"
22501   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
22502   data: "plot-throughput-speedup-analysis-3n-skx"
22503   filter: "'NIC_Intel-X710' and
22504            '64B' and
22505            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22506            'NDRPDR' and
22507            'IP4FWD' and
22508            not 'IPSEC' and
22509            not 'VHOST'"
22510   parameters:
22511   - "throughput"
22512   - "parent"
22513   - "tags"
22514   sort:
22515   - "IP4BASE"
22516   - "FIB_20K"
22517   - "FIB_200K"
22518   - "FIB_2M"
22519   layout:
22520     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
22521     layout: "plot-throughput-speedup-analysis"
22522
22523 # Speedup - VPP IPv4 3n-skx-x710 features
22524 -
22525   type: "plot"
22526   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
22527   algorithm: "plot_throughput_speedup_analysis"
22528   output-file-type: ".html"
22529   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
22530   data: "plot-throughput-speedup-analysis-3n-skx"
22531   filter: "'NIC_Intel-X710' and
22532            '64B' and
22533            ('IP4BASE' or
22534             'POLICE_MARK' or
22535             'COPWHLIST' or
22536             ('NAT44' and 'BASE') or
22537             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22538            'NDRPDR' and
22539            'IP4FWD' and
22540            not 'IPSEC' and
22541            not 'VHOST'"
22542   parameters:
22543   - "throughput"
22544   - "parent"
22545   - "tags"
22546   sort:
22547   - "IP4BASE"
22548   - "NAT44"
22549   - "POLICE_MARK"
22550   - "COPWHLIST"
22551   - "IACL"
22552   - "OACL"
22553   layout:
22554     title: "ip4-3n-skx-x710-64b-features-ndr"
22555     layout: "plot-throughput-speedup-analysis"
22556
22557 -
22558   type: "plot"
22559   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
22560   algorithm: "plot_throughput_speedup_analysis"
22561   output-file-type: ".html"
22562   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
22563   data: "plot-throughput-speedup-analysis-3n-skx"
22564   filter: "'NIC_Intel-X710' and
22565            '64B' and
22566            ('IP4BASE' or
22567             'POLICE_MARK' or
22568             'COPWHLIST' or
22569             ('NAT44' and 'BASE') or
22570             ('ACL_STATELESS' and 'ACL10' and '10k_FLOWS')) and
22571            'NDRPDR' and
22572            'IP4FWD' and
22573            not 'IPSEC' and
22574            not 'VHOST'"
22575   parameters:
22576   - "throughput"
22577   - "parent"
22578   - "tags"
22579   sort:
22580   - "IP4BASE"
22581   - "NAT44"
22582   - "POLICE_MARK"
22583   - "COPWHLIST"
22584   - "IACL"
22585   - "OACL"
22586   layout:
22587     title: "ip4-3n-skx-x710-64b-features-pdr"
22588     layout: "plot-throughput-speedup-analysis"
22589
22590 # Speedup - VPP IPv4 3n-skx-x710 features nat44
22591 -
22592   type: "plot"
22593   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22594   algorithm: "plot_throughput_speedup_analysis"
22595   output-file-type: ".html"
22596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
22597   data: "plot-throughput-speedup-analysis-3n-skx"
22598   filter: "'NIC_Intel-X710' and
22599            '64B' and
22600            'NDRPDR' and
22601            'IP4FWD' and
22602            'NAT44' and
22603            not 'IPSEC' and
22604            not 'VHOST'"
22605   parameters:
22606   - "throughput"
22607   - "parent"
22608   - "tags"
22609   sort:
22610   - "BASE"
22611   - "BASE"
22612   - "SRC_USER_10"
22613   - "SRC_USER_100"
22614   - "SRC_USER_1000"
22615   - "SRC_USER_2000"
22616   layout:
22617     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
22618     layout: "plot-throughput-speedup-analysis"
22619
22620 -
22621   type: "plot"
22622   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22623   algorithm: "plot_throughput_speedup_analysis"
22624   output-file-type: ".html"
22625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
22626   data: "plot-throughput-speedup-analysis-3n-skx"
22627   filter: "'NIC_Intel-X710' and
22628            '64B' and
22629            'NDRPDR' and
22630            'IP4FWD' and
22631            'NAT44' and
22632            not 'IPSEC' and
22633            not 'VHOST'"
22634   parameters:
22635   - "throughput"
22636   - "parent"
22637   - "tags"
22638   sort:
22639   - "BASE"
22640   - "BASE"
22641   - "SRC_USER_10"
22642   - "SRC_USER_100"
22643   - "SRC_USER_1000"
22644   - "SRC_USER_2000"
22645   layout:
22646     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
22647     layout: "plot-throughput-speedup-analysis"
22648
22649 # Speedup - VPP IPv4 3n-skx-x710 features iacl
22650 -
22651   type: "plot"
22652   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22653   algorithm: "plot_throughput_speedup_analysis"
22654   output-file-type: ".html"
22655   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
22656   data: "plot-throughput-speedup-analysis-3n-skx"
22657   filter: "'NIC_Intel-X710' and
22658            '64B' and
22659            'NDRPDR' and
22660            'IP4FWD' and
22661            'IACL' and
22662            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22663            not 'IPSEC' and
22664            not 'VHOST'"
22665   parameters:
22666   - "throughput"
22667   - "parent"
22668   - "tags"
22669   sort:
22670   - "ACL_STATELESS"
22671   - "ACL_STATEFUL"
22672   - "ACL_STATELESS"
22673   - "ACL_STATEFUL"
22674   layout:
22675     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
22676     layout: "plot-throughput-speedup-analysis"
22677
22678 -
22679   type: "plot"
22680   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22681   algorithm: "plot_throughput_speedup_analysis"
22682   output-file-type: ".html"
22683   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
22684   data: "plot-throughput-speedup-analysis-3n-skx"
22685   filter: "'NIC_Intel-X710' and
22686            '64B' and
22687            'NDRPDR' and
22688            'IP4FWD' and
22689            'IACL' and
22690            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22691            not 'IPSEC' and
22692            not 'VHOST'"
22693   parameters:
22694   - "throughput"
22695   - "parent"
22696   - "tags"
22697   sort:
22698   - "ACL_STATELESS"
22699   - "ACL_STATEFUL"
22700   - "ACL_STATELESS"
22701   - "ACL_STATEFUL"
22702   layout:
22703     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
22704     layout: "plot-throughput-speedup-analysis"
22705
22706 # Speedup - VPP IPv4 3n-skx-x710 features oacl
22707 -
22708   type: "plot"
22709   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22710   algorithm: "plot_throughput_speedup_analysis"
22711   output-file-type: ".html"
22712   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
22713   data: "plot-throughput-speedup-analysis-3n-skx"
22714   filter: "'NIC_Intel-X710' and
22715            '64B' and
22716            'NDRPDR' and
22717            'IP4FWD' and
22718            'OACL' and
22719            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22720            not 'IPSEC' and
22721            not 'VHOST'"
22722   parameters:
22723   - "throughput"
22724   - "parent"
22725   - "tags"
22726   sort:
22727   - "ACL_STATELESS"
22728   - "ACL_STATEFUL"
22729   - "ACL_STATELESS"
22730   - "ACL_STATEFUL"
22731   layout:
22732     title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
22733     layout: "plot-throughput-speedup-analysis"
22734
22735 -
22736   type: "plot"
22737   title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22738   algorithm: "plot_throughput_speedup_analysis"
22739   output-file-type: ".html"
22740   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
22741   data: "plot-throughput-speedup-analysis-3n-skx"
22742   filter: "'NIC_Intel-X710' and
22743            '64B' and
22744            'NDRPDR' and
22745            'IP4FWD' and
22746            'OACL' and
22747            ('ACL10' or 'ACL50') and '10k_FLOWS' and
22748            not 'IPSEC' and
22749            not 'VHOST'"
22750   parameters:
22751   - "throughput"
22752   - "parent"
22753   - "tags"
22754   sort:
22755   - "ACL_STATELESS"
22756   - "ACL_STATEFUL"
22757   - "ACL_STATELESS"
22758   - "ACL_STATEFUL"
22759   layout:
22760     title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
22761     layout: "plot-throughput-speedup-analysis"
22762
22763 # Speedup - VPP IPv4 2n-skx-x710 base and scale
22764 -
22765   type: "plot"
22766   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22767   algorithm: "plot_throughput_speedup_analysis"
22768   output-file-type: ".html"
22769   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
22770   data: "plot-throughput-speedup-analysis-2n-skx"
22771   filter: "'NIC_Intel-X710' and
22772            '64B' and
22773            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22774            'NDRPDR' and
22775            'IP4FWD' and
22776            not 'IPSEC' and
22777            not 'VHOST'"
22778   parameters:
22779   - "throughput"
22780   - "parent"
22781   - "tags"
22782   sort:
22783   - "IP4BASE"
22784   - "FIB_20K"
22785   - "FIB_200K"
22786   - "FIB_2M"
22787   layout:
22788     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
22789     layout: "plot-throughput-speedup-analysis"
22790
22791 -
22792   type: "plot"
22793   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22794   algorithm: "plot_throughput_speedup_analysis"
22795   output-file-type: ".html"
22796   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
22797   data: "plot-throughput-speedup-analysis-2n-skx"
22798   filter: "'NIC_Intel-X710' and
22799            '64B' and
22800            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22801            'NDRPDR' and
22802            'IP4FWD' and
22803            not 'IPSEC' and
22804            not 'VHOST'"
22805   parameters:
22806   - "throughput"
22807   - "parent"
22808   - "tags"
22809   sort:
22810   - "IP4BASE"
22811   - "FIB_20K"
22812   - "FIB_200K"
22813   - "FIB_2M"
22814   layout:
22815     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
22816     layout: "plot-throughput-speedup-analysis"
22817
22818 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
22819 -
22820   type: "plot"
22821   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22822   algorithm: "plot_throughput_speedup_analysis"
22823   output-file-type: ".html"
22824   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
22825   data: "plot-throughput-speedup-analysis-2n-skx"
22826   filter: "'NIC_Intel-XXV710' and
22827            '64B' and
22828            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22829            'NDRPDR' and
22830            'IP4FWD' and
22831            not 'IPSEC' and
22832            not 'VHOST'"
22833   parameters:
22834   - "throughput"
22835   - "parent"
22836   - "tags"
22837   sort:
22838   - "IP4BASE"
22839   - "FIB_20K"
22840   - "FIB_200K"
22841   - "FIB_2M"
22842   layout:
22843     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
22844     layout: "plot-throughput-speedup-analysis"
22845
22846 -
22847   type: "plot"
22848   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22849   algorithm: "plot_throughput_speedup_analysis"
22850   output-file-type: ".html"
22851   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
22852   data: "plot-throughput-speedup-analysis-2n-skx"
22853   filter: "'NIC_Intel-XXV710' and
22854            '64B' and
22855            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
22856            'NDRPDR' and
22857            'IP4FWD' and
22858            not 'IPSEC' and
22859            not 'VHOST'"
22860   parameters:
22861   - "throughput"
22862   - "parent"
22863   - "tags"
22864   sort:
22865   - "IP4BASE"
22866   - "FIB_20K"
22867   - "FIB_200K"
22868   - "FIB_2M"
22869   layout:
22870     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
22871     layout: "plot-throughput-speedup-analysis"
22872
22873 ################################################################################
22874
22875 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520
22876 -
22877   type: "plot"
22878   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22879   algorithm: "plot_throughput_speedup_analysis"
22880   output-file-type: ".html"
22881   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
22882   data: "plot-throughput-speedup-analysis-3n-hsw"
22883   filter: "'NIC_Intel-X520_DA2' and
22884            '64B' and
22885            'ENCAP' and
22886            'NDRPDR' and
22887            'VXLAN' and
22888            'L2BDMACLRN' and
22889            not 'VHOST' and
22890            not 'IPSECHW'"
22891   parameters:
22892   - "throughput"
22893   - "parent"
22894   - "tags"
22895   sort:
22896   - "not DOT1Q"
22897   - "VXLAN_1"
22898   - "VXLAN_10"
22899   - "VXLAN_100"
22900   - "VXLAN_1000"
22901   layout:
22902     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-ndr"
22903     layout: "plot-throughput-speedup-analysis"
22904
22905 -
22906   type: "plot"
22907   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22908   algorithm: "plot_throughput_speedup_analysis"
22909   output-file-type: ".html"
22910   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
22911   data: "plot-throughput-speedup-analysis-3n-hsw"
22912   filter: "'NIC_Intel-X520_DA2' and
22913            '64B' and
22914            'ENCAP' and
22915            'NDRPDR' and
22916            'VXLAN' and
22917            'L2BDMACLRN' and
22918            not 'VHOST' and
22919            not 'IPSECHW'"
22920   parameters:
22921   - "throughput"
22922   - "parent"
22923   - "tags"
22924   sort:
22925   - "not DOT1Q"
22926   - "VXLAN_1"
22927   - "VXLAN_10"
22928   - "VXLAN_100"
22929   - "VXLAN_1000"
22930   layout:
22931     title: "ip4tun-3n-hsw-x520-64b-base_and_scale-pdr"
22932     layout: "plot-throughput-speedup-analysis"
22933
22934 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
22935 -
22936   type: "plot"
22937   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22938   algorithm: "plot_throughput_speedup_analysis"
22939   output-file-type: ".html"
22940   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
22941   data: "plot-throughput-speedup-analysis-3n-hsw"
22942   filter: "'NIC_Intel-X520-DA2' and
22943            '64B' and
22944            'ENCAP' and
22945            'NDRPDR' and
22946            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22947            not 'DOT1Q' and
22948            not 'VHOST' and
22949            not 'IPSECHW'"
22950   parameters:
22951   - "throughput"
22952   - "parent"
22953   - "tags"
22954   sort:
22955   - "L2BDMACLRN"
22956   - "L2XCFWD"
22957   - "LISP"
22958   layout:
22959     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
22960     layout: "plot-throughput-speedup-analysis"
22961
22962 -
22963   type: "plot"
22964   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22965   algorithm: "plot_throughput_speedup_analysis"
22966   output-file-type: ".html"
22967   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
22968   data: "plot-throughput-speedup-analysis-3n-hsw"
22969   filter: "'NIC_Intel-X520-DA2' and
22970            '64B' and
22971            'ENCAP' and
22972            'NDRPDR' and
22973            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
22974            not 'DOT1Q' and
22975            not 'VHOST' and
22976            not 'IPSECHW'"
22977   parameters:
22978   - "throughput"
22979   - "parent"
22980   - "tags"
22981   sort:
22982   - "L2BDMACLRN"
22983   - "L2XCFWD"
22984   - "LISP"
22985   layout:
22986     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
22987     layout: "plot-throughput-speedup-analysis"
22988
22989 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
22990 -
22991   type: "plot"
22992   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22993   algorithm: "plot_throughput_speedup_analysis"
22994   output-file-type: ".html"
22995   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
22996   data: "plot-throughput-speedup-analysis-3n-hsw"
22997   filter: "'NIC_Intel-X710' and
22998            '64B' and
22999            'ENCAP' and
23000            'NDRPDR' and
23001            'VXLAN' and
23002            'L2BDMACLRN' and
23003            not 'VHOST' and
23004            not 'IPSECHW'"
23005   parameters:
23006   - "throughput"
23007   - "parent"
23008   - "tags"
23009   sort:
23010   - "not DOT1Q"
23011   - "VXLAN_1"
23012   - "VXLAN_10"
23013   - "VXLAN_100"
23014   - "VXLAN_1000"
23015   layout:
23016     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
23017     layout: "plot-throughput-speedup-analysis"
23018
23019 -
23020   type: "plot"
23021   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23022   algorithm: "plot_throughput_speedup_analysis"
23023   output-file-type: ".html"
23024   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
23025   data: "plot-throughput-speedup-analysis-3n-hsw"
23026   filter: "'NIC_Intel-X710' and
23027            '64B' and
23028            'ENCAP' and
23029            'NDRPDR' and
23030            'VXLAN' and
23031            'L2BDMACLRN' and
23032            not 'VHOST' and
23033            not 'IPSECHW'"
23034   parameters:
23035   - "throughput"
23036   - "parent"
23037   - "tags"
23038   sort:
23039   - "not DOT1Q"
23040   - "VXLAN_1"
23041   - "VXLAN_10"
23042   - "VXLAN_100"
23043   - "VXLAN_1000"
23044   layout:
23045     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
23046     layout: "plot-throughput-speedup-analysis"
23047
23048 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
23049 -
23050   type: "plot"
23051   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23052   algorithm: "plot_throughput_speedup_analysis"
23053   output-file-type: ".html"
23054   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23055   data: "plot-throughput-speedup-analysis-3n-hsw"
23056   filter: "'NIC_Intel-X710' and
23057            '64B' and
23058            'ENCAP' and
23059            'NDRPDR' and
23060            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23061            not 'DOT1Q' and
23062            not 'VHOST' and
23063            not 'IPSECHW'"
23064   parameters:
23065   - "throughput"
23066   - "parent"
23067   - "tags"
23068   sort:
23069   - "L2BDMACLRN"
23070   - "L2XCFWD"
23071   - "LISP"
23072   layout:
23073     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
23074     layout: "plot-throughput-speedup-analysis"
23075
23076 -
23077   type: "plot"
23078   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23079   algorithm: "plot_throughput_speedup_analysis"
23080   output-file-type: ".html"
23081   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23082   data: "plot-throughput-speedup-analysis-3n-hsw"
23083   filter: "'NIC_Intel-X710' and
23084            '64B' and
23085            'ENCAP' and
23086            'NDRPDR' and
23087            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23088            not 'DOT1Q' and
23089            not 'VHOST' and
23090            not 'IPSECHW'"
23091   parameters:
23092   - "throughput"
23093   - "parent"
23094   - "tags"
23095   sort:
23096   - "L2BDMACLRN"
23097   - "L2XCFWD"
23098   - "LISP"
23099   layout:
23100     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
23101     layout: "plot-throughput-speedup-analysis"
23102
23103 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
23104 -
23105   type: "plot"
23106   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23107   algorithm: "plot_throughput_speedup_analysis"
23108   output-file-type: ".html"
23109   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
23110   data: "plot-throughput-speedup-analysis-3n-skx"
23111   filter: "'NIC_Intel-X710' and
23112            '64B' and
23113            'ENCAP' and
23114            'NDRPDR' and
23115            'VXLAN' and
23116            'L2BDMACLRN' and
23117            not 'VHOST' and
23118            not 'IPSECHW'"
23119   parameters:
23120   - "throughput"
23121   - "parent"
23122   - "tags"
23123   sort:
23124   - "not DOT1Q"
23125   - "VXLAN_1"
23126   - "VXLAN_10"
23127   - "VXLAN_100"
23128   - "VXLAN_1000"
23129   layout:
23130     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
23131     layout: "plot-throughput-speedup-analysis"
23132
23133 -
23134   type: "plot"
23135   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23136   algorithm: "plot_throughput_speedup_analysis"
23137   output-file-type: ".html"
23138   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
23139   data: "plot-throughput-speedup-analysis-3n-skx"
23140   filter: "'NIC_Intel-X710' and
23141            '64B' and
23142            'ENCAP' and
23143            'NDRPDR' and
23144            'VXLAN' and
23145            'L2BDMACLRN' and
23146            not 'VHOST' and
23147            not 'IPSECHW'"
23148   parameters:
23149   - "throughput"
23150   - "parent"
23151   - "tags"
23152   sort:
23153   - "not DOT1Q"
23154   - "VXLAN_1"
23155   - "VXLAN_10"
23156   - "VXLAN_100"
23157   - "VXLAN_1000"
23158   layout:
23159     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
23160     layout: "plot-throughput-speedup-analysis"
23161
23162 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
23163 -
23164   type: "plot"
23165   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23166   algorithm: "plot_throughput_speedup_analysis"
23167   output-file-type: ".html"
23168   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
23169   data: "plot-throughput-speedup-analysis-3n-skx"
23170   filter: "'NIC_Intel-X710' and
23171            '64B' and
23172            'ENCAP' and
23173            'NDRPDR' and
23174            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23175            not 'DOT1Q' and
23176            not 'VHOST' and
23177            not 'IPSECHW'"
23178   parameters:
23179   - "throughput"
23180   - "parent"
23181   - "tags"
23182   sort:
23183   - "L2BDMACLRN"
23184   - "L2XCFWD"
23185   - "LISP"
23186   layout:
23187     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
23188     layout: "plot-throughput-speedup-analysis"
23189
23190 -
23191   type: "plot"
23192   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23193   algorithm: "plot_throughput_speedup_analysis"
23194   output-file-type: ".html"
23195   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
23196   data: "plot-throughput-speedup-analysis-3n-skx"
23197   filter: "'NIC_Intel-X710' and
23198            '64B' and
23199            'ENCAP' and
23200            'NDRPDR' and
23201            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') and
23202            not 'DOT1Q' and
23203            not 'VHOST' and
23204            not 'IPSECHW'"
23205   parameters:
23206   - "throughput"
23207   - "parent"
23208   - "tags"
23209   sort:
23210   - "L2BDMACLRN"
23211   - "L2XCFWD"
23212   - "LISP"
23213   layout:
23214     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
23215     layout: "plot-throughput-speedup-analysis"
23216
23217 ################################################################################
23218
23219 # Speedup - VPP IPv6 3n-hsw-x520
23220 -
23221   type: "plot"
23222   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23223   algorithm: "plot_throughput_speedup_analysis"
23224   output-file-type: ".html"
23225   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23226   data: "plot-throughput-speedup-analysis-3n-hsw"
23227   filter: "'NIC_Intel-X520-DA2' and
23228            '78B' and
23229            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23230            'NDRPDR' and
23231            'IP6FWD' and
23232            not 'SRv6' and
23233            not 'IPSEC' and
23234            not 'VHOST'"
23235   parameters:
23236   - "throughput"
23237   - "parent"
23238   - "tags"
23239   sort:
23240   - "IP6BASE"
23241   - "FIB_20K"
23242   - "FIB_200K"
23243   - "FIB_2M"
23244   layout:
23245     title: "ip6-3n-hsw-x520-78b-base_and_scale-ndr"
23246     layout: "plot-throughput-speedup-analysis"
23247
23248 -
23249   type: "plot"
23250   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23251   algorithm: "plot_throughput_speedup_analysis"
23252   output-file-type: ".html"
23253   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23254   data: "plot-throughput-speedup-analysis-3n-hsw"
23255   filter: "'NIC_Intel-X520-DA2' and
23256            '78B' and
23257            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23258            'NDRPDR' and
23259            'IP6FWD' and
23260            not 'SRv6' and
23261            not 'IPSEC' and
23262            not 'VHOST'"
23263   parameters:
23264   - "throughput"
23265   - "parent"
23266   - "tags"
23267   sort:
23268   - "IP6BASE"
23269   - "FIB_20K"
23270   - "FIB_200K"
23271   - "FIB_2M"
23272   layout:
23273     title: "ip6-3n-hsw-x520-78b-base_and_scale-pdr"
23274     layout: "plot-throughput-speedup-analysis"
23275
23276 # Speedup - VPP IPv6 3n-hsw-x520 features
23277 -
23278   type: "plot"
23279   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23280   algorithm: "plot_throughput_speedup_analysis"
23281   output-file-type: ".html"
23282   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-ndr-tsa"
23283   data: "plot-throughput-speedup-analysis-3n-hsw"
23284   filter: "'NIC_Intel-X520-DA2' and
23285            '78B' and
23286            ('IP6BASE' or
23287             'POLICE_MARK' or
23288             'COPWHLIST' or
23289             'IACLDST') and
23290            'NDRPDR' and
23291            'IP6FWD' and
23292            not 'SRv6' and
23293            not 'IPSEC' and
23294            not 'VHOST'"
23295   parameters:
23296   - "throughput"
23297   - "parent"
23298   - "tags"
23299   sort:
23300   - "IP6BASE"
23301   - "POLICE_MARK"
23302   - "COPWHLIST"
23303   - "IACLDST"
23304   layout:
23305     title: "ip6-3n-hsw-x520-78b-base_and_features-ndr"
23306     layout: "plot-throughput-speedup-analysis"
23307
23308 -
23309   type: "plot"
23310   title: "Speedup: ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23311   algorithm: "plot_throughput_speedup_analysis"
23312   output-file-type: ".html"
23313   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base_and_features-pdr-tsa"
23314   data: "plot-throughput-speedup-analysis-3n-hsw"
23315   filter: "'NIC_Intel-X520-DA2' and
23316            '78B' and
23317            ('IP6BASE' or
23318             'POLICE_MARK' or
23319             'COPWHLIST' or
23320             'IACLDST') and
23321            'NDRPDR' and
23322            'IP6FWD' and
23323            not 'SRv6' and
23324            not 'IPSEC' and
23325            not 'VHOST'"
23326   parameters:
23327   - "throughput"
23328   - "parent"
23329   - "tags"
23330   sort:
23331   - "IP6BASE"
23332   - "POLICE_MARK"
23333   - "COPWHLIST"
23334   - "IACLDST"
23335   layout:
23336     title: "ip6-3n-hsw-x520-78b-base_and_features-pdr"
23337     layout: "plot-throughput-speedup-analysis"
23338
23339 # Speedup - VPP IPv6 3n-hsw-x710
23340 -
23341   type: "plot"
23342   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23343   algorithm: "plot_throughput_speedup_analysis"
23344   output-file-type: ".html"
23345   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
23346   data: "plot-throughput-speedup-analysis-3n-hsw"
23347   filter: "'NIC_Intel-X710' and
23348            '78B' and
23349            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23350            'NDRPDR' and
23351            'IP6FWD' and
23352            not 'SRv6' and
23353            not 'IPSEC' and
23354            not 'VHOST'"
23355   parameters:
23356   - "throughput"
23357   - "parent"
23358   - "tags"
23359   sort:
23360   - "IP6BASE"
23361   - "FIB_20K"
23362   - "FIB_200K"
23363   - "FIB_2M"
23364   layout:
23365     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
23366     layout: "plot-throughput-speedup-analysis"
23367
23368 -
23369   type: "plot"
23370   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23371   algorithm: "plot_throughput_speedup_analysis"
23372   output-file-type: ".html"
23373   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
23374   data: "plot-throughput-speedup-analysis-3n-hsw"
23375   filter: "'NIC_Intel-X710' and
23376            '78B' and
23377            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23378            'NDRPDR' and
23379            'IP6FWD' and
23380            not 'SRv6' and
23381            not 'IPSEC' and
23382            not 'VHOST'"
23383   parameters:
23384   - "throughput"
23385   - "parent"
23386   - "tags"
23387   sort:
23388   - "IP6BASE"
23389   - "FIB_20K"
23390   - "FIB_200K"
23391   - "FIB_2M"
23392   layout:
23393     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
23394     layout: "plot-throughput-speedup-analysis"
23395
23396 # Speedup - VPP IPv6 3n-hsw-x710 features
23397 -
23398   type: "plot"
23399   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23400   algorithm: "plot_throughput_speedup_analysis"
23401   output-file-type: ".html"
23402   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
23403   data: "plot-throughput-speedup-analysis-3n-hsw"
23404   filter: "'NIC_Intel-X710' and
23405            '78B' and
23406            ('IP6BASE' or
23407             'POLICE_MARK' or
23408             'COPWHLIST' or
23409             'IACLDST') and
23410            'NDRPDR' and
23411            'IP6FWD' and
23412            not 'SRv6' and
23413            not 'IPSEC' and
23414            not 'VHOST'"
23415   parameters:
23416   - "throughput"
23417   - "parent"
23418   - "tags"
23419   sort:
23420   - "IP6BASE"
23421   - "POLICE_MARK"
23422   - "COPWHLIST"
23423   - "IACLDST"
23424   layout:
23425     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
23426     layout: "plot-throughput-speedup-analysis"
23427
23428 -
23429   type: "plot"
23430   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23431   algorithm: "plot_throughput_speedup_analysis"
23432   output-file-type: ".html"
23433   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
23434   data: "plot-throughput-speedup-analysis-3n-hsw"
23435   filter: "'NIC_Intel-X710' and
23436            '78B' and
23437            ('IP6BASE' or
23438             'POLICE_MARK' or
23439             'COPWHLIST' or
23440             'IACLDST') and
23441            'NDRPDR' and
23442            'IP6FWD' and
23443            not 'SRv6' and
23444            not 'IPSEC' and
23445            not 'VHOST'"
23446   parameters:
23447   - "throughput"
23448   - "parent"
23449   - "tags"
23450   sort:
23451   - "IP6BASE"
23452   - "POLICE_MARK"
23453   - "COPWHLIST"
23454   - "IACLDST"
23455   layout:
23456     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
23457     layout: "plot-throughput-speedup-analysis"
23458
23459 # Speedup - VPP IPv6 3n-hsw-xl710
23460 -
23461   type: "plot"
23462   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23463   algorithm: "plot_throughput_speedup_analysis"
23464   output-file-type: ".html"
23465   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-ndr-tsa"
23466   data: "plot-throughput-speedup-analysis-3n-hsw"
23467   filter: "'NIC_Intel-XL710' and
23468            '78B' and
23469            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23470            'NDRPDR' and
23471            'IP6FWD' and
23472            not 'SRv6' and
23473            not 'IPSEC' and
23474            not 'VHOST'"
23475   parameters:
23476   - "throughput"
23477   - "parent"
23478   - "tags"
23479   sort:
23480   - "IP6BASE"
23481   - "FIB_20K"
23482   - "FIB_200K"
23483   - "FIB_2M"
23484   layout:
23485     title: "ip6-3n-hsw-xl710-78b-base_and_scale-ndr"
23486     layout: "plot-throughput-speedup-analysis"
23487
23488 -
23489   type: "plot"
23490   title: "Speedup: ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23491   algorithm: "plot_throughput_speedup_analysis"
23492   output-file-type: ".html"
23493   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base_and_scale-pdr-tsa"
23494   data: "plot-throughput-speedup-analysis-3n-hsw"
23495   filter: "'NIC_Intel-XL710' and
23496            '78B' and
23497            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23498            'NDRPDR' and
23499            'IP6FWD' and
23500            not 'SRv6' and
23501            not 'IPSEC' and
23502            not 'VHOST'"
23503   parameters:
23504   - "throughput"
23505   - "parent"
23506   - "tags"
23507   sort:
23508   - "IP6BASE"
23509   - "FIB_20K"
23510   - "FIB_200K"
23511   - "FIB_2M"
23512   layout:
23513     title: "ip6-3n-hsw-xl710-78b-base_and_scale-pdr"
23514     layout: "plot-throughput-speedup-analysis"
23515
23516 # Speedup - VPP IPv6 3n-skx-x710
23517 -
23518   type: "plot"
23519   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23520   algorithm: "plot_throughput_speedup_analysis"
23521   output-file-type: ".html"
23522   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23523   data: "plot-throughput-speedup-analysis-3n-skx"
23524   filter: "'NIC_Intel-X710' and
23525            '78B' and
23526            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23527            'NDRPDR' and
23528            'IP6FWD' and
23529            not 'SRv6' and
23530            not 'IPSEC' and
23531            not 'VHOST'"
23532   parameters:
23533   - "throughput"
23534   - "parent"
23535   - "tags"
23536   sort:
23537   - "IP6BASE"
23538   - "FIB_20K"
23539   - "FIB_200K"
23540   - "FIB_2M"
23541   layout:
23542     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23543     layout: "plot-throughput-speedup-analysis"
23544
23545 -
23546   type: "plot"
23547   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23548   algorithm: "plot_throughput_speedup_analysis"
23549   output-file-type: ".html"
23550   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23551   data: "plot-throughput-speedup-analysis-3n-skx"
23552   filter: "'NIC_Intel-X710' and
23553            '78B' and
23554            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23555            'NDRPDR' and
23556            'IP6FWD' and
23557            not 'SRv6' and
23558            not 'IPSEC' and
23559            not 'VHOST'"
23560   parameters:
23561   - "throughput"
23562   - "parent"
23563   - "tags"
23564   sort:
23565   - "IP6BASE"
23566   - "FIB_20K"
23567   - "FIB_200K"
23568   - "FIB_2M"
23569   layout:
23570     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23571     layout: "plot-throughput-speedup-analysis"
23572
23573 # Speedup - VPP IPv6 3n-skx-x710 features
23574 -
23575   type: "plot"
23576   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23577   algorithm: "plot_throughput_speedup_analysis"
23578   output-file-type: ".html"
23579   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
23580   data: "plot-throughput-speedup-analysis-3n-skx"
23581   filter: "'NIC_Intel-X710' and
23582            '78B' and
23583            ('IP6BASE' or
23584             'POLICE_MARK' or
23585             'COPWHLIST' or
23586             'IACLDST') and
23587            'NDRPDR' and
23588            'IP6FWD' and
23589            not 'SRv6' and
23590            not 'IPSEC' and
23591            not 'VHOST'"
23592   parameters:
23593   - "throughput"
23594   - "parent"
23595   - "tags"
23596   sort:
23597   - "IP6BASE"
23598   - "POLICE_MARK"
23599   - "COPWHLIST"
23600   - "IACLDST"
23601   layout:
23602     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
23603     layout: "plot-throughput-speedup-analysis"
23604
23605 -
23606   type: "plot"
23607   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23608   algorithm: "plot_throughput_speedup_analysis"
23609   output-file-type: ".html"
23610   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
23611   data: "plot-throughput-speedup-analysis-3n-skx"
23612   filter: "'NIC_Intel-X710' and
23613            '78B' and
23614            ('IP6BASE' or
23615             'POLICE_MARK' or
23616             'COPWHLIST' or
23617             'IACLDST') and
23618            'NDRPDR' and
23619            'IP6FWD' and
23620            not 'SRv6' and
23621            not 'IPSEC' and
23622            not 'VHOST'"
23623   parameters:
23624   - "throughput"
23625   - "parent"
23626   - "tags"
23627   sort:
23628   - "IP6BASE"
23629   - "POLICE_MARK"
23630   - "COPWHLIST"
23631   - "IACLDST"
23632   layout:
23633     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
23634     layout: "plot-throughput-speedup-analysis"
23635
23636 # Speedup - VPP IPv6 2n-skx-x710
23637 -
23638   type: "plot"
23639   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23640   algorithm: "plot_throughput_speedup_analysis"
23641   output-file-type: ".html"
23642   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
23643   data: "plot-throughput-speedup-analysis-2n-skx"
23644   filter: "'NIC_Intel-X710' and
23645            '78B' and
23646            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23647            'NDRPDR' and
23648            'IP6FWD' and
23649            not 'SRv6' and
23650            not 'IPSEC' and
23651            not 'VHOST'"
23652   parameters:
23653   - "throughput"
23654   - "parent"
23655   - "tags"
23656   sort:
23657   - "IP6BASE"
23658   - "FIB_20K"
23659   - "FIB_200K"
23660   - "FIB_2M"
23661   layout:
23662     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
23663     layout: "plot-throughput-speedup-analysis"
23664
23665 -
23666   type: "plot"
23667   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23668   algorithm: "plot_throughput_speedup_analysis"
23669   output-file-type: ".html"
23670   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
23671   data: "plot-throughput-speedup-analysis-2n-skx"
23672   filter: "'NIC_Intel-X710' and
23673            '78B' and
23674            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23675            'NDRPDR' and
23676            'IP6FWD' and
23677            not 'SRv6' and
23678            not 'IPSEC' and
23679            not 'VHOST'"
23680   parameters:
23681   - "throughput"
23682   - "parent"
23683   - "tags"
23684   sort:
23685   - "IP6BASE"
23686   - "FIB_20K"
23687   - "FIB_200K"
23688   - "FIB_2M"
23689   layout:
23690     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
23691     layout: "plot-throughput-speedup-analysis"
23692
23693 # Speedup - VPP IPv6 2n-skx-xxv710
23694 -
23695   type: "plot"
23696   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23697   algorithm: "plot_throughput_speedup_analysis"
23698   output-file-type: ".html"
23699   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
23700   data: "plot-throughput-speedup-analysis-2n-skx"
23701   filter: "'NIC_Intel-XXV710' and
23702            '78B' and
23703            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23704            'NDRPDR' and
23705            'IP6FWD' and
23706            not 'SRv6' and
23707            not 'IPSEC' and
23708            not 'VHOST'"
23709   parameters:
23710   - "throughput"
23711   - "parent"
23712   - "tags"
23713   sort:
23714   - "IP6BASE"
23715   - "FIB_20K"
23716   - "FIB_200K"
23717   - "FIB_2M"
23718   layout:
23719     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
23720     layout: "plot-throughput-speedup-analysis"
23721
23722 -
23723   type: "plot"
23724   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23725   algorithm: "plot_throughput_speedup_analysis"
23726   output-file-type: ".html"
23727   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
23728   data: "plot-throughput-speedup-analysis-2n-skx"
23729   filter: "'NIC_Intel-XXV710' and
23730            '78B' and
23731            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23732            'NDRPDR' and
23733            'IP6FWD' and
23734            not 'SRv6' and
23735            not 'IPSEC' and
23736            not 'VHOST'"
23737   parameters:
23738   - "throughput"
23739   - "parent"
23740   - "tags"
23741   sort:
23742   - "IP6BASE"
23743   - "FIB_20K"
23744   - "FIB_200K"
23745   - "FIB_2M"
23746   layout:
23747     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
23748     layout: "plot-throughput-speedup-analysis"
23749
23750 ################################################################################
23751
23752 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
23753 -
23754   type: "plot"
23755   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23756   algorithm: "plot_throughput_speedup_analysis"
23757   output-file-type: ".html"
23758   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-ndr-tsa"
23759   data: "plot-throughput-speedup-analysis-3n-hsw"
23760   filter: "'NIC_Intel-X520-DA2' and
23761            '78B' and
23762            'ENCAP' and
23763            'NDRPDR' and
23764            'LISP' and
23765            not 'VHOST'"
23766   parameters:
23767   - "throughput"
23768   - "parent"
23769   - "tags"
23770   sort:
23771   - "IP4UNRLAY"
23772   - "IP6UNRLAY"
23773   layout:
23774     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-ndr"
23775     layout: "plot-throughput-speedup-analysis"
23776
23777 -
23778   type: "plot"
23779   title: "Speedup: ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23780   algorithm: "plot_throughput_speedup_analysis"
23781   output-file-type: ".html"
23782   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base_and_scale-pdr-tsa"
23783   data: "plot-throughput-speedup-analysis-3n-hsw"
23784   filter: "'NIC_Intel-X520-DA2' and
23785            '78B' and
23786            'ENCAP' and
23787            'NDRPDR' and
23788            'LISP' and
23789            not 'VHOST'"
23790   parameters:
23791   - "throughput"
23792   - "parent"
23793   - "tags"
23794   sort:
23795   - "IP4UNRLAY"
23796   - "IP6UNRLAY"
23797   layout:
23798     title: "ip6tun-3n-hsw-x520-78b-base_and_scale-pdr"
23799     layout: "plot-throughput-speedup-analysis"
23800
23801 ################################################################################
23802
23803 # Speedup - VPP IPSec 3n-hsw-xl710 base
23804 -
23805   type: "plot"
23806   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23807   algorithm: "plot_throughput_speedup_analysis"
23808   output-file-type: ".html"
23809   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
23810   data: "plot-throughput-speedup-analysis-3n-hsw"
23811   filter: "'NIC_Intel-XL710' and
23812            '64B' and
23813            'IP4FWD' and
23814            'NDRPDR' and
23815            'BASE' and
23816            'IPSECHW' and
23817            ('IPSECTRAN' or 'IPSECTUN') and
23818            not 'VHOST'"
23819   parameters:
23820   - "throughput"
23821   - "parent"
23822   - "tags"
23823   layout:
23824     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
23825     layout: "plot-throughput-speedup-analysis"
23826
23827 -
23828   type: "plot"
23829   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23830   algorithm: "plot_throughput_speedup_analysis"
23831   output-file-type: ".html"
23832   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
23833   data: "plot-throughput-speedup-analysis-3n-hsw"
23834   filter: "'NIC_Intel-XL710' and
23835            '64B' and
23836            'IP4FWD' and
23837            'NDRPDR' and
23838            'BASE' and
23839            'IPSECHW' and
23840            ('IPSECTRAN' or 'IPSECTUN') and
23841            not 'VHOST'"
23842   parameters:
23843   - "throughput"
23844   - "parent"
23845   - "tags"
23846   layout:
23847     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
23848     layout: "plot-throughput-speedup-analysis"
23849
23850 # Speedup - VPP IPSec 3n-hsw-xl710 scale
23851 -
23852   type: "plot"
23853   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23854   algorithm: "plot_throughput_speedup_analysis"
23855   output-file-type: ".html"
23856   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
23857   data: "plot-throughput-speedup-analysis-3n-hsw"
23858   filter: "'NIC_Intel-XL710' and
23859            '64B' and
23860            'IP4FWD' and
23861            'NDRPDR' and
23862            'SCALE' and
23863            'IPSECHW' and
23864            ('IPSECTRAN' or 'IPSECTUN') and
23865            not 'VHOST'"
23866   parameters:
23867   - "throughput"
23868   - "parent"
23869   - "tags"
23870   layout:
23871     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
23872     layout: "plot-throughput-speedup-analysis"
23873
23874 -
23875   type: "plot"
23876   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23877   algorithm: "plot_throughput_speedup_analysis"
23878   output-file-type: ".html"
23879   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
23880   data: "plot-throughput-speedup-analysis-3n-hsw"
23881   filter: "'NIC_Intel-XL710' and
23882            '64B' and
23883            'IP4FWD' and
23884            'NDRPDR' and
23885            'SCALE' and
23886            'IPSECHW' and
23887            ('IPSECTRAN' or 'IPSECTUN') and
23888            not 'VHOST'"
23889   parameters:
23890   - "throughput"
23891   - "parent"
23892   - "tags"
23893   layout:
23894     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
23895     layout: "plot-throughput-speedup-analysis"
23896
23897 # Speedup - VPP IPSec 3n-hsw-xl710 sw
23898 -
23899   type: "plot"
23900   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23901   algorithm: "plot_throughput_speedup_analysis"
23902   output-file-type: ".html"
23903   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
23904   data: "plot-throughput-speedup-analysis-3n-hsw"
23905   filter: "'NIC_Intel-XL710' and
23906            '64B' and
23907            'IP4FWD' and
23908            'NDRPDR' and
23909            'IPSECSW' and
23910            ('IPSECTRAN' or 'IPSECTUN') and
23911            not 'VHOST'"
23912   parameters:
23913   - "throughput"
23914   - "parent"
23915   - "tags"
23916   layout:
23917     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
23918     layout: "plot-throughput-speedup-analysis"
23919
23920 -
23921   type: "plot"
23922   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23923   algorithm: "plot_throughput_speedup_analysis"
23924   output-file-type: ".html"
23925   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
23926   data: "plot-throughput-speedup-analysis-3n-hsw"
23927   filter: "'NIC_Intel-XL710' and
23928            '64B' and
23929            'IP4FWD' and
23930            'NDRPDR' and
23931            'IPSECSW' and
23932            ('IPSECTRAN' or 'IPSECTUN') and
23933            not 'VHOST'"
23934   parameters:
23935   - "throughput"
23936   - "parent"
23937   - "tags"
23938   layout:
23939     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
23940     layout: "plot-throughput-speedup-analysis"
23941
23942 ################################################################################
23943
23944 # Speedup - VPP SRv6 3n-hsw-x520
23945 -
23946   type: "plot"
23947   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
23948   algorithm: "plot_throughput_speedup_analysis"
23949   output-file-type: ".html"
23950   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
23951   data: "plot-throughput-speedup-analysis-3n-hsw"
23952   filter: "'NIC_Intel-X520-DA2' and
23953            '78B' and
23954            'FEATURE' and
23955            'NDRPDR' and
23956            'IP6FWD' and
23957            'SRv6'"
23958   parameters:
23959   - "throughput"
23960   - "parent"
23961   - "tags"
23962   layout:
23963     title: "srv6-3n-hsw-x520-78b-features-ndr"
23964     layout: "plot-throughput-speedup-analysis"
23965
23966 -
23967   type: "plot"
23968   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
23969   algorithm: "plot_throughput_speedup_analysis"
23970   output-file-type: ".html"
23971   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
23972   data: "plot-throughput-speedup-analysis-3n-hsw"
23973   filter: "'NIC_Intel-X520-DA2' and
23974            '78B' and
23975            'FEATURE' and
23976            'NDRPDR' and
23977            'IP6FWD' and
23978            'SRv6'"
23979   parameters:
23980   - "throughput"
23981   - "parent"
23982   - "tags"
23983   layout:
23984     title: "srv6-3n-hsw-x520-78b-features-pdr"
23985     layout: "plot-throughput-speedup-analysis"
23986
23987 ################################################################################
23988
23989 # Speedup - VPP L2 3n-hsw-x520 base and scale
23990 -
23991   type: "plot"
23992   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23993   algorithm: "plot_throughput_speedup_analysis"
23994   output-file-type: ".html"
23995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23996   data: "plot-throughput-speedup-analysis-3n-hsw"
23997   filter: "'NIC_Intel-X520-DA2' and
23998            '64B' and
23999            ('BASE' or 'SCALE') and
24000            'NDRPDR' and
24001            'ETH' and
24002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24003            not 'VHOST' and
24004            not 'MEMIF'"
24005   parameters:
24006   - "throughput"
24007   - "parent"
24008   - "tags"
24009   sort:
24010   - "L2PATCH"
24011   - "L2XCBASE"
24012   - "BASE"
24013   - "FIB_10K"
24014   - "FIB_100K"
24015   - "FIB_1M"
24016   layout:
24017     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24018     layout: "plot-throughput-speedup-analysis"
24019
24020 -
24021   type: "plot"
24022   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24023   algorithm: "plot_throughput_speedup_analysis"
24024   output-file-type: ".html"
24025   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24026   data: "plot-throughput-speedup-analysis-3n-hsw"
24027   filter: "'NIC_Intel-X520-DA2' and
24028            '64B' and
24029            ('BASE' or 'SCALE') and
24030            'NDRPDR' and
24031            'ETH' and
24032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24033            not 'VHOST' and
24034            not 'MEMIF'"
24035   parameters:
24036   - "throughput"
24037   - "parent"
24038   - "tags"
24039   sort:
24040   - "L2PATCH"
24041   - "L2XCBASE"
24042   - "BASE"
24043   - "FIB_10K"
24044   - "FIB_100K"
24045   - "FIB_1M"
24046   layout:
24047     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24048     layout: "plot-throughput-speedup-analysis"
24049
24050 # Speedup - VPP L2 3n-hsw-x520 features
24051 -
24052   type: "plot"
24053   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24054   algorithm: "plot_throughput_speedup_analysis"
24055   output-file-type: ".html"
24056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
24057   data: "plot-throughput-speedup-analysis-3n-hsw"
24058   filter: "'NIC_Intel-X520-DA2' and
24059            '64B' and
24060            'NDRPDR' and
24061            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24062            not 'ACL' and
24063            not 'VHOST' and
24064            not 'MEMIF'"
24065   parameters:
24066   - "throughput"
24067   - "parent"
24068   - "tags"
24069   sort:
24070   - "L2XCBASE"    # l2xcbase
24071   - "L2BDBASE"    # l2bdbase
24072   - "L2XCFWD"     # dot1q-l2xcbase
24073   - "L2BDMACLRN"  # dot1q-l2bdbase
24074   layout:
24075     title: "l2sw-3n-hsw-x520-64b-features-ndr"
24076     layout: "plot-throughput-speedup-analysis"
24077
24078 -
24079   type: "plot"
24080   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24081   algorithm: "plot_throughput_speedup_analysis"
24082   output-file-type: ".html"
24083   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
24084   data: "plot-throughput-speedup-analysis-3n-hsw"
24085   filter: "'NIC_Intel-X520-DA2' and
24086            '64B' and
24087            'NDRPDR' and
24088            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24089            not 'ACL' and
24090            not 'VHOST' and
24091            not 'MEMIF'"
24092   parameters:
24093   - "throughput"
24094   - "parent"
24095   - "tags"
24096   sort:
24097   - "L2XCBASE"    # l2xcbase
24098   - "L2BDBASE"    # l2bdbase
24099   - "L2XCFWD"     # dot1q-l2xcbase
24100   - "L2BDMACLRN"  # dot1q-l2bdbase
24101   layout:
24102     title: "l2sw-3n-hsw-x520-64b-features-pdr"
24103     layout: "plot-throughput-speedup-analysis"
24104
24105 # Speedup - VPP L2 3n-hsw-x710 base and scale
24106 -
24107   type: "plot"
24108   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24109   algorithm: "plot_throughput_speedup_analysis"
24110   output-file-type: ".html"
24111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24112   data: "plot-throughput-speedup-analysis-3n-hsw"
24113   filter: "'NIC_Intel-X710' and
24114            '64B' and
24115            ('BASE' or 'SCALE') and
24116            'NDRPDR' and
24117            'ETH' and
24118            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24119            not 'VHOST' and
24120            not 'MEMIF'"
24121   parameters:
24122   - "throughput"
24123   - "parent"
24124   - "tags"
24125   sort:
24126   - "L2PATCH"
24127   - "L2XCBASE"
24128   - "BASE"
24129   - "FIB_10K"
24130   - "FIB_100K"
24131   - "FIB_1M"
24132   layout:
24133     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24134     layout: "plot-throughput-speedup-analysis"
24135
24136 -
24137   type: "plot"
24138   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24139   algorithm: "plot_throughput_speedup_analysis"
24140   output-file-type: ".html"
24141   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24142   data: "plot-throughput-speedup-analysis-3n-hsw"
24143   filter: "'NIC_Intel-X710' and
24144            '64B' and
24145            ('BASE' or 'SCALE') and
24146            'NDRPDR' and
24147            'ETH' and
24148            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24149            not 'VHOST' and
24150            not 'MEMIF'"
24151   parameters:
24152   - "throughput"
24153   - "parent"
24154   - "tags"
24155   sort:
24156   - "L2PATCH"
24157   - "L2XCBASE"
24158   - "BASE"
24159   - "FIB_10K"
24160   - "FIB_100K"
24161   - "FIB_1M"
24162   layout:
24163     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24164     layout: "plot-throughput-speedup-analysis"
24165
24166 # Speedup - VPP L2 3n-hsw-x710 features
24167 -
24168   type: "plot"
24169   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24170   algorithm: "plot_throughput_speedup_analysis"
24171   output-file-type: ".html"
24172   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
24173   data: "plot-throughput-speedup-analysis-3n-hsw"
24174   filter: "'NIC_Intel-X710' and
24175            '64B' and
24176            'NDRPDR' and
24177            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24178            not 'ACL' and
24179            not 'VHOST' and
24180            not 'MEMIF'"
24181   parameters:
24182   - "throughput"
24183   - "parent"
24184   - "tags"
24185   sort:
24186   - "L2XCBASE"    # l2xcbase
24187   - "L2BDBASE"    # l2bdbase
24188   - "L2XCFWD"     # dot1q-l2xcbase
24189   - "L2BDMACLRN"  # dot1q-l2bdbase
24190   layout:
24191     title: "l2sw-3n-hsw-x710-64b-features-ndr"
24192     layout: "plot-throughput-speedup-analysis"
24193
24194 -
24195   type: "plot"
24196   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24197   algorithm: "plot_throughput_speedup_analysis"
24198   output-file-type: ".html"
24199   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
24200   data: "plot-throughput-speedup-analysis-3n-hsw"
24201   filter: "'NIC_Intel-X710' and
24202            '64B' and
24203            'NDRPDR' and
24204            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24205            not 'ACL' and
24206            not 'VHOST' and
24207            not 'MEMIF'"
24208   parameters:
24209   - "throughput"
24210   - "parent"
24211   - "tags"
24212   sort:
24213   - "L2XCBASE"    # l2xcbase
24214   - "L2BDBASE"    # l2bdbase
24215   - "L2XCFWD"     # dot1q-l2xcbase
24216   - "L2BDMACLRN"  # dot1q-l2bdbase
24217   layout:
24218     title: "l2sw-3n-hsw-x710-64b-features-pdr"
24219     layout: "plot-throughput-speedup-analysis"
24220
24221 # Speedup - VPP L2 3n-hsw-xl710 base and scale
24222 -
24223   type: "plot"
24224   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24225   algorithm: "plot_throughput_speedup_analysis"
24226   output-file-type: ".html"
24227   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
24228   data: "plot-throughput-speedup-analysis-3n-hsw"
24229   filter: "'NIC_Intel-XL710' and
24230            '64B' and
24231            ('BASE' or 'SCALE') and
24232            'NDRPDR' and
24233            'ETH' and
24234            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24235            not 'VHOST' and
24236            not 'MEMIF'"
24237   parameters:
24238   - "throughput"
24239   - "parent"
24240   - "tags"
24241   sort:
24242   - "L2PATCH"
24243   - "L2XCBASE"
24244   - "BASE"
24245   - "FIB_10K"
24246   - "FIB_100K"
24247   - "FIB_1M"
24248   layout:
24249     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
24250     layout: "plot-throughput-speedup-analysis"
24251
24252 -
24253   type: "plot"
24254   title: "Speedup: l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24255   algorithm: "plot_throughput_speedup_analysis"
24256   output-file-type: ".html"
24257   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
24258   data: "plot-throughput-speedup-analysis-3n-hsw"
24259   filter: "'NIC_Intel-XL710' and
24260            '64B' and
24261            ('BASE' or 'SCALE') and
24262            'NDRPDR' and
24263            'ETH' and
24264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24265            not 'VHOST' and
24266            not 'MEMIF'"
24267   parameters:
24268   - "throughput"
24269   - "parent"
24270   - "tags"
24271   sort:
24272   - "L2PATCH"
24273   - "L2XCBASE"
24274   - "BASE"
24275   - "FIB_10K"
24276   - "FIB_100K"
24277   - "FIB_1M"
24278   layout:
24279     title: "l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
24280     layout: "plot-throughput-speedup-analysis"
24281
24282 # Speedup - VPP L2 3n-skx-x710 base and scale
24283 -
24284   type: "plot"
24285   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24286   algorithm: "plot_throughput_speedup_analysis"
24287   output-file-type: ".html"
24288   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24289   data: "plot-throughput-speedup-analysis-3n-skx"
24290   filter: "'NIC_Intel-X710' and
24291            '64B' and
24292            ('BASE' or 'SCALE') and
24293            'NDRPDR' and
24294            'ETH' and
24295            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24296            not 'VHOST' and
24297            not 'MEMIF'"
24298   parameters:
24299   - "throughput"
24300   - "parent"
24301   - "tags"
24302   sort:
24303   - "L2PATCH"
24304   - "L2XCBASE"
24305   - "BASE"
24306   - "FIB_10K"
24307   - "FIB_100K"
24308   - "FIB_1M"
24309   layout:
24310     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
24311     layout: "plot-throughput-speedup-analysis"
24312
24313 -
24314   type: "plot"
24315   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24316   algorithm: "plot_throughput_speedup_analysis"
24317   output-file-type: ".html"
24318   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24319   data: "plot-throughput-speedup-analysis-3n-skx"
24320   filter: "'NIC_Intel-X710' and
24321            '64B' and
24322            ('BASE' or 'SCALE') and
24323            'NDRPDR' and
24324            'ETH' and
24325            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24326            not 'VHOST' and
24327            not 'MEMIF'"
24328   parameters:
24329   - "throughput"
24330   - "parent"
24331   - "tags"
24332   sort:
24333   - "L2PATCH"
24334   - "L2XCBASE"
24335   - "BASE"
24336   - "FIB_10K"
24337   - "FIB_100K"
24338   - "FIB_1M"
24339   layout:
24340     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
24341     layout: "plot-throughput-speedup-analysis"
24342
24343 # Speedup - VPP L2 3n-skx-x710 features
24344 -
24345   type: "plot"
24346   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
24347   algorithm: "plot_throughput_speedup_analysis"
24348   output-file-type: ".html"
24349   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
24350   data: "plot-throughput-speedup-analysis-3n-skx"
24351   filter: "'NIC_Intel-X710' and
24352            '64B' and
24353            'NDRPDR' and
24354            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24355            not 'ACL' and
24356            not 'VHOST' and
24357            not 'MEMIF'"
24358   parameters:
24359   - "throughput"
24360   - "parent"
24361   - "tags"
24362   sort:
24363   - "L2XCBASE"    # l2xcbase
24364   - "L2BDBASE"    # l2bdbase
24365   - "L2XCFWD"     # dot1q-l2xcbase
24366   - "L2BDMACLRN"  # dot1q-l2bdbase
24367   layout:
24368     title: "l2sw-3n-skx-x710-64b-features-ndr"
24369     layout: "plot-throughput-speedup-analysis"
24370
24371 -
24372   type: "plot"
24373   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
24374   algorithm: "plot_throughput_speedup_analysis"
24375   output-file-type: ".html"
24376   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
24377   data: "plot-throughput-speedup-analysis-3n-skx"
24378   filter: "'NIC_Intel-X710' and
24379            '64B' and
24380            'NDRPDR' and
24381            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
24382            not 'ACL' and
24383            not 'VHOST' and
24384            not 'MEMIF'"
24385   parameters:
24386   - "throughput"
24387   - "parent"
24388   - "tags"
24389   sort:
24390   - "L2XCBASE"    # l2xcbase
24391   - "L2BDBASE"    # l2bdbase
24392   - "L2XCFWD"     # dot1q-l2xcbase
24393   - "L2BDMACLRN"  # dot1q-l2bdbase
24394   layout:
24395     title: "l2sw-3n-skx-x710-64b-features-pdr"
24396     layout: "plot-throughput-speedup-analysis"
24397
24398 # Speedup - VPP L2 3n-skx-xxv710 base and scale
24399 -
24400   type: "plot"
24401   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24402   algorithm: "plot_throughput_speedup_analysis"
24403   output-file-type: ".html"
24404   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24405   data: "plot-throughput-speedup-analysis-3n-skx"
24406   filter: "'NIC_Intel-XXV710' and
24407            '64B' and
24408            ('BASE' or 'SCALE') and
24409            'NDRPDR' and
24410            'ETH' and
24411            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24412            not 'VHOST' and
24413            not 'MEMIF'"
24414   parameters:
24415   - "throughput"
24416   - "parent"
24417   - "tags"
24418   sort:
24419   - "L2PATCH"
24420   - "L2XCBASE"
24421   - "BASE"
24422   - "FIB_10K"
24423   - "FIB_100K"
24424   - "FIB_1M"
24425   layout:
24426     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
24427     layout: "plot-throughput-speedup-analysis"
24428
24429 -
24430   type: "plot"
24431   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24432   algorithm: "plot_throughput_speedup_analysis"
24433   output-file-type: ".html"
24434   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24435   data: "plot-throughput-speedup-analysis-3n-skx"
24436   filter: "'NIC_Intel-XXV710' and
24437            '64B' and
24438            ('BASE' or 'SCALE') and
24439            'NDRPDR' and
24440            'ETH' and
24441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24442            not 'VHOST' and
24443            not 'MEMIF'"
24444   parameters:
24445   - "throughput"
24446   - "parent"
24447   - "tags"
24448   sort:
24449   - "L2PATCH"
24450   - "L2XCBASE"
24451   - "BASE"
24452   - "FIB_10K"
24453   - "FIB_100K"
24454   - "FIB_1M"
24455   layout:
24456     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
24457     layout: "plot-throughput-speedup-analysis"
24458
24459 # Speedup - VPP L2 2n-skx-x710 base and scale
24460 -
24461   type: "plot"
24462   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24463   algorithm: "plot_throughput_speedup_analysis"
24464   output-file-type: ".html"
24465   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24466   data: "plot-throughput-speedup-analysis-2n-skx"
24467   filter: "'NIC_Intel-X710' and
24468            '64B' and
24469            ('BASE' or 'SCALE') and
24470            'NDRPDR' and
24471            'ETH' and
24472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24473            not 'VHOST' and
24474            not 'MEMIF'"
24475   parameters:
24476   - "throughput"
24477   - "parent"
24478   - "tags"
24479   sort:
24480   - "L2PATCH"
24481   - "L2XCBASE"
24482   - "BASE"
24483   - "FIB_10K"
24484   - "FIB_100K"
24485   - "FIB_1M"
24486   layout:
24487     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
24488     layout: "plot-throughput-speedup-analysis"
24489
24490 -
24491   type: "plot"
24492   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24493   algorithm: "plot_throughput_speedup_analysis"
24494   output-file-type: ".html"
24495   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24496   data: "plot-throughput-speedup-analysis-2n-skx"
24497   filter: "'NIC_Intel-X710' and
24498            '64B' and
24499            ('BASE' or 'SCALE') and
24500            'NDRPDR' and
24501            'ETH' and
24502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24503            not 'VHOST' and
24504            not 'MEMIF'"
24505   parameters:
24506   - "throughput"
24507   - "parent"
24508   - "tags"
24509   sort:
24510   - "L2PATCH"
24511   - "L2XCBASE"
24512   - "BASE"
24513   - "FIB_10K"
24514   - "FIB_100K"
24515   - "FIB_1M"
24516   layout:
24517     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
24518     layout: "plot-throughput-speedup-analysis"
24519
24520 # Speedup - VPP L2 2n-skx-xxv710 base and scale
24521 -
24522   type: "plot"
24523   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24524   algorithm: "plot_throughput_speedup_analysis"
24525   output-file-type: ".html"
24526   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24527   data: "plot-throughput-speedup-analysis-2n-skx"
24528   filter: "'NIC_Intel-XXV710' and
24529            '64B' and
24530            ('BASE' or 'SCALE') and
24531            'NDRPDR' and
24532            'ETH' and
24533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24534            not 'VHOST' and
24535            not 'MEMIF'"
24536   parameters:
24537   - "throughput"
24538   - "parent"
24539   - "tags"
24540   sort:
24541   - "L2PATCH"
24542   - "L2XCBASE"
24543   - "BASE"
24544   - "FIB_10K"
24545   - "FIB_100K"
24546   - "FIB_1M"
24547   layout:
24548     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
24549     layout: "plot-throughput-speedup-analysis"
24550
24551 -
24552   type: "plot"
24553   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24554   algorithm: "plot_throughput_speedup_analysis"
24555   output-file-type: ".html"
24556   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24557   data: "plot-throughput-speedup-analysis-2n-skx"
24558   filter: "'NIC_Intel-XXV710' and
24559            '64B' and
24560            ('BASE' or 'SCALE') and
24561            'NDRPDR' and
24562            'ETH' and
24563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
24564            not 'VHOST' and
24565            not 'MEMIF'"
24566   parameters:
24567   - "throughput"
24568   - "parent"
24569   - "tags"
24570   sort:
24571   - "L2PATCH"
24572   - "L2XCBASE"
24573   - "BASE"
24574   - "FIB_10K"
24575   - "FIB_100K"
24576   - "FIB_1M"
24577   layout:
24578     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
24579     layout: "plot-throughput-speedup-analysis"
24580
24581 ################################################################################
24582
24583 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
24584 -
24585   type: "plot"
24586   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24587   algorithm: "plot_throughput_speedup_analysis"
24588   output-file-type: ".html"
24589   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24590   data: "plot-throughput-speedup-analysis-3n-hsw"
24591   filter: "'NIC_Intel-X520-DA2' and
24592            '64B' and
24593            'NDRPDR' and
24594            'ETH' and
24595            'IP4FWD' and
24596            'VHOST_1024' and
24597            not 'VXLAN' and
24598            not 'DOT1Q'"
24599   parameters:
24600   - "throughput"
24601   - "parent"
24602   - "tags"
24603   sort:
24604   - "not CFS_OPT"
24605   - "1VM"
24606   - "2VM"
24607   layout:
24608     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
24609     layout: "plot-throughput-speedup-analysis"
24610
24611 -
24612   type: "plot"
24613   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24614   algorithm: "plot_throughput_speedup_analysis"
24615   output-file-type: ".html"
24616   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24617   data: "plot-throughput-speedup-analysis-3n-hsw"
24618   filter: "'NIC_Intel-X520-DA2' and
24619            '64B' and
24620            'NDRPDR' and
24621            'ETH' and
24622            'IP4FWD' and
24623            'VHOST_1024' and
24624            not 'VXLAN' and
24625            not 'DOT1Q'"
24626   parameters:
24627   - "throughput"
24628   - "parent"
24629   - "tags"
24630   sort:
24631   - "not CFS_OPT"
24632   - "1VM"
24633   - "2VM"
24634   layout:
24635     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
24636     layout: "plot-throughput-speedup-analysis"
24637
24638 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520
24639 -
24640   type: "plot"
24641   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24642   algorithm: "plot_throughput_speedup_analysis"
24643   output-file-type: ".html"
24644   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
24645   data: "plot-throughput-speedup-analysis-3n-hsw"
24646   filter: "'NIC_Intel-X520-DA2' and
24647            '64B' and
24648            'NDRPDR' and
24649            'ETH' and
24650            'L2BDMACLRN' and
24651            'VHOST_1024' and
24652            not 'VXLAN' and
24653            not 'IP4FWD' and
24654            not 'DOT1Q' and
24655            not '2VM'"
24656   parameters:
24657   - "throughput"
24658   - "parent"
24659   - "tags"
24660   sort:
24661   - "VM"  # "not CFS_OPT"
24662   - "CFS_OPT"
24663   - "FIB_10K"
24664   - "FIB_100K"
24665   - "FIB_1M"
24666   layout:
24667     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
24668     layout: "plot-throughput-speedup-analysis"
24669
24670 -
24671   type: "plot"
24672   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24673   algorithm: "plot_throughput_speedup_analysis"
24674   output-file-type: ".html"
24675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
24676   data: "plot-throughput-speedup-analysis-3n-hsw"
24677   filter: "'NIC_Intel-X520-DA2' and
24678            '64B' and
24679            'NDRPDR' and
24680            'ETH' and
24681            'L2BDMACLRN' and
24682            'VHOST_1024' and
24683            not 'VXLAN' and
24684            not 'IP4FWD' and
24685            not 'DOT1Q' and
24686            not '2VM'"
24687   parameters:
24688   - "throughput"
24689   - "parent"
24690   - "tags"
24691   sort:
24692   - "VM"  # "not CFS_OPT"
24693   - "CFS_OPT"
24694   - "FIB_10K"
24695   - "FIB_100K"
24696   - "FIB_1M"
24697   layout:
24698     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
24699     layout: "plot-throughput-speedup-analysis"
24700
24701 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
24702 -
24703   type: "plot"
24704   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24705   algorithm: "plot_throughput_speedup_analysis"
24706   output-file-type: ".html"
24707   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-ndr-tsa"
24708   data: "plot-throughput-speedup-analysis-3n-hsw"
24709   filter: "'NIC_Intel-X520-DA2' and
24710            '64B' and
24711            'NDRPDR' and
24712            'ETH' and
24713            'BASE' and
24714            ('L2BDMACLRN' or 'L2XCFWD') and
24715            'VHOST_1024' and
24716            not 'VXLAN' and
24717            not 'IP4FWD' and
24718            not 'DOT1Q' and
24719            not '2VM'"
24720   parameters:
24721   - "throughput"
24722   - "parent"
24723   - "tags"
24724   sort:
24725   - "not CFS_OPT"
24726   - "L2XCFWD"
24727   - "not CFS_OPT"
24728   - "CFS_OPT"
24729   layout:
24730     title: "vhost-l2sw-3n-hsw-x520-64b-base-ndr"
24731     layout: "plot-throughput-speedup-analysis"
24732
24733 -
24734   type: "plot"
24735   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24736   algorithm: "plot_throughput_speedup_analysis"
24737   output-file-type: ".html"
24738   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-pdr-tsa"
24739   data: "plot-throughput-speedup-analysis-3n-hsw"
24740   filter: "'NIC_Intel-X520-DA2' and
24741            '64B' and
24742            'NDRPDR' and
24743            'ETH' and
24744            'BASE' and
24745            ('L2BDMACLRN' or 'L2XCFWD') and
24746            'VHOST_1024' and
24747            not 'VXLAN' and
24748            not 'IP4FWD' and
24749            not 'DOT1Q' and
24750            not '2VM'"
24751   parameters:
24752   - "throughput"
24753   - "parent"
24754   - "tags"
24755   sort:
24756   - "not CFS_OPT"
24757   - "L2XCFWD"
24758   - "not CFS_OPT"
24759   - "CFS_OPT"
24760   layout:
24761     title: "vhost-l2sw-3n-hsw-x520-64b-base-pdr"
24762     layout: "plot-throughput-speedup-analysis"
24763
24764 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
24765 -
24766   type: "plot"
24767   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24768   algorithm: "plot_throughput_speedup_analysis"
24769   output-file-type: ".html"
24770   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
24771   data: "plot-throughput-speedup-analysis-3n-hsw"
24772   filter: "'NIC_Intel-X520-DA2' and
24773            '64B' and
24774            'NDRPDR' and
24775            'ETH' and
24776            ('L2BDMACLRN' or 'L2XCFWD') and
24777            'VHOST_1024' and
24778            not 'CFS_OPT' and
24779            not 'VXLAN' and
24780            not 'IP4FWD' and
24781            not 'DOT1Q'"
24782   parameters:
24783   - "throughput"
24784   - "parent"
24785   - "tags"
24786   sort:
24787   - "1VM"
24788   - "L2XCFWD"
24789   - "1VM"
24790   - "L2BDMACLRN"
24791   layout:
24792     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
24793     layout: "plot-throughput-speedup-analysis"
24794
24795 -
24796   type: "plot"
24797   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24798   algorithm: "plot_throughput_speedup_analysis"
24799   output-file-type: ".html"
24800   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
24801   data: "plot-throughput-speedup-analysis-3n-hsw"
24802   filter: "'NIC_Intel-X520-DA2' and
24803            '64B' and
24804            'NDRPDR' and
24805            'ETH' and
24806            ('L2BDMACLRN' or 'L2XCFWD') and
24807            'VHOST_1024' and
24808            not 'CFS_OPT' and
24809            not 'VXLAN' and
24810            not 'IP4FWD' and
24811            not 'DOT1Q'"
24812   parameters:
24813   - "throughput"
24814   - "parent"
24815   - "tags"
24816   sort:
24817   - "1VM"
24818   - "L2XCFWD"
24819   - "1VM"
24820   - "L2BDMACLRN"
24821   layout:
24822     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
24823     layout: "plot-throughput-speedup-analysis"
24824
24825 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
24826 -
24827   type: "plot"
24828   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24829   algorithm: "plot_throughput_speedup_analysis"
24830   output-file-type: ".html"
24831   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24832   data: "plot-throughput-speedup-analysis-3n-hsw"
24833   filter: "'NIC_Intel-X710' and
24834            '64B' and
24835            'NDRPDR' and
24836            'ETH' and
24837            'IP4FWD' and
24838            'VHOST_1024' and
24839            not 'VXLAN' and
24840            not 'DOT1Q'"
24841   parameters:
24842   - "throughput"
24843   - "parent"
24844   - "tags"
24845   sort:
24846   - "not CFS_OPT"
24847   - "1VM"
24848   - "2VM"
24849   layout:
24850     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24851     layout: "plot-throughput-speedup-analysis"
24852
24853 -
24854   type: "plot"
24855   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24856   algorithm: "plot_throughput_speedup_analysis"
24857   output-file-type: ".html"
24858   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24859   data: "plot-throughput-speedup-analysis-3n-hsw"
24860   filter: "'NIC_Intel-X710' and
24861            '64B' and
24862            'NDRPDR' and
24863            'ETH' and
24864            'IP4FWD' and
24865            'VHOST_1024' and
24866            not 'VXLAN' and
24867            not 'DOT1Q'"
24868   parameters:
24869   - "throughput"
24870   - "parent"
24871   - "tags"
24872   sort:
24873   - "not CFS_OPT"
24874   - "1VM"
24875   - "2VM"
24876   layout:
24877     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24878     layout: "plot-throughput-speedup-analysis"
24879
24880 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710
24881 -
24882   type: "plot"
24883   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24884   algorithm: "plot_throughput_speedup_analysis"
24885   output-file-type: ".html"
24886   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24887   data: "plot-throughput-speedup-analysis-3n-hsw"
24888   filter: "'NIC_Intel-X710' and
24889            '64B' and
24890            'NDRPDR' and
24891            'ETH' and
24892            'L2BDMACLRN' and
24893            'VHOST_1024' and
24894            not 'VXLAN' and
24895            not 'IP4FWD' and
24896            not 'DOT1Q' and
24897            not '2VM'"
24898   parameters:
24899   - "throughput"
24900   - "parent"
24901   - "tags"
24902   sort:
24903   - "VM"  # "not CFS_OPT"
24904   - "CFS_OPT"
24905   - "FIB_10K"
24906   - "FIB_100K"
24907   - "FIB_1M"
24908   layout:
24909     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
24910     layout: "plot-throughput-speedup-analysis"
24911
24912 -
24913   type: "plot"
24914   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24915   algorithm: "plot_throughput_speedup_analysis"
24916   output-file-type: ".html"
24917   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24918   data: "plot-throughput-speedup-analysis-3n-hsw"
24919   filter: "'NIC_Intel-X710' and
24920            '64B' and
24921            'NDRPDR' and
24922            'ETH' and
24923            'L2BDMACLRN' and
24924            'VHOST_1024' and
24925            not 'VXLAN' and
24926            not 'IP4FWD' and
24927            not 'DOT1Q' and
24928            not '2VM'"
24929   parameters:
24930   - "throughput"
24931   - "parent"
24932   - "tags"
24933   sort:
24934   - "VM"  # "not CFS_OPT"
24935   - "CFS_OPT"
24936   - "FIB_10K"
24937   - "FIB_100K"
24938   - "FIB_1M"
24939   layout:
24940     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
24941     layout: "plot-throughput-speedup-analysis"
24942
24943 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
24944 -
24945   type: "plot"
24946   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24947   algorithm: "plot_throughput_speedup_analysis"
24948   output-file-type: ".html"
24949   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-ndr-tsa"
24950   data: "plot-throughput-speedup-analysis-3n-hsw"
24951   filter: "'NIC_Intel-X710' and
24952            '64B' and
24953            'NDRPDR' and
24954            'ETH' and
24955            'BASE' and
24956            ('L2BDMACLRN' or 'L2XCFWD') and
24957            'VHOST_1024' and
24958            not 'VXLAN' and
24959            not 'IP4FWD' and
24960            not 'DOT1Q' and
24961            not '2VM'"
24962   parameters:
24963   - "throughput"
24964   - "parent"
24965   - "tags"
24966   sort:
24967   - "not CFS_OPT"
24968   - "L2XCFWD"
24969   - "not CFS_OPT"
24970   - "CFS_OPT"
24971   layout:
24972     title: "vhost-l2sw-3n-hsw-x710-64b-base-ndr"
24973     layout: "plot-throughput-speedup-analysis"
24974
24975 -
24976   type: "plot"
24977   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24978   algorithm: "plot_throughput_speedup_analysis"
24979   output-file-type: ".html"
24980   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-pdr-tsa"
24981   data: "plot-throughput-speedup-analysis-3n-hsw"
24982   filter: "'NIC_Intel-X710' and
24983            '64B' and
24984            'NDRPDR' and
24985            'ETH' and
24986            'BASE' and
24987            ('L2BDMACLRN' or 'L2XCFWD') and
24988            'VHOST_1024' and
24989            not 'VXLAN' and
24990            not 'IP4FWD' and
24991            not 'DOT1Q' and
24992            not '2VM'"
24993   parameters:
24994   - "throughput"
24995   - "parent"
24996   - "tags"
24997   sort:
24998   - "not CFS_OPT"
24999   - "L2XCFWD"
25000   - "not CFS_OPT"
25001   - "CFS_OPT"
25002   layout:
25003     title: "vhost-l2sw-3n-hsw-x710-64b-base-pdr"
25004     layout: "plot-throughput-speedup-analysis"
25005
25006 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
25007 -
25008   type: "plot"
25009   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
25010   algorithm: "plot_throughput_speedup_analysis"
25011   output-file-type: ".html"
25012   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr-tsa"
25013   data: "plot-throughput-speedup-analysis-3n-hsw"
25014   filter: "'NIC_Intel-X710' and
25015            '64B' and
25016            'NDRPDR' and
25017            'ETH' and
25018            ('L2BDMACLRN' or 'L2XCFWD') and
25019            'VHOST_1024' and
25020            not 'CFS_OPT' and
25021            not 'VXLAN' and
25022            not 'IP4FWD' and
25023            not 'DOT1Q'"
25024   parameters:
25025   - "throughput"
25026   - "parent"
25027   - "tags"
25028   sort:
25029   - "1VM"
25030   - "L2XCFWD"
25031   - "1VM"
25032   - "L2BDMACLRN"
25033   layout:
25034     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-ndr"
25035     layout: "plot-throughput-speedup-analysis"
25036
25037 -
25038   type: "plot"
25039   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
25040   algorithm: "plot_throughput_speedup_analysis"
25041   output-file-type: ".html"
25042   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr-tsa"
25043   data: "plot-throughput-speedup-analysis-3n-hsw"
25044   filter: "'NIC_Intel-X710' and
25045            '64B' and
25046            'NDRPDR' and
25047            'ETH' and
25048            ('L2BDMACLRN' or 'L2XCFWD') and
25049            'VHOST_1024' and
25050            not 'CFS_OPT' and
25051            not 'VXLAN' and
25052            not 'IP4FWD' and
25053            not 'DOT1Q'"
25054   parameters:
25055   - "throughput"
25056   - "parent"
25057   - "tags"
25058   sort:
25059   - "1VM"
25060   - "L2XCFWD"
25061   - "1VM"
25062   - "L2BDMACLRN"
25063   layout:
25064     title: "vhost-l2sw-3n-hsw-x710-64b-base-vm-pdr"
25065     layout: "plot-throughput-speedup-analysis"
25066
25067 # Packet Speedup - VPP vhost ip4 3n-hsw-xl710
25068 -
25069   type: "plot"
25070   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25071   algorithm: "plot_throughput_speedup_analysis"
25072   output-file-type: ".html"
25073   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25074   data: "plot-throughput-speedup-analysis-3n-hsw"
25075   filter: "'NIC_Intel-XL710' and
25076            '64B' and
25077            'NDRPDR' and
25078            'ETH' and
25079            'IP4FWD' and
25080            'VHOST_1024' and
25081            not 'VXLAN' and
25082            not 'DOT1Q'"
25083   parameters:
25084   - "throughput"
25085   - "parent"
25086   - "tags"
25087   sort:
25088   - "not CFS_OPT"
25089   - "1VM"
25090   - "2VM"
25091   layout:
25092     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-ndr"
25093     layout: "plot-throughput-speedup-analysis"
25094
25095 -
25096   type: "plot"
25097   title: "VPP Speedup: vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25098   algorithm: "plot_throughput_speedup_analysis"
25099   output-file-type: ".html"
25100   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25101   data: "plot-throughput-speedup-analysis-3n-hsw"
25102   filter: "'NIC_Intel-XL710' and
25103            '64B' and
25104            'NDRPDR' and
25105            'ETH' and
25106            'IP4FWD' and
25107            'VHOST_1024' and
25108            not 'VXLAN' and
25109            not 'DOT1Q'"
25110   parameters:
25111   - "throughput"
25112   - "parent"
25113   - "tags"
25114   sort:
25115   - "not CFS_OPT"
25116   - "1VM"
25117   - "2VM"
25118   layout:
25119     title: "vhost-ip4-3n-hsw-xl710-64b-base_and_scale-pdr"
25120     layout: "plot-throughput-speedup-analysis"
25121
25122 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710
25123 -
25124   type: "plot"
25125   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25126   algorithm: "plot_throughput_speedup_analysis"
25127   output-file-type: ".html"
25128   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr-tsa"
25129   data: "plot-throughput-speedup-analysis-3n-hsw"
25130   filter: "'NIC_Intel-XL710' and
25131            '64B' and
25132            'NDRPDR' and
25133            'ETH' and
25134            'L2BDMACLRN' and
25135            'VHOST_1024' and
25136            not 'VXLAN' and
25137            not 'IP4FWD' and
25138            not 'DOT1Q' and
25139            not '2VM'"
25140   parameters:
25141   - "throughput"
25142   - "parent"
25143   - "tags"
25144   sort:
25145   - "VM"  # "not CFS_OPT"
25146   - "CFS_OPT"
25147   - "FIB_10K"
25148   - "FIB_100K"
25149   - "FIB_1M"
25150   layout:
25151     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-ndr"
25152     layout: "plot-throughput-speedup-analysis"
25153
25154 -
25155   type: "plot"
25156   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25157   algorithm: "plot_throughput_speedup_analysis"
25158   output-file-type: ".html"
25159   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr-tsa"
25160   data: "plot-throughput-speedup-analysis-3n-hsw"
25161   filter: "'NIC_Intel-XL710' and
25162            '64B' and
25163            'NDRPDR' and
25164            'ETH' and
25165            'L2BDMACLRN' and
25166            'VHOST_1024' and
25167            not 'VXLAN' and
25168            not 'IP4FWD' and
25169            not 'DOT1Q' and
25170            not '2VM'"
25171   parameters:
25172   - "throughput"
25173   - "parent"
25174   - "tags"
25175   sort:
25176   - "VM"  # "not CFS_OPT"
25177   - "CFS_OPT"
25178   - "FIB_10K"
25179   - "FIB_100K"
25180   - "FIB_1M"
25181   layout:
25182     title: "vhost-l2sw-3n-hsw-xl710-64b-base_and_scale-pdr"
25183     layout: "plot-throughput-speedup-analysis"
25184
25185 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base
25186 -
25187   type: "plot"
25188   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25189   algorithm: "plot_throughput_speedup_analysis"
25190   output-file-type: ".html"
25191   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
25192   data: "plot-throughput-speedup-analysis-3n-hsw"
25193   filter: "'NIC_Intel-XL710' and
25194            '64B' and
25195            'NDRPDR' and
25196            'ETH' and
25197            'BASE' and
25198            ('L2BDMACLRN' or 'L2XCFWD') and
25199            'VHOST_1024' and
25200            not 'VXLAN' and
25201            not 'IP4FWD' and
25202            not 'DOT1Q' and
25203            not '2VM'"
25204   parameters:
25205   - "throughput"
25206   - "parent"
25207   - "tags"
25208   sort:
25209   - "not CFS_OPT"
25210   - "L2XCFWD"
25211   - "not CFS_OPT"
25212   - "CFS_OPT"
25213   layout:
25214     title: "vhost-l2sw-3n-hsw-xl710-64b-base-ndr"
25215     layout: "plot-throughput-speedup-analysis"
25216
25217 -
25218   type: "plot"
25219   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25220   algorithm: "plot_throughput_speedup_analysis"
25221   output-file-type: ".html"
25222   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
25223   data: "plot-throughput-speedup-analysis-3n-hsw"
25224   filter: "'NIC_Intel-XL710' and
25225            '64B' and
25226            'NDRPDR' and
25227            'ETH' and
25228            'BASE' and
25229            ('L2BDMACLRN' or 'L2XCFWD') and
25230            'VHOST_1024' and
25231            not 'VXLAN' and
25232            not 'IP4FWD' and
25233            not 'DOT1Q' and
25234            not '2VM'"
25235   parameters:
25236   - "throughput"
25237   - "parent"
25238   - "tags"
25239   sort:
25240   - "not CFS_OPT"
25241   - "L2XCFWD"
25242   - "not CFS_OPT"
25243   - "CFS_OPT"
25244   layout:
25245     title: "vhost-l2sw-3n-hsw-xl710-64b-base-pdr"
25246     layout: "plot-throughput-speedup-analysis"
25247
25248 # Packet Speedup - VPP vhost l2sw 3n-hsw-xl710 - base vm
25249 -
25250   type: "plot"
25251   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25252   algorithm: "plot_throughput_speedup_analysis"
25253   output-file-type: ".html"
25254   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr-tsa"
25255   data: "plot-throughput-speedup-analysis-3n-hsw"
25256   filter: "'NIC_Intel-XL710' and
25257            '64B' and
25258            'NDRPDR' and
25259            'ETH' and
25260            ('L2BDMACLRN' or 'L2XCFWD') and
25261            'VHOST_1024' and
25262            not 'CFS_OPT' and
25263            not 'VXLAN' and
25264            not 'IP4FWD' and
25265            not 'DOT1Q'"
25266   parameters:
25267   - "throughput"
25268   - "parent"
25269   - "tags"
25270   sort:
25271   - "1VM"
25272   - "L2XCFWD"
25273   - "1VM"
25274   - "L2BDMACLRN"
25275   layout:
25276     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-ndr"
25277     layout: "plot-throughput-speedup-analysis"
25278
25279 -
25280   type: "plot"
25281   title: "VPP Speedup: vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25282   algorithm: "plot_throughput_speedup_analysis"
25283   output-file-type: ".html"
25284   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr-tsa"
25285   data: "plot-throughput-speedup-analysis-3n-hsw"
25286   filter: "'NIC_Intel-XL710' and
25287            '64B' and
25288            'NDRPDR' and
25289            'ETH' and
25290            ('L2BDMACLRN' or 'L2XCFWD') and
25291            'VHOST_1024' and
25292            not 'CFS_OPT' and
25293            not 'VXLAN' and
25294            not 'IP4FWD' and
25295            not 'DOT1Q'"
25296   parameters:
25297   - "throughput"
25298   - "parent"
25299   - "tags"
25300   sort:
25301   - "1VM"
25302   - "L2XCFWD"
25303   - "1VM"
25304   - "L2BDMACLRN"
25305   layout:
25306     title: "vhost-l2sw-3n-hsw-xl710-64b-base-vm-pdr"
25307     layout: "plot-throughput-speedup-analysis"
25308
25309 # Packet Speedup - VPP vhost ip4 3n-skx-x710
25310 -
25311   type: "plot"
25312   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25313   algorithm: "plot_throughput_speedup_analysis"
25314   output-file-type: ".html"
25315   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25316   data: "plot-throughput-speedup-analysis-3n-skx"
25317   filter: "'NIC_Intel-X710' and
25318            '64B' and
25319            'NDRPDR' and
25320            'ETH' and
25321            'IP4FWD' and
25322            'VHOST_1024' and
25323            not 'VXLAN' and
25324            not 'DOT1Q'"
25325   parameters:
25326   - "throughput"
25327   - "parent"
25328   - "tags"
25329   sort:
25330   - "not CFS_OPT"
25331   - "1VM"
25332   - "2VM"
25333   layout:
25334     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
25335     layout: "plot-throughput-speedup-analysis"
25336
25337 -
25338   type: "plot"
25339   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25340   algorithm: "plot_throughput_speedup_analysis"
25341   output-file-type: ".html"
25342   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25343   data: "plot-throughput-speedup-analysis-3n-skx"
25344   filter: "'NIC_Intel-X710' and
25345            '64B' and
25346            'NDRPDR' and
25347            'ETH' and
25348            'IP4FWD' and
25349            'VHOST_1024' and
25350            not 'VXLAN' and
25351            not 'DOT1Q'"
25352   parameters:
25353   - "throughput"
25354   - "parent"
25355   - "tags"
25356   sort:
25357   - "not CFS_OPT"
25358   - "1VM"
25359   - "2VM"
25360   layout:
25361     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
25362     layout: "plot-throughput-speedup-analysis"
25363
25364 # Packet Speedup - VPP vhost l2sw 3n-skx-x710
25365 -
25366   type: "plot"
25367   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25368   algorithm: "plot_throughput_speedup_analysis"
25369   output-file-type: ".html"
25370   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25371   data: "plot-throughput-speedup-analysis-3n-skx"
25372   filter: "'NIC_Intel-X710' and
25373            '64B' and
25374            'NDRPDR' and
25375            'ETH' and
25376            'L2BDMACLRN' and
25377            'VHOST_1024' and
25378            not 'VXLAN' and
25379            not 'IP4FWD' and
25380            not 'DOT1Q' and
25381            not '2VM'"
25382   parameters:
25383   - "throughput"
25384   - "parent"
25385   - "tags"
25386   sort:
25387   - "VM"  # "not CFS_OPT"
25388   - "CFS_OPT"
25389   - "FIB_10K"
25390   - "FIB_100K"
25391   - "FIB_1M"
25392   layout:
25393     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-ndr"
25394     layout: "plot-throughput-speedup-analysis"
25395
25396 -
25397   type: "plot"
25398   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr-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_and_scale-pdr-tsa"
25402   data: "plot-throughput-speedup-analysis-3n-skx"
25403   filter: "'NIC_Intel-X710' and
25404            '64B' and
25405            'NDRPDR' and
25406            'ETH' and
25407            'L2BDMACLRN' and
25408            'VHOST_1024' and
25409            not 'VXLAN' and
25410            not 'IP4FWD' and
25411            not 'DOT1Q' and
25412            not '2VM'"
25413   parameters:
25414   - "throughput"
25415   - "parent"
25416   - "tags"
25417   sort:
25418   - "VM"  # "not CFS_OPT"
25419   - "CFS_OPT"
25420   - "FIB_10K"
25421   - "FIB_100K"
25422   - "FIB_1M"
25423   layout:
25424     title: "vhost-l2sw-3n-skx-x710-64b-base_and_scale-pdr"
25425     layout: "plot-throughput-speedup-analysis"
25426
25427 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base
25428 -
25429   type: "plot"
25430   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25431   algorithm: "plot_throughput_speedup_analysis"
25432   output-file-type: ".html"
25433   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-ndr-tsa"
25434   data: "plot-throughput-speedup-analysis-3n-skx"
25435   filter: "'NIC_Intel-X710' and
25436            '64B' and
25437            'NDRPDR' and
25438            'ETH' and
25439            'BASE' and
25440            ('L2BDMACLRN' or 'L2XCFWD') and
25441            'VHOST_1024' and
25442            not 'VXLAN' and
25443            not 'IP4FWD' and
25444            not 'DOT1Q' and
25445            not '2VM'"
25446   parameters:
25447   - "throughput"
25448   - "parent"
25449   - "tags"
25450   sort:
25451   - "not CFS_OPT"
25452   - "L2XCFWD"
25453   - "not CFS_OPT"
25454   - "CFS_OPT"
25455   layout:
25456     title: "vhost-l2sw-3n-skx-x710-64b-base-ndr"
25457     layout: "plot-throughput-speedup-analysis"
25458
25459 -
25460   type: "plot"
25461   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25462   algorithm: "plot_throughput_speedup_analysis"
25463   output-file-type: ".html"
25464   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-pdr-tsa"
25465   data: "plot-throughput-speedup-analysis-3n-skx"
25466   filter: "'NIC_Intel-X710' and
25467            '64B' and
25468            'NDRPDR' and
25469            'ETH' and
25470            'BASE' and
25471            ('L2BDMACLRN' or 'L2XCFWD') and
25472            'VHOST_1024' and
25473            not 'VXLAN' and
25474            not 'IP4FWD' and
25475            not 'DOT1Q' and
25476            not '2VM'"
25477   parameters:
25478   - "throughput"
25479   - "parent"
25480   - "tags"
25481   sort:
25482   - "not CFS_OPT"
25483   - "L2XCFWD"
25484   - "not CFS_OPT"
25485   - "CFS_OPT"
25486   layout:
25487     title: "vhost-l2sw-3n-skx-x710-64b-base-pdr"
25488     layout: "plot-throughput-speedup-analysis"
25489
25490 # Packet Speedup - VPP vhost l2sw 3n-skx-x710 - base vm
25491 -
25492   type: "plot"
25493   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25494   algorithm: "plot_throughput_speedup_analysis"
25495   output-file-type: ".html"
25496   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-ndr-tsa"
25497   data: "plot-throughput-speedup-analysis-3n-skx"
25498   filter: "'NIC_Intel-X710' and
25499            '64B' and
25500            'NDRPDR' and
25501            'ETH' and
25502            ('L2BDMACLRN' or 'L2XCFWD') and
25503            'VHOST_1024' and
25504            not 'CFS_OPT' and
25505            not 'VXLAN' and
25506            not 'IP4FWD' and
25507            not 'DOT1Q'"
25508   parameters:
25509   - "throughput"
25510   - "parent"
25511   - "tags"
25512   sort:
25513   - "1VM"
25514   - "L2XCFWD"
25515   - "1VM"
25516   - "L2BDMACLRN"
25517   layout:
25518     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-ndr"
25519     layout: "plot-throughput-speedup-analysis"
25520
25521 -
25522   type: "plot"
25523   title: "VPP Speedup: vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25524   algorithm: "plot_throughput_speedup_analysis"
25525   output-file-type: ".html"
25526   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-base-vm-pdr-tsa"
25527   data: "plot-throughput-speedup-analysis-3n-skx"
25528   filter: "'NIC_Intel-X710' and
25529            '64B' and
25530            'NDRPDR' and
25531            'ETH' and
25532            ('L2BDMACLRN' or 'L2XCFWD') and
25533            'VHOST_1024' and
25534            not 'CFS_OPT' and
25535            not 'VXLAN' and
25536            not 'IP4FWD' and
25537            not 'DOT1Q'"
25538   parameters:
25539   - "throughput"
25540   - "parent"
25541   - "tags"
25542   sort:
25543   - "1VM"
25544   - "L2XCFWD"
25545   - "1VM"
25546   - "L2BDMACLRN"
25547   layout:
25548     title: "vhost-l2sw-3n-skx-x710-64b-base-vm-pdr"
25549     layout: "plot-throughput-speedup-analysis"
25550
25551 # Packet Speedup - VPP vhost ip4 2n-skx-x710
25552 -
25553   type: "plot"
25554   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25555   algorithm: "plot_throughput_speedup_analysis"
25556   output-file-type: ".html"
25557   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25558   data: "plot-throughput-speedup-analysis-2n-skx"
25559   filter: "'NIC_Intel-X710' and
25560            '64B' and
25561            'NDRPDR' and
25562            'ETH' and
25563            'IP4FWD' and
25564            'VHOST_1024' and
25565            not 'VXLAN' and
25566            not 'DOT1Q'"
25567   parameters:
25568   - "throughput"
25569   - "parent"
25570   - "tags"
25571   sort:
25572   - "not CFS_OPT"
25573   - "1VM"
25574   - "2VM"
25575   layout:
25576     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
25577     layout: "plot-throughput-speedup-analysis"
25578
25579 -
25580   type: "plot"
25581   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25582   algorithm: "plot_throughput_speedup_analysis"
25583   output-file-type: ".html"
25584   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25585   data: "plot-throughput-speedup-analysis-2n-skx"
25586   filter: "'NIC_Intel-X710' and
25587            '64B' and
25588            'NDRPDR' and
25589            'ETH' and
25590            'IP4FWD' and
25591            'VHOST_1024' and
25592            not 'VXLAN' and
25593            not 'DOT1Q'"
25594   parameters:
25595   - "throughput"
25596   - "parent"
25597   - "tags"
25598   sort:
25599   - "not CFS_OPT"
25600   - "1VM"
25601   - "2VM"
25602   layout:
25603     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
25604     layout: "plot-throughput-speedup-analysis"
25605
25606 # Packet Speedup - VPP vhost l2sw 2n-skx-x710
25607 -
25608   type: "plot"
25609   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25610   algorithm: "plot_throughput_speedup_analysis"
25611   output-file-type: ".html"
25612   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
25613   data: "plot-throughput-speedup-analysis-2n-skx"
25614   filter: "'NIC_Intel-X710' and
25615            '64B' and
25616            'NDRPDR' and
25617            'ETH' and
25618            'L2BDMACLRN' and
25619            'VHOST_1024' and
25620            not 'VXLAN' and
25621            not 'IP4FWD' and
25622            not 'DOT1Q' and
25623            not '2VM'"
25624   parameters:
25625   - "throughput"
25626   - "parent"
25627   - "tags"
25628   sort:
25629   - "VM"  # "not CFS_OPT"
25630   - "CFS_OPT"
25631   - "FIB_10K"
25632   - "FIB_100K"
25633   - "FIB_1M"
25634   layout:
25635     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-ndr"
25636     layout: "plot-throughput-speedup-analysis"
25637
25638 -
25639   type: "plot"
25640   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25641   algorithm: "plot_throughput_speedup_analysis"
25642   output-file-type: ".html"
25643   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
25644   data: "plot-throughput-speedup-analysis-2n-skx"
25645   filter: "'NIC_Intel-X710' and
25646            '64B' and
25647            'NDRPDR' and
25648            'ETH' and
25649            'L2BDMACLRN' and
25650            'VHOST_1024' and
25651            not 'VXLAN' and
25652            not 'IP4FWD' and
25653            not 'DOT1Q' and
25654            not '2VM'"
25655   parameters:
25656   - "throughput"
25657   - "parent"
25658   - "tags"
25659   sort:
25660   - "VM"  # "not CFS_OPT"
25661   - "CFS_OPT"
25662   - "FIB_10K"
25663   - "FIB_100K"
25664   - "FIB_1M"
25665   layout:
25666     title: "vhost-l2sw-2n-skx-x710-64b-base_and_scale-pdr"
25667     layout: "plot-throughput-speedup-analysis"
25668
25669 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
25670 -
25671   type: "plot"
25672   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25673   algorithm: "plot_throughput_speedup_analysis"
25674   output-file-type: ".html"
25675   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-ndr-tsa"
25676   data: "plot-throughput-speedup-analysis-2n-skx"
25677   filter: "'NIC_Intel-X710' and
25678            '64B' and
25679            'NDRPDR' and
25680            'ETH' and
25681            'BASE' and
25682            ('L2BDMACLRN' or 'L2XCFWD') and
25683            'VHOST_1024' and
25684            not 'VXLAN' and
25685            not 'IP4FWD' and
25686            not 'DOT1Q' and
25687            not '2VM'"
25688   parameters:
25689   - "throughput"
25690   - "parent"
25691   - "tags"
25692   sort:
25693   - "not CFS_OPT"
25694   - "L2XCFWD"
25695   - "not CFS_OPT"
25696   - "CFS_OPT"
25697   layout:
25698     title: "vhost-l2sw-2n-skx-x710-64b-base-ndr"
25699     layout: "plot-throughput-speedup-analysis"
25700
25701 -
25702   type: "plot"
25703   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25704   algorithm: "plot_throughput_speedup_analysis"
25705   output-file-type: ".html"
25706   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-pdr-tsa"
25707   data: "plot-throughput-speedup-analysis-2n-skx"
25708   filter: "'NIC_Intel-X710' and
25709            '64B' and
25710            'NDRPDR' and
25711            'ETH' and
25712            'BASE' and
25713            ('L2BDMACLRN' or 'L2XCFWD') and
25714            'VHOST_1024' and
25715            not 'VXLAN' and
25716            not 'IP4FWD' and
25717            not 'DOT1Q' and
25718            not '2VM'"
25719   parameters:
25720   - "throughput"
25721   - "parent"
25722   - "tags"
25723   sort:
25724   - "not CFS_OPT"
25725   - "L2XCFWD"
25726   - "not CFS_OPT"
25727   - "CFS_OPT"
25728   layout:
25729     title: "vhost-l2sw-2n-skx-x710-64b-base-pdr"
25730     layout: "plot-throughput-speedup-analysis"
25731
25732 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
25733 -
25734   type: "plot"
25735   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25736   algorithm: "plot_throughput_speedup_analysis"
25737   output-file-type: ".html"
25738   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
25739   data: "plot-throughput-speedup-analysis-2n-skx"
25740   filter: "'NIC_Intel-X710' and
25741            '64B' and
25742            'NDRPDR' and
25743            'ETH' and
25744            ('L2BDMACLRN' or 'L2XCFWD') and
25745            'VHOST_1024' and
25746            not 'CFS_OPT' and
25747            not 'VXLAN' and
25748            not 'IP4FWD' and
25749            not 'DOT1Q'"
25750   parameters:
25751   - "throughput"
25752   - "parent"
25753   - "tags"
25754   sort:
25755   - "1VM"
25756   - "L2XCFWD"
25757   - "1VM"
25758   - "L2BDMACLRN"
25759   layout:
25760     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
25761     layout: "plot-throughput-speedup-analysis"
25762
25763 -
25764   type: "plot"
25765   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25766   algorithm: "plot_throughput_speedup_analysis"
25767   output-file-type: ".html"
25768   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
25769   data: "plot-throughput-speedup-analysis-2n-skx"
25770   filter: "'NIC_Intel-X710' and
25771            '64B' and
25772            'NDRPDR' and
25773            'ETH' and
25774            ('L2BDMACLRN' or 'L2XCFWD') and
25775            'VHOST_1024' and
25776            not 'CFS_OPT' and
25777            not 'VXLAN' and
25778            not 'IP4FWD' and
25779            not 'DOT1Q'"
25780   parameters:
25781   - "throughput"
25782   - "parent"
25783   - "tags"
25784   sort:
25785   - "1VM"
25786   - "L2XCFWD"
25787   - "1VM"
25788   - "L2BDMACLRN"
25789   layout:
25790     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
25791     layout: "plot-throughput-speedup-analysis"
25792
25793 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
25794 -
25795   type: "plot"
25796   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25797   algorithm: "plot_throughput_speedup_analysis"
25798   output-file-type: ".html"
25799   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25800   data: "plot-throughput-speedup-analysis-2n-skx"
25801   filter: "'NIC_Intel-XXV710' and
25802            '64B' and
25803            'NDRPDR' and
25804            'ETH' and
25805            'IP4FWD' and
25806            'VHOST_1024' and
25807            not 'VXLAN' and
25808            not 'DOT1Q'"
25809   parameters:
25810   - "throughput"
25811   - "parent"
25812   - "tags"
25813   sort:
25814   - "not CFS_OPT"
25815   - "1VM"
25816   - "2VM"
25817   layout:
25818     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
25819     layout: "plot-throughput-speedup-analysis"
25820
25821 -
25822   type: "plot"
25823   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25824   algorithm: "plot_throughput_speedup_analysis"
25825   output-file-type: ".html"
25826   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25827   data: "plot-throughput-speedup-analysis-2n-skx"
25828   filter: "'NIC_Intel-XXV710' and
25829            '64B' and
25830            'NDRPDR' and
25831            'ETH' and
25832            'IP4FWD' and
25833            'VHOST_1024' and
25834            not 'VXLAN' and
25835            not 'DOT1Q'"
25836   parameters:
25837   - "throughput"
25838   - "parent"
25839   - "tags"
25840   sort:
25841   - "not CFS_OPT"
25842   - "1VM"
25843   - "2VM"
25844   layout:
25845     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
25846     layout: "plot-throughput-speedup-analysis"
25847
25848 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710
25849 -
25850   type: "plot"
25851   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25852   algorithm: "plot_throughput_speedup_analysis"
25853   output-file-type: ".html"
25854   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
25855   data: "plot-throughput-speedup-analysis-2n-skx"
25856   filter: "'NIC_Intel-XXV710' and
25857            '64B' and
25858            'NDRPDR' and
25859            'ETH' and
25860            'L2BDMACLRN' and
25861            'VHOST_1024' and
25862            not 'VXLAN' and
25863            not 'IP4FWD' and
25864            not 'DOT1Q' and
25865            not '2VM'"
25866   parameters:
25867   - "throughput"
25868   - "parent"
25869   - "tags"
25870   sort:
25871   - "VM"  # "not CFS_OPT"
25872   - "CFS_OPT"
25873   - "FIB_10K"
25874   - "FIB_100K"
25875   - "FIB_1M"
25876   layout:
25877     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
25878     layout: "plot-throughput-speedup-analysis"
25879
25880 -
25881   type: "plot"
25882   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25883   algorithm: "plot_throughput_speedup_analysis"
25884   output-file-type: ".html"
25885   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
25886   data: "plot-throughput-speedup-analysis-2n-skx"
25887   filter: "'NIC_Intel-XXV710' and
25888            '64B' and
25889            'NDRPDR' and
25890            'ETH' and
25891            'L2BDMACLRN' and
25892            'VHOST_1024' and
25893            not 'VXLAN' and
25894            not 'IP4FWD' and
25895            not 'DOT1Q' and
25896            not '2VM'"
25897   parameters:
25898   - "throughput"
25899   - "parent"
25900   - "tags"
25901   sort:
25902   - "VM"  # "not CFS_OPT"
25903   - "CFS_OPT"
25904   - "FIB_10K"
25905   - "FIB_100K"
25906   - "FIB_1M"
25907   layout:
25908     title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
25909     layout: "plot-throughput-speedup-analysis"
25910
25911 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
25912 -
25913   type: "plot"
25914   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25915   algorithm: "plot_throughput_speedup_analysis"
25916   output-file-type: ".html"
25917   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-ndr-tsa"
25918   data: "plot-throughput-speedup-analysis-2n-skx"
25919   filter: "'NIC_Intel-XXV710' and
25920            '64B' and
25921            'NDRPDR' and
25922            'ETH' and
25923            'BASE' and
25924            ('L2BDMACLRN' or 'L2XCFWD') and
25925            'VHOST_1024' and
25926            not 'VXLAN' and
25927            not 'IP4FWD' and
25928            not 'DOT1Q' and
25929            not '2VM'"
25930   parameters:
25931   - "throughput"
25932   - "parent"
25933   - "tags"
25934   sort:
25935   - "not CFS_OPT"
25936   - "L2XCFWD"
25937   - "not CFS_OPT"
25938   - "CFS_OPT"
25939   layout:
25940     title: "vhost-l2sw-2n-skx-xxv710-64b-base-ndr"
25941     layout: "plot-throughput-speedup-analysis"
25942
25943 -
25944   type: "plot"
25945   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25946   algorithm: "plot_throughput_speedup_analysis"
25947   output-file-type: ".html"
25948   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-pdr-tsa"
25949   data: "plot-throughput-speedup-analysis-2n-skx"
25950   filter: "'NIC_Intel-XXV710' and
25951            '64B' and
25952            'NDRPDR' and
25953            'ETH' and
25954            'BASE' and
25955            ('L2BDMACLRN' or 'L2XCFWD') and
25956            'VHOST_1024' and
25957            not 'VXLAN' and
25958            not 'IP4FWD' and
25959            not 'DOT1Q' and
25960            not '2VM'"
25961   parameters:
25962   - "throughput"
25963   - "parent"
25964   - "tags"
25965   sort:
25966   - "not CFS_OPT"
25967   - "L2XCFWD"
25968   - "not CFS_OPT"
25969   - "CFS_OPT"
25970   layout:
25971     title: "vhost-l2sw-2n-skx-xxv710-64b-base-pdr"
25972     layout: "plot-throughput-speedup-analysis"
25973
25974 # Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
25975 -
25976   type: "plot"
25977   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25978   algorithm: "plot_throughput_speedup_analysis"
25979   output-file-type: ".html"
25980   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
25981   data: "plot-throughput-speedup-analysis-2n-skx"
25982   filter: "'NIC_Intel-XXV710' and
25983            '64B' and
25984            'NDRPDR' and
25985            'ETH' and
25986            ('L2BDMACLRN' or 'L2XCFWD') and
25987            'VHOST_1024' and
25988            not 'CFS_OPT' and
25989            not 'VXLAN' and
25990            not 'IP4FWD' and
25991            not 'DOT1Q'"
25992   parameters:
25993   - "throughput"
25994   - "parent"
25995   - "tags"
25996   sort:
25997   - "1VM"
25998   - "L2XCFWD"
25999   - "1VM"
26000   - "L2BDMACLRN"
26001   layout:
26002     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
26003     layout: "plot-throughput-speedup-analysis"
26004
26005 -
26006   type: "plot"
26007   title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26008   algorithm: "plot_throughput_speedup_analysis"
26009   output-file-type: ".html"
26010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
26011   data: "plot-throughput-speedup-analysis-2n-skx"
26012   filter: "'NIC_Intel-XXV710' and
26013            '64B' and
26014            'NDRPDR' and
26015            'ETH' and
26016            ('L2BDMACLRN' or 'L2XCFWD') and
26017            'VHOST_1024' and
26018            not 'CFS_OPT' and
26019            not 'VXLAN' and
26020            not 'IP4FWD' and
26021            not 'DOT1Q'"
26022   parameters:
26023   - "throughput"
26024   - "parent"
26025   - "tags"
26026   sort:
26027   - "1VM"
26028   - "L2XCFWD"
26029   - "1VM"
26030   - "L2BDMACLRN"
26031   layout:
26032     title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
26033     layout: "plot-throughput-speedup-analysis"
26034
26035 ################################################################################
26036
26037 # Speedup - VPP vts 3n-hsw-x520
26038 -
26039   type: "plot"
26040   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26041   algorithm: "plot_throughput_speedup_analysis"
26042   output-file-type: ".html"
26043   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
26044   data: "plot-throughput-speedup-analysis-3n-hsw"
26045   filter: "'NIC_Intel-X520-DA2' and
26046            '114B' and
26047            'NDRPDR' and
26048            'VTS'"
26049   parameters:
26050   - "throughput"
26051   - "parent"
26052   - "tags"
26053   layout:
26054     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
26055     layout: "plot-throughput-speedup-analysis"
26056
26057 -
26058   type: "plot"
26059   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26060   algorithm: "plot_throughput_speedup_analysis"
26061   output-file-type: ".html"
26062   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26063   data: "plot-throughput-speedup-analysis-3n-hsw"
26064   filter: "'NIC_Intel-X520-DA2' and
26065            '114B' and
26066            'NDRPDR' and
26067            'VTS'"
26068   parameters:
26069   - "throughput"
26070   - "parent"
26071   - "tags"
26072   layout:
26073     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
26074     layout: "plot-throughput-speedup-analysis"